Sorry for the late-breaking pull. I was originally going to wait for the next merge window, but Eric Whitney found a regression introduced in 4.18-rc4, so I decided to push out the regression plus the other fixes now. (The other commits have been baking in linux-next since early July.) The following changes since commit 1e4b044d22517cae7047c99038abb444423243ca: Linux 4.18-rc4 (2018-07-08 16:34:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable for you to fetch changes up to 5012284700775a4e6e3fbe7eac4c543c4874b559: ext4: fix check to prevent initializing reserved inodes (2018-07-29 15:34:00 -0400) ---------------------------------------------------------------- Some miscellaneous ext4 fixes for 4.18; one fix is for a regression introduced in 4.18-rc4. ---------------------------------------------------------------- Theodore Ts'o (5): ext4: fix false negatives *and* false positives in ext4_check_descriptors() ext4: clear mmp sequence number when remounting read-only ext4: fix inline data updates with checksums enabled ext4: check for allocation block validity with block group locked ext4: fix check to prevent initializing reserved inodes fs/ext4/balloc.c | 3 +++ fs/ext4/ialloc.c | 8 +++++++- fs/ext4/inline.c | 19 +++++++++++-------- fs/ext4/inode.c | 16 +++++++--------- fs/ext4/mmp.c | 7 ++----- fs/ext4/super.c | 15 +++++---------- 6 files changed, 35 insertions(+), 33 deletions(-)