summaryrefslogtreecommitdiff
path: root/include/linux/pagemap.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-18mm/writeback: Add folio_write_oneMatthew Wilcox (Oracle)1-0/+5
2021-10-18mm/filemap: Add FGP_STABLEMatthew Wilcox (Oracle)1-0/+1
2021-10-18mm/filemap: Add filemap_get_folioMatthew Wilcox (Oracle)1-21/+20
2021-10-18mm/filemap: Add filemap_add_folio()Matthew Wilcox (Oracle)1-2/+8
2021-10-18mm/filemap: Add filemap_alloc_folioMatthew Wilcox (Oracle)1-3/+8
2021-10-18mm/filemap: Add readahead_folio()Matthew Wilcox (Oracle)1-15/+39
2021-10-18mm/filemap: Add folio_mkwrite_check_truncate()Matthew Wilcox (Oracle)1-0/+28
2021-10-18mm/filemap: Add i_blocks_per_folio()Matthew Wilcox (Oracle)1-6/+12
2021-10-18mm/writeback: Add folio_clear_dirty_for_io()Matthew Wilcox (Oracle)1-0/+2
2021-10-18mm/writeback: Add folio_cancel_dirty()Matthew Wilcox (Oracle)1-0/+11
2021-10-18mm/writeback: Add folio_account_cleaned()Matthew Wilcox (Oracle)1-0/+7
2021-10-18mm/writeback: Add __folio_mark_dirty()Matthew Wilcox (Oracle)1-1/+6
2021-09-27fs/netfs: Add folio fscache functionsMatthew Wilcox (Oracle)1-16/+0
2021-09-27mm/filemap: Add folio private_2 functionsMatthew Wilcox (Oracle)1-3/+3
2021-09-27mm/filemap: Convert page wait queues to be foliosMatthew Wilcox (Oracle)1-4/+4
2021-09-27mm/filemap: Add folio_wait_bit()Matthew Wilcox (Oracle)1-5/+5
2021-09-27mm/writeback: Add folio_wait_stable()Matthew Wilcox (Oracle)1-0/+1
2021-09-27mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)1-1/+2
2021-09-27mm/filemap: Add folio_end_writeback()Matthew Wilcox (Oracle)1-1/+2
2021-09-27mm/filemap: Add __folio_lock_or_retry()Matthew Wilcox (Oracle)1-4/+7
2021-09-27mm/filemap: Add folio_wait_locked()Matthew Wilcox (Oracle)1-8/+18
2021-09-27mm/filemap: Add __folio_lock_async()Matthew Wilcox (Oracle)1-17/+0
2021-09-27mm/filemap: Add folio_lock_killable()Matthew Wilcox (Oracle)1-5/+10
2021-09-27mm/filemap: Add folio_lock()Matthew Wilcox (Oracle)1-5/+19
2021-09-27mm/filemap: Add folio_unlock()Matthew Wilcox (Oracle)1-1/+2
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)1-2/+33
2021-09-27mm/filemap: Add folio_pos() and folio_file_pos()Matthew Wilcox (Oracle)1-0/+21
2021-09-27mm/filemap: Add folio_next_index()Matthew Wilcox (Oracle)1-0/+11
2021-09-27mm/filemap: Add folio_index(), folio_file_page() and folio_contains()Matthew Wilcox (Oracle)1-0/+56
2021-09-27mm: Handle per-folio private dataMatthew Wilcox (Oracle)1-19/+29
2021-09-27mm: Add folio_try_get_rcu()Matthew Wilcox (Oracle)1-80/+4
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+3
2021-09-08mm: remove redundant compound_head() callingMuchun Song1-4/+3
2021-09-03mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman1-2/+2
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)1-0/+4
2021-06-25mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins1-6/+7
2021-05-15mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)1-3/+3
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)1-0/+5
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)1-0/+10
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+33
2021-04-23mm: Implement readahead_control pageset expansionDavid Howells1-0/+2
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)1-9/+11
2021-04-23mm: Add set/end/wait functions for PG_private_2David Howells1-0/+20
2021-04-19btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)1-0/+9
2021-03-23mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)1-0/+1
2021-03-23fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)1-1/+0
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)1-2/+1
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)1-2/+2
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)1-0/+2
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)1-0/+1