]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Jun 2021 21:24:13 +0000 (14:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Jun 2021 21:24:13 +0000 (14:24 -0700)
commitbc8f67d82b616ffe2f974c9db55c6729d85e4095
tree0ecb5f6004167850f31c5d496bb5a726f857450c
parent30d719db1c4226100e22609837634a5e8a164843
parent91ef96a9c8f616f29275e863195feb33f7a9ddb0
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"

* tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  ext4: Only advertise encrypted_casefold when encryption and unicode are enabled
  ext4: fix no-key deletion for encrypt+casefold
  ext4: fix memory leak in ext4_fill_super
  ext4: fix fast commit alignment issues
  ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
  ext4: fix accessing uninit percpu counter variable with fast_commit
  ext4: fix memory leak in ext4_mb_init_backend on error path.
fs/ext4/ialloc.c
fs/ext4/namei.c
fs/ext4/super.c