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]
Message-ID: <cover.1751564436.git.dsterba@suse.com>
Date: Thu,  3 Jul 2025 21:29:28 +0200
From: David Sterba <dsterba@...e.com>
To: torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>,
	linux-btrfs@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes for 6.16-rc5

Hi,

please pull a few more fixes. There are mostly tree-log fixes and a free
space tree rebuild fix.

Thanks.

- tree-log fixes
  - fixes of log tracking of directories and subvolumes
  - fix iteration and error handling of inode references during log
    replay

- fix free space tree rebuild (reported by syzbot)

----------------------------------------------------------------
The following changes since commit c0d90a79e8e65b89037508276b2b31f41a1b3783:

  btrfs: zoned: fix alloc_offset calculation for partly conventional block groups (2025-06-19 15:21:15 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.16-rc4-tag

for you to fetch changes up to 157501b0469969fc1ba53add5049575aadd79d80:

  btrfs: use btrfs_record_snapshot_destroy() during rmdir (2025-06-27 19:58:12 +0200)

----------------------------------------------------------------
Filipe Manana (7):
      btrfs: fix failure to rebuild free space tree using multiple transactions
      btrfs: fix missing error handling when searching for inode refs during log replay
      btrfs: fix iteration of extrefs during log replay
      btrfs: fix inode lookup error handling during log replay
      btrfs: record new subvolume in parent dir earlier to avoid dir logging races
      btrfs: propagate last_unlink_trans earlier when doing a rmdir
      btrfs: use btrfs_record_snapshot_destroy() during rmdir

 fs/btrfs/block-group.h     |   2 +
 fs/btrfs/free-space-tree.c |  40 +++++++++++++
 fs/btrfs/inode.c           |  36 ++++++------
 fs/btrfs/ioctl.c           |   4 +-
 fs/btrfs/tree-log.c        | 137 +++++++++++++++++++++++----------------------
 5 files changed, 131 insertions(+), 88 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ