summaryrefslogtreecommitdiffstats
path: root/src/test/librbd/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* librbd: remove remap_to_* and image crypto layerOr Ozeri2023-09-052-69/+1
* librbd: don't decay LUKS{1,2}EncryptionFormat into LUKSEncryptionFormatIlya Dryomov2022-12-041-8/+40
* librbd: reduce overlap and respect area when pruning parent extentsIlya Dryomov2022-12-041-1/+1
* librbd: check stripe pattern when loading encryptionIlya Dryomov2022-12-041-0/+25
* librbd: check image size when loading encryptionIlya Dryomov2022-12-041-3/+21
* librbd: no need to return format from ShutDownCryptoRequestIlya Dryomov2022-12-042-8/+3
* librbd: don't temporarily shut down crypto when flatteningIlya Dryomov2022-12-041-63/+0
* librbd: move get_file_offset() into CryptoObjectDispatchIlya Dryomov2022-12-041-7/+8
* librbd: apply CryptoObjectDispatch layer only to DATA areaIlya Dryomov2022-12-041-32/+35
* librbd: pass area to ImageDispatchSpec::create_*()Ilya Dryomov2022-12-041-3/+3
* librbd: introduce ImageArea and split remap_extents() into two methodsIlya Dryomov2022-12-041-12/+11
* librbd/crypto: auto detect plaintext parentOr Ozeri2022-08-252-12/+74
* librbd/crypto: add internal support for thin-formatted clonesOr Ozeri2022-08-252-12/+124
* librbd/crypto: add format-specific flattening operationOr Ozeri2022-08-254-7/+343
* librbd/crypto: switch LUKS magic on formatted clonesOr Ozeri2022-08-252-14/+81
* librbd/crypto: apply ShutDownCryptoRequest to ancestorsOr Ozeri2022-08-251-22/+52
* librbd/crypto: invalidate cache after loading cryptoOr Ozeri2022-08-251-0/+66
* librbd/crypto: align data offset to stripe_periodOr Ozeri2022-08-251-7/+7
* librbd/crypto: improve crypto objects lifecycle managementOr Ozeri2022-08-257-112/+170
* librbd/crypto: allow loading luks format without specifying versionOr Ozeri2022-08-041-7/+4
* test/librbd: fix memory leak in TestMockShutDownCryptoRequestOr Ozeri2021-11-281-1/+4
* test/librbd: fix memory leak in TestMockCryptoLoadRequestOr Ozeri2021-11-281-1/+1
* test/librbd: fix memory leak in TestMockCryptoCryptoObjectDispatchOr Ozeri2021-11-281-0/+1
* test/librbd: fix memory leak in TestMockCryptoLuksFormatRequestOr Ozeri2021-11-281-0/+5
* test/librbd: fix memory leak in TestMockCryptoLuksLoadRequestOr Ozeri2021-11-281-0/+1
* test/librbd: fix bad TearDown in TestCryptoOpensslDataCryptorOr Ozeri2021-11-281-1/+1
* test/librbd: fix memory leak in TestCryptoOpensslDataCryptorOr Ozeri2021-11-281-0/+1
* librbd/crypto: fix memory leak in when DataCryptor failsOr Ozeri2021-11-281-1/+14
* test/librbd: fix memory leak in TestMockCryptoBlockCryptoOr Ozeri2021-11-281-11/+13
* librbd: crypto format api semantics changeOr Ozeri2021-03-155-86/+295
* Merge pull request #39005 from orozery/librbd-plain64-iv-fixJason Dillaman2021-01-261-18/+16
|\
| * librbd: use 512 sector size for crypto IVOr Ozeri2021-01-211-18/+16
* | librbd: don't restart empty copyups in crypto layerOr Ozeri2021-01-201-0/+44
|/
* librbd: add encryption apiOr Ozeri2021-01-114-60/+300
* librbd: check image size on crypto formatOr Ozeri2021-01-051-0/+21
* librbd: nit fixesOr Ozeri2021-01-051-10/+10
* librbd: align block crypto input bufferlistOr Ozeri2020-12-241-4/+2
* test/librbd: rename tests to match proper namespacesJason Dillaman2020-11-233-18/+18
* librbd: add LUKS supportOr Ozeri2020-11-233-2/+404
* librbd: fix crypto prepare_copyup to use new remap_extents apiOr Ozeri2020-11-191-0/+15
* Merge pull request #38114 from orozery/librbd-crypto-prepare-copyupJason Dillaman2020-11-181-0/+57
|\
| * librbd: add encryption support for copyupOr Ozeri2020-11-181-0/+57
* | Merge pull request #37935 from orozery/librbd-image-address-remapJason Dillaman2020-11-181-0/+6
|\ \
| * | librbd: add crypto image dispatch layerOr Ozeri2020-11-171-0/+6
| |/
* / test/librbd/crypto: Fixup include order to prevent implicit definitionsWillem Jan Withagen2020-11-141-1/+1
|/
* librbd: wait for copyup in unaligned crypto writeOr Ozeri2020-11-041-2/+121
* librbd: crypto alignment supportOr Ozeri2020-10-251-24/+371
* librbd: support assembling sparse results of multiple object extentsOr Ozeri2020-10-051-8/+10
* Merge pull request #37074 from dillaman/wip-librbd-list-snaps-apiMykola Golub2020-09-291-3/+3
|\
| * librbd: optionally disable read-from-parent for object-extent IO requestsJason Dillaman2020-09-211-3/+3