summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-231-4/+5
|\
| * ext4: fix undefined bit shift result in ext4_fill_flex_infoLukas Czerner2012-10-151-1/+1
| * ext4: fix metadata checksum calculation for the superblockTheodore Ts'o2012-10-101-3/+4
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-071-32/+60
|\|
| * ext4: give i_aiodio_unwritten a more appropriate nameDmitry Monakhov2012-09-291-1/+1
| * ext4: ext4_inode_info dietDmitry Monakhov2012-09-291-1/+0Star
| * ext4: convert to use leXX_add_cpu()Wei Yongjun2012-09-271-1/+1
| * ext4: don't clear orphan list on ro mount with errorsEric Sandeen2012-09-271-2/+4
| * ext4: fix crash when accessing /proc/mounts concurrentlyHerton Ronaldo Krzesinski2012-09-241-1/+1
| * ext4: do not enable delalloc by default for ext2Theodore Ts'o2012-09-181-1/+1
| * ext4: advertise the fact that the kernel supports meta_bg resizingTheodore Ts'o2012-09-131-0/+2
| * ext4: grow the s_flex_groups array as needed when resizingTheodore Ts'o2012-09-051-13/+35
| * ext4: replace plain integer with NULL in super.cSachin Kamat2012-08-191-1/+1
| * ext4: drop lock_super()/unlock_super()Theodore Ts'o2012-08-181-10/+1Star
| * ext4: return an error if kset_create_and_add fails in ext4_init_fs()Theodore Ts'o2012-08-171-1/+3
| * ext4: make the zero-out chunk size tunableZheng Liu2012-08-171-0/+3
| * ext4: add max_dir_size_kb mount optionTheodore Ts'o2012-08-171-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-0/+5
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-1/+1
|\ \ \ | |/ / |/| |
| * | userns: Convert struct dquot dq_id to be a struct kqidEric W. Biederman2012-09-181-1/+1
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-08-171-0/+6
|\ \ \ | | |/ | |/|
| * | ext4: fix long mount times on very big file systemsTheodore Ts'o2012-08-171-0/+4
| * | ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o2012-08-061-0/+1
| * | ext4: make sure the journal sb is written in ext4_clear_journal_err()Theodore Ts'o2012-08-061-0/+1
| |/
* / ext4: nuke write_super from commentsArtem Bityutskiy2012-08-041-11/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-24/+7Star
|\
| * ext4: Convert to new freezing mechanismJan Kara2012-07-311-24/+7Star
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-07-281-64/+259
|\ \ | |/ |/|
| * ext4: weed out ext4_write_superArtem Bityutskiy2012-07-231-10/+0Star
| * ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2012-07-231-1/+1
| * ext4: make quota as first class supported featureAditya Kali2012-07-231-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-311-0/+1
| * ext4: add debugging trigger for ext4_error()Theodore Ts'o2012-05-311-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-301-24/+57
| * ext4: calculate and verify superblock checksumDarrick J. Wong2012-04-301-0/+47
| * ext4: load the crc32c driver if necessaryDarrick J. Wong2012-04-301-0/+16
| * ext4: record the checksum algorithm in use in the superblockDarrick J. Wong2012-04-301-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/+1Star
|\ \ \