Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-10 | Update bcachefs sources to edf5f38218 bcachefs: Refactor superblock code | Kent Overstreet | |
2018-02-19 | disk groups | Kent Overstreet | |
2018-02-16 | Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression ↵ | Kent Overstreet | |
refactoring | |||
2018-02-09 | migrate: migrate_superblock -> migrate-superblock in usage | Leah Neukirchen | |
2018-02-08 | typo: "migrate_superblock" -> "migrate-superblock" | Kevin Liu | |
2018-02-07 | cmd_migrate fixes | Kent Overstreet | |
when linking existing data, we weren't creating alloc btree keys - also, we were calculating the wrong bucket... | |||
2018-02-05 | Update bcachefs sources to 0e765bc37c bcachefs: foreground merging of ↵ | Kent Overstreet | |
interior btree nodes | |||
2018-01-21 | Update bcachefs sources to ae6e8a59d3 bcachefs: quota limit enforcement | Kent Overstreet | |
2018-01-11 | Update bcachefs sources to 02ae70070a bcachefs: Allocate new btree roots lazily | Kent Overstreet | |
2017-12-28 | update for bcachefs changes | Kent Overstreet | |
2017-12-21 | Update bcachefs sources to 14ce2a2031 bcachefs: fixes for building in userspace | Kent Overstreet | |
2017-12-13 | Update bcachefs sources to e57b5958cf bcachefs: fix 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-22 | Update bcachefs sources to 9e7ae5219c bcachefs: Make write points more dynamic | Kent Overstreet | |
2017-11-08 | Add commands for changing and removing passphrase | Kent Overstreet | |
2017-11-08 | update for new option code | Kent Overstreet | |
2017-11-08 | Update bcachefs sources to d4b7ef921a bcachefs: Refactoring | Kent Overstreet | |
2017-10-08 | Update for new superblock options; makefile improvements | Kent Overstreet | |
2017-08-23 | Workarounds for building with gcc 4 | Kent Overstreet | |
2017-06-13 | Update bcachefs sources to 6a25f7a00d bcachefs: fix ioctl code | Kent Overstreet | |
2017-05-12 | Update bcachefs sources to 14e9ac5016 bcachefs: btree_iter fastpath | Kent Overstreet | |
2017-05-08 | Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btree | Kent Overstreet | |
2017-04-23 | Update bcachefs sources to 2e70771b8d | Kent Overstreet | |
2017-04-14 | cmd_list improvements; use %m | Kent Overstreet | |
2017-04-02 | More cmd_migrate improvements | Kent Overstreet | |
Factor out bch2_pick_bucket_size() from the format code, and pick the bucket size before picking the superblock location - that way we can ensure the superblock gets its own bucket and doesn't trigger warnings due to the allocation code noticing different types of data in the same bucket. | |||
2017-03-19 | bcachefs-in-userspace improvements | Kent Overstreet | |
Got rid of the stupid shim file hack | |||
2017-03-19 | cmd_migrate fix | Kent Overstreet | |
missing check_mark_super call - would trigger an assertion if link_data() was called before we wrote any data | |||
2017-03-19 | Rename from bcache-tools to bcachefs-tools | Kent Overstreet | |
2017-03-10 | update bcache sources | Kent Overstreet | |
2017-03-10 | cmd_migrate: fix xattrs | Kent Overstreet | |
2017-03-09 | add a force flag to cmd_migrate | Kent Overstreet | |
2017-03-09 | cmd_migrate | Kent Overstreet | |