aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge 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-21mm, swap: cleanup swap cache API and add kerneldocKairui Song1-1/+1
2025-09-21filemap: optimize folio refount update in filemap_map_pagesJinjiang Tu1-6/+14
2025-09-21mm/filemap: align last_index to folio sizeYouling Tang1-2/+3
2025-09-13mm: add vmstat for kernel_file pagesBoris Burkov1-0/+7
2025-09-13mm/filemap: add AS_KERNEL_FILEBoris Burkov1-0/+6
2025-09-13mm/filemap: skip non-uptodate folio if there are available foliosChi Zhiling1-3/+4
2025-09-13mm/filemap: do not use is_partially_uptodate for entire folioChi Zhiling1-0/+3
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-4/+4
2025-09-13mm: readahead: improve mmap_miss heuristic for concurrent faultsRoman Gushchin1-3/+11
2025-09-13mm: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-07-31Merge 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-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-1/+1
2025-07-09mm/filemap: allow arch to request folio size for exec memoryRyan Roberts1-9/+39
2025-07-09mm/readahead: store folio order in struct file_ra_stateRyan Roberts1-2/+4
2025-07-09mm/readahead: make space in struct file_ra_stateRyan Roberts1-5/+6
2025-07-09readahead: 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-02Merge 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-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-2/+2
2025-05-27mm/filemap: unify dropbehind flag testing and clearingJens Axboe1-10/+11
2025-05-27mm/filemap: unify read/write dropbehind namingJens Axboe1-2/+2
2025-05-27mm/filemap: use filemap_end_dropbehind() for read invalidationJens Axboe1-4/+3
2025-05-27mm/filemap: gate dropbehind invalidate on folio !dirty && !writebackJens Axboe1-2/+11
2025-05-22mm: convert do_set_pmd() to take a folioBaolin Wang1-1/+1
2025-04-11mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)1-0/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+19
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+15
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds1-12/+28
2025-03-17mm/filemap: use xas_try_split() in __filemap_add_folio()Zi Yan1-27/+18
2025-03-16filemap: remove redundant folio_test_large check in filemap_free_folioGuanjun1-4/+1
2025-03-16mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-03-16filemap: move prefaulting out of hot write pathDave Hansen1-11/+16
2025-03-13Revert "fanotify: disable readahead if we have pre-content watches"Amir Goldstein1-12/+0
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein1-74/+0
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds1-4/+3
2025-03-04mm: Remove wait_on_page_locked()Matthew Wilcox (Oracle)1-1/+1
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu1-1/+1
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu1-3/+15
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-32/+89
2025-01-25mm: add FGP_DONTCACHE folio creation flagJens Axboe1-0/+5
2025-01-25mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe1-0/+18
2025-01-25mm/filemap: drop streaming/uncached pages when writeback completesJens Axboe1-0/+28