summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-10/+24
|\
| * filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)2023-02-091-0/+2
| * filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)2023-02-021-10/+0
| * filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-0/+2
| * pagemap: add filemap_grab_folio()Vishal Moola (Oracle)2023-02-021-0/+20
* | filemap: Remove lock_page_killable()Matthew Wilcox (Oracle)2023-02-201-10/+0
|/
* filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-1/+1
* folio-compat: remove try_to_release_page()Vishal Moola (Oracle)2022-11-301-1/+0
* mm: remove FGP_HEADMatthew Wilcox (Oracle)2022-11-081-3/+2
* hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar2022-11-081-1/+0
* 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