summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
10 daysRevert "mm: limit filemap_fault readahead to VMA boundaries"Lorenzo Stoakes1-4/+0
10 daysmm: fs: remove filemap_nr_thps*() functions and their usersZi Yan1-1/+0
12 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-53/+80
2026-06-09mm/filemap: use folio_next_index() for starttanze1-6/+3
2026-06-09mm: use mapping_max_folio_order() for force_thp_readahead orderUsama Arif1-8/+22
2026-06-09mm: bypass mmap_miss heuristic for VM_EXEC readaheadUsama Arif1-7/+7
2026-06-05mm: make mmap_miss accounting symmetric for VM_SEQ_READUsama Arif1-2/+12
2026-06-04mm: track DONTCACHE dirty pages per bdi_writebackJeff Layton1-2/+13
2026-06-03mm/filemap: fix page_cache_prev_miss() when no hole is foundTal Zussman1-6/+7
2026-05-29mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hitsfujunjie1-0/+1
2026-05-29mm/filemap: count only the faulting address as a mmap hitfujunjie1-31/+31
2026-05-29mm: limit filemap_fault readahead to VMA boundariesFrederick Mayle1-0/+4
2026-04-20Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2026-04-19mm: call ->free_folio() directly in folio_unmap_invalidate()Matthew Wilcox (Oracle)1-1/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-04-06mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()Baolin Wang1-3/+8
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-03-02mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström1-5/+10
2026-02-13mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes1-1/+1
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+14
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-45/+54
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-65/+44
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+58
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-9/+14
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik1-2/+2
2025-11-25memcg: remove __lruvec_stat_mod_folioShakeel Butt1-10/+10
2025-11-25mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes1-1/+1
2025-11-25mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-3/+3
2025-11-25Merge branch 'mm-hotfixes-stable' into mm-stable in order to mergeAndrew Morton1-13/+14
2025-11-25mm/filemap: fix logic around SIGBUS in filemap_map_pages()Kiryl Shutsemau1-13/+14
2025-11-17treewide: include linux/pgalloc.h instead of asm/pgalloc.hHarry Yoo1-1/+2
2025-11-17mm: readahead: make thp readahead conditional to mmap_miss logicRoman Gushchin1-30/+38
2025-11-10mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau1-8/+20
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster1-0/+58
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig1-4/+4
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig1-18/+7
2025-10-29mm: remove filemap_fdatawrite_wbcChristoph Hellwig1-36/+18
2025-10-29mm: remove __filemap_fdatawriteChristoph Hellwig1-12/+6
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig1-0/+22
2025-10-29mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inodeChristoph Hellwig1-10/+2
2025-10-20mm/filemap: Extend __filemap_get_folio() to support NUMA memory policiesMatthew Wilcox1-5/+6
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox1-5/+9
2025-10-04Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-8/+26
2025-09-28mm/filemap: map entire large folio faultaroundKiryl Shutsemau1-0/+15
2025-09-23filemap: Add a version of folio_end_writeback that ignores dropbehindTrond Myklebust1-6/+23
2025-09-23filemap: Add a helper for filesystems implementing dropbehindTrond Myklebust1-2/+3
2025-09-22mm, swap: cleanup swap cache API and add kerneldocKairui Song1-1/+1
2025-09-22filemap: optimize folio refount update in filemap_map_pagesJinjiang Tu1-6/+14