aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-43/+210
2012-05-30ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2012-05-30ext4: add debugging trigger for ext4_error()Theodore Ts'o1-0/+20
2012-05-28ext4: return ENOMEM when mounts fail due to lack of memoryTheodore Ts'o1-0/+2
2012-05-28ext4: remove redundundant "(char *) bh->b_data" castsTheodore Ts'o1-3/+3
2012-05-28ext4: remove needs_recovery in ext4_mb_init()Akira Fujita1-1/+1
2012-05-28ext4: force ro mount if ext4_setup_super() failsEric Sandeen1-1/+2
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-27jbd2: enable journal clients to enable v2 checksummingDarrick J. Wong1-13/+42
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-5/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-12/+26
2012-05-21ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 featureTheodore Ts'o1-1/+1
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-12/+26
2012-05-15ext4: Remove i_mutex use from ext4_quota_write()Jan Kara1-5/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-29ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong1-24/+57
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong1-0/+47
2012-04-29ext4: load the crc32c driver if necessaryDarrick J. Wong1-0/+16
2012-04-29ext4: record the checksum algorithm in use in the superblockDarrick J. Wong1-0/+18
2012-04-23super.c: unused variable warning without CONFIG_QUOTAEldad Zack1-0/+2
2012-04-16ext4: fix handling of journalled quota optionsTheodore Ts'o1-17/+15
2012-04-16ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o1-16/+0
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-611/+464
2012-03-21ext4: remove useless s_dirt assignmentArtem Bityutskiy1-1/+0
2012-03-21ext4: write superblock only once on unmountArtem Bityutskiy1-4/+3
2012-03-20ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro1-2/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-19ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o1-2/+2
2012-03-19ext4: avoid output message interleaving in ext4_error_<foo>()Joe Perches1-10/+21
2012-03-04ext4: try to deprecate noacl and noxattr_user mount optionsTheodore Ts'o1-0/+4
2012-03-04ext4: ignore mount options supported by ext2/3 (but have since been removed)Theodore Ts'o1-0/+5
2012-03-04ext4: add debugging /proc file showing file system optionsTheodore Ts'o1-17/+54
2012-03-04ext4: make ext4_show_options() be table-drivenTheodore Ts'o1-111/+61
2012-03-03ext4: move ext4_show_options() after parse_options()Theodore Ts'o1-174/+175
2012-03-03ext4: use a table-driven handler for mount optionsTheodore Ts'o1-336/+234
2012-03-03ext4: unify handling of mount options which have been removedTheodore Ts'o1-20/+8
2012-03-03ext4: simplify handling of the errors=* mount optionsTheodore Ts'o1-6/+3
2012-03-02ext4: remove the I_VERSION mount flag and use the super_block flag insteadTheodore Ts'o1-2/+1
2012-03-02ext4: remove Opt_ignoreTheodore Ts'o1-3/+1
2012-03-02ext4: remove deprecation warnings for minix_df and grpidTheodore Ts'o1-11/+1
2012-02-20ext4: remove the resize mount optionEric Sandeen1-23/+6
2012-02-20ext4: remove the journal=update mount optionEric Sandeen1-25/+1
2012-02-20ext4: expand commit callback andBobi Jam1-0/+18
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o1-6/+5
2012-01-10ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang1-4/+3
2012-01-09ext4: fix failure exitsAl Viro1-5/+8
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-04ext4: Report max_batch_time option correctlyBen Hutchings1-1/+1