aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3
AgeCommit message (Expand)AuthorFilesLines
2008-11-12ext3: Clean up outdated and incorrect comment for ext3_write_super()Gravatar Theodore Tso 1-5/+2
2008-11-06ext3: wait on all pending commits in ext3_sync_fsGravatar Arthur Jones 1-6/+5
2008-10-27ext3: fix a bug accessing freed memory in ext3_abortGravatar Hidehiro Kawai 1-3/+7
2008-10-25ext3: Fix duplicate entries returned from getdents() system callGravatar Theodore Ts'o 1-12/+8
2008-10-23ext3 quota support: fix compile failureGravatar Linus Torvalds 1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevGravatar Linus Torvalds 1-2/+2
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-61/+45
2008-10-23ext3: add checks for errors from jbdGravatar Hidehiro Kawai 2-8/+27
2008-10-23[PATCH] get rid of on-stack fake dentry in ext3_get_parent()Gravatar Al Viro 1-37/+33
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-13/+1
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Gravatar Al Viro 1-11/+11
2008-10-21[PATCH] pass fmode_t to blkdev_put()Gravatar Al Viro 1-2/+2
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outGravatar Alexey Dobriyan 1-0/+67
2008-10-20ext3: avoid printk floods in the face of directory corruptionGravatar Eric Sandeen 1-3/+7
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginGravatar Aneesh Kumar K.V 1-0/+7
2008-10-20ext3: fix ext3_dx_readdir hash collision handlingGravatar Eugene Dashevsky 1-5/+15
2008-10-20ext3: add an option to control error handling on file dataGravatar Hidehiro Kawai 1-0/+16
2008-10-20ext3: fix ext3 block reservation early ENOSPC issueGravatar Mingming Cao 1-1/+2
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftGravatar Josef Bacik 1-1/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-10-03generic block based fiemap implementationGravatar Josef Bacik 2-0/+9
2008-08-01[PATCH] fix races and leaks in vfs_quota_on() usersGravatar Al Viro 1-1/+2
2008-07-28vfs: pagecache usage optimization for pagesize!=blocksizeGravatar Hisashi Hifumi 1-32/+35
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25ext3: validate directory entry data before useGravatar Duane Griffin 1-10/+12
2008-07-25ext3: kill 2 useless magic numbersGravatar Li Zefan 1-2/+2
2008-07-25ext3: handle deleting corrupted indirect blocksGravatar Duane Griffin 1-1/+15
2008-07-25ext3: don't read inode block if the buffer has a write errorGravatar Hidehiro Kawai 1-0/+10
2008-07-25ext3: handle corrupted orphan list at mountGravatar Duane Griffin 2-6/+23
2008-07-25ext3: remove double definitions of xattr macrosGravatar Shen Feng 3-7/+3
2008-07-25ext3: improve some code in rb tree part of dir.cGravatar Shen Feng 1-10/+4
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedGravatar Jan Kara 1-7/+22
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Gravatar Jan Kara 1-7/+7
2008-07-25ext3: fix synchronization of quota files in journal=data modeGravatar Jan Kara 1-8/+27
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Gravatar Jan Kara 1-1/+3
2008-06-06ext3: fix online resize bugGravatar Josef Bacik 1-1/+2
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Gravatar Tiger Yang 1-0/+5
2008-04-29ext3: fix test ext_generic_write_end() copied return valueGravatar Roel Kluin 1-6/+8
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 8-80/+80
2008-04-28ext3: fix mount messages when quota disabledGravatar Jan Kara 1-1/+4
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneGravatar Aneesh Kumar K.V 1-5/+10
2008-04-28ext3: fix hang on umount with quotas when journal is abortedGravatar Jan Kara 1-1/+7
2008-04-28ext3: fix update of mtime and ctime on renameGravatar Jan Kara 1-0/+2
2008-04-28fs/ext3: use BUG_ONGravatar Julia Lawall 1-2/+1
2008-04-28ext3: check ext3_journal_get_write_access() errorsGravatar Akinobu Mita 1-2/+7
2008-04-28ext3: use ext3_get_group_desc()Gravatar Akinobu Mita 1-18/+5
2008-04-28ext3: add missing ext3_journal_stop()Gravatar Akinobu Mita 1-0/+1
2008-04-28ext3: use ext3_group_first_block_no()Gravatar Akinobu Mita 2-7/+4
2008-04-28make ext3_xattr_list() staticGravatar Adrian Bunk 2-8/+3