The following changes since commit d5e206778e96e8667d3bde695ad372c296dc9353: ext4: fix OOB read when checking dotdot dir (2025-03-21 01:33:11 -0400) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.15-rc2 for you to fetch changes up to 94824ac9a8aaf2fb3c54b4bdde842db80ffa555d: ext4: fix off-by-one error in do_split (2025-04-12 22:07:36 -0400) ---------------------------------------------------------------- A few more miscellaneous ext4 bug fixes and cleanups including some syzbot failures and fixing a stale file handing refeencing an inode previously used as a regular file, but which has been deleted and reused as an ea_inode would result in ext4 erroneously consider this a case of fs corrupotion. ---------------------------------------------------------------- Artem Sadovnikov (1): ext4: fix off-by-one error in do_split Gustavo A. R. Silva (1): ext4: avoid -Wflex-array-member-not-at-end warning Jann Horn (1): ext4: don't treat fhandle lookup of ea_inode as FS corruption Ojaswin Mujoo (1): ext4: make block validity check resistent to sb bh corruption Tom Vierjahn (1): Documentation: ext4: Add fields to ext4_super_block documentation Documentation/filesystems/ext4/super.rst | 20 ++++++++++++----- fs/ext4/block_validity.c | 5 ++--- fs/ext4/inode.c | 75 +++++++++++++++++++++++++++++++++++++++++++------------------- fs/ext4/mballoc.c | 18 +++++++-------- fs/ext4/namei.c | 2 +- 5 files changed, 77 insertions(+), 43 deletions(-)