summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi2014-07-231-0/+12
* mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-06-041-6/+101
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-041-1/+1
* fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox2014-06-041-0/+2
* mm: remove read_cache_page_async()Sasha Levin2014-04-031-10/+0
* mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+12
* mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner2014-04-031-6/+9
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-04-031-0/+5
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-5/+5
* vm: adjust ifdef for TINY_RCUPaul E. McKenney2013-04-291-1/+1
* mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-211-0/+1
* mm: introduce a common interface for balloon pages mobilityRafael Aquini2012-12-111-0/+16
* mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman2012-07-311-0/+5
* pagemap.h: fix warning about possibly used before init varPaul Gortmaker2012-05-291-4/+4
* mm: fixup compilation error due to an asm write through a const pointerDaniel Vetter2012-04-231-1/+1
* mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter2012-03-271-2/+62
* mm: cleanup descriptions of filler argHugh Dickins2011-07-251-7/+5
* sched: Isolate preempt counting in its own config optionFrederic Weisbecker2011-06-101-2/+2
* readahead: readahead page allocations are OK to failWu Fengguang2011-05-251-0/+6
* mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro2011-05-251-0/+9
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-12/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-12/+0
* | mm: change __remove_from_page_cache()Minchan Kim2011-03-221-1/+1
* | mm: goodbye remove_from_page_cache()Minchan Kim2011-03-221-1/+0
* | mm: introduce delete_from_page_cache()Minchan Kim2011-03-221-0/+1