Utilities for the Second Btr File System

Edit Package btrfsprogs

Utilities needed to create and maintain btrfs file systems under Linux.

Refresh
Refresh
Source Files
Filename Size Changed
0001-Btrfs-progs-fix-check-to-test-trim-support.patch 0000000986 986 Bytes
0002-Btrfs-progs-fsck-fix-double-free-memory-crash.patch 0000001100 1.07 KB
0003-Btrfs-progs-mkfs-Remove-zero_end-1-since-it-has-been.patch 0000001271 1.24 KB
0004-btrfs-progs-fix-wrong-max-system-array-size-check-in.patch 0000001056 1.03 KB
0005-btrfs-progs-move-arg_strtou64-to-a-separate-file-for.patch 0000003990 3.9 KB
0006-Btrfs-progs-fsck-clear-out-log-tree-in-repair-mode.patch 0000001942 1.9 KB
0007-Btrfs-progs-fsck-avoid-pinning-same-block-several-ti.patch 0000001151 1.12 KB
0008-Btrfs-progs-fsck-add-ability-to-check-reloc-roots.patch 0000003345 3.27 KB
0009-btrfs-progs-prevent-close_root-if-the-root-to-close-.patch 0000001241 1.21 KB
0010-btrfs-progs-fix-mkfs.btrfs-segfault-with-features-op.patch 0000001159 1.13 KB
0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch 0000019227 18.8 KB
0012-btrfs-progs-Add-helpers-functions-to-handle-the-prin.patch 0000006932 6.77 KB
0013-btrfs-progs-Add-command-btrfs-filesystem-disk-usage.patch 0000013830 13.5 KB
0014-btrfs-progs-Add-btrfs-device-disk-usage-command.patch 0000004539 4.43 KB
0015-btrfs-progs-cleanup-dead-return-after-usage-for-fi-d.patch 0000001491 1.46 KB
0016-btrfs-progs-Fix-memleak-in-get_raid56_used.patch 0000000801 801 Bytes
0017-Btrfs-progs-fi-usage-free-memory-if-realloc-fails.patch 0000001152 1.13 KB
0018-btrfs-progs-read-global-reserve-size-from-space-info.patch 0000001806 1.76 KB
0019-btrfs-progs-add-original-df-and-rename-disk_usage-to.patch 0000008348 8.15 KB
0020-btrfs-progs-move-device-usage-to-cmds-device-more-cl.patch 0000018873 18.4 KB
0021-btrfs-progs-check-if-we-can-t-get-info-from-ioctls-d.patch 0000001446 1.41 KB
0022-btrfs-progs-zero-out-structures-before-calling-ioctl.patch 0000001459 1.42 KB
0023-btrfs-progs-print-B-for-bytes.patch 0000000744 744 Bytes
0024-btrfs-progs-Print-more-info-about-device-sizes.patch 0000003362 3.28 KB
0025-btrfs-progs-compare-unallocated-space-against-the-co.patch 0000003453 3.37 KB
0026-btrfs-progs-add-section-of-overall-filesystem-usage.patch 0000003204 3.13 KB
0027-btrfs-progs-cleanup-filesystem-device-usage-code.patch 0000010810 10.6 KB
0028-btrfs-progs-extend-pretty-printers-with-unit-mode.patch 0000004579 4.47 KB
0029-btrfs-progs-replace-df_pretty_sizes-with-pretty_size.patch 0000008281 8.09 KB
0030-btrfs-progs-clean-up-return-codes-and-paths.patch 0000005822 5.69 KB
0031-btrfs-progs-move-global-reserve-to-overall-summary.patch 0000003039 2.97 KB
0163-btrfs-progs-fsck-fix-segfault.patch 0000000897 897 Bytes
0164-btrfs-progs-convert-set-label-or-copy-from-origin.patch 0000003405 3.33 KB
0167-Btrfs-progs-make-find_and_setup_root-return-an-error.patch 0000000962 962 Bytes
0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch 0000000909 909 Bytes
0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch 0000001602 1.56 KB
0170-btrfs-progs-In-find-root-dump-bytenr-for-every-slot.patch 0000002664 2.6 KB
boot-btrfs.sh 0000000532 532 Bytes
btrfs-progs-v3.14.1.tar.bz2 0000281329 275 KB
btrfsprogs.changes 0000016388 16 KB
btrfsprogs.spec 0000009073 8.86 KB
local-version-override.patch 0000000385 385 Bytes
setup-btrfs.sh 0000000136 136 Bytes
Revision 40 (latest revision is 158)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 232437 from David Sterba's avatar David Sterba (dsterba) (revision 40)
- update to upstream 3.14.1
- mkfs:
  - fix TRIM detection
  - do not zero-out end of device unconditionally
  - no crash with --features option
- fsck:
  - clear log tree in repair mode
  - check reloc roots
- btrfs - reworked space reporting (bnc#873106)
  - btrfs fi usage - new command
  - btrfs dev usage - new command
  - btrfs fi df - enhanced output with GlobalReserve
- Removed patches:
  * 0001-btrfs-progs-move-arg_strtou64-to-a-separate-file-for.patch
- Added patches:
  * 0001-Btrfs-progs-fix-check-to-test-trim-support.patch
  * 0002-Btrfs-progs-fsck-fix-double-free-memory-crash.patch
  * 0003-Btrfs-progs-mkfs-Remove-zero_end-1-since-it-has-been.patch
  * 0004-btrfs-progs-fix-wrong-max-system-array-size-check-in.patch
  * 0005-btrfs-progs-move-arg_strtou64-to-a-separate-file-for.patch
  * 0006-Btrfs-progs-fsck-clear-out-log-tree-in-repair-mode.patch
  * 0007-Btrfs-progs-fsck-avoid-pinning-same-block-several-ti.patch
  * 0008-Btrfs-progs-fsck-add-ability-to-check-reloc-roots.patch
  * 0009-btrfs-progs-prevent-close_root-if-the-root-to-close-.patch
  * 0010-btrfs-progs-fix-mkfs.btrfs-segfault-with-features-op.patch
  * 0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch
  * 0012-btrfs-progs-Add-helpers-functions-to-handle-the-prin.patch
  * 0013-btrfs-progs-Add-command-btrfs-filesystem-disk-usage.patch
  * 0014-btrfs-progs-Add-btrfs-device-disk-usage-command.patch
  * 0015-btrfs-progs-cleanup-dead-return-after-usage-for-fi-d.patch
  * 0016-btrfs-progs-Fix-memleak-in-get_raid56_used.patch
  * 0017-Btrfs-progs-fi-usage-free-memory-if-realloc-fails.patch
  * 0018-btrfs-progs-read-global-reserve-size-from-space-info.patch
  * 0019-btrfs-progs-add-original-df-and-rename-disk_usage-to.patch
  * 0020-btrfs-progs-move-device-usage-to-cmds-device-more-cl.patch
  * 0021-btrfs-progs-check-if-we-can-t-get-info-from-ioctls-d.patch
  * 0022-btrfs-progs-zero-out-structures-before-calling-ioctl.patch
  * 0023-btrfs-progs-print-B-for-bytes.patch
  * 0024-btrfs-progs-Print-more-info-about-device-sizes.patch
  * 0025-btrfs-progs-compare-unallocated-space-against-the-co.patch
  * 0026-btrfs-progs-add-section-of-overall-filesystem-usage.patch
  * 0027-btrfs-progs-cleanup-filesystem-device-usage-code.patch
  * 0028-btrfs-progs-extend-pretty-printers-with-unit-mode.patch
  * 0029-btrfs-progs-replace-df_pretty_sizes-with-pretty_size.patch
  * 0030-btrfs-progs-clean-up-return-codes-and-paths.patch
  * 0031-btrfs-progs-move-global-reserve-to-overall-summary.patch (forwarded request 232435 from dsterba)
Comments 0
openSUSE Build Service is sponsored by