aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
12 daysMerge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-15/+24
13 daysmm: 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/kernel/git/akpm/mmLinus Torvalds1-31/+19
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-1/+1
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-3/+15
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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/kernel/git/akpm/mmLinus 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
2025-01-25mm/filemap: add read support for RWF_DONTCACHEJens Axboe1-2/+26
2025-01-25mm/filemap: use page_cache_sync_ra() to kick off read-aheadJens Axboe1-3/+3
2025-01-25mm/filemap: change filemap_create_folio() to take a struct kiocbJens Axboe1-8/+9
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+86
2025-01-21cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+17
2025-01-13filemap: remove unused folio_add_wait_queueDr. David Alan Gilbert1-19/+0
2025-01-12mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)1-1/+1
2025-01-12filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2024-12-30mm, 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-05mm/filemap: don't call folio_test_locked() without a reference in next_uptodate_folio()David Hildenbrand1-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+2
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+5
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2024-11-10filemap: Fix bounds checking in filemap_read()Trond Myklebust1-1/+1
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt1-1/+0
2024-11-05mm: filemap: filemap_fault_recheck_pte_none() use pte_offset_map_ro_nolock()Qi Zheng1-2/+2
2024-11-03convert cachestat(2)Al Viro1-12/+5
2024-10-02filemap: filemap_read() should check that the offset is positive or zeroTrond Myklebust1-0/+2
2024-09-26mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare1-0/+4
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-26/+41