summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-261-3/+3
* mm: tighten fault_in_pages_writeable()Eric Dumazet2016-05-201-15/+9
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-4/+4
* mm: drop PAGE_CACHE_* and page_cache_{get,release} definitionKirill A. Shutemov2016-04-041-15/+0
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+1
* 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/+3
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-151-2/+1
* mm: add find_get_entries_tag()Ross Zwisler2016-01-221-0/+3
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-151-1/+12
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-151-17/+8
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-0/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-0/+6
|\
| * pagemap.h: move dir_pages() over thereFabian Frederick2015-06-231-0/+6
* | memcg: add per cgroup dirty page accountingGreg Thelen2015-06-021-1/+2
|/
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2014-12-291-7/+6
* mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov2014-10-091-17/+1
* Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-081-2/+10
|\
| * MM: export page_wakeup functionsNeilBrown2014-09-251-2/+8
| * SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-251-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ | |/ |/|
| * linux/pagemap.h: Fixed a typo in a code comment.Raymond L. Rivera2014-08-261-1/+1
* | mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-0/+3
|/