- b7e072f fscrypt: improve a few comments by Eric Biggers · 3 years, 2 months ago
- 7f595d6 fscrypt: allow 256-bit master keys with AES-256-XTS by Eric Biggers · 3 years, 3 months ago
- f262ca7 fscrypt: clean up comments in bio.c by Eric Biggers · 3 years, 4 months ago
- 4373b3d fscrypt: remove fscrypt_operations::max_namelen by Eric Biggers · 3 years, 4 months ago
- ba47b51 fscrypt: align Base64 encoding with RFC 4648 base64url by Eric Biggers · 3 years, 5 months ago
- d187605 fscrypt: add fscrypt_symlink_getattr() for computing st_size by Eric Biggers · 3 years, 6 months ago
- 2fc2b43 fscrypt: fix derivation of SipHash keys on big endian CPUs by Eric Biggers · 3 years, 7 months ago
- 77f30bf fscrypt: don't ignore minor_hash when hash is 0 by Eric Biggers · 3 years, 7 months ago
- a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 8 months ago
- a0fc203 fscrypt: relax Kconfig dependencies for crypto API algorithms by Ard Biesheuvel · 3 years, 8 months ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
- 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
- bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
- a14d0b6 fscrypt: allow deleting files with unsupported encryption policy by Eric Biggers · 4 years, 1 month ago
- 5b421f0 fscrypt: unexport fscrypt_get_encryption_info() by Eric Biggers · 4 years, 1 month ago
- de3cdc6 fscrypt: move fscrypt_require_key() to fscrypt_private.h by Eric Biggers · 4 years, 1 month ago
- 7622350 fscrypt: move body of fscrypt_prepare_setattr() out-of-line by Eric Biggers · 4 years, 1 month ago
- ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
- 4a4b872 fscrypt: simplify master key locking by Eric Biggers · 4 years, 1 month ago
- 234f1b7 fscrypt: remove unnecessary calls to fscrypt_require_key() by Eric Biggers · 4 years, 1 month ago
- 159e1de fscrypt: add fscrypt_is_nokey_name() by Eric Biggers · 4 years, 1 month ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 1 month ago
- 3ceb654 fscrypt: remove kernel-internal constants from UAPI header by Eric Biggers · 4 years, 2 months ago
- d19d8d3 fscrypt: fix inline encryption not used on new files by Eric Biggers · 4 years, 2 months ago
- 92cfcd0 fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() by Eric Biggers · 4 years, 2 months ago
- 5b2a828 fscrypt: export fscrypt_d_revalidate() by Eric Biggers · 4 years, 3 months ago
- 501e43f fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME by Eric Biggers · 4 years, 3 months ago
- 70fb261 fscrypt: don't call no-key names "ciphertext names" by Eric Biggers · 4 years, 3 months ago
- 0c6a113 fscrypt: use sha256() instead of open coding by Eric Biggers · 4 years, 3 months ago
- c8c868a fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' by Eric Biggers · 4 years, 3 months ago
- ac4acb1 fscrypt: handle test_dummy_encryption in more logical way by Eric Biggers · 4 years, 3 months ago
- 3111472 fscrypt: move fscrypt_prepare_symlink() out-of-line by Eric Biggers · 4 years, 3 months ago
- c7f0207 fscrypt: make "#define fscrypt_policy" user-only by Eric Biggers · 4 years, 3 months ago
- 9dad5fe fscrypt: stop pretending that key setup is nofs-safe by Eric Biggers · 4 years, 3 months ago
- 4cc1a3e fscrypt: require that fscrypt_encrypt_symlink() already has key by Eric Biggers · 4 years, 3 months ago
- e9d5e31 fscrypt: remove fscrypt_inherit_context() by Eric Biggers · 4 years, 3 months ago
- ae9ff8a fscrypt: adjust logging for in-creation inodes by Eric Biggers · 4 years, 3 months ago
- a992b20 fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 3 months ago
- 5e895bd fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32 by Eric Biggers · 4 years, 4 months ago
- 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 55e32c5 fscrypt: don't load ->i_crypt_info before it's known to be valid by Eric Biggers · 4 years, 5 months ago
- ab673b9 fscrypt: use smp_load_acquire() for ->i_crypt_info by Eric Biggers · 4 years, 5 months ago
- 777afe4 fscrypt: use smp_load_acquire() for ->s_master_keys by Eric Biggers · 4 years, 5 months ago
- 97c6327 fscrypt: use smp_load_acquire() for fscrypt_prepared_key by Eric Biggers · 4 years, 5 months ago
- bd0d97b fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library by Eric Biggers · 4 years, 5 months ago
- f000223 fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS by Eric Biggers · 4 years, 5 months ago
- 1d6217a4 fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE by Eric Biggers · 4 years, 6 months ago
- e455de3 fscrypt: add comments that describe the HKDF info strings by Eric Biggers · 4 years, 6 months ago
- 5fee360 fscrypt: add inline encryption support by Satya Tangirala · 4 years, 6 months ago
- afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
- e3b1078 fscrypt: add support for IV_INO_LBLK_32 policies by Eric Biggers · 4 years, 8 months ago
- 0ca2ddb fscrypt: make test_dummy_encryption use v2 by default by Eric Biggers · 4 years, 8 months ago
- ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
- cdeb21d fscrypt: add fscrypt_add_test_dummy_key() by Eric Biggers · 4 years, 8 months ago
- 6070090 fscrypt: remove unnecessary extern keywords by Eric Biggers · 4 years, 8 months ago
- d2fe975 fscrypt: fix all kerneldoc warnings by Eric Biggers · 4 years, 8 months ago
- 3e185a5 fscrypt: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
- 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 9 months ago
- e98ad46 fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl by Eric Biggers · 4 years, 10 months ago
- 2b4eae9 fscrypt: don't evict dirty inodes after removing key by Eric Biggers · 4 years, 10 months ago
- edc440e fscrypt: improve format of no-key names by Daniel Rosenberg · 5 years ago
- f592efe fscrypt: clarify what is meant by a per-file key by Eric Biggers · 5 years ago
- aa408f8 fscrypt: derive dirhash key for casefolded directories by Daniel Rosenberg · 5 years ago
- 6e1918c fscrypt: don't allow v1 policies with casefolding by Daniel Rosenberg · 5 years ago
- 1b3b827 fscrypt: add "fscrypt_" prefix to fname_encrypt() by Eric Biggers · 5 years ago
- 13a10da fscrypt: don't print name of busy file when removing key by Eric Biggers · 5 years ago
- 2d8f7f1 fscrypt: document gfp_flags for bounce page allocation by Eric Biggers · 5 years ago
- 796f12d7 fscrypt: optimize fscrypt_zeroout_range() by Eric Biggers · 5 years ago
- f4a0b08 fscrypt: remove redundant bi_status check by Eric Biggers · 5 years ago
- ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
- b7e8d3d fscrypt: remove fscrypt_is_direct_key_policy() by Eric Biggers · 5 years ago
- ef5b18b fscrypt: move fscrypt_valid_enc_modes() to policy.c by Eric Biggers · 5 years ago
- 85af90e fscrypt: check for appropriate use of DIRECT_KEY flag earlier by Eric Biggers · 5 years ago
- 393a24a fscrypt: split up fscrypt_supported_policy() by policy version by Eric Biggers · 5 years ago
- 2ebdef6 fscrypt: move fscrypt_d_revalidate() to fname.c by Eric Biggers · 5 years ago
- 8a4ab0b fscrypt: constify inode parameter to filename encryption functions by Eric Biggers · 5 years ago
- 2a5831b fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand() by Eric Biggers · 5 years ago
- c64cfb9 fscrypt: verify that the crypto_skcipher has the correct ivsize by Eric Biggers · 5 years ago
- 6e1adb8 fscrypt: use crypto_skcipher_driver_name() by Eric Biggers · 5 years ago
- 93edd39 fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY by Eric Biggers · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- b103fb7 fscrypt: add support for IV_INO_LBLK_64 policies by Eric Biggers · 5 years ago
- ff73c2c fscrypt: avoid data race on fscrypt_mode::logged_impl_name by Eric Biggers · 5 years ago
- 6f99756 fscrypt: zeroize fscrypt_info before freeing by Eric Biggers · 5 years ago
- 1565bda fscrypt: remove struct fscrypt_ctx by Eric Biggers · 5 years ago
- 4006d79 fscrypt: invoke crypto API for ESSIV handling by Eric Biggers · 5 years ago
- 5ab7189 fscrypt: require that key be added when setting a v2 encryption policy by Eric Biggers · 5 years ago
- 78a1b96b fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl by Eric Biggers · 5 years ago
- 23c688b fscrypt: allow unprivileged users to add/remove keys for v2 policies by Eric Biggers · 5 years ago
- 5dae460 fscrypt: v2 encryption policy support by Eric Biggers · 5 years ago
- c1144c9 fscrypt: add an HKDF-SHA512 implementation by Eric Biggers · 5 years ago
- 5a7e299 fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl by Eric Biggers · 5 years ago
- b1c0ec3 fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
- 22d94f4 fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl by Eric Biggers · 5 years ago
- feed825 fscrypt: rename keyinfo.c to keysetup.c by Eric Biggers · 5 years ago
- 0109ce76 fscrypt: move v1 policy key setup to keysetup_v1.c by Eric Biggers · 5 years ago
- 3ec4f2a6 fscrypt: refactor key setup code in preparation for v2 policies by Eric Biggers · 5 years ago