Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-15 | Fix uninitialized vars | Kent Overstreet | |
This fixes crashes when listing btree nodes. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2021-10-20 | Update bcachefs sources to d9d1235f3c bcachefs: Handle transaction restarts ↵ | Kent Overstreet | |
in bch2_blacklist_entries_gc() | |||
2021-09-26 | Update bcachefs sources to 386f00b639 bcachefs: Snapshot creation, deletion | Kent Overstreet | |
2021-09-09 | Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warnings | Kent Overstreet | |
2021-05-06 | Fix a missing free in dump_one_device() | Kent Overstreet | |
Hopefully this will fix some OOMs Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2021-04-24 | Change cmd_dump to use FSCK_OPT_NO | Kent Overstreet | |
We just want cmd_dump to walk metadata, not fix errors - the mark and sweep code is being fixed to make sure it continues on error. | |||
2021-04-24 | cmd_list improvements | Kent Overstreet | |
- update helptext - add -l (level) parameter Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2021-03-29 | Update bcachefs sources to 18686af684 bcachefs: Inode backpointersv0.13 | Kent Overstreet | |
2021-03-16 | New data job command | Kent Overstreet | |
This adds a new subcommand, bcachefs data job, that gives more direct access to the data job/ioctl functionality, and hooks up the new rewrite old nodes data job. | |||
2021-02-20 | Update bcachefs sources to e2b8120595 bcachefs: Use x-macros for more enums | Kent Overstreet | |
2021-02-02 | Update bcachefs sources to 26409a8f75 bcachefs: Journal updates to dev usage | Kent Overstreet | |
2020-11-13 | Improve some log messages | Kent Overstreet | |
2020-08-24 | Assorted debug and fsck improvements | Kent Overstreet | |
This adds a new list mode to "bcachefs list", for printing out nodes as they exist on disk (before being merge sorted). Also some improvements to fsck return values. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2020-06-15 | Add an option to list_journal to list entire contents of journal | Kent Overstreet | |
2020-05-25 | Improved functionality for cmd_list | Kent Overstreet | |
2020-05-08 | Improve list_journal command | Kent Overstreet | |
2020-03-25 | Add a command for dumping contents of journal | Kent Overstreet | |
2020-03-02 | Change cmd_dump to not read in leaf nodes | Kent Overstreet | |
2020-01-04 | Fix dump command for btree ptr key type change | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2019-08-29 | Have cmd_dump fix errors | Kent Overstreet | |
Some errors can't be ignored, and fsck and thus dump will only complete if we're fixing errors. | |||
2019-05-24 | Update bcachefs sources to f38382c574 bcachefs: Improve key marking interface | Kent Overstreet | |
2019-04-17 | Update bcachefs sources to 6f603b8d79 bcachefs: some improvements to startup ↵ | Kent Overstreet | |
messages and options | |||
2019-03-28 | Update bcachefs sources to d868a87c67 bcachefs: fix initial gc | Kent Overstreet | |
2018-12-19 | Update bcachefs sources to 2724e115d2 bcachefs: Lots of option handling ↵ | Kent Overstreet | |
improvements | |||
2018-11-30 | Update bcachefs sources to 62de7539dc bcachefs: Make bkey types globally unique | Kent Overstreet | |
2018-11-09 | Update bcachefs sources to d7dbddc450 bcachefs: revamp to_text methods | Kent Overstreet | |
2018-10-12 | Update bcachefs sources to d7f6da1d60 bcachefs: fix missing include | Kent Overstreet | |
2018-08-15 | Update bcachefs sources to 15f6e66e86 bcachefs: pass around bset_tree less | Kent Overstreet | |
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 | |