summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
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
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-23mm: convert do_set_pmd() to take a folioBaolin Wang1-1/+1
2025-04-12mm: 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-27Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+15
2025-03-18Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds1-12/+28
2025-03-18mm/filemap: use xas_try_split() in __filemap_add_folio()Zi Yan1-27/+18
2025-03-17filemap: remove redundant folio_test_large check in filemap_free_folioGuanjun1-4/+1
2025-03-17mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-03-17filemap: 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-07fs/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-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-32/+89
2025-01-26mm: add FGP_DONTCACHE folio creation flagJens Axboe1-0/+5
2025-01-26mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe1-0/+18
2025-01-26mm/filemap: drop streaming/uncached pages when writeback completesJens Axboe1-0/+28
2025-01-26mm/filemap: add read support for RWF_DONTCACHEJens Axboe1-2/+26
2025-01-26mm/filemap: use page_cache_sync_ra() to kick off read-aheadJens Axboe1-3/+3
2025-01-26mm/filemap: change filemap_create_folio() to take a struct kiocbJens Axboe1-8/+9
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+86
2025-01-22cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+17
2025-01-14filemap: remove unused folio_add_wait_queueDr. David Alan Gilbert1-19/+0
2025-01-13mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)1-1/+1
2025-01-13filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2024-12-31mm, madvise: fix potential workingset node list_lru leaksKairui Song1-9/+0
2024-12-11fsnotify: generate pre-content permission event on page faultJosef Bacik1-0/+74
2024-12-10fanotify: disable readahead if we have pre-content watchesJosef Bacik1-0/+12
2024-12-06mm/filemap: don't call folio_test_locked() without a reference in next_uptoda...David Hildenbrand1-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+5