| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: bcachefs-tools | Distribution: SUSE Linux Enterprise 16 | 
| Version: 1.20.0 | Vendor: openSUSE | 
| Release: bp160.1.14 | Build date: Thu Feb 6 10:36:16 2025 | 
| Group: System/Filesystems | Build host: reproducible | 
| Size: 3500558 | Source RPM: bcachefs-tools-1.20.0-bp160.1.14.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://bcachefs.org/ | |
| Summary: Configuration utilities for bcachefs | |
Bcachefs is a filesystem for Linux, with an emphasis on reliability and robustness. * Copy on write (COW) like zfs or btrfs * Full data and metadata checksumming * Multiple devices * Replication * Erasure coding * Caching * Compression * Encryption * Snapshots This package contains utilities for creating and mounting bcachefs.
GPL-2.0-or-later
* 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
* Thu Feb 22 2024 David Disseldorp <ddiss@suse.de>
  - Fix 32-bit builds [boo#1220175]
    * add rust-use-libc-Ioctl-type-for-ioctl-request-argument.patch
* Wed Feb 21 2024 David Disseldorp <ddiss@suse.de>
  - Update to release v1.6.3
    * use the kernel fsck implementation if the kernel version is a better
      match for the filesystem on disk than the -tools version
    * fix building with old gcc
    * fix big endian build
    * collect kernel fsck return code
    * various other fixes
* Mon Jan 29 2024 David Disseldorp <ddiss@suse.de>
  - Build with rust functionality enabled [boo#1219158]
    * Switch to upstream vendored source tarball
    * Validate upstream source signature
* Sat Jan 27 2024 Jan Engelhardt <jengelh@inai.de>
  - Rectify paths in systemd unit files [boo#1218808]
* Fri Jan 19 2024 Joshua Smith <jsmithfpv@gmail.com>
  - Delete use_libexec_not_lib.patch (merged)
  - Update to release v1.4.1
    * fix cmd_fsck, "bad mount option read-only"
    * now open block devices with O_EXCL
* Tue Jan 09 2024 Joshua Smith <jsmithfpv@gmail.com>
  - Add use_libexec_not_lib.patch
  - Update to v1.4.0:
    * bugfix release
    * Split brain detection
    * BCH_IOCTL_OFFLINE_FSCK, and numerous other features and
      bugfixes.
* Sun Dec 03 2023 Joshua Smith <jsmithfpv@gmail.com>
  - Update to v1.3.5:
    * Update from latest kernel bcachefs sources, pulling in fixes
      for deleted_inodes btree in particular
    * cmd_version now works properly
    * fixes for cmd_format, pick the same bucket size for all devices
      for the sake of erasure coding
    * rebalance_work point release
    * Fix race in closure_sync()
    * Updated bcachefs sources because
      bcachefs_metadata_version_deleted_inodes
    * Snapshot depth, skiplist fields
    * Updated bcachefs sources because
      bcachefs_metadata_version_major_minor
    * Fix quotas + snapshots
    * Rip out code for storing backpointers in alloc keys
    * Fragmentation LRU
    * Rework LRU btree
* Tue May 30 2023 Jan Engelhardt <jengelh@inai.de>
  - Initial package (version 24) for build.opensuse.org
/usr/lib/systemd/system/bcachefsck@.service /usr/lib/systemd/system/bcachefsck_all.service /usr/lib/systemd/system/bcachefsck_all.timer /usr/lib/systemd/system/bcachefsck_all_fail.service /usr/lib/systemd/system/bcachefsck_fail@.service /usr/lib/systemd/system/system-bcachefsck.slice /usr/lib/udev/rules.d/64-bcachefs.rules /usr/libexec/bcachefsck_all /usr/libexec/bcachefsck_fail /usr/sbin/bcachefs /usr/sbin/fsck.bcachefs /usr/sbin/fsck.fuse.bcachefs /usr/sbin/mkfs.bcachefs /usr/sbin/mkfs.fuse.bcachefs /usr/sbin/mount.bcachefs /usr/sbin/mount.fuse.bcachefs /usr/share/doc/packages/bcachefs-tools /usr/share/doc/packages/bcachefs-tools/bcachefs-principles-of-operation.tex /usr/share/licenses/bcachefs-tools /usr/share/licenses/bcachefs-tools/COPYING /usr/share/man/man8/bcachefs.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 28 22:41:05 2025