Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-01 | bcachefs: prt_bitflags_vector() | Kent Overstreet | 1 | -0/+2 | |
similar to prt_bitflags(), but for ulong arrays Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||||
2023-10-23 | bcachefs: Improve dev_alloc_debug_to_text() | Kent Overstreet | 1 | -1/+1 | |
Now we also print the number of buckets reserved for each watermark. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||||
2023-10-23 | bcachefs: Printbuf rework | Kent Overstreet | 1 | -0/+284 | |
This converts bcachefs to the modern printbuf interface/implementation, synced with the version to be submitted upstream. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> |