aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/mszeredi/fuseLinus 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
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-2/+2
2010-05-25fs: allow short direct-io reads to be completed via buffered IOJosef Bacik1-5/+31
2010-05-25mm: export remove_from_page_cache() to modulesMiklos Szeredi1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-06mm: use rlimit helpersJiri Slaby1-1/+1
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-1/+1
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+3
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds1-32/+68
2009-12-16direct I/O fallback sync simplificationChristoph Hellwig1-14/+1
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig1-35/+14
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+4
2009-09-24truncate: new helpersnpiggin@suse.de1-1/+1
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+4
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-0/+4
2009-09-14vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()Jan Kara1-64/+0
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara1-7/+4
2009-09-14vfs: Rename generic_file_aio_write_nolockChristoph Hellwig1-39/+0
2009-09-14vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()Jan Kara1-29/+6
2009-09-14vfs: Export __generic_file_aio_write() and add some commentsJan Kara1-7/+50
2009-09-14vfs: Introduce filemap_fdatawait_rangeJan Kara1-0/+20
2009-07-06mm: mark page accessed before we write_end()Josef Bacik1-0/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-1/+1
2009-06-16readahead: enforce full sync mmap readahead sizeWu Fengguang1-1/+2
2009-06-16readahead: remove redundant test in shrink_readahead_size_eio()Wu Fengguang1-3/+0
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang1-5/+7
2009-06-16readahead: enforce full readahead size on async mmap readaheadWu Fengguang1-1/+2
2009-06-16readahead: sequential mmap readaheadWu Fengguang1-1/+2
2009-06-16readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds1-67/+89
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang1-2/+1
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura1-3/+3
2009-04-16Export filemap_write_and_wait_rangeChris Mason1-0/+1