aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
Commit message (Expand)AuthorAge
* vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp2011-12-21
* fs: Make write(2) interruptible by a fatal signalJan Kara2011-12-01
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriatelyJeff Layton2011-10-28
* mm: account skipped entries to avoid looping in find_get_pagesShaohua Li2011-09-14
* mm: clarify the radix_tree exceptional casesHugh Dickins2011-08-03
* mm: a few small updates for radix-swapHugh Dickins2011-08-03
* mm: let swap use exceptional entriesHugh Dickins2011-08-03
* radix_tree: exceptional entries and indicesHugh Dickins2011-08-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-26
|\
| * writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig2011-06-07
* | mm: consistent truncate and invalidate loopsHugh Dickins2011-07-25
* | mm: cleanup descriptions of filler argHugh Dickins2011-07-25
* | fs: kill i_alloc_semChristoph Hellwig2011-07-20
* | more conservative S_NOSEC handlingAl Viro2011-06-03
|/
* Cache xattr security drop check for write v2Andi Kleen2011-05-28
* mm: Wait for writeback when grabbing pages to begin a writeDarrick J. Wong2011-05-28
* memcg: add the pagefault count into memcg statsYing Han2011-05-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-26
|\
| * mm/fs: add hooks to support cleancacheDan Magenheimer2011-05-26
* | readahead: trigger mmap sequential readahead on PG_readaheadWu Fengguang2011-05-25
* | readahead: reduce unnecessary mmap_miss increasesAndi Kleen2011-05-25
* | readahead: return early when readahead is disabledWu Fengguang2011-05-25
* | mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-25
* | x86,mm: make pagefault killableKOSAKI Motohiro2011-05-25
* | mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro2011-05-25
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-24
|\
| * fs: move i_wb_list out from under inode_lockDave Chinner2011-03-24
| * fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-24
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\ \ | |/ |/|
| * fs: make generic file read/write functions plugJens Axboe2011-03-10
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | mm: don't return 0 too early from find_get_pages()Hugh Dickins2011-03-22
* | mm: remove worrying dead code from find_get_pages()Hugh Dickins2011-03-22
* | mm: change __remove_from_page_cache()Minchan Kim2011-03-22
* | mm: goodbye remove_from_page_cache()Minchan Kim2011-03-22
* | mm: introduce delete_from_page_cache()Minchan Kim2011-03-22
* | mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-22
* | mm: allow GUP to fail instead of waiting on a pageGleb Natapov2011-03-22
|/
* mm: remove likely() from grab_cache_page_write_begin()Steven Rostedt2011-01-13
* mm: clear PageError bit in msync & fsyncRik van Riel2011-01-13
* mm: find_get_pages_contig fixletNick Piggin2011-01-13
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds2010-12-02
* radix-tree: fix RCU bugNick Piggin2010-11-12
* mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen2010-11-12
* Release page reference during page fault retryMichel Lespinasse2010-11-02
* mm: remove temporary variable on generic_file_direct_write()Namhyung Kim2010-10-26
* mm: retry page fault when blocking on disk transferMichel Lespinasse2010-10-26
* mm: filemap_fault: unique path for locking pageMichel Lespinasse2010-10-26