aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Fix S_NOSEC handlingJan Kara2015-08-121-2/+2
* cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-08-021-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 Kleikamp2011-12-211-5/+2
* fs: Make write(2) interruptible by a fatal signalJan Kara2011-12-021-2/+4
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriatelyJeff Layton2011-10-281-0/+3
* mm: account skipped entries to avoid looping in find_get_pagesShaohua Li2011-09-141-2/+4
* mm: clarify the radix_tree exceptional casesHugh Dickins2011-08-031-22/+44
* mm: a few small updates for radix-swapHugh Dickins2011-08-031-18/+3
* mm: let swap use exceptional entriesHugh Dickins2011-08-031-18/+31
* radix_tree: exceptional entries and indicesHugh Dickins2011-08-031-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-261-3/+3
|\
| * writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-081-3/+3
* | mm: consistent truncate and invalidate loopsHugh Dickins2011-07-251-0/+2
* | mm: cleanup descriptions of filler argHugh Dickins2011-07-251-6/+6
* | fs: kill i_alloc_semChristoph Hellwig2011-07-201-3/+0
* | 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