summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-24/+7
|\
| * ext4: Convert to new freezing mechanismJan Kara2012-07-311-24/+7
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-07-271-64/+259
|\ \ | |/ |/|
| * ext4: weed out ext4_write_superArtem Bityutskiy2012-07-221-10/+0
| * ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2012-07-221-1/+1
| * ext4: make quota as first class supported featureAditya Kali2012-07-221-3/+134
| * ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o2012-07-091-50/+124
* | quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-0/+5
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-06-011-43/+210
|\
| * ext4: add missing save_error_info() to ext4_error()Theodore Ts'o2012-05-301-0/+1
| * ext4: add debugging trigger for ext4_error()Theodore Ts'o2012-05-301-0/+20
| * ext4: return ENOMEM when mounts fail due to lack of memoryTheodore Ts'o2012-05-281-0/+2
| * ext4: remove redundundant "(char *) bh->b_data" castsTheodore Ts'o2012-05-281-3/+3
| * ext4: remove needs_recovery in ext4_mb_init()Akira Fujita2012-05-281-1/+1
| * ext4: force ro mount if ext4_setup_super() failsEric Sandeen2012-05-281-1/+2
| * jbd2: enable journal clients to enable v2 checksummingDarrick J. Wong2012-05-271-13/+42
| * ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 featureTheodore Ts'o2012-05-211-1/+1
| * ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong2012-04-291-24/+57
| * ext4: calculate and verify superblock checksumDarrick J. Wong2012-04-291-0/+47
| * ext4: load the crc32c driver if necessaryDarrick J. Wong2012-04-291-0/+16
| * ext4: record the checksum algorithm in use in the superblockDarrick J. Wong2012-04-291-0/+18
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\ \
| * | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-05-251-5/+1
|\ \ \
| * | | ext4: Remove i_mutex use from ext4_quota_write()Jan Kara2012-05-151-5/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-12/+26
|\ \ \ | |_|/ |/| |
| * | userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-151-12/+26
| |/
* | super.c: unused variable warning without CONFIG_QUOTAEldad Zack2012-04-231-0/+2
* | ext4: fix handling of journalled quota optionsTheodore Ts'o2012-04-161-17/+15
* | ext4: address scalability issue by removing extent cache statisticsTheodore Ts'o2012-04-161-16/+0
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-281-611/+464
|\
| * ext4: remove useless s_dirt assignmentArtem Bityutskiy2012-03-211-1/+0
| * ext4: write superblock only once on unmountArtem Bityutskiy2012-03-211-4/+3
| * ext4: change some printk() calls to use ext4_msg() insteadTheodore Ts'o2012-03-191-2/+2
| * ext4: avoid output message interleaving in ext4_error_<foo>()Joe Perches2012-03-191-10/+21
| * ext4: try to deprecate noacl and noxattr_user mount optionsTheodore Ts'o2012-03-041-0/+4
| * ext4: ignore mount options supported by ext2/3 (but have since been removed)Theodore Ts'o2012-03-041-0/+5
| * ext4: add debugging /proc file showing file system optionsTheodore Ts'o2012-03-041-17/+54
| * ext4: make ext4_show_options() be table-drivenTheodore Ts'o2012-03-041-111/+61
| * ext4: move ext4_show_options() after parse_options()Theodore Ts'o2012-03-031-174/+175
| * ext4: use a table-driven handler for mount optionsTheodore Ts'o2012-03-031-336/+234
| * ext4: unify handling of mount options which have been removedTheodore Ts'o2012-03-031-20/+8
| * ext4: simplify handling of the errors=* mount optionsTheodore Ts'o2012-03-031-6/+3
| * ext4: remove the I_VERSION mount flag and use the super_block flag insteadTheodore Ts'o2012-03-021-2/+1
| * ext4: remove Opt_ignoreTheodore Ts'o2012-03-021-3/+1
| * ext4: remove deprecation warnings for minix_df and grpidTheodore Ts'o2012-03-021-11/+1
| * ext4: remove the resize mount optionEric Sandeen2012-02-201-23/+6
| * ext4: remove the journal=update mount optionEric Sandeen2012-02-201-25/+1
| * ext4: expand commit callback andBobi Jam2012-02-201-0/+18
* | ext4: initialization of ext4_li_mtx needs to be done earlierAl Viro2012-03-201-2/+3
OpenPOWER on IntegriCloud