summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/fscrypt.rst
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers2020-05-191-4/+29
* fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers2020-03-191-0/+11
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-01-301-3/+3
|\
| * ext4: allow ZERO_RANGE on encrypted filesEric Biggers2020-01-171-3/+3
* | fscrypt: improve format of no-key namesDaniel Rosenberg2020-01-221-1/+1
* | fscrypt: clarify what is meant by a per-file keyEric Biggers2020-01-221-12/+12
* | fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg2020-01-221-0/+10
* | fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg2020-01-221-1/+3
* | fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers2019-12-311-3/+32
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-11-301-2/+2
|\
| * ext4: Enable encryption for subpage-sized blocksChandan Rajendra2019-11-141-2/+2
* | fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers2019-11-061-22/+41
* | fscrypt: invoke crypto API for ESSIV handlingEric Biggers2019-10-211-2/+3
|/
* ext4 crypto: fix to check feature status before get policyChao Yu2019-08-311-1/+2
* fscrypt: document the new ioctls and policy versionEric Biggers2019-08-121-116/+613
* fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers2019-08-121-20/+20
* fscrypt: document testing with xfstestsEric Biggers2019-06-271-0/+39
* fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers2019-06-271-1/+3
* fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers2019-01-231-2/+10
* fscrypt: remove filesystem specific build config optionChandan Rajendra2019-01-231-2/+2
* fscrypt: add Adiantum supportEric Biggers2019-01-061-77/+102
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-10/+0
* fscrypt: add Speck128/256 supportEric Biggers2018-05-201-0/+10
* fscrypt: document symlink length restrictionEric Biggers2018-01-111-2/+8
* fscrypt: add a documentation file for filesystem-level encryptionEric Biggers2017-10-311-0/+610