summaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorLines
2009-04-08ext3: Try to avoid starting a transaction in writepage for data=writepageJan Kara-5/+18
2009-04-06ext3: make default data ordering mode configurableLinus Torvalds-1/+26
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+12
2009-04-03ext3: Add replace-on-rename hueristics for data=writeback modeTheodore Ts'o-1/+5
2009-04-03ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o-0/+7
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2009-04-02ext3: avoid false EIO errorsJan Kara-65/+74
2009-04-02ext3: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan-2/+10
2009-04-02ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.cWei Yongjun-8/+9
2009-04-02ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi-41/+22
2009-03-31New helper - current_umask()Al Viro-1/+1
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-63/+23
2009-03-26ext3: Avoid starting a transaction in writepage when not necessaryJan Kara-5/+13
2009-03-26ext3: Use lowercase names of quota functionsJan Kara-21/+21
2009-03-26ext3: Remove unnecessary quota functionsJan Kara-42/+2
2009-02-11ext3: revert "ext3: wait on all pending commits in ext3_sync_fs"Jan Kara-5/+6
2009-01-16ext3: Add sanity check to make_indexed_dirTheodore Ts'o-6/+14
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato-16/+29
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds-12/+109
2009-01-08generic swap(): ext3: remove local swap() macroWu Fengguang-4/+0
2009-01-08ext3: tighten restrictions on inode flagsDuane Griffin-8/+3
2009-01-08ext3: don't inherit inappropriate inode flags from parentDuane Griffin-1/+1
2009-01-08ext3: allocate ->s_blockgroup_lock separatelyPekka Enberg-1/+9
2009-01-05ext3: Add default allocation routines for quota structuresJan Kara-1/+3
2009-01-05ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()Jan Kara-8/+4
2009-01-04fs: symlink write_begin allocation context fixNick Piggin-3/+2
2009-01-05ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima-0/+21
2008-12-31nfsd race fixes: ext3Al Viro-2/+19
2008-12-31ext3: ensure fast symlinks are NUL-terminatedDuane Griffin-2/+5
2008-11-14Merge branch 'master' into nextJames Morris-11/+7
2008-11-14CRED: Wrap task credential accesses in the Ext3 filesystemDavid Howells-3/+3
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso-5/+2
2008-11-06ext3: wait on all pending commits in ext3_sync_fsArthur Jones-6/+5
2008-12-06ext3/4: Fix loop index in do_split() so it is signedTheodore Ts'o-2/+2
2008-10-28ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o-10/+86
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai-3/+7
2008-10-25ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o-12/+8
2008-10-23ext3 quota support: fix compile failureLinus Torvalds-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds-2/+2
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-61/+45
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai-8/+27
2008-10-23[PATCH] get rid of on-stack fake dentry in ext3_get_parent()Al Viro-37/+33
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig-13/+1
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro-11/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro-2/+2
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan-0/+67
2008-10-20ext3: avoid printk floods in the face of directory corruptionEric Sandeen-3/+7
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginAneesh Kumar K.V-0/+7
2008-10-20ext3: fix ext3_dx_readdir hash collision handlingEugene Dashevsky-5/+15
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai-0/+16