summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-23handle REQ_OP_FLUSHKent Overstreet
2017-08-23urandom fallbackKent Overstreet
2017-08-23fix incorrect errno usageKent Overstreet
2017-06-13Update bcachefs sources to 6a25f7a00d bcachefs: fix ioctl codeKent Overstreet
2017-06-13Fix io from rebase to 4.11Kent Overstreet
2017-06-13Update for sysfs changesKent Overstreet
2017-05-12Update bcachefs sources to 14e9ac5016 bcachefs: btree_iter fastpathKent Overstreet
2017-05-08Update bcachefs sources to 2d95696fbe bcachefs: fix rw -> ro -> rw transitionKent Overstreet
2017-05-08Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btreeKent Overstreet
2017-05-08Update bcachefs sources to 113b475ed2 bcachefs: Better error handling ↵Kent Overstreet
reading bucket prios/gens
2017-05-05Update bcachefs sources to 3610542890 bcachefs: Convert to skcipher ↵Kent Overstreet
interface for chacha20
2017-05-05fix sync writes - don't use O_EXCLKent Overstreet
2017-04-24Update bcachefs sources to fb365e1745Kent Overstreet
2017-04-23Use aioKent Overstreet
2017-04-23Update bcachefs sources to 2e70771b8dKent Overstreet
2017-04-15Update bcachefs sources to 846600a41bKent Overstreet
2017-04-14cmd_list improvements; use %mKent Overstreet
2017-04-14Update bcachefs sources to f026e4e024Kent Overstreet
2017-04-10Update bcachefs sources to 3b4024f944Kent Overstreet
2017-04-10silence a compiler warningKent Overstreet
2017-04-09Update bcachefs sources to da037866e6Kent Overstreet
2017-04-05Allow disk commands to specify member by indexKent 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-04Update bcachefs sources to ff95156479Kent Overstreet
2017-04-03cmd_dump: fix crash when a device is offlineKent Overstreet
2017-04-02More cmd_migrate improvementsKent 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-02Update bcachefs sourcesKent Overstreet
2017-03-31Update bcachefs sourcesKent Overstreet
2017-03-19bcachefs-in-userspace improvementsKent Overstreet
Got rid of the stupid shim file hack
2017-03-19cmd_migrate fixKent Overstreet
missing check_mark_super call - would trigger an assertion if link_data() was called before we wrote any data
2017-03-19make linux shim timer code less fragileKent Overstreet
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet
2017-03-16update bcache sourcesKent Overstreet
2017-03-16fix percpu_ref_reinit()Kent Overstreet
2017-03-14Add --quiet to cmd_formatKent Overstreet
2017-03-12Refactoring for device specific commandsKent Overstreet
2017-03-10update bcache sourcesKent Overstreet
2017-03-10cmd_migrate: fix xattrsKent Overstreet
2017-03-09add a force flag to cmd_migrateKent Overstreet
2017-03-09cmd_device_add improvementsKent Overstreet
2017-03-09cmd_device_failKent Overstreet
Add a comamnd for setting a device as failed, update bcache sources
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-07fewer workqueuesKent Overstreet
2017-02-06Add a command to dump filesystem metadataKent Overstreet
2017-02-06update bcache code, fsck improvementsKent Overstreet
2017-02-02linux shim: return an error on failure to openKent Overstreet
2017-02-02Fix initialization order bugKent Overstreet