1
0
bcachefs-tools/bcachefs-tools.changes
Jan Engelhardt b5fe98ab21 Accepting request 1168685 from home:ddiss:bcachefs_upstream_vendor
- Update to release v1.7.0
  * mi_btree_bitmap
    - New on disk forat feature - per member 64 bit bitmap of regions with
      btree nodes, to accelerate recovering by scanning for btree nodes.
  * Fix bch2_dev_btree_bitmap_marked_sectors() shift
  * set_btree_iter_dontneed also clears should_be_locked
  * mount: canonicalize device path for single device node
  * reconstruct_inode()
  * cmd_show_super: Also print device model
  * cmd_list, cmd_list_journal: pass -o very_degraded
  * Topology repair now uses nodes found by scanning to fill holes
  * mount: Handle multi-device with 1 device node
  * fix for building in userspace
  * Avoid casting away const when processing C command args
  * path_to_cstr()
  * cmd_dump: Set very_degraded
  * improve move_gap()
  * bkey.rs: use a single unsafe {} for BkeyValC conversion
  * Fix check_snapshot() memcpy

OBS-URL: https://build.opensuse.org/request/show/1168685
OBS-URL: https://build.opensuse.org/package/show/filesystems/bcachefs-tools?expand=0&rev=24
2024-04-18 16:40:03 +00:00

103 lines
3.8 KiB
Plaintext

-------------------------------------------------------------------
Thu Apr 18 00:07:11 UTC 2024 - David Disseldorp <ddiss@suse.de>
- Update to release v1.7.0
* mi_btree_bitmap
- New on disk forat feature - per member 64 bit bitmap of regions with
btree nodes, to accelerate recovering by scanning for btree nodes.
* Fix bch2_dev_btree_bitmap_marked_sectors() shift
* set_btree_iter_dontneed also clears should_be_locked
* mount: canonicalize device path for single device node
* reconstruct_inode()
* cmd_show_super: Also print device model
* cmd_list, cmd_list_journal: pass -o very_degraded
* Topology repair now uses nodes found by scanning to fill holes
* mount: Handle multi-device with 1 device node
* fix for building in userspace
* Avoid casting away const when processing C command args
* path_to_cstr()
* cmd_dump: Set very_degraded
* improve move_gap()
* bkey.rs: use a single unsafe {} for BkeyValC conversion
* Fix check_snapshot() memcpy
-------------------------------------------------------------------
Mon Mar 4 01:54:50 UTC 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 06:23:25 UTC 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 04:55:00 UTC 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 06:55:58 UTC 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 09:49:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Rectify paths in systemd unit files [boo#1218808]
-------------------------------------------------------------------
Fri Jan 19 01:54:34 UTC 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 9 03:46:53 UTC 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 3 02:10:44 UTC 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 08:19:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 24) for build.opensuse.org