Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-23 | handle REQ_OP_FLUSH | Kent Overstreet | |
2017-08-23 | urandom fallback | Kent Overstreet | |
2017-08-23 | fix incorrect errno usage | Kent Overstreet | |
2017-06-13 | Update bcachefs sources to 6a25f7a00d bcachefs: fix ioctl code | Kent Overstreet | |
2017-06-13 | Fix io from rebase to 4.11 | Kent Overstreet | |
2017-06-13 | Update for sysfs changes | Kent Overstreet | |
2017-05-12 | Update bcachefs sources to 14e9ac5016 bcachefs: btree_iter fastpath | Kent Overstreet | |
2017-05-08 | Update bcachefs sources to 2d95696fbe bcachefs: fix rw -> ro -> rw transition | Kent Overstreet | |
2017-05-08 | Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btree | Kent Overstreet | |
2017-05-08 | Update bcachefs sources to 113b475ed2 bcachefs: Better error handling ↵ | Kent Overstreet | |
reading bucket prios/gens | |||
2017-05-05 | Update bcachefs sources to 3610542890 bcachefs: Convert to skcipher ↵ | Kent Overstreet | |
interface for chacha20 | |||
2017-05-05 | fix sync writes - don't use O_EXCL | Kent Overstreet | |
2017-04-24 | Update bcachefs sources to fb365e1745 | Kent Overstreet | |
2017-04-23 | Use aio | Kent Overstreet | |
2017-04-23 | Update bcachefs sources to 2e70771b8d | Kent Overstreet | |
2017-04-15 | Update bcachefs sources to 846600a41b | Kent Overstreet | |
2017-04-14 | cmd_list improvements; use %m | Kent Overstreet | |
2017-04-14 | Update bcachefs sources to f026e4e024 | Kent Overstreet | |
2017-04-10 | Update bcachefs sources to 3b4024f944 | Kent Overstreet | |
2017-04-10 | silence a compiler warning | Kent Overstreet | |
2017-04-09 | Update bcachefs sources to da037866e6 | Kent Overstreet | |
2017-04-05 | Allow disk commands to specify member by index | 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-04 | Update bcachefs sources to ff95156479 | Kent Overstreet | |
2017-04-03 | cmd_dump: fix crash when a device is offline | 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-04-02 | Update bcachefs sources | Kent Overstreet | |
2017-03-31 | Update bcachefs sources | Kent Overstreet | |
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 | make linux shim timer code less fragile | Kent Overstreet | |
2017-03-19 | Rename from bcache-tools to bcachefs-tools | Kent Overstreet | |
2017-03-16 | update bcache sources | Kent Overstreet | |
2017-03-16 | fix percpu_ref_reinit() | Kent Overstreet | |
2017-03-14 | Add --quiet to cmd_format | Kent Overstreet | |
2017-03-12 | Refactoring for device specific commands | 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_device_add improvements | Kent Overstreet | |
2017-03-09 | cmd_device_fail | Kent Overstreet | |
Add a comamnd for setting a device as failed, update bcache sources | |||
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-07 | fewer workqueues | Kent Overstreet | |
2017-02-06 | Add a command to dump filesystem metadata | Kent Overstreet | |
2017-02-06 | update bcache code, fsck improvements | Kent Overstreet | |
2017-02-02 | linux shim: return an error on failure to open | Kent Overstreet | |
2017-02-02 | Fix initialization order bug | Kent Overstreet | |