summaryrefslogtreecommitdiff
path: root/fs/ext3
AgeCommit message (Expand)Author
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai
2008-10-25ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o
2008-10-23ext3 quota support: fix compile failureLinus Torvalds
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-10-23ext3: add checks for errors from jbdHidehiro Kawai
2008-10-23[PATCH] get rid of on-stack fake dentry in ext3_get_parent()Al Viro
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan
2008-10-20ext3: avoid printk floods in the face of directory corruptionEric Sandeen
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginAneesh Kumar K.V
2008-10-20ext3: fix ext3_dx_readdir hash collision handlingEugene Dashevsky
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai
2008-10-20ext3: fix ext3 block reservation early ENOSPC issueMingming Cao
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftJosef Bacik
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-03generic block based fiemap implementationJosef Bacik
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersAl Viro
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25ext3: validate directory entry data before useDuane Griffin
2008-07-25ext3: kill 2 useless magic numbersLi Zefan
2008-07-25ext3: handle deleting corrupted indirect blocksDuane Griffin
2008-07-25ext3: don't read inode block if the buffer has a write errorHidehiro Kawai
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin
2008-07-25ext3: remove double definitions of xattr macrosShen Feng
2008-07-25ext3: improve some code in rb tree part of dir.cShen Feng
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara
2008-06-06ext3: fix online resize bugJosef Bacik
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang
2008-04-29ext3: fix test ext_generic_write_end() copied return valueRoel Kluin
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28ext3: fix mount messages when quota disabledJan Kara
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara
2008-04-28ext3: fix update of mtime and ctime on renameJan Kara
2008-04-28fs/ext3: use BUG_ONJulia Lawall
2008-04-28ext3: check ext3_journal_get_write_access() errorsAkinobu Mita
2008-04-28ext3: use ext3_get_group_desc()Akinobu Mita
2008-04-28ext3: add missing ext3_journal_stop()Akinobu Mita
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita
2008-04-28make ext3_xattr_list() staticAdrian Bunk
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz
2008-04-28ext3: fdatasync should skip metadata writeout when overwritingHisashi Hifumi