summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
28 hoursmm: fix mapping_seek_hole_data() overflow on last pageZhen Yan
28 hoursmm/filemap: reduce unnecessary xarray lookups in filemap_get_folios_contig()Chi Zhiling
28 hoursmm/filemap: reduce unnecessary xarray lookups when read cached pagesChi Zhiling
5 daysmm: do file ownership checks with the proper mount idmapPedro Falcato
13 daysMerge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-21Revert "mm: limit filemap_fault readahead to VMA boundaries"Lorenzo Stoakes
2026-06-21mm: fs: remove filemap_nr_thps*() functions and their usersZi Yan
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-08mm/filemap: use folio_next_index() for starttanze
2026-06-08mm: use mapping_max_folio_order() for force_thp_readahead orderUsama Arif
2026-06-08mm: bypass mmap_miss heuristic for VM_EXEC readaheadUsama Arif
2026-06-04mm: make mmap_miss accounting symmetric for VM_SEQ_READUsama Arif
2026-06-04mm: track DONTCACHE dirty pages per bdi_writebackJeff Layton
2026-06-02mm/filemap: fix page_cache_prev_miss() when no hole is foundTal Zussman
2026-05-28mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hitsfujunjie
2026-05-28mm/filemap: count only the faulting address as a mmap hitfujunjie
2026-05-28mm: limit filemap_fault readahead to VMA boundariesFrederick Mayle
2026-04-19Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-18mm: call ->free_folio() directly in folio_unmap_invalidate()Matthew Wilcox (Oracle)
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-06mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()Baolin Wang
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-03-02mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2025-11-24Merge branch 'mm-hotfixes-stable' into mm-stable in order to mergeAndrew Morton
2025-11-24mm/filemap: fix logic around SIGBUS in filemap_map_pages()Kiryl Shutsemau
2025-11-16treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo
2025-11-16mm: readahead: make thp readahead conditional to mmap_miss logicRoman Gushchin
2025-11-09mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig
2025-10-29mm: remove filemap_fdatawrite_wbcChristoph Hellwig
2025-10-29mm: remove __filemap_fdatawriteChristoph Hellwig
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig
2025-10-29mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inodeChristoph Hellwig
2025-10-20mm/filemap: Extend __filemap_get_folio() to support NUMA memory policiesMatthew Wilcox
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-09-28mm/filemap: map entire large folio faultaroundKiryl Shutsemau