Age | Commit message (Expand) | Author | Files | Lines |
2022-04-01 | fs: Pass an iocb to generic_perform_write() | Matthew Wilcox (Oracle) | 1 | -4/+6 |
2022-04-01 | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-26 | Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2022-03-25 | fs/iomap: Fix buffered write page prefaulting | Andreas Gruenbacher | 1 | -1/+1 |
2022-03-24 | mm: warn on deleting redirtied only if accounted | Hugh Dickins | 1 | -5/+9 |
2022-03-24 | mm: filemap_unaccount_folio() large skip mapcount fixup | Hugh Dickins | 1 | -13/+13 |
2022-03-24 | mm: delete __ClearPageWaiters() | Hugh Dickins | 1 | -15/+8 |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -4/+4 |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -18/+41 |
2022-03-22 | tmpfs: do not allocate pages on read | Hugh Dickins | 1 | -0/+6 |
2022-03-22 | filemap: remove find_get_pages() | Miaohe Lin | 1 | -5/+6 |
2022-03-21 | mm/filemap: Support VM_HUGEPAGE for file mappings | Matthew Wilcox (Oracle) | 1 | -0/+18 |
2022-03-21 | mm/readahead: Switch to page_cache_ra_order | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2022-03-21 | mm/filemap: Allow large folios to be added to the page cache | Matthew Wilcox (Oracle) | 1 | -17/+22 |
2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-03-14 | fs: Convert is_partially_uptodate to folios | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2022-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+91 |
2022-01-22 | mm: remove cleancache | Christoph Hellwig | 1 | -11/+0 |
2022-01-22 | mm/migrate.c: rework migration_entry_wait() to not take a pageref | Alistair Popple | 1 | -0/+91 |
2022-01-16 | filemap: Use folio_put_refs() in filemap_free_folio() | Matthew Wilcox (Oracle) | 1 | -6/+4 |
2022-01-12 | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -523/+481 |
2022-01-12 | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -29/+3 |
2022-01-08 | mm: Use multi-index entries in the page cache | Matthew Wilcox (Oracle) | 1 | -22/+39 |
2022-01-08 | mm: Convert find_lock_entries() to use a folio_batch | Matthew Wilcox (Oracle) | 1 | -31/+29 |
2022-01-08 | filemap: Return only folios from find_get_entries() | Matthew Wilcox (Oracle) | 1 | -32/+11 |
2022-01-08 | filemap: Convert filemap_get_read_batch() to use a folio_batch | Matthew Wilcox (Oracle) | 1 | -32/+33 |
2022-01-08 | filemap: Convert filemap_read() to use a folio | Matthew Wilcox (Oracle) | 1 | -16/+12 |
2022-01-08 | truncate: Add invalidate_complete_folio2() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2022-01-04 | filemap: Add filemap_release_folio() | Matthew Wilcox (Oracle) | 1 | -20/+19 |
2022-01-04 | filemap: Use a folio in filemap_page_mkwrite | Matthew Wilcox (Oracle) | 1 | -8/+8 |
2022-01-04 | filemap: Use a folio in filemap_map_pages | Matthew Wilcox (Oracle) | 1 | -13/+14 |
2022-01-04 | filemap: Use folios in next_uptodate_page | Matthew Wilcox (Oracle) | 1 | -15/+15 |
2022-01-04 | filemap: Convert page_cache_delete_batch to folios | Matthew Wilcox (Oracle) | 1 | -10/+10 |
2022-01-04 | filemap: Convert filemap_get_pages to use folios | Matthew Wilcox (Oracle) | 1 | -12/+12 |
2022-01-04 | filemap: Drop the refcount while waiting for page lock | Matthew Wilcox (Oracle) | 1 | -38/+5 |
2022-01-04 | filemap: Add read_cache_folio and read_mapping_folio | Matthew Wilcox (Oracle) | 1 | -46/+51 |
2022-01-04 | filemap: Convert filemap_fault to folio | Matthew Wilcox (Oracle) | 1 | -40/+37 |
2022-01-04 | filemap: Convert do_async_mmap_readahead to take a folio | Matthew Wilcox (Oracle) | 1 | -7/+8 |
2022-01-04 | filemap: Convert filemap_range_uptodate to folios | Matthew Wilcox (Oracle) | 1 | -8/+8 |
2022-01-04 | filemap: Convert filemap_create_page to folio | Matthew Wilcox (Oracle) | 1 | -19/+20 |
2022-01-04 | filemap: Convert filemap_read_page to take a folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
2022-01-04 | filemap: Convert find_get_pages_contig to folios | Matthew Wilcox (Oracle) | 1 | -9/+8 |
2022-01-04 | filemap: Convert filemap_get_read_batch to use folios | Matthew Wilcox (Oracle) | 1 | -12/+11 |
2022-01-04 | filemap: Convert find_get_entry to return a folio | Matthew Wilcox (Oracle) | 1 | -74/+72 |
2022-01-04 | filemap: Add filemap_remove_folio and __filemap_remove_folio | Matthew Wilcox (Oracle) | 1 | -23/+20 |
2022-01-04 | filemap: Convert tracing of page cache operations to folio | Matthew Wilcox (Oracle) | 1 | -4/+5 |
2022-01-04 | filemap: Add filemap_unaccount_folio() | Matthew Wilcox (Oracle) | 1 | -35/+35 |
2022-01-04 | filemap: Convert page_cache_delete to take a folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2022-01-04 | filemap: Add folio_put_wait_locked() | Matthew Wilcox (Oracle) | 1 | -12/+15 |
2022-01-02 | filemap: Remove PageHWPoison check from next_uptodate_page() | Matthew Wilcox (Oracle) | 1 | -2/+0 |