summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-09-22mm/filemap: align last_index to folio sizeYouling Tang1-2/+3
2025-09-14mm: add vmstat for kernel_file pagesBoris Burkov1-0/+7
2025-09-14mm/filemap: add AS_KERNEL_FILEBoris Burkov1-0/+6
2025-09-14mm/filemap: skip non-uptodate folio if there are available foliosChi Zhiling1-3/+4
2025-09-14mm/filemap: do not use is_partially_uptodate for entire folioChi Zhiling1-0/+3
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-4/+4
2025-09-14mm: readahead: improve mmap_miss heuristic for concurrent faultsRoman Gushchin1-3/+11
2025-09-14mm: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-17/+51
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+29
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-2/+2
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-1/+1
2025-07-10mm/filemap: allow arch to request folio size for exec memoryRyan Roberts1-9/+39
2025-07-10mm/readahead: store folio order in struct file_ra_stateRyan Roberts1-2/+4
2025-07-10mm/readahead: make space in struct file_ra_stateRyan Roberts1-5/+6
2025-07-10readahead: fix return value of page_cache_next_miss() when no hole is foundChi Zhiling1-1/+2
2025-06-17mm/filemap: introduce generic_file_*_mmap_prepare() helpersLorenzo Stoakes1-0/+29
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+24
2025-06-01mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-2/+2