Package Release Info

bcachefs-tools-1.20.0-bp160.1.14

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

bcachefs-tools

Change Logs

* Thu Feb 06 2025 Petr Vorel <pvorel@suse.cz>
- Update to 1.20.0:
  * bcachefs fs top - show runtime performance information
  * various fixes
* Wed Dec 18 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.13.0:
  * posix_to_bcachefs: fix missing copy_xattrs() error checking
  * Change lingering set-option texts to set-fs-option
  * change setattr to set-file-option in docs/usage
- update to 1.11.1:
  * bch_bindgen: Remove memoffset dep
  * cmd_list: open with noexcl
  * fuse: graceful shutdown when startup fails
* Sun Aug 18 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.11.0
  * mount: Fix UAF in option string handling
  * mount: Support asking for password via systemd-ask-password
- Fix a crash in mkfs.bcachefs by disabling LTO.
* Mon Jul 22 2024 David Disseldorp <ddiss@suse.de>
- Update to release v1.9.4
  * No longer logging by default
  * Fix undefined behavour
* Fri Jul 12 2024 David Disseldorp <ddiss@suse.de>
- Update to release v1.9.3
  * Fix 32-bit builds further
* Tue Jul 02 2024 David Disseldorp <ddiss@suse.de>
- Update to release v1.9.2
  * Fix fsck: Revert OPT_MOUNT change for read_only and make it OPT_HIDDEN
- Remove upstreamed patch
  * 0001-key-use-c_long-type-for-keyctl_search-helper-fn.patch
* Thu Jun 20 2024 David Disseldorp <ddiss@suse.de>
- Update to release v1.9.1
  * disk_accounting_v2: report on compression type/ratio, btree usage,
    and pending rebalance work.
- Fix 32-bit builds
  * add 0001-key-use-c_long-type-for-keyctl_search-helper-fn.patch
* Wed Jun 19 2024 Joshua Smith <smolsheep@opensuse.org>
- Update to release v1.9.1:
  * improve editorconfig to include sh scripts
  * fix: remove newlines from passphrase
  * fix: search for key in all keyrings
- Updates from release v1.9.0:
  * add BCACHEFS_BLOCK_SCAN environment variable for users that
  * add BCACHEFS_KERNEL_ONLY environment variable for test
    bcachefs, utilize it. Otherwise, resort to traversing block
    devices and checking for bcachefs super blocks.
    environments
  * Handle mount with FS with 1 device
    have a broken blkid which renders the udev db as incomplete
  * manpage: incorrect "delete" to "snapshot"
  * mount: If the udev database contains information about
  * mount: Make udev_bcachefs_info more idiomatic
  * fix typo that causes encrypted drives to become stuck in a
    busy loop
  * check_for_key before ask_for_passphrase -- check if there is
    already a key in the keyring available before trying to get the
    key from some more involved means
* Thu Apr 18 2024 David Disseldorp <ddiss@suse.de>
- Update to release v1.7.0
  * New on disk forat feature - per member 64-bit bitmap of regions
    with btree nodes, to accelerate recovering by scanning for
    btree nodes.
  * mount: canonicalize device path for single device node
  * Topology repair now uses nodes found by scanning to fill holes
  * mount: Handle multi-device with 1 device node
* Mon Mar 04 2024 David Disseldorp <ddiss@suse.de>
- Update to release v1.6.4
  * fix build on powerpc
  * drop upstream rust-use-libc-Ioctl-type-for-ioctl-request-argument.patch