summaryrefslogtreecommitdiff
path: root/cmd_debug.c
AgeCommit message (Collapse)Author
2018-05-17Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian ↵Kent Overstreet
machines
2018-02-09list: fix usage headerLeah Neukirchen
2018-02-09list: document -f and -vLeah Neukirchen
2018-02-09dump: document -fLeah Neukirchen
2018-02-08New data rereplicate commandKent Overstreet
2018-01-11Update bcachefs sources to 02ae70070a bcachefs: Allocate new btree roots lazilyKent Overstreet
2017-12-21Update bcachefs sources to 14ce2a2031 bcachefs: fixes for building in userspaceKent Overstreet
2017-12-10build: require explicit include paths for libbcachefs/Austin Seipp
This removes the implicit `-I libbcachefs` argument to $(CC), which in turn requires a set of minor changes throughout the tools. There are two advantages to this setup: 1) It is (arguably) easier to read, since the location of bcachefs includes are easier to understand at a glance ("where does util.h live?") 2) It removes the need for a hack to include glibc's copy of dirent.h explicitly via '/usr/include/dirent.h', because libbcachefs/ *also* has a dirent.h file and the compiler cannot disambiguate them. This has some ramifications on systems where /usr/include may not exist, such as NixOS. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-11-08update for new option codeKent Overstreet
2017-05-08Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btreeKent Overstreet
2017-05-05fix sync writes - don't use O_EXCLKent Overstreet
2017-04-23Update bcachefs sources to 2e70771b8dKent Overstreet
2017-04-14cmd_list improvements; use %mKent Overstreet
2017-04-05add -i to cmd_listKent 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-04-03cmd_dump: fix crash when a device is offlineKent Overstreet
2017-03-19bcachefs-in-userspace improvementsKent Overstreet
Got rid of the stupid shim file hack
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet
2017-03-10update bcache sourcesKent Overstreet
2017-03-09cmd_migrateKent Overstreet
2017-03-03Delete more unused shim code, update bcache codeKent Overstreet
2017-02-28New on disk format - encryptionKent Overstreet
2017-02-06Add a command to dump filesystem metadataKent Overstreet