Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-17 | Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian ↵ | Kent Overstreet | |
machines | |||
2018-02-09 | list: fix usage header | Leah Neukirchen | |
2018-02-09 | list: document -f and -v | Leah Neukirchen | |
2018-02-09 | dump: document -f | Leah Neukirchen | |
2018-02-08 | New data rereplicate command | Kent Overstreet | |
2018-01-11 | Update bcachefs sources to 02ae70070a bcachefs: Allocate new btree roots lazily | Kent Overstreet | |
2017-12-21 | Update bcachefs sources to 14ce2a2031 bcachefs: fixes for building in userspace | Kent Overstreet | |
2017-12-10 | build: 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-08 | update for new option code | Kent Overstreet | |
2017-05-08 | Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btree | Kent Overstreet | |
2017-05-05 | fix sync writes - don't use O_EXCL | Kent Overstreet | |
2017-04-23 | Update bcachefs sources to 2e70771b8d | Kent Overstreet | |
2017-04-14 | cmd_list improvements; use %m | Kent Overstreet | |
2017-04-05 | add -i to cmd_list | Kent Overstreet | |
2017-04-04 | Fix some clang warnings | Kent Overstreet | |
the issue in cmd_debug - passing members of struct bpos to kstrtoull, which aren't aligned - was a legit bug | |||
2017-04-03 | cmd_dump: fix crash when a device is offline | Kent Overstreet | |
2017-03-19 | bcachefs-in-userspace improvements | Kent Overstreet | |
Got rid of the stupid shim file hack | |||
2017-03-19 | Rename from bcache-tools to bcachefs-tools | Kent Overstreet | |
2017-03-10 | update bcache sources | Kent Overstreet | |
2017-03-09 | cmd_migrate | Kent Overstreet | |
2017-03-03 | Delete more unused shim code, update bcache code | Kent Overstreet | |
2017-02-28 | New on disk format - encryption | Kent Overstreet | |
2017-02-06 | Add a command to dump filesystem metadata | Kent Overstreet | |