Age | Commit message (Expand) | Author |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-20 | splice: Export filemap/direct_splice_read() | David Howells |
2023-02-20 | splice: Add a func to do a splice from a buffered file without ITER_PIPE | David Howells |
2023-02-20 | mm: Pass info, not iter, into filemap_get_pages() | David Howells |
2023-02-16 | mm/filemap: fix page end in filemap_get_read_batch | Qian Yingjin |
2023-02-09 | filemap: add mapping_read_folio_gfp() | Matthew Wilcox (Oracle) |
2023-02-09 | mm/mmap: remove __vma_adjust() | Liam R. Howlett |
2023-02-02 | filemap: convert filemap_range_has_page() to use a folio | Matthew Wilcox (Oracle) |
2023-02-02 | filemap: convert filemap_map_pmd() to take a folio | Matthew Wilcox (Oracle) |
2023-02-02 | filemap: remove find_get_pages_range_tag() | Vishal Moola (Oracle) |
2023-02-02 | filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag() | Vishal Moola (Oracle) |
2023-02-02 | filemap: add filemap_get_folios_tag() | Vishal Moola (Oracle) |
2022-12-11 | filemap: convert replace_page_cache_page() to replace_page_cache_folio() | Vishal Moola (Oracle) |
2022-12-11 | filemap: skip write and wait if end offset precedes start | Brian Foster |
2022-11-08 | filemap: find_get_entries() now updates start offset | Vishal Moola (Oracle) |
2022-11-08 | filemap: find_lock_entries() now updates start offset | Vishal Moola (Oracle) |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-03 | mm: fs: initialize fsdata passed to write_begin/write_end interface | Alexander Potapenko |
2022-10-03 | mm/filemap: make folio_put_wait_locked static | Ke Sun |
2022-10-03 | filemap: convert filemap_range_has_writeback() to use folios | Vishal Moola (Oracle) |
2022-09-26 | delayacct: support re-entrance detection of thrashing accounting | Yang Yang |
2022-09-26 | filemap: make the accounting of thrashing more consistent | Yang Yang |
2022-09-20 | mm: add PSI accounting around ->read_folio and ->readahead calls | Christoph Hellwig |
2022-09-11 | filemap: remove find_get_pages_contig() | Vishal Moola (Oracle) |
2022-09-11 | filemap: add filemap_get_folios_contig() | Vishal Moola (Oracle) |
2022-09-11 | mm/filemap.c: convert page_endio() to use a folio | Shaoqin Huang |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-07-29 | filemap: minor cleanup for filemap_write_and_wait_range | Miaohe Lin |
2022-07-24 | mm: honor FGP_NOWAIT for page cache page allocation | Jens Axboe |
2022-06-29 | filemap: Use filemap_read_folio() in do_read_cache_folio() | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio() | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Move 'filler' case to the end of do_read_cache_folio() | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Remove find_get_pages_range() and associated functions | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Add filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-29 | filemap: Remove add_to_page_cache() and add_to_page_cache_locked() | Matthew Wilcox (Oracle) |
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) |