Commit Graph

266 Commits (95281e352e19b670458563a5ca746195c183a98f)

Author SHA1 Message Date
Theodore Tso 6cdfcc275e ext3: Clean up outdated and incorrect comment for ext3_write_super() 16 years ago
Arthur Jones c87591b719 ext3: wait on all pending commits in ext3_sync_fs 16 years ago
Hidehiro Kawai 44d6f78756 ext3: fix a bug accessing freed memory in ext3_abort 16 years ago
Theodore Ts'o 8c9fa93d51 ext3: Fix duplicate entries returned from getdents() system call 17 years ago
Linus Torvalds 12e1ec9ff3 ext3 quota support: fix compile failure 17 years ago
Hidehiro Kawai 2d7c820e56 ext3: add checks for errors from jbd 17 years ago
Al Viro 734711abac [PATCH] get rid of on-stack fake dentry in ext3_get_parent() 17 years ago
Christoph Hellwig 440037287c [PATCH] switch all filesystems over to d_obtain_alias 17 years ago
Al Viro 8264613def [PATCH] switch quota_on-related stuff to kern_path() 17 years ago
Al Viro 9a1c354276 [PATCH] pass fmode_t to blkdev_put() 17 years ago
Alexey Dobriyan 6da0b38f44 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out 17 years ago
Eric Sandeen cdbf6dba28 ext3: avoid printk floods in the face of directory corruption 17 years ago
Aneesh Kumar K.V 5ec8b75e3a ext3: truncate block allocated on a failed ext3_write_begin 17 years ago
Eugene Dashevsky 6a897cf447 ext3: fix ext3_dx_readdir hash collision handling 17 years ago
Hidehiro Kawai 0e4fb5e283 ext3: add an option to control error handling on file data 17 years ago
Mingming Cao 46d01a225e ext3: fix ext3 block reservation early ENOSPC issue 17 years ago
Josef Bacik 972fbf7798 ext3: don't try to resize if there are no reserved gdt blocks left 17 years ago
Steven Whitehouse a447c09324 vfs: Use const for kernel parser table 17 years ago
Josef Bacik 68c9d702bb generic block based fiemap implementation 17 years ago
Al Viro 77e69dac3c [PATCH] fix races and leaks in vfs_quota_on() users 17 years ago
Hisashi Hifumi 8ab22b9abb vfs: pagecache usage optimization for pagesize!=blocksize 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor 17 years ago
Duane Griffin 275c0a8f12 ext3: validate directory entry data before use 17 years ago
Li Zefan 8ef2720397 ext3: kill 2 useless magic numbers 17 years ago
Duane Griffin 3ccc3167b0 ext3: handle deleting corrupted indirect blocks 17 years ago
Hidehiro Kawai 95450f5a7e ext3: don't read inode block if the buffer has a write error 17 years ago
Duane Griffin ae76dd9a6b ext3: handle corrupted orphan list at mount 17 years ago
Shen Feng ef1afd3951 ext3: remove double definitions of xattr macros 17 years ago
Shen Feng 9ebfbe9f92 ext3: improve some code in rb tree part of dir.c 17 years ago
Jan Kara d06bf1d252 ext3: correct mount option parsing to detect when quota options can be changed 17 years ago
Jan Kara 99aeaf639f ext3: fix typos in messages and comments (journalled -> journaled) 17 years ago
Jan Kara 9cfe7b9010 ext3: fix synchronization of quota files in journal=data mode 17 years ago
Jan Kara f5c8f7dae7 ext3: add missing unlock to error path in ext3_quota_write() 17 years ago
Josef Bacik 9bb91784de ext3: fix online resize bug 17 years ago
Tiger Yang 7e01c8e542 ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() 17 years ago
Roel Kluin 7c2f3d6f89 ext3: fix test ext_generic_write_end() copied return value 17 years ago
Harvey Harrison e05b6b524b ext3: replace remaining __FUNCTION__ occurrences 17 years ago
Jan Kara fa1ff1e02f ext3: fix mount messages when quota disabled 17 years ago
Aneesh Kumar K.V 2588ef83f7 ext3: retry block allocation if new blocks are allocated from system zone 17 years ago
Jan Kara 07c9938a4e ext3: fix hang on umount with quotas when journal is aborted 17 years ago
Jan Kara 0b23076988 ext3: fix update of mtime and ctime on rename 17 years ago
Julia Lawall 269b261916 fs/ext3: use BUG_ON 17 years ago
Akinobu Mita 33575f8ffe ext3: check ext3_journal_get_write_access() errors 17 years ago
Akinobu Mita e0e369a7dd ext3: use ext3_get_group_desc() 17 years ago
Akinobu Mita 22a5daf537 ext3: add missing ext3_journal_stop() 17 years ago
Akinobu Mita 1eaafeae4b ext3: use ext3_group_first_block_no() 17 years ago
Adrian Bunk 15633005e0 make ext3_xattr_list() static 17 years ago
Marcin Slusarz e7f23ebdef ext3: convert byte order of constant instead of variable 17 years ago
Hisashi Hifumi 3d61f75eef ext3: fdatasync should skip metadata writeout when overwriting 17 years ago