summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-07mm: mark page accessed before we write_end()Josef Bacik1-0/+1
2009-06-17page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-1/+1
2009-06-17readahead: enforce full sync mmap readahead sizeWu Fengguang1-1/+2
2009-06-17readahead: remove redundant test in shrink_readahead_size_eio()Wu Fengguang1-3/+0
2009-06-17readahead: record mmap read-around states in file_ra_stateWu Fengguang1-5/+7
2009-06-17readahead: enforce full readahead size on async mmap readaheadWu Fengguang1-1/+2
2009-06-17readahead: sequential mmap readaheadWu Fengguang1-1/+2
2009-06-17readahead: clean up and simplify the code for filemap page fault readaheadLinus Torvalds1-67/+89
2009-06-17readahead: 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
2009-04-14filemap: fix kernel-doc warningsRandy Dunlap1-2/+2
2009-04-04Staging: pohmelfs: kconfig/makefile and vfs changes.Evgeniy Polyakov1-0/+2
2009-04-03CacheFiles: Permit the page lock state to be monitoredDavid Howells1-0/+18
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-0/+3
2009-03-02x86, mm: dont use non-temporal stores in pagecache accessesIngo Molnar1-7/+4
2009-02-25x86, mm: pass in 'total' to __copy_from_user_*nocache()Ingo Molnar1-4/+6
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens1-1/+8
2009-01-14[CVE-2009-0029] Convert all system calls to return a longHeiko Carstens1-1/+1
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki1-1/+1
2009-01-07mm: pagecache gfp flags fixNick Piggin1-2/+9
2009-01-07mm: direct IO starvation improvementNick Piggin1-11/+5
2009-01-07mm: write_cache_pages integrity fixNick Piggin1-1/+1
2009-01-07mm: don't mark_page_accessed in fault pathNick Piggin1-1/+0
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-01-05kill suid bit only for regular filesDmitri Monakhov1-1/+1
2009-01-05fs: symlink write_begin allocation context fixNick Piggin1-4/+9
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-238/+4
2008-10-20memcg: make page->mapping NULL before unchargeKAMEZAWA Hiroyuki1-1/+1
2008-10-20mm: page lock use lock bitopsNick Piggin1-8/+5
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-3/+19
2008-10-17Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+8
2008-10-16mm: do_generic_file_read() never gets a NULL 'filp' argumentKrishna Kumar1-2/+1
2008-10-14do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() failsOleg Nesterov1-7/+8
2008-09-03VFS: fix dio write returning EIO when try_to_release_page failsHisashi Hifumi1-2/+9
2008-08-05mm: rename page trylockNick Piggin1-6/+6
2008-07-31Fix off-by-one error in iov_iter_advance()Linus Torvalds1-1/+1
2008-07-29vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-2/+12
2008-07-27[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-3/+4
2008-07-26mm: spinlock tree_lockNick Piggin1-5/+5
2008-07-26mm: lockless pagecacheNick Piggin1-45/+134
2008-07-26mm: speculative page referencesNick Piggin1-14/+18
2008-07-25memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki1-3/+3
2008-07-25jbd: fix race between free buffer and commit transactionMingming Cao1-2/+1
2008-07-24generic_file_aio_read() cleanupsHugh Dickins1-23/+19
2008-07-24kill generic_file_direct_IO()Christoph Hellwig1-66/+51
2008-07-12vfs: export filemap_fdatawrite_range()Jan Kara1-1/+2
2008-05-15mm: fix infinite loop in filemap_faultMiklos Szeredi1-0/+5
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi1-1/+1
2008-04-28mm: rotate_reclaimable_page() cleanupMiklos Szeredi1-4/+6