summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+3
|\
| * mm: remove redundant compound_head() callingMuchun Song2021-09-081-4/+3
* | mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman2021-09-031-2/+2
|/
* mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-291-0/+4
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-241-6/+7
* mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)2021-05-141-3/+3
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-0/+5
* mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-301-0/+10
* Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-9/+33
|\
| * mm: Implement readahead_control pageset expansionDavid Howells2021-04-231-0/+2
| * mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-9/+11
| * mm: Add set/end/wait functions for PG_private_2David Howells2021-04-231-0/+20
* | btrfs: add and use readahead_batch_lengthMatthew Wilcox (Oracle)2021-04-191-0/+9
|/
* mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-231-0/+1
* fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)2021-03-231-1/+0
* mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-2/+1
* mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-2/+2
* mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-0/+2
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-261-0/+1
* mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)2021-02-241-2/+1
* mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang2021-02-241-1/+1
* mm: fix readahead_page_batch for retry entriesMatthew Wilcox (Oracle)2020-11-221-0/+2
* mm: pagemap.h: fix two kernel-doc markupsMauro Carvalho Chehab2020-10-281-4/+4
* mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)2020-10-161-10/+54
* mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-3/+2
* mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)2020-10-161-0/+7
* fs: do not update nr_thps for mappings which support THPsMatthew Wilcox (Oracle)2020-10-161-0/+29
* fs: add a filesystem flag for THPsMatthew Wilcox (Oracle)2020-10-161-0/+6
* Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-141-0/+16
|\
| * fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-0/+16
* | mm: add find_lock_headMatthew Wilcox (Oracle)2020-10-131-6/+26
* | mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)2020-10-131-0/+9
* | i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)2020-10-131-2/+0
* | mm: validate inode in mapping_set_error()Minchan Kim2020-10-111-1/+2
|/
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-3/+3
* Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+43
|\
| * mm: add kiocb_wait_page_queue_init() helperJens Axboe2020-06-211-0/+21
| * mm: add support for async page lockingJens Axboe2020-06-211-0/+17
| * mm: abstract out wake_page_match() from wake_page_function()Jens Axboe2020-06-211-0/+37
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* include/linux/pagemap.h: introduce attach/detach_page_privateGuoqing Jiang2020-06-021-0/+37
* mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-021-0/+3
* mm: add new readahead_control APIMatthew Wilcox (Oracle)2020-06-021-0/+140
* mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2020-06-021-0/+8
* vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-021-1/+4
* include/linux/pagemap.h: optimise find_subpage for !THPMatthew Wilcox (Oracle)2020-04-071-3/+1
* mm: add pagemap.h to the fine documentationMatthew Wilcox (Oracle)2020-04-021-4/+4
* mm: swap: make page_evictable() inlineYang Shi2020-04-021-4/+2
* include/linux/pagemap.h: rename arguments to find_subpageMatthew Wilcox (Oracle)2020-04-021-5/+10
* fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher2020-01-061-0/+28