Age | Commit message (Expand) | Author | Files | Lines |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -172/+278 |
2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -7/+24 |
2023-06-24 | Revert "page cache: fix page_cache_next/prev_miss off by one" | Mike Kravetz | 1 | -16/+10 |
2023-06-24 | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. | Andrew Morton | 1 | -10/+16 |
2023-06-20 | mm: kill lock|unlock_page_memcg() | Kefeng Wang | 1 | -1/+1 |
2023-06-20 | mm: ptep_get() conversion | Ryan Roberts | 1 | -1/+1 |
2023-06-20 | mm/filemap: allow pte_offset_map_lock() to fail | Hugh Dickins | 1 | -7/+5 |
2023-06-20 | mm/migrate: remove cruft from migration_entry_wait()s | Hugh Dickins | 1 | -9/+4 |
2023-06-12 | page cache: fix page_cache_next/prev_miss off by one | Mike Kravetz | 1 | -10/+16 |
2023-06-10 | fs: factor out a direct_write_fallback helper | Christoph Hellwig | 1 | -51/+15 |
2023-06-10 | filemap: add a kiocb_invalidate_post_direct_write helper | Christoph Hellwig | 1 | -17/+20 |
2023-06-10 | filemap: add a kiocb_invalidate_pages helper | Christoph Hellwig | 1 | -20/+28 |
2023-06-10 | filemap: add a kiocb_write_and_wait helper | Christoph Hellwig | 1 | -12/+18 |
2023-06-10 | filemap: update ki_pos in generic_perform_write | Christoph Hellwig | 1 | -4/+4 |
2023-06-10 | backing_dev: remove current->backing_dev_info | Christoph Hellwig | 1 | -3/+0 |
2023-06-10 | filemap: remove page_endio() | Pankaj Raghav | 1 | -30/+0 |
2023-06-10 | cachestat: implement cachestat syscall | Nhat Pham | 1 | -0/+171 |
2023-05-24 | splice: kdoc for filemap_splice_read() and copy_splice_read() | David Howells | 1 | -3/+18 |
2023-05-24 | iov_iter: Kill ITER_PIPE | David Howells | 1 | -2/+1 |
2023-05-24 | splice: Make filemap_splice_read() check s_maxbytes | David Howells | 1 | -0/+3 |
2023-05-24 | splice: Fix filemap_splice_read() to use the correct inode | David Howells | 1 | -2/+2 |
2023-05-06 | filemap: Handle error return from __filemap_get_folio() | Matthew Wilcox | 1 | -1/+1 |
2023-04-06 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -6/+8 |
2023-04-06 | mm: remove FGP_ENTRY | Christoph Hellwig | 1 | -6/+1 |
2023-04-06 | mm: make mapping_get_entry available outside of filemap.c | Christoph Hellwig | 1 | -3/+3 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -58/+80 |
2023-02-21 | splice: Export filemap/direct_splice_read() | David Howells | 1 | -0/+1 |
2023-02-21 | splice: Add a func to do a splice from a buffered file without ITER_PIPE | David Howells | 1 | -0/+129 |
2023-02-21 | mm: Pass info, not iter, into filemap_get_pages() | David Howells | 1 | -13/+14 |
2023-02-17 | mm/filemap: fix page end in filemap_get_read_batch | Qian Yingjin | 1 | -2/+3 |
2023-02-10 | filemap: add mapping_read_folio_gfp() | Matthew Wilcox (Oracle) | 1 | -0/+24 |
2023-02-10 | mm/mmap: remove __vma_adjust() | Liam R. Howlett | 1 | -1/+1 |
2023-02-03 | filemap: convert filemap_range_has_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
2023-02-03 | filemap: convert filemap_map_pmd() to take a folio | Matthew Wilcox (Oracle) | 1 | -8/+10 |
2023-02-03 | filemap: remove find_get_pages_range_tag() | Vishal Moola (Oracle) | 1 | -60/+0 |
2023-02-03 | filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -11/+13 |
2023-02-03 | filemap: add filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -0/+54 |
2022-12-12 | filemap: convert replace_page_cache_page() to replace_page_cache_folio() | Vishal Moola (Oracle) | 1 | -27/+25 |
2022-12-12 | filemap: skip write and wait if end offset precedes start | Brian Foster | 1 | -3/+6 |
2022-11-09 | filemap: find_get_entries() now updates start offset | Vishal Moola (Oracle) | 1 | -2/+11 |
2022-11-09 | filemap: find_lock_entries() now updates start offset | Vishal Moola (Oracle) | 1 | -3/+12 |
2022-10-11 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -58/+66 |
2022-10-04 | mm: fs: initialize fsdata passed to write_begin/write_end interface | Alexander Potapenko | 1 | -1/+1 |
2022-10-04 | mm/filemap: make folio_put_wait_locked static | Ke Sun | 1 | -1/+1 |
2022-10-04 | filemap: convert filemap_range_has_writeback() to use folios | Vishal Moola (Oracle) | 1 | -6/+7 |
2022-09-27 | delayacct: support re-entrance detection of thrashing accounting | Yang Yang | 1 | -4/+6 |
2022-09-27 | filemap: make the accounting of thrashing more consistent | Yang Yang | 1 | -14/+4 |
2022-09-20 | mm: add PSI accounting around ->read_folio and ->readahead calls | Christoph Hellwig | 1 | -0/+7 |
2022-09-12 | filemap: remove find_get_pages_contig() | Vishal Moola (Oracle) | 1 | -60/+0 |
2022-09-12 | filemap: add filemap_get_folios_contig() | Vishal Moola (Oracle) | 1 | -0/+73 |