summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Collapse)Author
2018-02-11add -c to cmd_unlock, to check if a device needs to be unlockedKent Overstreet
2017-11-08Add commands for changing and removing passphraseKent 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-03-09cmd_migrateKent Overstreet
2017-02-28New on disk format - encryptionKent Overstreet
2016-12-11add support for maximum journal entry sizeKent Overstreet
also rip out prototype crypto support code - real code is in the dev branch, with the new superblock format
2016-08-21master key nonceKent Overstreet
2016-08-17Encryption supportKent Overstreet