summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-26ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong1-2/+10
2016-04-27fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-10-22ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-02-02ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o1-1/+1
2015-02-02ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-07-18ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
2014-03-12ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o1-7/+13
2013-08-15ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna1-1/+16
2013-05-08ext4: fix journal callback list traversalDmitry Monakhov1-2/+5
2013-04-05ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o1-2/+2
2013-01-17ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2013-01-17ext4: do not try to write superblock on ro remount w/o journalMichael Tokarev1-1/+1
2013-01-17ext4: check dioread_nolock on remountJan Kara1-11/+11
2012-10-13ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski1-1/+1
2012-08-27ext4: fix long mount times on very big file systemsTheodore Ts'o1-0/+4
2012-08-27ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o1-0/+1
2012-08-27ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o1-0/+1
2012-08-09ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o1-50/+124
2012-06-09ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2012-06-09ext4: force ro mount if ext4_setup_super() failsEric Sandeen1-1/+2
2012-04-24super.c: unused variable warning without CONFIG_QUOTAEldad Zack1-0/+2
2012-04-17ext4: 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/t...Linus Torvalds1-611/+464
2012-03-22ext4: remove useless s_dirt assignmentArtem Bityutskiy1-1/+0
2012-03-22ext4: write superblock only once on unmountArtem Bityutskiy1-4/+3
2012-03-21ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro1-2/+3
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o1-2/+2
2012-03-20ext4: avoid output message interleaving in ext4_error_<foo>()Joe Perches1-10/+21
2012-03-05ext4: try to deprecate noacl and noxattr_user mount optionsTheodore Ts'o1-0/+4
2012-03-05ext4: ignore mount options supported by ext2/3 (but have since been removed)Theodore Ts'o1-0/+5
2012-03-05ext4: add debugging /proc file showing file system optionsTheodore Ts'o1-17/+54
2012-03-05ext4: make ext4_show_options() be table-drivenTheodore Ts'o1-111/+61
2012-03-04ext4: move ext4_show_options() after parse_options()Theodore Ts'o1-174/+175
2012-03-04ext4: use a table-driven handler for mount optionsTheodore Ts'o1-336/+234
2012-03-04ext4: unify handling of mount options which have been removedTheodore Ts'o1-20/+8
2012-03-04ext4: 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-21ext4: remove the resize mount optionEric Sandeen1-23/+6
2012-02-21ext4: remove the journal=update mount optionEric Sandeen1-25/+1
2012-02-21ext4: 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-10ext4: fix failure exitsAl Viro1-5/+8
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-07vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1