summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2025-09-28mm/filemap: map entire large folio faultaroundKiryl Shutsemau
2025-09-21mm, swap: cleanup swap cache API and add kerneldocKairui Song
2025-09-21filemap: optimize folio refount update in filemap_map_pagesJinjiang Tu
2025-09-21mm/filemap: align last_index to folio sizeYouling Tang
2025-09-13mm: add vmstat for kernel_file pagesBoris Burkov
2025-09-13mm/filemap: add AS_KERNEL_FILEBoris Burkov
2025-09-13mm/filemap: skip non-uptodate folio if there are available foliosChi Zhiling
2025-09-13mm/filemap: do not use is_partially_uptodate for entire folioChi Zhiling
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm: readahead: improve mmap_miss heuristic for concurrent faultsRoman Gushchin
2025-09-13mm: remove redundant __GFP_NOWARNQianfeng Rong
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm/filemap: allow arch to request folio size for exec memoryRyan Roberts
2025-07-09mm/readahead: store folio order in struct file_ra_stateRyan Roberts
2025-07-09mm/readahead: make space in struct file_ra_stateRyan Roberts
2025-07-09readahead: fix return value of page_cache_next_miss() when no hole is foundChi Zhiling
2025-06-17mm/filemap: introduce generic_file_*_mmap_prepare() helpersLorenzo Stoakes
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)
2025-05-27mm/filemap: unify dropbehind flag testing and clearingJens Axboe
2025-05-27mm/filemap: unify read/write dropbehind namingJens Axboe
2025-05-27mm/filemap: use filemap_end_dropbehind() for read invalidationJens Axboe
2025-05-27mm/filemap: gate dropbehind invalidate on folio !dirty && !writebackJens Axboe
2025-05-22mm: convert do_set_pmd() to take a folioBaolin Wang
2025-04-11mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-17mm/filemap: use xas_try_split() in __filemap_add_folio()Zi Yan
2025-03-16filemap: remove redundant folio_test_large check in filemap_free_folioGuanjun
2025-03-16mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho
2025-03-16filemap: move prefaulting out of hot write pathDave Hansen
2025-03-13Revert "fanotify: disable readahead if we have pre-content watches"Amir Goldstein
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-04mm: Remove wait_on_page_locked()Matthew Wilcox (Oracle)
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: add FGP_DONTCACHE folio creation flagJens Axboe
2025-01-25mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe
2025-01-25mm/filemap: drop streaming/uncached pages when writeback completesJens Axboe
2025-01-25mm/filemap: add read support for RWF_DONTCACHEJens Axboe
2025-01-25mm/filemap: use page_cache_sync_ra() to kick off read-aheadJens Axboe
2025-01-25mm/filemap: change filemap_create_folio() to take a struct kiocbJens Axboe