- 3822a7c Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 1 month ago
- 7c8e01e splice: Export filemap/direct_splice_read() by David Howells · 2 years, 1 month ago
- 07073eb splice: Add a func to do a splice from a buffered file without ITER_PIPE by David Howells · 2 years, 1 month ago
- dd5b9d0 mm: Pass info, not iter, into filemap_get_pages() by David Howells · 2 years, 1 month ago
- 5956592 mm/filemap: fix page end in filemap_get_read_batch by Qian Yingjin · 2 years, 1 month ago
- 3e62959 filemap: add mapping_read_folio_gfp() by Matthew Wilcox (Oracle) · 2 years, 1 month ago
- 0503ea8 mm/mmap: remove __vma_adjust() by Liam R. Howlett · 2 years, 2 months ago
- eff3b36 filemap: convert filemap_range_has_page() to use a folio by Matthew Wilcox (Oracle) · 2 years, 2 months ago
- 8808eca filemap: convert filemap_map_pmd() to take a folio by Matthew Wilcox (Oracle) · 2 years, 2 months ago
- c5792d9 filemap: remove find_get_pages_range_tag() by Vishal Moola (Oracle) · 2 years, 2 months ago
- 6817ef5 filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag() by Vishal Moola (Oracle) · 2 years, 2 months ago
- 247f9e1 filemap: add filemap_get_folios_tag() by Vishal Moola (Oracle) · 2 years, 2 months ago
- 3720dd6 filemap: convert replace_page_cache_page() to replace_page_cache_folio() by Vishal Moola (Oracle) · 2 years, 4 months ago
- feeb9b2 filemap: skip write and wait if end offset precedes start by Brian Foster · 2 years, 3 months ago
- 9fb6bee filemap: find_get_entries() now updates start offset by Vishal Moola (Oracle) · 2 years, 5 months ago
- 3392ca12 filemap: find_lock_entries() now updates start offset by Vishal Moola (Oracle) · 2 years, 5 months ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 1468c6f mm: fs: initialize fsdata passed to write_begin/write_end interface by Alexander Potapenko · 2 years, 6 months ago
- c195c32 mm/filemap: make folio_put_wait_locked static by Ke Sun · 2 years, 6 months ago
- b05f41a filemap: convert filemap_range_has_writeback() to use folios by Vishal Moola (Oracle) · 2 years, 6 months ago
- aa1cf99 delayacct: support re-entrance detection of thrashing accounting by Yang Yang · 2 years, 7 months ago
- f347c9d filemap: make the accounting of thrashing more consistent by Yang Yang · 2 years, 7 months ago
- 1760424 mm: add PSI accounting around ->read_folio and ->readahead calls by Christoph Hellwig · 2 years, 6 months ago
- 48658d8 filemap: remove find_get_pages_contig() by Vishal Moola (Oracle) · 2 years, 7 months ago
- 35b4714 filemap: add filemap_get_folios_contig() by Vishal Moola (Oracle) · 2 years, 7 months ago
- 223ce49 mm/filemap.c: convert page_endio() to use a folio by Shaoqin Huang · 2 years, 7 months ago
- 6614a3c Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 7 months ago
- f006540 Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 7 months ago
- ccac11d filemap: minor cleanup for filemap_write_and_wait_range by Miaohe Lin · 2 years, 9 months ago
- 0dd316b mm: honor FGP_NOWAIT for page cache page allocation by Jens Axboe · 2 years, 8 months ago
- 290e1a3 filemap: Use filemap_read_folio() in do_read_cache_folio() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 1dfa24a filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 9bc3e86 filemap: Move 'filler' case to the end of do_read_cache_folio() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- bb4b42b filemap: Remove find_get_pages_range() and associated functions by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- be0ced5 filemap: Add filemap_get_folios() by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- 2bb876b filemap: Remove add_to_page_cache() and add_to_page_cache_locked() by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- cb995f4 filemap: Handle sibling entries in filemap_get_read_batch() by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- 5ccc944 filemap: Correct the conditions for marking a folio as accessed by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- dcfa24b filemap: Cache the value of vm_flags by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 10 months ago
- 5c041f5 mm: teach core mm about pte markers by Peter Xu · 2 years, 10 months ago
- 8560cb1 fs: Remove aops->freepage by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- d2329aa fs: Add free_folio address space operation by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 68189fe fs: Change try_to_free_buffers() to take a folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 704ead2 fs: Remove last vestiges of releasepage by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- fa29000 fs: Add aops->release_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 0795000 mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- e9b5b23 fs: Change the type of filler_t by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 7e0a126 mm,fs: Remove aops->readpage by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 5efe744 fs: Introduce aops->read_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
- 84a1041 fs: Remove pagecache_write_begin() and pagecache_write_end() by Matthew Wilcox (Oracle) · 3 years ago
- 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 1bdec44b tmpfs: fix regressions from wider use of ZERO_PAGE by Hugh Dickins · 2 years, 11 months ago
- 800ba29 fs: Pass an iocb to generic_perform_write() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 704528d fs: Remove ->readpages address space operation by Matthew Wilcox (Oracle) · 3 years ago
- a060c94 Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years ago
- 631f871 fs/iomap: Fix buffered write page prefaulting by Andreas Gruenbacher · 3 years, 4 months ago
- 566d336 mm: warn on deleting redirtied only if accounted by Hugh Dickins · 3 years ago
- 85207ad mm: filemap_unaccount_folio() large skip mapcount fixup by Hugh Dickins · 3 years ago
- bb43b14 mm: delete __ClearPageWaiters() by Hugh Dickins · 3 years ago
- 6b1f86f Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
- 9030fb0 Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years ago
- 56a8c8e tmpfs: do not allocate pages on read by Hugh Dickins · 3 years ago
- eb5279f filemap: remove find_get_pages() by Miaohe Lin · 3 years ago
- 4687fdb mm/filemap: Support VM_HUGEPAGE for file mappings by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 56a4d67 mm/readahead: Switch to page_cache_ra_order by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- d68ecca mm/filemap: Allow large folios to be added to the page cache by Matthew Wilcox (Oracle) · 6 years ago
- e621900 fs: Convert __set_page_dirty_buffers to block_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 2e7e80f fs: Convert is_partially_uptodate to folios by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 1c52283 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 0a4ee51 mm: remove cleancache by Christoph Hellwig · 3 years, 2 months ago
- ffa6575 mm/migrate.c: rework migration_entry_wait() to not take a pageref by Alistair Popple · 3 years, 2 months ago
- 3abb28e filemap: Use folio_put_refs() in filemap_free_folio() by Matthew Wilcox (Oracle) · 3 years, 2 months ago
- 6020c20 Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 2 months ago
- d3c8108 Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
- 6b24ca4 mm: Use multi-index entries in the page cache by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- 51dcbda mm: Convert find_lock_entries() to use a folio_batch by Matthew Wilcox (Oracle) · 3 years, 3 months ago
- 0e499ed filemap: Return only folios from find_get_entries() by Matthew Wilcox (Oracle) · 4 years, 6 months ago
- 25d6a23 filemap: Convert filemap_get_read_batch() to use a folio_batch by Matthew Wilcox (Oracle) · 3 years, 3 months ago
- d996fc7 filemap: Convert filemap_read() to use a folio by Matthew Wilcox (Oracle) · 3 years, 4 months ago
- 78f4266 truncate: Add invalidate_complete_folio2() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 82c50f8 filemap: Add filemap_release_folio() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 960ea97 filemap: Use a folio in filemap_page_mkwrite by Matthew Wilcox (Oracle) · 4 years ago
- 820b05e filemap: Use a folio in filemap_map_pages by Matthew Wilcox (Oracle) · 4 years ago
- 9184a30 filemap: Use folios in next_uptodate_page by Matthew Wilcox (Oracle) · 4 years ago
- 1afd7ae filemap: Convert page_cache_delete_batch to folios by Matthew Wilcox (Oracle) · 4 years ago
- 65bca53 filemap: Convert filemap_get_pages to use folios by Matthew Wilcox (Oracle) · 4 years ago
- 81f4c03 filemap: Drop the refcount while waiting for page lock by Matthew Wilcox (Oracle) · 3 years, 3 months ago
- 539a332 filemap: Add read_cache_folio and read_mapping_folio by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- e292e6d filemap: Convert filemap_fault to folio by Matthew Wilcox (Oracle) · 4 years ago
- 79598ce filemap: Convert do_async_mmap_readahead to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 2fa4eeb8 filemap: Convert filemap_range_uptodate to folios by Matthew Wilcox (Oracle) · 4 years ago
- a5d4ad0 filemap: Convert filemap_create_page to folio by Matthew Wilcox (Oracle) · 4 years ago
- 9d427b4 filemap: Convert filemap_read_page to take a folio by Matthew Wilcox (Oracle) · 4 years ago
- e1c3772 filemap: Convert find_get_pages_contig to folios by Matthew Wilcox (Oracle) · 4 years ago
- bdb7293 filemap: Convert filemap_get_read_batch to use folios by Matthew Wilcox (Oracle) · 4 years ago
- f5e6429 filemap: Convert find_get_entry to return a folio by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 452e9e6 filemap: Add filemap_remove_folio and __filemap_remove_folio by Matthew Wilcox (Oracle) · 3 years, 10 months ago
- a0580c6 filemap: Convert tracing of page cache operations to folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 621db48 filemap: Add filemap_unaccount_folio() by Matthew Wilcox (Oracle) · 3 years, 10 months ago