aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pagemap.h
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09fs: Change the type of filler_tMatthew Wilcox (Oracle)
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)
2022-05-08filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)
2022-05-08filemap: Remove obsolete comment in lock_pageMiaohe Lin
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-04-25mm: Add fault_in_subpage_writeable() to probe at sub-page granularityCatalin Marinas
2022-04-01readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22filemap: remove find_get_pages()Miaohe Lin
2022-03-21mm: Make large folios depend on THPMatthew Wilcox (Oracle)
2022-03-21mm: Fix READ_ONLY_THP warningMatthew Wilcox (Oracle)
2022-03-21mm: Add folio_pgoff()Matthew Wilcox (Oracle)
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)
2022-03-21mm: Remove page_cache_add_speculative() and page_cache_get_speculative()Matthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-15ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn do_invalidatepage() into folio_invalidate()Matthew Wilcox (Oracle)
2022-03-14fs: read_mapping_page() should take a struct file argumentMatthew Wilcox (Oracle)
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-08mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)
2022-01-04filemap: Add filemap_release_folio()Matthew Wilcox (Oracle)
2022-01-04filemap: Add read_cache_folio and read_mapping_folioMatthew Wilcox (Oracle)
2022-01-04readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)
2022-01-04filemap: Remove thp_contains()Matthew Wilcox (Oracle)
2022-01-04filemap: Add filemap_remove_folio and __filemap_remove_folioMatthew Wilcox (Oracle)
2022-01-04filemap: Add filemap_unaccount_folio()Matthew Wilcox (Oracle)
2022-01-04filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)
2021-12-25mm: delete unsafe BUG from page_cache_add_speculative()Hugh Dickins
2021-12-03mm: move filemap_range_needs_writeback() into headerJens Axboe
2021-11-17fs: Rename AS_THP_SUPPORT and mapping_thp_supportMatthew Wilcox (Oracle)
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)
2021-11-10folio: Add a function to get the host inode for a folioDavid Howells
2021-11-10folio: Add a function to change the private data attached to a folioDavid Howells
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-10-18mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add FGP_STABLEMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_get_folioMatthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)
2021-10-18mm/filemap: Add filemap_alloc_folioMatthew Wilcox (Oracle)