summaryrefslogtreecommitdiff
path: root/include/linux/pagemap.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-0/+1
2023-06-10filemap: add a kiocb_invalidate_pages helperChristoph Hellwig1-0/+1
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig1-0/+2
2023-06-10filemap: remove page_endio()Pankaj Raghav1-2/+0
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+8
2023-04-26Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox1-0/+2
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+6
2023-04-06mm: remove FGP_ENTRYChristoph Hellwig1-2/+1
2023-04-06mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-0/+1
2023-03-29mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-6/+0
2023-03-13mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-6/+0
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+24
2023-02-20filemap: Remove lock_page_killable()Matthew Wilcox (Oracle)1-10/+0
2023-02-10filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+2
2023-02-03filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)1-10/+0
2023-02-03filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+2
2023-02-03pagemap: add filemap_grab_folio()Vishal Moola (Oracle)1-0/+20
2022-12-12filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-1/+1
2022-12-01folio-compat: remove try_to_release_page()Vishal Moola (Oracle)1-1/+0
2022-11-09mm: remove FGP_HEADMatthew Wilcox (Oracle)1-3/+2
2022-11-09hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar1-1/+0
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+5
2022-10-04mm/filemap: make folio_put_wait_locked staticKe Sun1-1/+0
2022-10-04mm: convert lock_page_or_retry() to folio_lock_or_retry()Matthew Wilcox (Oracle)1-6/+3
2022-09-20mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig1-0/+2
2022-09-12filemap: remove find_get_pages_contig()Vishal Moola (Oracle)1-2/+0
2022-09-12filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)1-0/+2
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-0/+6
2022-07-04mm: add folios_put()Matthew Wilcox (Oracle)1-2/+0
2022-06-29filemap: Remove find_get_pages_range() and associated functionsMatthew Wilcox (Oracle)1-3/+0
2022-06-29filemap: Add filemap_get_folios()Matthew Wilcox (Oracle)1-0/+2
2022-06-29filemap: Remove add_to_page_cache() and add_to_page_cache_locked()Matthew Wilcox (Oracle)1-18/+0
2022-06-29mm: Remove __delete_from_page_cache()Matthew Wilcox (Oracle)1-4/+0
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-15/+63
2022-05-10fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)1-4/+0
2022-05-09fs: Change the type of filler_tMatthew Wilcox (Oracle)1-3/+3
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)1-2/+57
2022-05-08filemap: Remove obsolete comment in lock_pageMiaohe Lin1-3/+0
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-04-25mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas1-0/+1
2022-04-01readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)1-2/+0
2022-03-25mm: warn on deleting redirtied only if accountedHugh Dickins1-2/+1
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+24
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-13/+133
2022-03-23filemap: remove find_get_pages()Miaohe Lin1-7/+0
2022-03-21mm: Make large folios depend on THPMatthew Wilcox (Oracle)1-1/+6
2022-03-21mm: Fix READ_ONLY_THP warningMatthew Wilcox (Oracle)1-2/+2