Age | Commit message (Expand) | Author |
2022-06-20 | filemap: Handle sibling entries in filemap_get_read_batch() | Matthew Wilcox (Oracle) |
2022-06-20 | filemap: Correct the conditions for marking a folio as accessed | Matthew Wilcox (Oracle) |
2022-06-09 | filemap: Cache the value of vm_flags | Matthew Wilcox (Oracle) |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-13 | mm: teach core mm about pte markers | Peter Xu |
2022-05-09 | fs: Remove aops->freepage | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Add free_folio address space operation | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Change try_to_free_buffers() to take a folio | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Remove last vestiges of releasepage | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Add aops->release_folio | Matthew Wilcox (Oracle) |
2022-05-09 | mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio() | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Change the type of filler_t | Matthew Wilcox (Oracle) |
2022-05-09 | mm,fs: Remove aops->readpage | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Introduce aops->read_folio | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove pagecache_write_begin() and pagecache_write_end() | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) |
2022-04-15 | tmpfs: fix regressions from wider use of ZERO_PAGE | Hugh Dickins |
2022-04-01 | fs: Pass an iocb to generic_perform_write() | Matthew Wilcox (Oracle) |
2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) |
2022-03-26 | Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-03-25 | fs/iomap: Fix buffered write page prefaulting | Andreas Gruenbacher |
2022-03-24 | mm: warn on deleting redirtied only if accounted | Hugh Dickins |
2022-03-24 | mm: filemap_unaccount_folio() large skip mapcount fixup | Hugh Dickins |
2022-03-24 | mm: delete __ClearPageWaiters() | Hugh Dickins |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | tmpfs: do not allocate pages on read | Hugh Dickins |
2022-03-22 | filemap: remove find_get_pages() | Miaohe Lin |
2022-03-21 | mm/filemap: Support VM_HUGEPAGE for file mappings | Matthew Wilcox (Oracle) |
2022-03-21 | mm/readahead: Switch to page_cache_ra_order | Matthew Wilcox (Oracle) |
2022-03-21 | mm/filemap: Allow large folios to be added to the page cache | Matthew Wilcox (Oracle) |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-14 | fs: Convert is_partially_uptodate to folios | Matthew Wilcox (Oracle) |
2022-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-22 | mm: remove cleancache | Christoph Hellwig |
2022-01-22 | mm/migrate.c: rework migration_entry_wait() to not take a pageref | Alistair Popple |
2022-01-16 | filemap: Use folio_put_refs() in filemap_free_folio() | Matthew Wilcox (Oracle) |
2022-01-12 | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-01-12 | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-01-08 | mm: Use multi-index entries in the page cache | Matthew Wilcox (Oracle) |
2022-01-08 | mm: Convert find_lock_entries() to use a folio_batch | Matthew Wilcox (Oracle) |
2022-01-08 | filemap: Return only folios from find_get_entries() | Matthew Wilcox (Oracle) |
2022-01-08 | filemap: Convert filemap_get_read_batch() to use a folio_batch | Matthew Wilcox (Oracle) |
2022-01-08 | filemap: Convert filemap_read() to use a folio | Matthew Wilcox (Oracle) |
2022-01-08 | truncate: Add invalidate_complete_folio2() | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Add filemap_release_folio() | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Use a folio in filemap_page_mkwrite | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Use a folio in filemap_map_pages | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Use folios in next_uptodate_page | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Convert page_cache_delete_batch to folios | Matthew Wilcox (Oracle) |