summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/fscrypt.rst
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: write CBC-CTS instead of CTS-CBCEric Biggers2024-02-231-12/+15
* fscrypt: document that CephFS supports fscrypt nowEric Biggers2023-12-261-9/+9
* fscrypt.rst: update definition of struct fscrypt_context_v2Eric Biggers2023-12-091-1/+2
* fscrypt: track master key presence separately from secretEric Biggers2023-10-161-2/+2
* fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers2023-09-251-31/+86
* fscrypt: improve the "Encryption modes and usage" sectionEric Biggers2023-07-111-45/+119
* fscrypt: support decrypting data from large foliosEric Biggers2023-01-281-2/+2
* fscrypt: add additional documentation for SM4 supportEric Biggers2022-12-021-0/+6
* fscrypt: Add SM4 XTS/CTS symmetric algorithm supportTianjia Zhang2022-12-011-0/+1
* fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry2022-06-101-5/+17
* fs: Add read_folio documentationMatthew Wilcox (Oracle)2022-05-091-1/+1
* fscrypt: update documentation for direct I/O supportEric Biggers2022-02-081-2/+23
* fscrypt: allow 256-bit master keys with AES-256-XTSEric Biggers2021-09-221-5/+5
* fscrypt: improve documentation for inline encryptionEric Biggers2021-09-201-17/+56
* fscrypt: align Base64 encoding with RFC 4648 base64urlEric Biggers2021-07-251-5/+5
* fscrypt: remove mention of symlink st_size quirk from documentationEric Biggers2021-07-251-5/+0
* docs: fs: fscrypt.rst: get rid of :c:type: tagsMauro Carvalho Chehab2020-10-151-38/+36
* fscrypt: document inline encryption supportSatya Tangirala2020-07-271-1/+15
* fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers2020-07-201-3/+3
* fscrypt: add inline encryption supportSatya Tangirala2020-07-081-0/+3
* 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