summaryrefslogtreecommitdiffstats
path: root/fs/ext3
AgeCommit message (Expand)AuthorLines
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
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara-8/+27
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara-1/+3
2008-06-06ext3: fix online resize bugJosef Bacik-1/+2
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang-0/+5
2008-04-29ext3: fix test ext_generic_write_end() copied return valueRoel Kluin-6/+8
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison-80/+80
2008-04-28ext3: fix mount messages when quota disabledJan Kara-1/+4
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V-5/+10
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara-1/+7
2008-04-28ext3: fix update of mtime and ctime on renameJan Kara-0/+2
2008-04-28fs/ext3: use BUG_ONJulia Lawall-2/+1
2008-04-28ext3: check ext3_journal_get_write_access() errorsAkinobu Mita-2/+7
2008-04-28ext3: use ext3_get_group_desc()Akinobu Mita-18/+5
2008-04-28ext3: add missing ext3_journal_stop()Akinobu Mita-0/+1
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita-7/+4
2008-04-28make ext3_xattr_list() staticAdrian Bunk-8/+3
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz-1/+1
2008-04-28ext3: fdatasync should skip metadata writeout when overwritingHisashi Hifumi-0/+3
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara-9/+10