aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-011-4/+7
* readahead: fix pipeline break caused by block plugShaohua Li2012-02-131-4/+4
* memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki2012-01-251-16/+2
* vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp2012-01-061-5/+2
* more conservative S_NOSEC handlingAl Viro2011-06-031-1/+1
* Cache xattr security drop check for write v2Andi Kleen2011-05-281-2/+12
* mm: Wait for writeback when grabbing pages to begin a writeDarrick J. Wong2011-05-281-1/+3
* memcg: add the pagefault count into memcg statsYing Han2011-05-261-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-261-0/+11
|\
| * mm/fs: add hooks to support cleancacheDan Magenheimer2011-05-261-0/+11
* | readahead: trigger mmap sequential readahead on PG_readaheadWu Fengguang2011-05-251-4/+2
* | readahead: reduce unnecessary mmap_miss increasesAndi Kleen2011-05-251-1/+2
* | readahead: return early when readahead is disabledWu Fengguang2011-05-251-6/+6
* | mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-5/+5
* | x86,mm: make pagefault killableKOSAKI Motohiro2011-05-251-7/+24
* | mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro2011-05-251-0/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-241-4/+6
|\
| * fs: move i_wb_list out from under inode_lockDave Chinner2011-03-241-4/+4
| * fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-241-0/+2
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-61/+13
|\ \ | |/ |/|
| * fs: make generic file read/write functions plugJens Axboe2011-03-101-0/+7
| * block: remove per-queue pluggingJens Axboe2011-03-101-61/+6
* | mm: don't return 0 too early from find_get_pages()Hugh Dickins2011-03-221-0/+14
* | mm: remove worrying dead code from find_get_pages()Hugh Dickins2011-03-221-2/+16
* | mm: change __remove_from_page_cache()Minchan Kim2011-03-221-4/+4
* | mm: goodbye remove_from_page_cache()Minchan Kim2011-03-221-16/+9
* | mm: introduce delete_from_page_cache()Minchan Kim2011-03-221-0/+16
* | mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-221-0/+70
* | mm: allow GUP to fail instead of waiting on a pageGleb Natapov2011-03-221-2/+4
|/
* mm: remove likely() from grab_cache_page_write_begin()Steven Rostedt2011-01-131-1/+1
* mm: clear PageError bit in msync & fsyncRik van Riel2011-01-131-1/+1
* mm: find_get_pages_contig fixletNick Piggin2011-01-131-3/+10
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds2010-12-021-0/+5
* radix-tree: fix RCU bugNick Piggin2010-11-121-16/+10
* mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen2010-11-121-0/+3
* Release page reference during page fault retryMichel Lespinasse2010-11-021-1/+3
* mm: remove temporary variable on generic_file_direct_write()Namhyung Kim2010-10-261-4/+4
* mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-261-1/+15
* mm: filemap_fault: unique path for locking pageMichel Lespinasse2010-10-261-9/+11
* gcc-4.6: mm: fix unused but set warningsAndi Kleen2010-08-091-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-301-0/+1
|\
| * mm: export remove_from_page_cache() to modulesMiklos Szeredi2010-05-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-271-5/+31
|\ \
| * | fs: allow short direct-io reads to be completed via buffered IOJosef Bacik2010-05-251-5/+31
| |/
* | do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer2010-05-261-0/+6
* | cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-251-2/+8
* | tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro2010-05-251-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* mm: use rlimit helpersJiri Slaby2010-03-061-1/+1