kdave

Results 265 comments of kdave

The commands from `btrfstune` do some changes directly to the superblock which might not be using the log-style write and violate the sequential writing constraint. We need to do full...

Is there a udev rule for the mdadm fallback? Allowing automatic degraded raid1 mounts on btrfs could be achieved by adding 'degraded' to fstab. IIRC writes won't be possible but...

We have only the plain string in the properties and enhancing tha with anything, like level or the forcing flag would be an incompatible change, though easy to handle due...

Yeah something like that could work, the future-extensible syntax for the compression value would be "read from left as far as you can parse", which now would be the name,...

Now fixed in devel, by PR #643. I'm not sure it's entirely correct to switch the uuids for matching subvolume, there are some obscure states and combinations and I don't...

I can't reopen the pull request (the button is disabled in the UI), please open a new one.

Remaining work: - test on mult-device filesystems, the grouping is wrong in combination with --sort - finish the sorting infrastructure (to allow multiple keys and direction), replace current sorting keys

Now available in the experimental build, sorting a few columns work, multi device works (device id is printed in the column). Remaining: reorder columns ``` Devid PNumber Type/profile PStart Length...

Documentation updated. I'll move it out of experimental in 6.10 and then reorder the columns after feedback. Eventually the list of columns can be also specified e.g. like the util-linux...