]> Pileus Git - ~andy/linux/commit
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Feb 2014 18:04:09 +0000 (10:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Feb 2014 18:04:09 +0000 (10:04 -0800)
commit805937cf45f9a9933e6b8e5c6660406e977a9a23
treef7b6365b768a2a5f40ccdaf8625b2c4188eef2ce
parent87eeff7974ae665f6d4d74c2f97c04d4b180b5d6
parent92e3b40537707001d17bbad800d150ab04e53bf4
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4

Pull ext4 fixes from Ted Ts'o:
 "Miscellaneous ext4 bug fixes for v3.14"

* tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  jbd2: fix use after free in jbd2_journal_start_reserved()
  ext4: don't leave i_crtime.tv_sec uninitialized
  ext4: fix online resize with a non-standard blocks per group setting
  ext4: fix online resize with very large inode tables
  ext4: don't try to modify s_flags if the the file system is read-only
  ext4: fix error paths in swap_inode_boot_loader()
  ext4: fix xfstest generic/299 block validity failures