summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-9/+5
|\
| * mm/filemap: make folio_put_wait_locked staticKe Sun2022-10-031-1/+0
| * mm: convert lock_page_or_retry() to folio_lock_or_retry()Matthew Wilcox (Oracle)2022-10-031-6/+3
| * filemap: remove find_get_pages_contig()Vishal Moola (Oracle)2022-09-111-2/+0
| * filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-0/+2
* | mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig2022-09-201-0/+2
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-2/+0
|\
| * mm: add folios_put()Matthew Wilcox (Oracle)2022-07-031-2/+0
* | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-0/+6
* | filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)2022-06-291-3/+0
* | filemap: Add filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-0/+2
* | filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)2022-06-291-18/+0
* | mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)2022-06-291-4/+0
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-15/+63
|\
| * fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-4/+0
| * fs: Change the type of filler_tMatthew Wilcox (Oracle)2022-05-091-3/+3
| * mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)2022-05-081-3/+3
| * filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)2022-05-081-2/+57
| * filemap: Remove obsolete comment in lock_pageMiaohe Lin2022-05-081-3/+0
| * fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
* | mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas2022-04-251-0/+1
|/
* readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)2022-04-011-2/+0
* mm: warn on deleting redirtied only if accountedHugh Dickins2022-03-241-2/+1
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-5/+24
|\
| * fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-0/+18
| * fs: Turn do_invalidatepage() into folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-0/+1
| * fs: read_mapping_page() should take a struct file argumentMatthew Wilcox (Oracle)2022-03-141-4/+4
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-13/+133
|\ \
| * | mm: Make large folios depend on THPMatthew Wilcox (Oracle)2022-03-211-1/+6
| * | mm: Fix READ_ONLY_THP warningMatthew Wilcox (Oracle)2022-03-211-2/+2
| * | mm: Add folio_pgoff()Matthew Wilcox (Oracle)2022-03-211-0/+11
| * | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+114
| * | mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)2022-03-211-10/+0
| |/
* / filemap: remove find_get_pages()Miaohe Lin2022-03-221-7/+0
|/
* Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-121-35/+24
|\
| * mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)2022-01-081-10/+0
| * mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-2/+2
| * filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)2022-01-081-2/+0
| * filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)2022-01-041-0/+2
| * filemap: Add read_cache_folio and read_mapping_folioMatthew Wilcox (Oracle)2022-01-041-2/+10
| * readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)2022-01-041-2/+2
| * filemap: Remove thp_contains()Matthew Wilcox (Oracle)2022-01-041-9/+0
| * filemap: Add filemap_remove_folio and __filemap_remove_folioMatthew Wilcox (Oracle)2022-01-041-2/+7
| * filemap: Add filemap_unaccount_folio()Matthew Wilcox (Oracle)2022-01-041-5/+0
| * filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)2022-01-041-1/+1
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-0/+29
|\ \
| * | mm: move filemap_range_needs_writeback() into headerJens Axboe2021-12-031-0/+29
| |/
* / mm: delete unsafe BUG from page_cache_add_speculative()Hugh Dickins2021-12-251-1/+0
|/
* fs: Rename AS_THP_SUPPORT and mapping_thp_supportMatthew Wilcox (Oracle)2021-11-171-6/+6