aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-6/+25
2017-07-06mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_errorJeff Layton1-6/+25
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-03-28mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()Kirill A. Shutemov1-2/+2
2017-02-22mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap1-1/+0
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin1-10/+2
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-12/+11
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-30mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov1-6/+15
2016-10-11mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko1-11/+9
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-52/+2
2016-10-07mm: remove page_file_indexHuang Ying1-1/+1
2016-10-07mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying1-0/+12
2016-09-27get rid of separate multipage fault-in primitivesAl Viro1-52/+2
2016-09-25fault_in_multipages_readable() throws set-but-unused errorDave Chinner1-0/+1
2016-09-20fix fault_in_multipages_...() on architectures with no-op access_ok()Al Viro1-19/+19
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-1/+1
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-1/+1
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-3/+3
2016-05-20mm: tighten fault_in_pages_writeable()Eric Dumazet1-15/+9
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-4/+4
2016-04-04mm: drop PAGE_CACHE_* and page_cache_{get,release} definitionKirill A. Shutemov1-15/+0
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-7/+7
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-16/+3
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-2/+1
2016-01-22mm: add find_get_entries_tag()Ross Zwisler1-0/+3
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov1-1/+12
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-17/+8
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-0/+7
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2015-06-23pagemap.h: move dir_pages() over thereFabian Frederick1-0/+6
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-1/+2
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-7/+6
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov1-17/+1
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+10
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-09-25MM: export page_wakeup functionsNeilBrown1-2/+8
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown1-0/+2
2014-08-26linux/pagemap.h: Fixed a typo in a code comment.Raymond L. Rivera1-1/+1
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella1-0/+3
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi1-0/+12
2014-06-04mm: non-atomically mark page accessed during page cache allocation where possibleMel Gorman1-6/+101
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox1-0/+2
2014-04-03mm: remove read_cache_page_async()Sasha Levin1-10/+0
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+12
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-6/+9
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-0/+5
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-5/+5