Commit Graph

105 Commits

Author SHA1 Message Date
Stéphane Lesimple
30bb31e0a7 release v2.3 2024-04-16 19:19:06 +02:00
Stéphane Lesimple
0b566c655f chore: update README 2024-04-16 19:19:06 +02:00
Stéphane Lesimple
93f58739e5 feat: add --used 2024-04-16 19:19:06 +02:00
Stéphane Lesimple
befde74faa feat: add btrfs-progs v5.10.1 bug workaround 2024-04-16 19:19:06 +02:00
Stéphane Lesimple
d2a9bb2548 feat: detect and report buggy versions of btrfs-progs 2024-04-16 19:19:06 +02:00
Stéphane Lesimple
f4d929e7ed feat: add mainvol uuid, gen and cgen 2024-04-15 19:22:33 +02:00
Stéphane Lesimple
472c2ecf21 chore: adjust readme 2024-04-15 19:22:33 +02:00
Stéphane Lesimple
43c76231d2 enh: display fs uuid along with the subvol uuids (fix #21) 2024-04-15 18:07:45 +02:00
Stéphane Lesimple
0264500d22 fix: bad indent when --indent was != 3 (fixes #19) 2024-04-14 12:43:03 +02:00
Stéphane Lesimple
99a6cfdfd1 chore: perltidy 2024-04-14 12:36:34 +02:00
Stéphane Lesimple
f379aeb42f fix: support names with spaces (fixes #20) 2024-04-14 12:36:34 +02:00
Stéphane Lesimple
4564559c85 release v2.2 2022-03-13 12:07:10 +01:00
Stéphane Lesimple
dc9f8b0c94 chore: CI on pull_request 2022-03-13 12:04:24 +01:00
Stéphane Lesimple
d21a568f82 feat: add --max-name-len and --indent 2022-03-13 12:04:24 +01:00
Stéphane Lesimple
d70239c719 v2.1 2022-01-06 20:53:37 +01:00
Stéphane Lesimple
2d482f192c enh: support multiple mountpoints as arguments 2022-01-06 20:31:57 +01:00
Stéphane Lesimple
74004e01b9 enh: exit early when no filesystems found 2022-01-06 20:31:57 +01:00
Stéphane Lesimple
45a90860a1 fix: only check vX.Y btrfs version scheme
as the version perl module only handles perl-style
formatted version strings, aka x.y.z, and not other
formats that could happen such as "-rc", etc.
2022-01-06 20:31:57 +01:00
Stéphane Lesimple
dd9f9bd7ac feat: add --ignore-(root|version)-check 2022-01-06 20:31:57 +01:00
Stéphane Lesimple
6a0b7705c6 chore: remove double v's in --version 2022-01-04 21:21:51 +01:00
Stéphane Lesimple
70ed531ab0 chore: update git workflow 2022-01-04 20:59:38 +01:00
Stéphane Lesimple
43afbb1e52 feat: add percentage of free space 2022-01-04 20:59:38 +01:00
Stéphane Lesimple
9a31363f3a chore: perltidy/perlcritic 2022-01-04 19:19:13 +01:00
Stéphane Lesimple
3f4694eb40 feat: support raid1c3/4, display metadata profile, display total device allocatable space 2022-01-04 19:19:13 +01:00
Stéphane Lesimple
33a317dfb7 enh: use --raw for btrfs fi show when available 2022-01-04 19:19:13 +01:00
Stéphane Lesimple
9af13aaaba enh: canonicalize mountpoint for relative paths 2022-01-04 19:19:13 +01:00
Stéphane Lesimple
410a002fa9 enh: remove mountpoint dependency 2022-01-04 19:19:13 +01:00
Stéphane Lesimple
fcf4a98f85 update README 2022-01-03 19:06:56 +01:00
Stéphane Lesimple
4f286276f9 update README.md 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
6a1c5b1e4c feat: add --version 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
139aed1f73 fix: fix multiple orphans of same parent in --deleted 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
0b420a3bd8 fix: -d is now --deleted, not --debug 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
7e66d9b270 feat: autodetect column size 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
5c3540a0b5 feat: add --show-parent 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
cae6f52eff feat: add --show-ruuid, --wide, --no-wide 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
1e7b0b1ef0 enh: better output in multi-FS mode 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
4349422f40 feat: when given mountpoint is not one, find its parent 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
5ddba2fe0b feat: add --show-toplevel 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
3c30304d7e feat: add --deleted 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
eaee8d8958 enh: adjust format for very high gen/cgen 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
8e9a2ec3b0 fix: more complex algorithm to sort volumes correctly when orphans are found (#7) 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
d3c183965f enh: detect arguments errors 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
e3ca15264d feat: add --show-otime to show snaps creation time 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
372ea532c4 feat: add --btrfs-binary 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
f4b7a2ea4a chore: simplify code, add comments 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
f5137b2851 enh: also extract otime of snaps 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
6b6da1c770 fix: top_depth doesn't exist, v3.18+ has 'top level' instead 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
0aba9f7a64 chore: adjust debug and sub names 2022-01-03 14:00:31 +01:00
Stéphane Lesimple
098760ea15 feat: add --bright, default to non-bright colors
Previous bright colors were not light-terminal friendly.
Default to the non-bright versions of colors, and add
an option to force use of bright colors.
2022-01-03 14:00:31 +01:00
Stéphane Lesimple
8fbe5b8513 fix: -f with multiple filesystems 2020-02-19 20:48:28 +01:00