aboutsummaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer
2011-05-25readahead: trigger mmap sequential readahead on PG_readaheadWu Fengguang
2011-05-25readahead: reduce unnecessary mmap_miss increasesAndi Kleen
2011-05-25readahead: return early when readahead is disabledWu Fengguang
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-24fs: move i_wb_list out from under inode_lockDave Chinner
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-22mm: don't return 0 too early from find_get_pages()Hugh Dickins
2011-03-22mm: remove worrying dead code from find_get_pages()Hugh Dickins
2011-03-22mm: change __remove_from_page_cache()Minchan Kim
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov
2011-03-10fs: make generic file read/write functions plugJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-13mm: remove likely() from grab_cache_page_write_begin()Steven Rostedt
2011-01-13mm: clear PageError bit in msync & fsyncRik van Riel
2011-01-13mm: find_get_pages_contig fixletNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds
2010-11-12radix-tree: fix RCU bugNick Piggin
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen
2010-11-02Release page reference during page fault retryMichel Lespinasse
2010-10-26mm: remove temporary variable on generic_file_direct_write()Namhyung Kim
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse
2010-10-26mm: filemap_fault: unique path for locking pageMichel Lespinasse
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-26do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro
2010-05-25fs: allow short direct-io reads to be completed via buffered IOJosef Bacik
2010-05-25mm: export remove_from_page_cache() to modulesMiklos Szeredi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06mm: use rlimit helpersJiri Slaby
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds
2009-12-16direct I/O fallback sync simplificationChristoph Hellwig
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds