summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2012-10-13ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski
2012-08-17Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-08-17ext4: fix long mount times on very big file systemsTheodore Ts'o
2012-08-05ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o
2012-08-05ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o
2012-08-04ext4: nuke write_super from commentsArtem Bityutskiy
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31ext4: Convert to new freezing mechanismJan Kara
2012-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-07-22ext4: weed out ext4_write_superArtem Bityutskiy
2012-07-22ext4: remove unnecessary superblock dirtyingArtem Bityutskiy
2012-07-22ext4: make quota as first class supported featureAditya Kali
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-09ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-05-30ext4: add missing save_error_info() to ext4_error()Theodore Ts'o
2012-05-30ext4: add debugging trigger for ext4_error()Theodore Ts'o
2012-05-28ext4: return ENOMEM when mounts fail due to lack of memoryTheodore Ts'o
2012-05-28ext4: remove redundundant "(char *) bh->b_data" castsTheodore Ts'o
2012-05-28ext4: remove needs_recovery in ext4_mb_init()Akira Fujita
2012-05-28ext4: force ro mount if ext4_setup_super() failsEric Sandeen
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-27jbd2: enable journal clients to enable v2 checksummingDarrick J. Wong
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-21ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 featureTheodore Ts'o
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman
2012-05-15ext4: Remove i_mutex use from ext4_quota_write()Jan Kara
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-04-29ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong
2012-04-29ext4: load the crc32c driver if necessaryDarrick J. Wong
2012-04-29ext4: record the checksum algorithm in use in the superblockDarrick J. Wong
2012-04-23super.c: unused variable warning without CONFIG_QUOTAEldad Zack
2012-04-16ext4: fix handling of journalled quota optionsTheodore Ts'o
2012-04-16ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2012-03-21ext4: remove useless s_dirt assignmentArtem Bityutskiy
2012-03-21ext4: write superblock only once on unmountArtem Bityutskiy
2012-03-20ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-19ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o
2012-03-19ext4: avoid output message interleaving in ext4_error_<foo>()Joe Perches
2012-03-04ext4: try to deprecate noacl and noxattr_user mount optionsTheodore Ts'o
2012-03-04ext4: ignore mount options supported by ext2/3 (but have since been removed)Theodore Ts'o
2012-03-04ext4: add debugging /proc file showing file system optionsTheodore Ts'o
2012-03-04ext4: make ext4_show_options() be table-drivenTheodore Ts'o
2012-03-03ext4: move ext4_show_options() after parse_options()Theodore Ts'o
2012-03-03ext4: use a table-driven handler for mount optionsTheodore Ts'o
2012-03-03ext4: unify handling of mount options which have been removedTheodore Ts'o