summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-0/+10
* mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-121-2/+1
* include/linux/pagemap.h: document trylock_page() return valueAndrew Morton2019-07-121-0/+3
* Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-13/+0
* mm: delete find_get_entries_tagMatthew Wilcox (Oracle)2019-05-141-3/+0
* mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao2019-05-141-9/+1
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-0/+13
* filemap: kill page_cache_read usage in filemap_faultJosef Bacik2019-03-151-0/+1
* mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com2019-03-051-22/+9
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-0/+2
* page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox2018-10-211-1/+1
* page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox2018-10-211-2/+2
* page cache: Convert hole search to XArrayMatthew Wilcox2018-10-211-2/+2
* page cache: use xa_lockMatthew Wilcox2018-04-111-2/+2
* mm: remove __GFP_COLDMel Gorman2017-11-151-7/+1
* mm: remove cold parameter for release_pagesMel Gorman2017-11-151-1/+1
* mm: batch radix tree operations when truncating pagesJan Kara2017-11-151-0/+4
* mm: implement find_get_pages_range_tag()Jan Kara2017-11-151-2/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: implement find_get_pages_range()Jan Kara2017-09-061-2/+10
* mm: make pagevec_lookup() update indexJan Kara2017-09-061-1/+1