summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig2019-07-121-2/+1Star
* 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-061-13/+0Star
* mm: delete find_get_entries_tagMatthew Wilcox (Oracle)2019-05-141-3/+0Star
* mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao2019-05-141-9/+1Star
* 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-061-22/+9Star
* 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-161-7/+1Star
* mm: remove cold parameter for release_pagesMel Gorman2017-11-161-1/+1
* mm: batch radix tree operations when truncating pagesJan Kara2017-11-161-0/+4
* mm: implement find_get_pages_range_tag()Jan Kara2017-11-161-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-071-2/+10
* mm: make pagevec_lookup() update indexJan Kara2017-09-071-1/+1
* mm: allow page_cache_get_speculative in interrupt contextKan Liang2017-08-031-2/+0Star
* Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-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-231-1/+0Star
* mm: un-export wake_up_page functionsNicholas Piggin2017-02-231-10/+2Star
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-251-12/+11Star
* 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-12-011-6/+15
* mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2016-10-121-11/+9Star
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-52/+2Star
|\
| * get rid of separate multipage fault-in primitivesAl Viro2016-09-281-52/+2Star
* | mm: remove page_file_indexHuang Ying2016-10-081-1/+1
* | mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying2016-10-081-0/+12
|/
* fault_in_multipages_readable() throws set-but-unused errorDave Chinner2016-09-261-0/+1
* fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro2016-09-211-19/+19
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-1/+1
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-1/+1
* mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-271-3/+3
* mm: tighten fault_in_pages_writeable()Eric Dumazet2016-05-211-15/+9Star
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-201-4/+4
* mm: drop PAGE_CACHE_* and page_cache_{get,release} definitionKirill A. Shutemov2016-04-041-15/+0Star
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+1Star
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-7/+7
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-16/+3Star
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-161-2/+1Star
* mm: add find_get_entries_tag()Ross Zwisler2016-01-231-0/+3
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-161-1/+12
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-161-17/+8Star