aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-07-25ext3: improve some code in rb tree part of dir.cShen Feng1-10/+4
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara1-7/+22
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara1-7/+7
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara1-8/+27
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara1-1/+3
2008-06-06ext3: fix online resize bugJosef Bacik1-1/+2
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang1-0/+5
2008-04-29ext3: fix test ext_generic_write_end() copied return valueRoel Kluin1-6/+8
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison8-80/+80
2008-04-28ext3: fix mount messages when quota disabledJan Kara1-1/+4
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V1-5/+10
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara1-1/+7
2008-04-28ext3: fix update of mtime and ctime on renameJan Kara1-0/+2
2008-04-28fs/ext3: use BUG_ONJulia Lawall1-2/+1
2008-04-28ext3: check ext3_journal_get_write_access() errorsAkinobu Mita1-2/+7
2008-04-28ext3: use ext3_get_group_desc()Akinobu Mita1-18/+5
2008-04-28ext3: add missing ext3_journal_stop()Akinobu Mita1-0/+1
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita2-7/+4
2008-04-28make ext3_xattr_list() staticAdrian Bunk2-8/+3