summaryrefslogtreecommitdiff
path: root/bcache.c
AgeCommit message (Expand)Author
2017-02-06Add a command to dump filesystem metadataKent Overstreet
2017-02-06update bcache code, fsck improvementsKent Overstreet
2017-01-20bcache in userspace; userspace fsckKent Overstreet
2016-12-11add support for maximum journal entry sizeKent Overstreet
2016-10-06bcache device_show now dumps superblocksKent Overstreet
2016-08-25Rework option handlingKent Overstreet
2016-08-17Encryption supportKent Overstreet
2016-03-11On disk format updatesKent Overstreet
2016-03-11Redo lots of stuffKent Overstreet
2015-06-19Add support for setting data checksum type, compression typeKent Overstreet
2015-05-10add an option for writing old superblocksKent Overstreet
2015-05-10rewriteKent Overstreet
2015-03-28Major refactoring, add new settings to bcacheadm formatKent Overstreet
2015-02-13bcache-tools: update for superblock changesSlava Pestov
2015-02-12bcacheadm: fix capacity commandJacob Malevich
2015-02-09Add option to set btree node size, give it sane defaultKent Overstreet
2015-02-02bcacheadm: print more info in query_devJacob Malevich
2015-01-29Display new user_uuid instead of internal cache set uuidKent Overstreet
2015-01-27Cleanup, rip out more code, fix compiler warningsKent Overstreet
2015-01-27update stop ioctlKent Overstreet
2015-01-21Update for bcache superblock changesKent Overstreet
2015-01-21Merge branch 'master' of ssh://gits.daterainc.com:2984/project/2013.KERNEL/bc...jenkins
2015-01-20bcacheadm: add --writearound flag for testing, probably not usefulSlava Pestov
2015-01-15update for bcache header changesKent Overstreet
2015-01-14bcacheadm: ioctl refactorJacob Malevich
2015-01-13bcacheadm: set disk-failed commandJacob Malevich
2015-01-13bcacheadm: fix status for forcefully pulled devsJacob Malevich
2015-01-12bcacheadm: fix variable bucket size inputJacob Malevich
2015-01-06bcacheadm: increase btree node size for large bucketsJacob Malevich
2014-12-19bcacheadm: fix status and query-devsJacob Malevich
2014-12-19bcacheadm: fix list-cachesets --list-devsJacob Malevich
2014-12-19bcacheadm: only fail csum check when -f is passedJacob Malevich
2014-12-19bcacheadm: add capacity commandJacob Malevich
2014-12-11bcacheadm: add query-devs --brief commandJacob Malevich
2014-12-11bcacheadm: add command to modify sysfs attributes forJacob Malevich
2014-12-10bcacheadm: fix status commandJacob Malevich
2014-12-09bcacheadm: add-devs and rm-dev optionsJacob Malevich
2014-12-05bcacheadm fixesKent Overstreet
2014-11-25Remove exit points from libbache and return error messages instead.Jacob Malevich
2014-11-24Fix string parsingJacob Malevich
2014-11-21bcacheadm unregister devicesJacob Malevich
2014-11-18bcacheadm: add ability to find a dev uuid within a cachesetJacob Malevich
2014-11-18bcacheadm: dev path parsingJacob Malevich
2014-11-14Option for returning only the uuid of the dev when doing aJacob Malevich
2014-11-13bcache query-dev fixes, and don't print the sb out for statusJacob Malevich
2014-11-13bcacheadm: list-cachesets --list-devs optionJacob Malevich
2014-11-13bcacheadm: register bcache ioctl already takes an argv, no need to parse itJacob Malevich
2014-11-12bcacheadm: fix tiering and backing device bugsJacob Malevich
2014-11-12bcacheadm: format bug fixesJacob Malevich
2014-11-10Update some bcacheadm error messagesJacob Malevich