Age | Commit message (Expand) | Author |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-23 | Revert "page cache: fix page_cache_next/prev_miss off by one" | Mike Kravetz |
2023-06-23 | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. | Andrew Morton |
2023-06-19 | mm: kill lock|unlock_page_memcg() | Kefeng Wang |
2023-06-19 | mm: ptep_get() conversion | Ryan Roberts |
2023-06-19 | mm/filemap: allow pte_offset_map_lock() to fail | Hugh Dickins |
2023-06-19 | mm/migrate: remove cruft from migration_entry_wait()s | Hugh Dickins |
2023-06-12 | page cache: fix page_cache_next/prev_miss off by one | Mike Kravetz |
2023-06-09 | fs: factor out a direct_write_fallback helper | Christoph Hellwig |
2023-06-09 | filemap: add a kiocb_invalidate_post_direct_write helper | Christoph Hellwig |
2023-06-09 | filemap: add a kiocb_invalidate_pages helper | Christoph Hellwig |
2023-06-09 | filemap: add a kiocb_write_and_wait helper | Christoph Hellwig |
2023-06-09 | filemap: update ki_pos in generic_perform_write | Christoph Hellwig |
2023-06-09 | backing_dev: remove current->backing_dev_info | Christoph Hellwig |
2023-06-09 | filemap: remove page_endio() | Pankaj Raghav |
2023-06-09 | cachestat: implement cachestat syscall | Nhat Pham |
2023-05-24 | splice: kdoc for filemap_splice_read() and copy_splice_read() | David Howells |
2023-05-24 | iov_iter: Kill ITER_PIPE | David Howells |
2023-05-24 | splice: Make filemap_splice_read() check s_maxbytes | David Howells |
2023-05-24 | splice: Fix filemap_splice_read() to use the correct inode | David Howells |
2023-05-06 | filemap: Handle error return from __filemap_get_folio() | Matthew Wilcox |
2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig |
2023-04-05 | mm: remove FGP_ENTRY | Christoph Hellwig |
2023-04-05 | mm: make mapping_get_entry available outside of filemap.c | Christoph Hellwig |
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) |