File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ btrfs-progs-6.10 (2024-07-30)
2
+ -----------------------------
3
+ * inspect:
4
+ * list-chunks: new command to print information about chunks (i.e.
5
+ the physical chunks as stored on devices), sortable; requires root as
6
+ it's using SEARCH_TREE ioctl
7
+ * tree-stats:
8
+ * new option -t to print only the given tree
9
+ * add long options for size units
10
+ * filesystem df: with increased verbosity print per-type information from sysfs
11
+ * version: print a line with built-in features or options (+FEATURE1 -FEATURE2)
12
+ * image: document option -s and its potential problems
13
+ * fixes:
14
+ * scrub status: user selected base for Rate values
15
+ * receive: escape special characters in paths and xattrs
16
+ * dump-tree: escape special characters in paths and xattrs
17
+ * image: sanitizing filenames did not work properly in all cases
18
+ * convert: fix displayed restored image path on rollback
19
+ * tune change csum: do conversion in smaller batches
20
+ * other:
21
+ * CI workflows updates (sanitizers, code spelling, manual page preview)
22
+ * build fixes for uClibc
23
+ * build fix for python 3.13
24
+ * documentation updates
25
+
1
26
btrfs-progs-6.9 (2024-06-07)
2
27
----------------------------
3
28
* mkfs:
You can’t perform that action at this time.
0 commit comments