summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2023-06-09fs: factor out a direct_write_fallback helperChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_pages helperChristoph Hellwig
2023-06-09filemap: add a kiocb_write_and_wait helperChristoph Hellwig
2023-06-09filemap: update ki_pos in generic_perform_writeChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-06-09filemap: remove page_endio()Pankaj Raghav
2023-06-09cachestat: implement cachestat syscallNhat Pham
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells
2023-05-24splice: Make filemap_splice_read() check s_maxbytesDavid Howells
2023-05-24splice: Fix filemap_splice_read() to use the correct inodeDavid Howells
2023-05-06filemap: Handle error return from __filemap_get_folio()Matthew Wilcox
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-04-05mm: remove FGP_ENTRYChristoph Hellwig
2023-04-05mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20splice: Export filemap/direct_splice_read()David Howells
2023-02-20splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells
2023-02-20mm: Pass info, not iter, into filemap_get_pages()David Howells
2023-02-16mm/filemap: fix page end in filemap_get_read_batchQian Yingjin
2023-02-09filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett
2023-02-02filemap: convert filemap_range_has_page() to use a folioMatthew Wilcox (Oracle)
2023-02-02filemap: convert filemap_map_pmd() to take a folioMatthew Wilcox (Oracle)
2023-02-02filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)
2023-02-02filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)
2022-12-11filemap: skip write and wait if end offset precedes startBrian Foster
2022-11-08filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)
2022-11-08filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-10-03mm/filemap: make folio_put_wait_locked staticKe Sun
2022-10-03filemap: convert filemap_range_has_writeback() to use foliosVishal Moola (Oracle)
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang
2022-09-26filemap: make the accounting of thrashing more consistentYang Yang
2022-09-20mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig
2022-09-11filemap: remove find_get_pages_contig()Vishal Moola (Oracle)
2022-09-11filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)
2022-09-11mm/filemap.c: convert page_endio() to use a folioShaoqin Huang
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-07-29filemap: minor cleanup for filemap_write_and_wait_rangeMiaohe Lin
2022-07-24mm: honor FGP_NOWAIT for page cache page allocationJens Axboe
2022-06-29filemap: Use filemap_read_folio() in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Move 'filler' case to the end of do_read_cache_folio()Matthew Wilcox (Oracle)
2022-06-29filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)