Commit Graph

122 Commits (d63dc0514d56e108cc96e334ca26b538263e52a2)

Author SHA1 Message Date
Eric W. Biederman 7f78e03513 fs: Limit sys_mount to only request filesystem modules. 12 years ago
Wang Shilong 2b0542a4a0 Ext2: use unlikely to improve the efficiency of the kernel 12 years ago
Zhao Hongjiang ae2cf4284e ext2: fix return values on parse_options() failure 13 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Jan Kara 1e8b212fe5 ext2: Implement freezing 13 years ago
Jan Kara a117782571 quota: Move quota syncing to ->sync_fs method 13 years ago
Wanlong Gao e124a32043 ext2: cleanup the confused goto label 13 years ago
Eric W. Biederman b8a9f9e183 userns: Convert ext2 to use kuid/kgid where appropriate. 13 years ago
Wang Sheng-Hui aa9e939d52 ext2: remove the redundant comment for ext2_export_ops 13 years ago
Jan Kara e2a3fde750 ext2: Remove i_mutex use from ext2_quota_write() 13 years ago
Artem Bityutskiy f72cf5e223 ext2: do not register write_super within VFS 13 years ago
Jan Kara b838ec2232 ext2: Remove s_dirt handling 13 years ago
Artem Bityutskiy f2b2242081 ext2: write superblock only once on unmount 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Al Viro 8de5277879 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} 13 years ago
Paul Gortmaker 302bf2f325 ext2/3/4: delete unneeded includes of module.h 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
Li Haifeng f32948ddd1 ext2: fix the outdated comment in ext2_nfs_get_inode() 14 years ago
Robin Dong 4e299c1d91 ext2: fix error msg when mounting fs with too-large blocksize 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Joe Perches 23a2ad6d0e fs/ext2/super.c: Use printf extension %pV 14 years ago
Al Viro 152a083666 new helper: mount_bdev() 14 years ago
Al Viro 8e3b9a072d ext2_remount: don't bother with invalidate_inodes() 14 years ago
Jan Blunck 3e44f9f1dc BKL: Remove BKL from ext2 filesystem 15 years ago
Jan Blunck db71922217 BKL: Explicitly add BKL around get_sb/fill_super 15 years ago
Al Viro 72edc4d087 merge ext2 delete_inode and clear_inode, switch to ->evict_inode() 15 years ago
Christoph Hellwig 287a80958c quota: rename default quotactl methods to dquot_ 15 years ago
Christoph Hellwig 123e9caf1e quota: explicitly set ->dq_op and ->s_qcop 15 years ago
Christoph Hellwig e0ccfd959c quota: move unmount handling into the filesystem 15 years ago
Christoph Hellwig 0f0dd62fdd quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers 15 years ago
Christoph Hellwig c79d967de3 quota: move remount handling into the filesystem 15 years ago
Jan Blunck e0a5cbac02 BKL: Remove BKL from ext2 filesystem 15 years ago
Jan Blunck c15271f4e7 ext2: Add ext2_sb_info s_lock spinlock 15 years ago
Jan Blunck 4c96a68bfc ext2: Move ext2_write_super() out of ext2_setup_super() 15 years ago
Jan Blunck ee6921ebd0 ext2: Fold ext2_commit_super() into ext2_sync_super() 15 years ago
Jan Blunck 20da9baf4c ext2: Remove duplicate code from ext2_sync_fs() 15 years ago
Jan Blunck 269c8db30c ext2: Set the write time in ext2_sync_fs() 15 years ago
Jan Blunck 2b8120efb2 ext2: Use ext2_clear_super_error() in ext2_sync_fs() 15 years ago
Christoph Hellwig 9f75475802 dquot: cleanup dquot drop routine 15 years ago
Christoph Hellwig 257ba15ced dquot: move dquot drop responsibility into the filesystem 15 years ago
Theodore Ts'o 7bf0dc9b0c ext2: avoid WARN() messages when failing to write to the superblock 15 years ago
Stephen Hemminger 2074abfeb8 ext2: clear uptodate flag on super block I/O error 15 years ago
Alexey Fisher 2314b07cb4 ext2: Unify log messages in ext2 15 years ago
Al Viro 5e78b43568 switch ext2 to inode->i_acl 16 years ago
Christoph Hellwig 40f31dd47e ext2: add ->sync_fs 16 years ago
Alessio Igor Bogani 337eb00a2c Push BKL down into ->remount_fs() 16 years ago
Christoph Hellwig 6cfd014842 push BKL down into ->put_super 16 years ago
Christoph Hellwig 8c85e12512 remove ->write_super call in generic_shutdown_super 16 years ago