Results 44 issues of Forza

It would be great if it was possible to create block devices in btrfs, similar to zvols in ZFS. The use cases are several. * swap * iscsi/LIO targets *...

enhancement
kernel

An improvement to scrub would be to do a bytewise compare of nodatasum files if `DUP`, `RAID1/10/c34` is used. This can help detect possible corruption if one of the copies...

enhancement
kernel

There are lots of applications that choose `nodatacow` as default for files to improve performance for their users. However, since `nodatacow` implies `nodatasum`, it means that we lose integrity on...

According to https://btrfs.wiki.kernel.org/index.php/Changelog I believe should be possible to set the `NOCOMRESS` attribute using `btrfs property set compression no`. From the changelog: > property value reset | 5.14 | Change...

bug

I'd like an option to use compsize to find files with extents matching some criteria and list them. `compsize --find ` could have the following matches: * compression type; e.g...

According to It is good practice to add `font-display:swap` so that text remains visible during font download It could be put in the `@font-face` section in `bootstrap.css`. ```css @font-face{ font-family:"Glyphicons...

UI/UX
blocked

I'd like to have a new bar chart and diagram showing the count of requests per HTTP version. It should look like this following but with HTTP/1.0, HTTP/1.1 HTTP/1.2, HTTP/2...

enhancement
add
html report

Hi! Would it make any sense to support different compression levels for zlib? Default is 6, but perhaps 1 would be faster? Also, I think zstd (levels 1-5) or lz4...

Improve the `device show` command by showing both `filesystem size` and `device size` to highlight to the user that a device isn't utilising its full capacity. With btrfs-progs 5.17 my...

enhancement

### Problem ## Background Netdata can use `/dev/disk/by-label/` to monitor disk performance instead of plain `/dev/sdX`. Let's use the filesystem with label `btrfs-root` as an example. ### netdata.conf ``` [plugin:proc:/proc/diskstats:btrfs-root]...

feature request
needs triage
area/collectors
collectors/proc