summaryrefslogtreecommitdiff
path: root/include/linux/pagemap.h
AgeCommit message (Expand)Author
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
2021-04-23mm: Implement readahead_control pageset expansionDavid Howells
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)
2021-04-23mm: Add set/end/wait functions for PG_private_2David Howells
2021-04-19btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)
2021-03-23mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)
2021-03-23fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang
2020-11-22mm: fix readahead_page_batch for retry entriesMatthew Wilcox (Oracle)
2020-10-28mm: pagemap.h: fix two kernel-doc markupsMauro Carvalho Chehab
2020-10-16mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)
2020-10-16mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)
2020-10-16fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-13mm: add find_lock_headMatthew Wilcox (Oracle)
2020-10-13mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)