summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: allow page_cache_get_speculative in interrupt contextKan Liang2017-08-021-2/+0
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-6/+25
|\
| * mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_errorJeff Layton2017-07-061-6/+25
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()Kirill A. Shutemov2017-03-281-2/+2
* mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap2017-02-221-1/+0
* mm: un-export wake_up_page functionsNicholas Piggin2017-02-221-10/+2
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-251-12/+11
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2016-11-301-6/+15
* mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2016-10-111-11/+9
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-52/+2
|\
| * get rid of separate multipage fault-in primitivesAl Viro2016-09-271-52/+2
* | mm: remove page_file_indexHuang Ying2016-10-071-1/+1
* | mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying2016-10-071-0/+12
|/
* fault_in_multipages_readable() throws set-but-unused errorDave Chinner2016-09-251-0/+1
* fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro2016-09-201-19/+19
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-1/+1