aboutsummaryrefslogtreecommitdiffstats
path: root/mm/filemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31fix filemap.c kernel-docRandy Dunlap1-1/+1
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-5/+5
2007-07-19readahead: convert filemap invocationsFengguang Wu1-20/+31
2007-07-19mm: fault feedback #2Nick Piggin1-4/+2
2007-07-19mm: fault feedback #1Nick Piggin1-224/+25
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-36/+58
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-33/+20
2007-07-17Fix read/truncate raceNeilBrown1-44/+28
2007-07-16Only send SIGXFSZ when exceeding rlimits.Micah Cowan1-2/+0
2007-07-16NeilBrown <neilb@suse.de>akpm@linux-foundation.org1-0/+2
2007-07-16mm: debug check for the fault vs invalidate raceNick Piggin1-0/+1
2007-07-10sendfile: kill generic_file_sendfile()Jens Axboe1-20/+0
2007-07-08mm: double mark_page_accessed() in read_cache_page_async()Peter Zijlstra1-1/+0
2007-05-16Fix: find_or_create_page skips cpuset memory spreading.Christoph Lameter1-1/+2
2007-05-09Fix a bad error case handling in read_cache_page_async()David Howells1-3/+3
2007-05-09AFS: export a couple of core functions for AFS write supportDavid Howells1-0/+2
2007-05-08Remove do_sync_file_range()Mark Fasheh1-4/+4
2007-05-08mm: move common segment checks to separate helper functionDmitriy Monakhov1-37/+45
2007-05-07readahead: code cleanupJan Kara1-3/+4
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara1-3/+6
2007-05-07mm: simplify filemap_nopageNick Piggin1-24/+0
2007-05-07mm: make read_cache_page synchronousNick Piggin1-11/+38
2007-03-16[PATCH] dio: invalidate clean pages before dio writeZach Brown1-11/+35
2007-02-16[PATCH] knfsd: stop NFSD writes from being broken into lots of little writes to filesystemNeilBrown1-13/+19
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-2/+2
2007-02-09[PATCH] mm: remove find_trylock_pageNick Piggin1-20/+0
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown1-6/+3
2006-12-08[PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-12-07[PATCH] grab swap token reorderedAshwin Chaugule1-1/+0
2006-12-01[PATCH] Export should_remove_suid()Mark Fasheh1-0/+1
2006-10-28[PATCH] mm: clean up pagecache allocationNick Piggin1-18/+6
2006-10-21Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-8/+22
2006-10-20[PATCH] mm: more commenting on lock orderingNick Piggin1-2/+2
2006-10-20[PATCH] direct-io: sync and invalidate file region when falling back to buffered writeJeff Moyer1-6/+45
2006-10-19[PATCH] Add lockless helpers for remove_suid()Jens Axboe1-8/+22
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6Linus Torvalds1-2/+4
2006-10-04[PATCH] mm: fix in kerneldocHenrik Kretzschmar1-2/+2
2006-10-02Merge branch 'master' into gfs2Steven Whitehouse1-133/+53
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-83/+4
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-36/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-19/+20
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+4
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells1-0/+30
2006-09-29[PATCH] mm: make filemap_nopage use NOPAGE_SIGBUSAdam Litke1-3/+3
2006-09-28Merge branch 'master' into gfs2Steven Whitehouse1-4/+21
2006-09-27[GFS2] Fix typo in last patchSteven Whitehouse1-1/+1
2006-09-27[GFS2] Fix direct i/o logic in filemap.cSteven Whitehouse1-2/+3
2006-09-26[PATCH] update some mm/ commentsNick Piggin1-4/+4
2006-09-26[PATCH] mm: non syncing lock_page()Nick Piggin1-0/+17
2006-07-31Merge branch 'master'Steven Whitehouse1-2/+0