aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/fscrypt.rst
AgeCommit message (Expand)AuthorFilesLines
2022-02-08fscrypt: update documentation for direct I/O supportGravatar Eric Biggers 1-2/+23
2021-09-22fscrypt: allow 256-bit master keys with AES-256-XTSGravatar Eric Biggers 1-5/+5
2021-09-20fscrypt: improve documentation for inline encryptionGravatar Eric Biggers 1-17/+56
2021-07-25fscrypt: align Base64 encoding with RFC 4648 base64urlGravatar Eric Biggers 1-5/+5
2021-07-25fscrypt: remove mention of symlink st_size quirk from documentationGravatar Eric Biggers 1-5/+0
2020-10-15docs: fs: fscrypt.rst: get rid of :c:type: tagsGravatar Mauro Carvalho Chehab 1-38/+36
2020-07-27fscrypt: document inline encryption supportGravatar Satya Tangirala 1-1/+15
2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEGravatar Eric Biggers 1-3/+3
2020-07-08fscrypt: add inline encryption supportGravatar Satya Tangirala 1-0/+3
2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesGravatar Eric Biggers 1-4/+29
2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlGravatar Eric Biggers 1-0/+11
2020-01-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-3/+3
2020-01-22fscrypt: improve format of no-key namesGravatar Daniel Rosenberg 1-1/+1
2020-01-22fscrypt: clarify what is meant by a per-file keyGravatar Eric Biggers 1-12/+12
2020-01-22fscrypt: derive dirhash key for casefolded directoriesGravatar Daniel Rosenberg 1-0/+10
2020-01-22fscrypt: don't allow v1 policies with casefoldingGravatar Daniel Rosenberg 1-1/+3
2020-01-17ext4: allow ZERO_RANGE on encrypted filesGravatar Eric Biggers 1-3/+3
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYGravatar Eric Biggers 1-3/+32
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+2
2019-11-14ext4: Enable encryption for subpage-sized blocksGravatar Chandan Rajendra 1-2/+2
2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesGravatar Eric Biggers 1-22/+41
2019-10-21fscrypt: invoke crypto API for ESSIV handlingGravatar Eric Biggers 1-2/+3
2019-08-31ext4 crypto: fix to check feature status before get policyGravatar Chao Yu 1-1/+2
2019-08-12fscrypt: document the new ioctls and policy versionGravatar Eric Biggers 1-116/+613
2019-08-12fscrypt: use FSCRYPT_ prefix for uapi constantsGravatar Eric Biggers 1-20/+20
2019-06-27fscrypt: document testing with xfstestsGravatar Eric Biggers 1-0/+39
2019-06-27fscrypt: remove selection of CONFIG_CRYPTO_SHA256Gravatar Eric Biggers 1-1/+3
2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirGravatar Eric Biggers 1-2/+10
2019-01-23fscrypt: remove filesystem specific build config optionGravatar Chandan Rajendra 1-2/+2
2019-01-06fscrypt: add Adiantum supportGravatar Eric Biggers 1-77/+102
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 1-10/+0
2018-05-20fscrypt: add Speck128/256 supportGravatar Eric Biggers 1-0/+10
2018-01-11fscrypt: document symlink length restrictionGravatar Eric Biggers 1-2/+8
2017-10-31fscrypt: add a documentation file for filesystem-level encryptionGravatar Eric Biggers 1-0/+610