summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-17/+20
2023-06-10filemap: add a kiocb_invalidate_pages helperChristoph Hellwig1-20/+28
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-12/+18
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig1-4/+4
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-06-10filemap: remove page_endio()Pankaj Raghav1-30/+0
2023-06-10cachestat: implement cachestat syscallNhat Pham1-0/+171
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells1-3/+18
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells1-2/+1
2023-05-24splice: Make filemap_splice_read() check s_maxbytesDavid Howells1-0/+3
2023-05-24splice: Fix filemap_splice_read() to use the correct inodeDavid Howells1-2/+2
2023-05-06filemap: Handle error return from __filemap_get_folio()Matthew Wilcox1-1/+1
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-6/+8
2023-04-06mm: remove FGP_ENTRYChristoph Hellwig1-6/+1
2023-04-06mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-3/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-58/+80
2023-02-21splice: Export filemap/direct_splice_read()David Howells1-0/+1
2023-02-21splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells1-0/+129
2023-02-21mm: Pass info, not iter, into filemap_get_pages()David Howells1-13/+14
2023-02-17mm/filemap: fix page end in filemap_get_read_batchQian Yingjin1-2/+3
2023-02-10filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+24
2023-02-10mm/mmap: remove __vma_adjust()Liam R. Howlett1-1/+1
2023-02-03filemap: convert filemap_range_has_page() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-02-03filemap: convert filemap_map_pmd() to take a folioMatthew Wilcox (Oracle)1-8/+10
2023-02-03filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)1-60/+0
2023-02-03filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-11/+13
2023-02-03filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+54
2022-12-12filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-27/+25
2022-12-12filemap: skip write and wait if end offset precedes startBrian Foster1-3/+6
2022-11-09filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)1-2/+11
2022-11-09filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)1-3/+12
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-58/+66
2022-10-04mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko1-1/+1
2022-10-04mm/filemap: make folio_put_wait_locked staticKe Sun1-1/+1
2022-10-04filemap: convert filemap_range_has_writeback() to use foliosVishal Moola (Oracle)1-6/+7
2022-09-27delayacct: support re-entrance detection of thrashing accountingYang Yang1-4/+6
2022-09-27filemap: make the accounting of thrashing more consistentYang Yang1-14/+4
2022-09-20mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig1-0/+7
2022-09-12filemap: remove find_get_pages_contig()Vishal Moola (Oracle)1-60/+0
2022-09-12filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)1-0/+73
2022-09-12mm/filemap.c: convert page_endio() to use a folioShaoqin Huang1-7/+9
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+6
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-89/+50
2022-07-30filemap: minor cleanup for filemap_write_and_wait_rangeMiaohe Lin1-12/+6
2022-07-25mm: honor FGP_NOWAIT for page cache page allocationJens Axboe1-0/+4
2022-06-29filemap: Use filemap_read_folio() in do_read_cache_folio()Matthew Wilcox (Oracle)1-20/+9
2022-06-29filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Matthew Wilcox (Oracle)1-1/+3
2022-06-29filemap: Move 'filler' case to the end of do_read_cache_folio()Matthew Wilcox (Oracle)1-15/+13
2022-06-29filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)1-67/+0
2022-06-29filemap: Add filemap_get_folios()Matthew Wilcox (Oracle)1-0/+59