Age | Commit message (Expand) | Author |
2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-05-09 | fs: Change try_to_free_buffers() to take a folio | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Change the type of filler_t | Matthew Wilcox (Oracle) |
2022-05-08 | mm/readahead: Convert page_cache_async_readahead to take a folio | Matthew Wilcox (Oracle) |
2022-05-08 | filemap: Update the folio_lock documentation | Matthew Wilcox (Oracle) |
2022-05-08 | filemap: Remove obsolete comment in lock_page | Miaohe Lin |
2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) |
2022-04-25 | mm: Add fault_in_subpage_writeable() to probe at sub-page granularity | Catalin Marinas |
2022-04-01 | readahead: Remove read_cache_pages() | Matthew Wilcox (Oracle) |
2022-03-24 | mm: warn on deleting redirtied only if accounted | 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 | filemap: remove find_get_pages() | Miaohe Lin |
2022-03-21 | mm: Make large folios depend on THP | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Fix READ_ONLY_THP warning | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Add folio_pgoff() | Matthew Wilcox (Oracle) |
2022-03-21 | fs: Move many prototypes to pagemap.h | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Remove page_cache_add_speculative() and page_cache_get_speculative() | Matthew Wilcox (Oracle) |
2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | ext4: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fs: Turn do_invalidatepage() into folio_invalidate() | Matthew Wilcox (Oracle) |
2022-03-14 | fs: read_mapping_page() should take a struct file argument | 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-04 | filemap: Add filemap_release_folio() | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Add read_cache_folio and read_mapping_folio | Matthew Wilcox (Oracle) |
2022-01-04 | readahead: Convert page_cache_async_ra() to take a folio | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Remove thp_contains() | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Add filemap_remove_folio and __filemap_remove_folio | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Add filemap_unaccount_folio() | Matthew Wilcox (Oracle) |
2022-01-04 | filemap: Add folio_put_wait_locked() | Matthew Wilcox (Oracle) |
2021-12-25 | mm: delete unsafe BUG from page_cache_add_speculative() | Hugh Dickins |
2021-12-03 | mm: move filemap_range_needs_writeback() into header | Jens Axboe |
2021-11-17 | fs: Rename AS_THP_SUPPORT and mapping_thp_support | Matthew Wilcox (Oracle) |
2021-11-17 | fs: Remove FS_THP_SUPPORT | Matthew Wilcox (Oracle) |
2021-11-10 | folio: Add a function to get the host inode for a folio | David Howells |
2021-11-10 | folio: Add a function to change the private data attached to a folio | David Howells |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-09 | vfs: keep inodes with page cache off the inode shrinker LRU | Johannes Weiner |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-10-20 | iov_iter: Introduce fault_in_iov_iter_writeable | Andreas Gruenbacher |
2021-10-18 | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} | Andreas Gruenbacher |
2021-10-18 | mm/writeback: Add folio_write_one | Matthew Wilcox (Oracle) |
2021-10-18 | mm/filemap: Add FGP_STABLE | Matthew Wilcox (Oracle) |
2021-10-18 | mm/filemap: Add filemap_get_folio | Matthew Wilcox (Oracle) |
2021-10-18 | mm/filemap: Add filemap_add_folio() | Matthew Wilcox (Oracle) |
2021-10-18 | mm/filemap: Add filemap_alloc_folio | Matthew Wilcox (Oracle) |