Commit Graph

306 Commits (b3c466ce512923298ae8c0121d3e9f397a3f1210)

Author SHA1 Message Date
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Al Viro bbd6851a32 Push lock_super() into the ->remount_fs() of filesystems that care about it 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Christoph Hellwig ca41f7b918 ext3: remove ->write_super and stop maintaining ->s_dirt 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Manish Katiyar de5ce03730 ext3: Fix memory leak in ext3_fill_super() in case of a failed mount 16 years ago
Jan Kara 430db323fa ext3: Try to avoid starting a transaction in writepage for data=writepage 16 years ago
Linus Torvalds bbae8bcc49 ext3: make default data ordering mode configurable 16 years ago
Theodore Ts'o e7c8f5079e ext3: Add replace-on-rename hueristics for data=writeback mode 16 years ago
Theodore Ts'o f7ab34ea72 ext3: Add replace-on-truncate hueristics for data=writeback mode 16 years ago
Jan Kara 695f6ae0dc ext3: avoid false EIO errors 16 years ago
Bryan Donlan de18f3b2d6 ext3: return -EIO not -ESTALE on directory traversal through deleted inode 16 years ago
Wei Yongjun 45f9021780 ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c 16 years ago
Cyrus Massoumi 039fd8ce62 ext3: remove the BKL in ext3/ioctl.c 16 years ago
Al Viro ce3b0f8d5c New helper - current_umask() 16 years ago
Jan Kara 9e80d40773 ext3: Avoid starting a transaction in writepage when not necessary 16 years ago
Jan Kara 81a0522739 ext3: Use lowercase names of quota functions 16 years ago
Jan Kara a219ce3748 ext3: Remove unnecessary quota functions 16 years ago
Jan Kara 02ac597c9b ext3: revert "ext3: wait on all pending commits in ext3_sync_fs" 16 years ago
Theodore Ts'o a21102b55c ext3: Add sanity check to make_indexed_dir 16 years ago
Takashi Sato c4be0c1dc4 filesystem freeze: add error handling of write_super_lockfs/unlockfs 16 years ago
Wu Fengguang be857df1dd generic swap(): ext3: remove local swap() macro 16 years ago
Duane Griffin 04143e2fb9 ext3: tighten restrictions on inode flags 16 years ago
Duane Griffin 2e8671cb56 ext3: don't inherit inappropriate inode flags from parent 16 years ago
Pekka Enberg 5df096d67e ext3: allocate ->s_blockgroup_lock separately 16 years ago
Jan Kara 157091a2c3 ext3: Add default allocation routines for quota structures 16 years ago
Jan Kara ee0d5ffe0d ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() 16 years ago
Nick Piggin 54566b2c15 fs: symlink write_begin allocation context fix 16 years ago
Toshiyuki Okajima 6b082b5312 ext3: provide function to release metadata pages under memory pressure 16 years ago
Al Viro c38012daa7 nfsd race fixes: ext3 16 years ago
Duane Griffin b5ed3112b5 ext3: ensure fast symlinks are NUL-terminated 16 years ago
David Howells 6a2f90e9fa CRED: Wrap task credential accesses in the Ext3 filesystem 16 years ago
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
Theodore Ts'o 59e315b4c4 ext3/4: Fix loop index in do_split() so it is signed 16 years ago
Theodore Ts'o 5e1f8c9e20 ext3: Add support for non-native signed/unsigned htree hash algorithms 17 years ago
Hidehiro Kawai 44d6f78756 ext3: fix a bug accessing freed memory in ext3_abort 17 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