koverstreet / bcachefs

Other
662 stars 70 forks source link

Discard/trim request support #721

Open thememika opened 1 month ago

thememika commented 1 month ago

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 to mount with 'nodiscard' and just run 'fstrim /mntpoint' from time to time. But there is no support for discard request. Is it planned to support it? Thanks.