aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh2007-04-269-30/+25
* ocfs2: Fix extent lookup to return true size of holesMark Fasheh2007-04-265-12/+109
* ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-2610-23/+45
* ocfs2: make room for unwritten extents flagMark Fasheh2007-04-266-69/+151
* ocfs2: Use own splice write actorMark Fasheh2007-04-263-1/+162
* ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh2007-04-261-1/+4
* [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh2007-04-261-5/+3
* ocfs2: zero tail of sparse files on truncateMark Fasheh2007-04-267-25/+328
* ocfs2: Teach ocfs2_get_block() about holesMark Fasheh2007-04-261-38/+61
* ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh2007-04-261-120/+5
* ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh2007-04-267-57/+1076
* ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh2007-04-261-2/+5
* ocfs2: abstract out allocation lockingMark Fasheh2007-04-261-27/+77
* ocfs2: teach extend/truncate about sparse filesMark Fasheh2007-04-263-237/+320
* ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-2614-996/+96
* ocfs2: sparse b-tree supportMark Fasheh2007-04-268-497/+2002
* ocfs2: small cleanup of ocfs2_request_delete()Mark Fasheh2007-04-261-33/+13
* ocfs2: remove unused codeTiger Yang2007-04-264-329/+7
* ocfs2: Remove delete inode voteTiger Yang2007-04-2610-38/+205
* ocfs2: filter more error printsMark Fasheh2007-04-262-3/+2
* ocfs2: Replace panic() with emergency_restart() when fencingSunil Mushran2007-04-261-1/+4
* ocfs2: Silence compiler warningsSunil Mushran2007-04-262-2/+2
* ocfs2: Local mounts should skip inode updatesMark Fasheh2007-04-261-12/+9
* ocfs2_dlm: Call cond_resched_lock() once per hash bucket scanSunil Mushran2007-04-261-2/+1
* ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda2007-04-261-0/+2
* reiserfs: fix xattr root locking/refcount bugJeff Mahoney2007-04-241-68/+24
* v9fs: don't use primary fid when removing fileLatchesar Ionkov2007-04-241-1/+1
* NFS: Fix race in nfs_set_page_dirtyTrond Myklebust2007-04-201-3/+14
* NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust2007-04-201-25/+22
* NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust2007-04-201-3/+3
* NFS: clean up the unstable write codeTrond Myklebust2007-04-201-46/+71
* ufs proper handling of zero link caseEvgeniy Dushistov2007-04-171-7/+22
* exec.c: fix coredump to pipe problem and obscure "security hole"Alan Cox2007-04-171-7/+11
* NFS: Fix a list corruption problemTrond Myklebust2007-04-151-1/+3
* NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-141-7/+15
* NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust2007-04-141-4/+7
* NFS: Fix an Oops in nfs_setattr()Trond Myklebust2007-04-142-3/+6
* [PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney2007-04-121-3/+3
* [PATCH] reiserfs: fix key decrementingVladimir Saveliev2007-04-121-1/+1
* [PATCH] fuse: validate rootmode mount optionTimo Savola2007-04-083-2/+10
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-041-2/+0
* [PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton2007-04-021-75/+10
* [PATCH] revert "retries in ext3_prepare_write() violate ordering requirements"Andrew Morton2007-04-021-75/+10
* [PATCH] fix page leak during core dumpBrian Pomerantz2007-04-022-2/+5
* [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2007-04-022-2/+4
* Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-03-291-9/+16
|\
| * [PATCH] splice: partial write fixDmitriy Monakhov2007-03-291-9/+16
* | [PATCH] uml: hostfs variable renamingPaolo 'Blaisorblade' Giarrusso2007-03-291-12/+12
* | [PATCH] uml: fix compilation problemsJeff Dike2007-03-291-1/+0
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-03-283-44/+73
|\