kdave

Results 73 issues of kdave

Clone of bug https://bugzilla.kernel.org/show_bug.cgi?id=83621 When issuing "btrfs filesystem resize max /" I get an error "error: unable to resize '/' - no such device" if the devid for the underlying...

bug

A device to replace specified by path and by id do not get the same size checks, by-path does not allow resize to lower size, while by-id does.

bug
kernel

Devices are processed one by one and the preparatory phase is sum of all times when discarding or resetting zones. This can be done in parallel so the overall time...

enhancement
mkfs

The resize command takes the device specifier as "devid:size", where device is number or not present. Add `all` that iterates over all devices and applies the size change on each....

enhancement

There's a report that many manual page references is incosistent or using and uncommon format: https://lore.kernel.org/linux-btrfs/20220718141447.GA24796@Debian-50-lenny-64-minimal/T/#u ``` B(8) B ``` ie. placement of the section. The references are not done...

docs

Copy todo item from wiki: Better error message in case of error when sending. Especially "ERROR: find_mount_root failed on %s:" is not of any help. file: cmds/send.c, find_mount_root fails called...

bug

There's an experimental support for switching the checksum algorithm, implemented as `btrfstune --csum NEWCSUM`. It is now in usable state but thera are some some important sanity checks missing. The...

enhancement
experimental

The RST format allows easy clickable cross references and currently there are almost none, the reference is done by text description of the section instead.

docs
in-progress

Forward report from: https://bugzilla.kernel.org/show_bug.cgi?id=214591 btrfs filesystem du command gives error when it can not descend int to a folder because of permission and quit further processing when used with -s...

bug

For parity, add -R/--runtime-features, which is just space_cache=v2 (free-space-tree) for now. The basic infrastructure is missing so it needs the command option and passing around the flags (easy). The catch:...

enhancement
convert