index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
fscrypt_private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
1
-4
/
+7
2022-09-21
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
1
-20
/
+51
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-6
/
+3
2022-08-03
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
Jeff Layton
1
-6
/
+3
2022-06-10
fscrypt: Add HCTR2 support for filename encryption
Nathan Huckleberry
1
-1
/
+1
2022-05-09
fscrypt: add new helper functions for test_dummy_encryption
Eric Biggers
1
-2
/
+2
2022-05-09
fscrypt: factor out fscrypt_policy_to_key_spec()
Eric Biggers
1
-0
/
+2
2022-04-13
fscrypt: log when starting to use inline encryption
Eric Biggers
1
-1
/
+3
2021-10-25
fscrypt: improve a few comments
Eric Biggers
1
-1
/
+10
2021-09-22
fscrypt: allow 256-bit master keys with AES-256-XTS
Eric Biggers
1
-2
/
+3
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
1
-1
/
+0
2020-12-02
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
1
-2
/
+2
2020-12-02
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
1
-0
/
+2
2020-12-02
fscrypt: move fscrypt_require_key() to fscrypt_private.h
Eric Biggers
1
-0
/
+26
2020-11-24
fscrypt: simplify master key locking
Eric Biggers
1
-13
/
+6
2020-11-16
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
1
-3
/
+6
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-2
/
+4
2020-09-22
fscrypt: make "#define fscrypt_policy" user-only
Eric Biggers
1
-1
/
+0
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-0
/
+3
2020-07-21
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
1
-6
/
+9
2020-07-20
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
1
-6
/
+6
2020-07-20
fscrypt: add comments that describe the HKDF info strings
Eric Biggers
1
-7
/
+7
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
1
-10
/
+105
2020-05-19
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
1
-6
/
+14
2020-05-15
fscrypt: add fscrypt_add_test_dummy_key()
Eric Biggers
1
-0
/
+3
2020-05-12
fscrypt: remove unnecessary extern keywords
Eric Biggers
1
-44
/
+40
2020-05-12
fscrypt: fix all kerneldoc warnings
Eric Biggers
1
-2
/
+2
2020-03-19
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
1
-0
/
+20
2020-01-22
fscrypt: clarify what is meant by a per-file key
Eric Biggers
1
-3
/
+3
2020-01-22
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
1
-0
/
+13
2020-01-22
fscrypt: add "fscrypt_" prefix to fname_encrypt()
Eric Biggers
1
-2
/
+3
2019-12-31
fscrypt: remove fscrypt_is_direct_key_policy()
Eric Biggers
1
-6
/
+0
2019-12-31
fscrypt: move fscrypt_valid_enc_modes() to policy.c
Eric Biggers
1
-18
/
+0
2019-12-31
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
1
-5
/
+1
2019-12-31
fscrypt: move fscrypt_d_revalidate() to fname.c
Eric Biggers
1
-1
/
+1
2019-12-31
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
1
-1
/
+1
2019-12-31
fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
Eric Biggers
1
-1
/
+1
2019-11-06
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
1
-3
/
+13
2019-11-06
fscrypt: avoid data race on fscrypt_mode::logged_impl_name
Eric Biggers
1
-1
/
+1
2019-10-21
fscrypt: remove struct fscrypt_ctx
Eric Biggers
1
-2
/
+0
2019-10-21
fscrypt: invoke crypto API for ESSIV handling
Eric Biggers
1
-7
/
+0
2019-08-12
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
1
-0
/
+3
2019-08-12
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
1
-4
/
+27
2019-08-12
fscrypt: v2 encryption policy support
Eric Biggers
1
-25
/
+162
2019-08-12
fscrypt: add an HKDF-SHA512 implementation
Eric Biggers
1
-0
/
+15
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
1
-1
/
+52
2019-08-12
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
1
-1
/
+61
2019-08-12
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
1
-1
/
+1
2019-08-12
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers
1
-0
/
+17
[next]