Revision 3cfb6772d4cf3875d199f5a5a547cadaef7c1382 authored by Linus Torvalds on 29 July 2018, 20:13:45 UTC, committed by Linus Torvalds on 29 July 2018, 20:13:45 UTC
Pull ext4 fixes from Ted Ts'o:
 "Some miscellaneous ext4 fixes for 4.18; one fix is for a regression
  introduced in 4.18-rc4.

  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)"

* tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  ext4: fix check to prevent initializing reserved inodes
  ext4: check for allocation block validity with block group locked
  ext4: fix inline data updates with checksums enabled
  ext4: clear mmp sequence number when remounting read-only
  ext4: fix false negatives *and* false positives in ext4_check_descriptors()
2 parent s 01cfb79 + 5012284
History
File Mode Size
Kconfig -rw-r--r-- 3.9 KB
Makefile -rw-r--r-- 870 bytes
array.c -rw-r--r-- 20.8 KB
base.c -rw-r--r-- 85.5 KB
cmdline.c -rw-r--r-- 415 bytes
consoles.c -rw-r--r-- 1.9 KB
cpuinfo.c -rw-r--r-- 698 bytes
devices.c -rw-r--r-- 1.1 KB
fd.c -rw-r--r-- 7.7 KB
fd.h -rw-r--r-- 539 bytes
generic.c -rw-r--r-- 17.4 KB
inode.c -rw-r--r-- 13.0 KB
internal.h -rw-r--r-- 9.1 KB
interrupts.c -rw-r--r-- 841 bytes
kcore.c -rw-r--r-- 15.8 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 974 bytes
meminfo.c -rw-r--r-- 4.9 KB
namespaces.c -rw-r--r-- 4.1 KB
nommu.c -rw-r--r-- 2.9 KB
page.c -rw-r--r-- 7.0 KB
proc_net.c -rw-r--r-- 9.2 KB
proc_sysctl.c -rw-r--r-- 41.0 KB
proc_tty.c -rw-r--r-- 4.5 KB
root.c -rw-r--r-- 4.9 KB
self.c -rw-r--r-- 1.8 KB
softirqs.c -rw-r--r-- 741 bytes
stat.c -rw-r--r-- 5.5 KB
task_mmu.c -rw-r--r-- 44.8 KB
task_nommu.c -rw-r--r-- 7.2 KB
thread_self.c -rw-r--r-- 1.9 KB
uptime.c -rw-r--r-- 919 bytes
util.c -rw-r--r-- 361 bytes
version.c -rw-r--r-- 515 bytes
vmcore.c -rw-r--r-- 39.4 KB

back to top