summaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorLines
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
2008-10-20ext3: fix ext3 block reservation early ENOSPC issueMingming Cao-1/+2
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftJosef Bacik-1/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse-1/+1
2008-10-03generic block based fiemap implementationJosef Bacik-0/+9
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro-1/+2
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi-32/+35
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1
2008-07-25ext3: validate directory entry data before useDuane Griffin-10/+12
2008-07-25ext3: kill 2 useless magic numbersLi Zefan-2/+2
2008-07-25ext3: handle deleting corrupted indirect blocksDuane Griffin-1/+15
2008-07-25ext3: don't read inode block if the buffer has a write errorHidehiro Kawai-0/+10
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin-6/+23
2008-07-25ext3: remove double definitions of xattr macrosShen Feng-7/+3
2008-07-25ext3: improve some code in rb tree part of dir.cShen Feng-10/+4
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara-7/+22
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara-7/+7