summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorLines
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds-12/+28
2025-03-16mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho-1/+12
2025-03-16filemap: move prefaulting out of hot write pathDave Hansen-11/+16
2025-03-13Revert "fanotify: disable readahead if we have pre-content watches"Amir Goldstein-12/+0
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein-74/+0
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds-4/+3
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-32/+89
2025-01-25mm: add FGP_DONTCACHE folio creation flagJens Axboe-0/+5
2025-01-25mm/filemap: add filemap_fdatawrite_range_kick() helperJens Axboe-0/+18
2025-01-25mm/filemap: drop streaming/uncached pages when writeback completesJens Axboe-0/+28
2025-01-25mm/filemap: add read support for RWF_DONTCACHEJens Axboe-2/+26
2025-01-25mm/filemap: use page_cache_sync_ra() to kick off read-aheadJens Axboe-3/+3
2025-01-25mm/filemap: change filemap_create_folio() to take a struct kiocbJens Axboe-8/+9
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+86
2025-01-21cachestat: fix page cache statistics permission checkingLinus Torvalds-0/+17
2025-01-13filemap: remove unused folio_add_wait_queueDr. David Alan Gilbert-19/+0
2025-01-12mm: fix assertion in folio_end_read()Matthew Wilcox (Oracle)-1/+1
2025-01-12filemap: avoid truncating 64-bit offset to 32 bitsMarco Nelissen-1/+1
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song-9/+0
2024-12-11fsnotify: generate pre-content permission event on page faultJosef Bacik-0/+74
2024-12-10fanotify: disable readahead if we have pre-content watchesJosef Bacik-0/+12
2024-12-05mm/filemap: don't call folio_test_locked() without a reference in next_uptoda...David Hildenbrand-2/+2
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+2
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-12/+5
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-0/+2
2024-11-10filemap: Fix bounds checking in filemap_read()Trond Myklebust-1/+1
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt-1/+0
2024-11-05mm: filemap: filemap_fault_recheck_pte_none() use pte_offset_map_ro_nolock()Qi Zheng-2/+2
2024-11-03convert cachestat(2)Al Viro-12/+5
2024-10-02filemap: filemap_read() should check that the offset is positive or zeroTrond Myklebust-0/+2
2024-09-26mm/filemap: fix filemap_get_folios_contig THP panicSteve Sistare-0/+4
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-26/+41
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-13/+23
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds-5/+12
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds-4/+2
2024-09-11filemap: introduce filemap_invalidate_pagesPavel Begunkov-5/+12
2024-09-09mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt-3/+3
2024-09-09filemap: fix the last_index of mm_filemap_get_pagesTakaya Saeki-1/+1
2024-09-09mm: remove isolate_lru_page()Kefeng Wang-1/+1
2024-09-03mm: allow read-ahead with IOCB_NOWAIT setYafang Shao-0/+6
2024-09-03mm: filemap: use xa_get_order() to get the swap entry orderBaolin Wang-14/+27
2024-09-02filemap: cap PTE range to be created to allowed zero fill in folio_map_range()Pankaj Raghav-1/+5
2024-09-01filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki-0/+4
2024-09-01fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)-8/+0
2024-09-01mm: remove follow_page()David Hildenbrand-1/+1
2024-08-30mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells-1/+1
2024-08-23filemap: allocate mapping_min_order folios in the page cachePankaj Raghav-8/+16
2024-08-23fs: Allow fine-grained control of folio sizesMatthew Wilcox (Oracle)-4/+2