aboutsummaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-58/+66
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceGravatar Alexander Potapenko 1-1/+1
2022-10-03mm/filemap: make folio_put_wait_locked staticGravatar Ke Sun 1-1/+1
2022-10-03filemap: convert filemap_range_has_writeback() to use foliosGravatar Vishal Moola (Oracle) 1-6/+7
2022-09-26delayacct: support re-entrance detection of thrashing accountingGravatar Yang Yang 1-4/+6
2022-09-26filemap: make the accounting of thrashing more consistentGravatar Yang Yang 1-14/+4
2022-09-20mm: add PSI accounting around ->read_folio and ->readahead callsGravatar Christoph Hellwig 1-0/+7
2022-09-11filemap: remove find_get_pages_contig()Gravatar Vishal Moola (Oracle) 1-60/+0
2022-09-11filemap: add filemap_get_folios_contig()Gravatar Vishal Moola (Oracle) 1-0/+73
2022-09-11mm/filemap.c: convert page_endio() to use a folioGravatar Shaoqin Huang 1-7/+9
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-12/+6
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-89/+50
2022-07-29filemap: minor cleanup for filemap_write_and_wait_rangeGravatar Miaohe Lin 1-12/+6
2022-07-24mm: honor FGP_NOWAIT for page cache page allocationGravatar Jens Axboe 1-0/+4
2022-06-29filemap: Use filemap_read_folio() in do_read_cache_folio()Gravatar Matthew Wilcox (Oracle) 1-20/+9
2022-06-29filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+3
2022-06-29filemap: Move 'filler' case to the end of do_read_cache_folio()Gravatar Matthew Wilcox (Oracle) 1-15/+13
2022-06-29filemap: Remove find_get_pages_range() and associated functionsGravatar Matthew Wilcox (Oracle) 1-67/+0
2022-06-29filemap: Add filemap_get_folios()Gravatar Matthew Wilcox (Oracle) 1-0/+59
2022-06-29filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Gravatar Matthew Wilcox (Oracle) 1-20/+0
2022-06-20filemap: Handle sibling entries in filemap_get_read_batch()Gravatar Matthew Wilcox (Oracle) 1-0/+2
2022-06-20filemap: Correct the conditions for marking a folio as accessedGravatar Matthew Wilcox (Oracle) 1-3/+10
2022-06-09filemap: Cache the value of vm_flagsGravatar Matthew Wilcox (Oracle) 1-4/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+5
2022-05-13mm: teach core mm about pte markersGravatar Peter Xu 1-0/+5
2022-05-09fs: Remove aops->freepageGravatar Matthew Wilcox (Oracle) 1-7/+0
2022-05-09fs: Add free_folio address space operationGravatar Matthew Wilcox (Oracle) 1-1/+8
2022-05-09fs: Change try_to_free_buffers() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Remove last vestiges of releasepageGravatar Matthew Wilcox (Oracle) 1-2/+0
2022-05-09fs: Add aops->release_folioGravatar Matthew Wilcox (Oracle) 1-0/+2
2022-05-09mm/filemap: Hoist filler_t decision to the top of do_read_cache_folio()Gravatar Matthew Wilcox (Oracle) 1-5/+4
2022-05-09fs: Change the type of filler_tGravatar Matthew Wilcox (Oracle) 1-20/+20
2022-05-09mm,fs: Remove aops->readpageGravatar Matthew Wilcox (Oracle) 1-10/+5
2022-05-09fs: Introduce aops->read_folioGravatar Matthew Wilcox (Oracle) 1-2/+7
2022-05-08fs: Remove pagecache_write_begin() and pagecache_write_end()Gravatar Matthew Wilcox (Oracle) 1-20/+0
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-4/+2
2022-04-15tmpfs: fix regressions from wider use of ZERO_PAGEGravatar Hugh Dickins 1-6/+0
2022-04-01fs: Pass an iocb to generic_perform_write()Gravatar Matthew Wilcox (Oracle) 1-4/+6
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2022-03-25fs/iomap: Fix buffered write page prefaultingGravatar Andreas Gruenbacher 1-1/+1
2022-03-24mm: warn on deleting redirtied only if accountedGravatar Hugh Dickins 1-5/+9
2022-03-24mm: filemap_unaccount_folio() large skip mapcount fixupGravatar Hugh Dickins 1-13/+13
2022-03-24mm: delete __ClearPageWaiters()Gravatar Hugh Dickins 1-15/+8
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-4/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-18/+41
2022-03-22tmpfs: do not allocate pages on readGravatar Hugh Dickins 1-0/+6
2022-03-22filemap: remove find_get_pages()Gravatar Miaohe Lin 1-5/+6
2022-03-21mm/filemap: Support VM_HUGEPAGE for file mappingsGravatar Matthew Wilcox (Oracle) 1-0/+18
2022-03-21mm/readahead: Switch to page_cache_ra_orderGravatar Matthew Wilcox (Oracle) 1-1/+1