summaryrefslogtreecommitdiff
path: root/cmd_fs.c
AgeCommit message (Collapse)Author
2023-06-10cmd_fs_usage: Implement --helpKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-08-18Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headersKent Overstreet
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵Kent Overstreet
bloom filter
2022-04-07Update bcachefs sources to d3da360412 bcachefs: Fold bucket_state in to ↵Kent Overstreet
BCH_DATA_TYPES()
2022-03-30Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg()Kent Overstreet
2022-02-26Heap-allocate printbufsAleksei Kharlamov
Signed-off-by: Aleksei Kharlamov <aleksei@devass.club>
2022-02-22Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufsKent Overstreet
2021-11-01Add more specific subcommand usage messagesBrett Holman
The device, data, fs, and subvolume subcommands currently print out a generic usage message. Make these more specific. Signed-off-by: Brett Holman <bholman.devel@gmail.com>
2021-02-20Update bcachefs sources to e2b8120595 bcachefs: Use x-macros for more enumsKent Overstreet
2021-01-15Ensure fields don't collide in bcachefs fs usageKent Overstreet
Also, make them a bit bigger. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2020-08-24Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal ↵Kent Overstreet
read error paths
2020-07-02Make some improvements to bcachefs fs showKent Overstreet
2020-01-03fs_usage cmd fixesKent Overstreet
- Sort devices by device name if they don't have a label - We were printing the wrong devices in the device list in the per-data entries
2019-12-18Redo cmd_fs_usage for new ioctlsKent Overstreet
2018-08-15Include superblock, journal in fs usage outputKent Overstreet
2018-05-04bcachefs fs usage improvementsKent Overstreet
2018-02-08New data rereplicate commandKent Overstreet
2017-12-29show-super can now print more stuffKent Overstreet
2017-12-28ResizingKent Overstreet
2017-12-23Add bcachefs fs usageKent Overstreet
2017-04-04Fix some clang warningsKent Overstreet
the issue in cmd_debug - passing members of struct bpos to kstrtoull, which aren't aligned - was a legit bug
2017-02-06update bcache code, fsck improvementsKent Overstreet