y.mi. (she/they)
y.mi. (she/they)
Hello. `kvdo` can't be built for Linux 6.8rc1 and above, simply because these symbols used by `kvdo` no longer exist in kernel: ``` blkdev_put() blkdev_get_by_dev() blkdev_get_by_path() ``` The errors one...
Environment: - Ubuntu 22.04.3 LTS (GNU/Linux 6.1.68 x86_64) - KVDO version: `35, release version: 0` When using a VDO device which was manually set up with `vdoformat` and `dmsetup`, these...
After reading the 6.9-rc1 update notice from Linus, I was excited to know that KVDO has been finally merged to the Linux kernel. But unfortunately, I'm not able to use...
Hello. I upgraded from out-of-tree KVDO to the in-kernel version on one of my systems. It went wrong and now KVDO doesn't work as intended. During the upgrade I had...
Hi. I'm using bcachefs and it does discard in the background (workqueue) after some space is freed, it works. But trim requests are still unsupported. I want to be able...
🥝Kernel: 6.10.0 Hello, developers. Ive just decided to enable compression on a production filesystem because it was critically running out of space. I did it by: ```sh echo "lz4:15" >...
Hello. I'm designing a Linux system and I decided to use bcachefs. I don't use an initrd, but I want to implement resuming from hibernation. To do that, I need...
https://github.com/koverstreet/bcachefs/issues/893 ! With your change of spinlock to raw spinlock in rcu_pending.c, its still not fixed on RT I'm happy to work more with this? ``` [ 111.566326] ============================= [...
Hello! I get an Oops when out_of_memory() is invoked, during its diagnostics. Im around commit [22145e66e491826707666bdd98e0b1ff198bdebe](https://evilpiepirate.org/git/bcachefs.git/commit/?h=bcachefs-testing&id=22145e66e491826707666bdd98e0b1ff198bdebe). Bcachefs is not even used on this system! (I just usually pull from your...
Shrinking the filesystem seems to be one of very important, core features. For some reason, it's still not even in the Roadmap: https://bcachefs.org/Roadmap What is the status of this feature,...