summaryrefslogtreecommitdiff
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* filemap: Handle error return from __filemap_get_folio()Matthew Wilcox2023-05-061-1/+1
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-6/+8
* mm: remove FGP_ENTRYChristoph Hellwig2023-04-051-6/+1
* mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig2023-04-051-3/+3
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-58/+80
|\
| * filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)2023-02-091-0/+24
| * mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-1/+1
| * filemap: convert filemap_range_has_page() to use a folioMatthew Wilcox (Oracle)2023-02-021-5/+5
| * filemap: convert filemap_map_pmd() to take a folioMatthew Wilcox (Oracle)2023-02-021-8/+10
| * filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)2023-02-021-60/+0
| * filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-11/+13
| * filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-0/+54
* | splice: Export filemap/direct_splice_read()David Howells2023-02-201-0/+1
* | splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2023-02-201-0/+129
* | mm: Pass info, not iter, into filemap_get_pages()David Howells2023-02-201-13/+14
* | mm/filemap: fix page end in filemap_get_read_batchQian Yingjin2023-02-161-2/+3
|/
* filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-27/+25
* filemap: skip write and wait if end offset precedes startBrian Foster2022-12-111-3/+6
* filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-2/+11
* filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-3/+12
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-58/+66
|\
| * mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-10-031-1/+1
| * mm/filemap: make folio_put_wait_locked staticKe Sun2022-10-031-1/+1
| * filemap: convert filemap_range_has_writeback() to use foliosVishal Moola (Oracle)2022-10-031-6/+7
| * delayacct: support re-entrance detection of thrashing accountingYang Yang2022-09-261-4/+6
| * filemap: make the accounting of thrashing more consistentYang Yang2022-09-261-14/+4
| * filemap: remove find_get_pages_contig()Vishal Moola (Oracle)2022-09-111-60/+0
| * filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-0/+73
| * mm/filemap.c: convert page_endio() to use a folioShaoqin Huang2022-09-111-7/+9
* | mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig2022-09-201-0/+7
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-12/+6
|\
| * filemap: minor cleanup for filemap_write_and_wait_rangeMiaohe Lin2022-07-291-12/+6
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-89/+50
|\ \
| * | filemap: Use filemap_read_folio() in do_read_cache_folio()Matthew Wilcox (Oracle)2022-06-291-20/+9
| * | filemap: Handle AOP_TRUNCATED_PAGE in do_read_cache_folio()Matthew Wilcox (Oracle)2022-06-291-1/+3
| * | filemap: Move 'filler' case to the end of do_read_cache_folio()Matthew Wilcox (Oracle)2022-06-291-15/+13
| * | filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)2022-06-291-67/+0
| * | filemap: Add filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-0/+59
| * | filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)2022-06-291-20/+0
| |/
* | mm: honor FGP_NOWAIT for page cache page allocationJens Axboe2022-07-241-0/+4
|/
* filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)2022-06-201-0/+2
* filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)2022-06-201-3/+10
* filemap: Cache the value of vm_flagsMatthew Wilcox (Oracle)2022-06-091-4/+5
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+5
|\
| * mm: teach core mm about pte markersPeter Xu2022-05-131-0/+5
* | fs: Remove aops->freepageMatthew Wilcox (Oracle)2022-05-091-7/+0
* | fs: Add free_folio address space operationMatthew Wilcox (Oracle)2022-05-091-1/+8
* | fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* | fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)2022-05-091-2/+0
* | fs: Add aops->release_folioMatthew Wilcox (Oracle)2022-05-091-0/+2