summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-04-26ocfs2: Fix up i_blocks calculation to know about holesMark Fasheh9-30/+25
2007-04-26ocfs2: Fix extent lookup to return true size of holesMark Fasheh5-12/+109
2007-04-26ocfs2: Read from an unwritten extent returns zerosMark Fasheh10-23/+45
2007-04-26ocfs2: make room for unwritten extents flagMark Fasheh6-69/+151
2007-04-26ocfs2: Use own splice write actorMark Fasheh3-1/+162
2007-04-26ocfs2: Use do_sync_mapping_range() in ocfs2_zero_tail_for_truncate()Mark Fasheh1-1/+4
2007-04-26[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh1-5/+3
2007-04-26ocfs2: zero tail of sparse files on truncateMark Fasheh7-25/+328
2007-04-26ocfs2: Teach ocfs2_get_block() about holesMark Fasheh1-38/+61
2007-04-26ocfs2: remove ocfs2_prepare_write() and ocfs2_commit_write()Mark Fasheh1-120/+5
2007-04-26ocfs2: teach ocfs2_file_aio_write() about sparse filesMark Fasheh7-57/+1076
2007-04-26ocfs2: Turn off shared writeable mmap for local files systems with holes.Mark Fasheh1-2/+5
2007-04-26ocfs2: abstract out allocation lockingMark Fasheh1-27/+77
2007-04-26ocfs2: teach extend/truncate about sparse filesMark Fasheh3-237/+320
2007-04-26ocfs2: temporarily remove extent map cachingMark Fasheh14-996/+96
2007-04-26ocfs2: sparse b-tree supportMark Fasheh8-497/+2002
2007-04-26ocfs2: small cleanup of ocfs2_request_delete()Mark Fasheh1-33/+13
2007-04-26ocfs2: remove unused codeTiger Yang4-329/+7
2007-04-26ocfs2: Remove delete inode voteTiger Yang10-38/+205
2007-04-26ocfs2: filter more error printsMark Fasheh2-3/+2
2007-04-26ocfs2: Replace panic() with emergency_restart() when fencingSunil Mushran1-1/+4
2007-04-26ocfs2: Silence compiler warningsSunil Mushran2-2/+2
2007-04-26ocfs2: Local mounts should skip inode updatesMark Fasheh1-12/+9
2007-04-26ocfs2_dlm: Call cond_resched_lock() once per hash bucket scanSunil Mushran1-2/+1
2007-04-26ocfs2_dlm: fix race in dlm_remaster_locksSrinivas Eeda1-0/+2
2007-04-24reiserfs: fix xattr root locking/refcount bugJeff Mahoney1-68/+24
2007-04-24v9fs: don't use primary fid when removing fileLatchesar Ionkov1-1/+1
2007-04-20NFS: Fix race in nfs_set_page_dirtyTrond Myklebust1-3/+14
2007-04-20NFS: Fix the 'desynchronized value of nfs_i.ncommit' errorTrond Myklebust1-25/+22
2007-04-20NFS: Don't clear PG_writeback until after we've processed unstable writesTrond Myklebust1-3/+3
2007-04-20NFS: clean up the unstable write codeTrond Myklebust1-46/+71
2007-04-17ufs proper handling of zero link caseEvgeniy Dushistov1-7/+22
2007-04-17exec.c: fix coredump to pipe problem and obscure "security hole"Alan Cox1-7/+11
2007-04-15NFS: Fix a list corruption problemTrond Myklebust1-1/+3
2007-04-14NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust1-7/+15
2007-04-14NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust1-4/+7
2007-04-14NFS: Fix an Oops in nfs_setattr()Trond Myklebust2-3/+6
2007-04-12[PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney1-3/+3
2007-04-12[PATCH] reiserfs: fix key decrementingVladimir Saveliev1-1/+1
2007-04-08[PATCH] fuse: validate rootmode mount optionTimo Savola3-2/+10
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-2/+0
2007-04-02[PATCH] revert "retries in ext4_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-04-02[PATCH] revert "retries in ext3_prepare_write() violate ordering requirements"Andrew Morton1-75/+10
2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz2-2/+5
2007-04-02[PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2-2/+4
2007-03-29Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-9/+16
2007-03-29[PATCH] uml: hostfs variable renamingPaolo 'Blaisorblade' Giarrusso1-12/+12
2007-03-29[PATCH] uml: fix compilation problemsJeff Dike1-1/+0
2007-03-29[PATCH] splice: partial write fixDmitriy Monakhov1-9/+16
2007-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-44/+73