lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 6 Jun 2021 10:21:03 -0400
From:   "Theodore Ts'o" <tytso@....edu>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: [GIT PULL] ext4 fixes for v5.13

The following changes since commit 6c0912739699d8e4b6a87086401bf3ad3c59502d:

  ext4: wipe ext4_dir_entry2 upon file deletion (2021-04-22 16:51:23 -0400)

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 e71f99f2dfb45f4e7203a0732e85f71ef1d04dab:

  ext4: Only advertise encrypted_casefold when encryption and unicode are enabled (2021-06-06 10:10:23 -0400)

----------------------------------------------------------------
Miscellaneous ext4 bug fixes for v5.13

----------------------------------------------------------------
Alexey Makhalov (1):
      ext4: fix memory leak in ext4_fill_super

Daniel Rosenberg (2):
      ext4: fix no-key deletion for encrypt+casefold
      ext4: Only advertise encrypted_casefold when encryption and unicode are enabled

Harshad Shirwadkar (1):
      ext4: fix fast commit alignment issues

Phillip Potter (1):
      ext4: fix memory leak in ext4_mb_init_backend on error path.

Ritesh Harjani (1):
      ext4: fix accessing uninit percpu counter variable with fast_commit

Ye Bin (1):
      ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed

 fs/ext4/extents.c     |  43 ++++++++-------
 fs/ext4/fast_commit.c | 170 +++++++++++++++++++++++++++++++---------------------------
 fs/ext4/fast_commit.h |  19 -------
 fs/ext4/ialloc.c      |   6 ++-
 fs/ext4/mballoc.c     |   2 +-
 fs/ext4/namei.c       |   6 ++-
 fs/ext4/super.c       |  11 +++-
 fs/ext4/sysfs.c       |   4 ++
 8 files changed, 135 insertions(+), 126 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ