aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pagemap.h
AgeCommit message (Expand)Author
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox
2014-04-03mm: remove read_cache_page_async()Sasha Levin
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-04-29vm: adjust ifdef for TINY_RCUPaul E. McKenney
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2012-12-11mm: introduce a common interface for balloon pages mobilityRafael Aquini
2012-07-31mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman
2012-05-29pagemap.h: fix warning about possibly used before init varPaul Gortmaker
2012-04-23mm: fixup compilation error due to an asm write through a const pointerDaniel Vetter
2012-03-27mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter
2011-07-25mm: cleanup descriptions of filler argHugh Dickins
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-22mm: change __remove_from_page_cache()Minchan Kim
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-13mm: remove likely() from mapping_unevictable()Steven Rostedt
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi
2010-08-11hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.hNaoya Horiguchi
2010-08-09gcc-4.6: pagemap: avoid unused-but-set variableAndi Kleen
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds
2009-08-22rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMPPaul E. McKenney
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-04-03CacheFiles: Permit the page lock state to be monitoredDavid Howells
2009-04-02mm: define a UNIQUE value for AS_UNEVICTABLE flagLee Schermerhorn
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-10-20mm: page lock use lock bitopsNick Piggin
2008-10-20mm: pagecache insertion fewer atomicsNick Piggin
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn
2008-08-04mm: rename page trylockNick Piggin
2008-07-30powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3)Nick Piggin
2008-07-28mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli
2008-07-26mm: speculative page referencesNick Piggin
2008-07-24mapping_set_error: add unlikely()Andrew Morton
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2007-12-06Add lock_page_killableMatthew Wilcox
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin