summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins1-22/+44
2011-08-03mm: a few small updates for radix-swapHugh Dickins1-18/+3
2011-08-03mm: let swap use exceptional entriesHugh Dickins1-18/+31
2011-08-03radix_tree: exceptional entries and indicesHugh Dickins1-2/+2
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds1-3/+3
2011-07-25mm: consistent truncate and invalidate loopsHugh Dickins1-0/+2
2011-07-25mm: cleanup descriptions of filler argHugh Dickins1-6/+6
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-3/+0
2011-06-08writeback: split inode_wb_list_lock into bdi_writeback.list_lockChristoph Hellwig1-3/+3
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-28Cache xattr security drop check for write v2Andi Kleen1-2/+12
2011-05-28mm: Wait for writeback when grabbing pages to begin a writeDarrick J. Wong1-1/+3
2011-05-26memcg: add the pagefault count into memcg statsYing Han1-0/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds1-0/+11
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer1-0/+11
2011-05-25readahead: trigger mmap sequential readahead on PG_readaheadWu Fengguang1-4/+2
2011-05-25readahead: reduce unnecessary mmap_miss increasesAndi Kleen1-1/+2
2011-05-25readahead: return early when readahead is disabledWu Fengguang1-6/+6
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-5/+5
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-7/+24
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro1-0/+11
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+6
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner1-4/+4
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-61/+13
2011-03-22mm: don't return 0 too early from find_get_pages()Hugh Dickins1-0/+14
2011-03-22mm: remove worrying dead code from find_get_pages()Hugh Dickins1-2/+16
2011-03-22mm: change __remove_from_page_cache()Minchan Kim1-4/+4
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim1-16/+9
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim1-0/+16
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-0/+70
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov1-2/+4
2011-03-10fs: make generic file read/write functions plugJens Axboe1-0/+7
2011-03-10block: remove per-queue pluggingJens Axboe1-61/+6
2011-01-13mm: remove likely() from grab_cache_page_write_begin()Steven Rostedt1-1/+1
2011-01-13mm: clear PageError bit in msync & fsyncRik van Riel1-1/+1
2011-01-13mm: find_get_pages_contig fixletNick Piggin1-3/+10
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds1-0/+5
2010-11-12radix-tree: fix RCU bugNick Piggin1-16/+10
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-11-02Release page reference during page fault retryMichel Lespinasse1-1/+3
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim1-4/+4
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-1/+15
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse1-9/+11
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen1-2/+0
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+31
2010-05-26do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer1-0/+6
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-2/+8