| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-05 | 1 | -12/+6 |
|\ |
|
| * | filemap: minor cleanup for filemap_write_and_wait_range | Miaohe Lin | 2022-07-29 | 1 | -12/+6 |
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-08-03 | 1 | -89/+50 |
|\ \ |
|
| * | | filemap: Use filemap_read_folio() in do_read_cache_folio() | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -20/+9 |
| * | | filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio() | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -1/+3 |
| * | | filemap: Move 'filler' case to the end of do_read_cache_folio() | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -15/+13 |
| * | | filemap: Remove find_get_pages_range() and associated functions | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -67/+0 |
| * | | filemap: Add filemap_get_folios() | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -0/+59 |
| * | | filemap: Remove add_to_page_cache() and add_to_page_cache_locked() | Matthew Wilcox (Oracle) | 2022-06-29 | 1 | -20/+0 |
| |/ |
|
* | | mm: honor FGP_NOWAIT for page cache page allocation | Jens Axboe | 2022-07-24 | 1 | -0/+4 |
|/ |
|
* | filemap: Handle sibling entries in filemap_get_read_batch() | Matthew Wilcox (Oracle) | 2022-06-20 | 1 | -0/+2 |
* | filemap: Correct the conditions for marking a folio as accessed | Matthew Wilcox (Oracle) | 2022-06-20 | 1 | -3/+10 |
* | filemap: Cache the value of vm_flags | Matthew Wilcox (Oracle) | 2022-06-09 | 1 | -4/+5 |
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-05-26 | 1 | -0/+5 |
|\ |
|
| * | mm: teach core mm about pte markers | Peter Xu | 2022-05-13 | 1 | -0/+5 |
* | | fs: Remove aops->freepage | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -7/+0 |
* | | fs: Add free_folio address space operation | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -1/+8 |
* | | fs: Change try_to_free_buffers() to take a folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -1/+1 |
* | | fs: Remove last vestiges of releasepage | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -2/+0 |
* | | fs: Add aops->release_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -0/+2 |
* | | mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio() | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -5/+4 |
* | | fs: Change the type of filler_t | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -20/+20 |
* | | mm,fs: Remove aops->readpage | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -10/+5 |
* | | fs: Introduce aops->read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -2/+7 |
* | | fs: Remove pagecache_write_begin() and pagecache_write_end() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -20/+0 |
* | | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -4/+2 |
|/ |
|
* | tmpfs: fix regressions from wider use of ZERO_PAGE | Hugh Dickins | 2022-04-15 | 1 | -6/+0 |
* | fs: Pass an iocb to generic_perform_write() | Matthew Wilcox (Oracle) | 2022-04-01 | 1 | -4/+6 |
* | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 2022-04-01 | 1 | -1/+1 |
* | Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-03-26 | 1 | -1/+1 |
|\ |
|
| * | fs/iomap: Fix buffered write page prefaulting | Andreas Gruenbacher | 2022-03-25 | 1 | -1/+1 |
* | | mm: warn on deleting redirtied only if accounted | Hugh Dickins | 2022-03-24 | 1 | -5/+9 |
* | | mm: filemap_unaccount_folio() large skip mapcount fixup | Hugh Dickins | 2022-03-24 | 1 | -13/+13 |
* | | mm: delete __ClearPageWaiters() | Hugh Dickins | 2022-03-24 | 1 | -15/+8 |
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -4/+4 |
|\ \ |
|
| * | | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 1 | -2/+2 |
| * | | fs: Convert is_partially_uptodate to folios | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -2/+2 |
* | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -18/+41 |
|\ \ \ |
|
| * | | | mm/filemap: Support VM_HUGEPAGE for file mappings | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -0/+18 |
| * | | | mm/readahead: Switch to page_cache_ra_order | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -1/+1 |
| * | | | mm/filemap: Allow large folios to be added to the page cache | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -17/+22 |
| |/ / |
|
* | | | tmpfs: do not allocate pages on read | Hugh Dickins | 2022-03-22 | 1 | -0/+6 |
* | | | filemap: remove find_get_pages() | Miaohe Lin | 2022-03-22 | 1 | -5/+6 |
|/ / |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-22 | 1 | -11/+91 |
|\ \ |
|
| * | | mm: remove cleancache | Christoph Hellwig | 2022-01-22 | 1 | -11/+0 |
| * | | mm/migrate.c: rework migration_entry_wait() to not take a pageref | Alistair Popple | 2022-01-22 | 1 | -0/+91 |
* | | | filemap: Use folio_put_refs() in filemap_free_folio() | Matthew Wilcox (Oracle) | 2022-01-16 | 1 | -6/+4 |
|/ / |
|
* | | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-01-12 | 1 | -523/+481 |
|\ \ |
|
| * | | mm: Use multi-index entries in the page cache | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -22/+39 |
| * | | mm: Convert find_lock_entries() to use a folio_batch | Matthew Wilcox (Oracle) | 2022-01-08 | 1 | -31/+29 |