summaryrefslogtreecommitdiff
path: root/include/linux/pagemap.h
AgeCommit message (Expand)Author
2021-12-25mm: delete unsafe BUG from page_cache_add_speculative()Hugh Dickins
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)
2021-10-18mm/filemap: Add readahead_folio()Matthew Wilcox (Oracle)
2021-10-18mm/filemap: Add folio_mkwrite_check_truncate()Matthew Wilcox (Oracle)
2021-10-18mm/filemap: Add i_blocks_per_folio()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add __folio_mark_dirty()Matthew Wilcox (Oracle)
2021-09-27fs/netfs: Add folio fscache functionsMatthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio private_2 functionsMatthew Wilcox (Oracle)
2021-09-27mm/filemap: Convert page wait queues to be foliosMatthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_wait_bit()Matthew Wilcox (Oracle)
2021-09-27mm/writeback: Add folio_wait_stable()Matthew Wilcox (Oracle)
2021-09-27mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_end_writeback()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add __folio_lock_or_retry()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_wait_locked()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add __folio_lock_async()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_lock_killable()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_lock()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_unlock()Matthew Wilcox (Oracle)
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_pos() and folio_file_pos()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_next_index()Matthew Wilcox (Oracle)
2021-09-27mm/filemap: Add folio_index(), folio_file_page() and folio_contains()Matthew Wilcox (Oracle)
2021-09-27mm: Handle per-folio private dataMatthew Wilcox (Oracle)
2021-09-27mm: Add folio_try_get_rcu()Matthew Wilcox (Oracle)
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm: remove redundant compound_head() callingMuchun Song
2021-09-03mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-05-14mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds