OSDN Git Service

Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 May 2023 18:06:01 +0000 (14:06 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 May 2023 18:06:01 +0000 (14:06 -0400)
commitfd2186d1c708fa0ec64291da5aa6b26fb44197c3
tree18f535b4b53a9b100839aac1ce0d093bde0c50ad
parent48b1320a674e1ff5de2fad8606bee38f724594dc
parenteb1f822c76beeaa76ab8b6737ab9dc9f9798408c
Merge tag 'ext4_for_linus_stable' of git://git./linux/kernel/git/tytso/ext4

Pull ext4 fixes from Ted Ts'o:
 "Fix two regressions in ext4 and a number of issues reported by syzbot"

* tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  ext4: enable the lazy init thread when remounting read/write
  ext4: fix fsync for non-directories
  ext4: add lockdep annotations for i_data_sem for ea_inode's
  ext4: disallow ea_inodes with extended attributes
  ext4: set lockdep subclass for the ea_inode in ext4_xattr_inode_cache_find()
  ext4: add EA_INODE checking to ext4_iget()