summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-2/+4
* mm: clarify the radix_tree exceptional casesHugh Dickins2011-08-041-22/+44
* mm: a few small updates for radix-swapHugh Dickins2011-08-041-18/+3Star
* mm: let swap use exceptional entriesHugh Dickins2011-08-041-18/+31
* radix_tree: exceptional entries and indicesHugh Dickins2011-08-041-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-261-0/+2
* | mm: cleanup descriptions of filler argHugh Dickins2011-07-261-6/+6
* | fs: kill i_alloc_semChristoph Hellwig2011-07-211-3/+0Star
* | more conservative S_NOSEC handlingAl Viro2011-06-041-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-271-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/+2Star
* | 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-251-4/+6
|\
| * fs: move i_wb_list out from under inode_lockDave Chinner2011-03-251-4/+4
| * fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-251-0/+2
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-61/+13Star
|\ \ | |/ |/|
| * fs: make generic file read/write functions plugJens Axboe2011-03-101-0/+7
| * block: remove per-queue pluggingJens Axboe2011-03-101-61/+6Star
* | mm: don't return 0 too early from find_get_pages()Hugh Dickins2011-03-231-0/+14
* | mm: remove worrying dead code from find_get_pages()Hugh Dickins2011-03-231-2/+16
* | mm: change __remove_from_page_cache()Minchan Kim2011-03-231-4/+4
* | mm: goodbye remove_from_page_cache()Minchan Kim2011-03-231-16/+9Star
* | mm: introduce delete_from_page_cache()Minchan Kim2011-03-231-0/+16
* | mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-231-0/+70
* | mm: allow GUP to fail instead of waiting on a pageGleb Natapov2011-03-231-2/+4
|/
* mm: remove likely() from grab_cache_page_write_begin()Steven Rostedt2011-01-141-1/+1
* mm: clear PageError bit in msync & fsyncRik van Riel2011-01-141-1/+1
* mm: find_get_pages_contig fixletNick Piggin2011-01-141-3/+10
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0Star
* 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/+10Star
* 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-271-4/+4
* mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-271-1/+15
* mm: filemap_fault: unique path for locking pageMichel Lespinasse2010-10-271-9/+11
* gcc-4.6: mm: fix unused but set warningsAndi Kleen2010-08-101-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-301-0/+1
|\