aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26ext3: Remove unnecessary quota functionsJan Kara1-42/+2
2009-02-11ext3: revert "ext3: wait on all pending commits in ext3_sync_fs"Jan Kara1-5/+6
2009-01-16ext3: Add sanity check to make_indexed_dirTheodore Ts'o1-6/+14
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-16/+29
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds3-12/+109
2009-01-08generic swap(): ext3: remove local swap() macroWu Fengguang1-4/+0
2009-01-08ext3: tighten restrictions on inode flagsDuane Griffin2-8/+3
2009-01-08ext3: don't inherit inappropriate inode flags from parentDuane Griffin1-1/+1
2009-01-08ext3: allocate ->s_blockgroup_lock separatelyPekka Enberg1-1/+9
2009-01-05ext3: Add default allocation routines for quota structuresJan Kara1-1/+3
2009-01-05ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()Jan Kara1-8/+4
2009-01-04fs: symlink write_begin allocation context fixNick Piggin2-3/+2
2009-01-05ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima1-0/+21
2008-12-31nfsd race fixes: ext3Al Viro2-2/+19
2008-12-31ext3: ensure fast symlinks are NUL-terminatedDuane Griffin1-2/+5
2008-11-14Merge branch 'master' into nextJames Morris1-11/+7
2008-11-14CRED: Wrap task credential accesses in the Ext3 filesystemDavid Howells2-3/+3
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Theodore Tso1-5/+2
2008-11-06ext3: wait on all pending commits in ext3_sync_fsArthur Jones1-6/+5
2008-12-06ext3/4: Fix loop index in do_split() so it is signedTheodore Ts'o1-2/+2
2008-10-28ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o3-10/+86
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai1-3/+7
2008-10-25ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o1-12/+8
2008-10-23ext3 quota support: fix compile failureLinus Torvalds1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-61/+45
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai2-8/+27
2008-10-23[PATCH] get rid of on-stack fake dentry in ext3_get_parent()Al Viro1-37/+33
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-13/+1
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro1-11/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan1-0/+67
2008-10-20ext3: avoid printk floods in the face of directory corruptionEric Sandeen1-3/+7
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginAneesh Kumar K.V1-0/+7
2008-10-20ext3: fix ext3_dx_readdir hash collision handlingEugene Dashevsky1-5/+15
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai1-0/+16
2008-10-20ext3: fix ext3 block reservation early ENOSPC issueMingming Cao1-1/+2
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftJosef Bacik1-1/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-03generic block based fiemap implementationJosef Bacik2-0/+9
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro1-1/+2
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi1-32/+35
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25ext3: validate directory entry data before useDuane Griffin1-10/+12
2008-07-25ext3: kill 2 useless magic numbersLi Zefan1-2/+2
2008-07-25ext3: handle deleting corrupted indirect blocksDuane Griffin1-1/+15
2008-07-25ext3: don't read inode block if the buffer has a write errorHidehiro Kawai1-0/+10
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin2-6/+23
2008-07-25ext3: remove double definitions of xattr macrosShen Feng3-7/+3