aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins1-6/+7
2021-05-14mm/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/git/dhowells/linux-fsLinus 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
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)1-2/+1
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_cache_page()Baolin Wang1-1/+1
2020-11-22mm: fix readahead_page_batch for retry entriesMatthew Wilcox (Oracle)1-0/+2
2020-10-28mm: pagemap.h: fix two kernel-doc markupsMauro Carvalho Chehab1-4/+4
2020-10-16mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)1-10/+54
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)1-3/+2
2020-10-16mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)1-0/+7
2020-10-16fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)1-0/+29
2020-10-16fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)1-0/+6
2020-10-14Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+16
2020-10-13mm: add find_lock_headMatthew Wilcox (Oracle)1-6/+26
2020-10-13mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)1-0/+9
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)1-2/+0
2020-10-11mm: validate inode in mapping_set_error()Minchan Kim1-1/+2
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-0/+16
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-3/+3
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+43
2020-06-21mm: add kiocb_wait_page_queue_init() helperJens Axboe1-0/+21
2020-06-21mm: add support for async page lockingJens Axboe1-0/+17
2020-06-21mm: abstract out wake_page_match() from wake_page_function()Jens Axboe1-0/+37
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-02include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang1-0/+37
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)1-0/+3
2020-06-02mm: add new readahead_control APIMatthew Wilcox (Oracle)1-0/+140
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)1-0/+8
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton1-1/+4
2020-04-07include/linux/pagemap.h: optimise find_subpage for !THPMatthew Wilcox (Oracle)1-3/+1
2020-04-02mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)1-4/+4
2020-04-02mm: swap: make page_evictable() inlineYang Shi1-4/+2
2020-04-02include/linux/pagemap.h: rename arguments to find_subpageMatthew Wilcox (Oracle)1-5/+10
2020-01-06fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher1-0/+28