aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-29vm: adjust ifdef for TINY_RCUPaul E. McKenney1-1/+1
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong1-0/+1
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini1-0/+16
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman1-0/+5
2012-05-29pagemap.h: fix warning about possibly used before init varPaul Gortmaker1-4/+4
2012-04-23mm: fixup compilation error due to an asm write through a const pointerDaniel Vetter1-1/+1
2012-03-27mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter1-2/+62
2011-07-25mm: cleanup descriptions of filler argHugh Dickins1-7/+5
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker1-2/+2
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang1-0/+6
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro1-0/+9
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+0
2011-03-22mm: change __remove_from_page_cache()Minchan Kim1-1/+1
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim1-1/+0
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim1-0/+1
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-0/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-12/+0
2011-01-13mm: remove likely() from mapping_unevictable()Steven Rostedt1-1/+1
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-0/+13
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+8
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi1-1/+7
2010-08-11hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.hNaoya Horiguchi1-0/+1
2010-08-09gcc-4.6: pagemap: avoid unused-but-set variableAndi Kleen1-1/+3
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds1-0/+2
2009-08-22rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney1-2/+2
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-12/+0
2009-04-03CacheFiles: Permit the page lock state to be monitoredDavid Howells1-0/+5
2009-04-02mm: define a UNIQUE value for AS_UNEVICTABLE flagLee Schermerhorn1-4/+8
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+2
2008-10-20mm: page lock use lock bitopsNick Piggin1-1/+1
2008-10-20mm: pagecache insertion fewer atomicsNick Piggin1-7/+7
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn1-3/+9
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn1-0/+22