index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
fscrypt_private.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: shrink the size of struct fscrypt_inode_info slightly
Eric Biggers
2024-02-24
1
-6
/
+8
*
fscrypt: track master key presence separately from secret
Eric Biggers
2023-10-17
1
-28
/
+38
*
fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
2023-10-09
1
-20
/
+22
*
fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
2023-09-26
1
-12
/
+44
*
fscrypt: compute max_lblk_bits from s_maxbytes and block size
Eric Biggers
2023-09-26
1
-0
/
+10
*
fscrypt: Replace 1-element array with flexible array
Kees Cook
2023-05-24
1
-1
/
+1
*
fscrypt: optimize fscrypt_initialize()
Eric Biggers
2023-04-06
1
-1
/
+1
*
fscrypt: use WARN_ON_ONCE instead of WARN_ON
Eric Biggers
2023-03-28
1
-2
/
+2
*
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
2023-02-08
1
-0
/
+3
*
fscrypt: add the test dummy encryption key on-demand
Eric Biggers
2023-02-08
1
-0
/
+1
*
fscrypt: pass super_block to fscrypt_put_master_key_activeref()
Eric Biggers
2022-11-16
1
-9
/
+4
*
fscrypt: stop holding extra request_queue references
Eric Biggers
2022-09-22
1
-4
/
+7
*
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
2022-09-22
1
-20
/
+51
*
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2022-08-11
1
-6
/
+3
|
\
|
*
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
Jeff Layton
2022-08-03
1
-6
/
+3
*
|
fscrypt: Add HCTR2 support for filename encryption
Nathan Huckleberry
2022-06-10
1
-1
/
+1
|
/
*
fscrypt: add new helper functions for test_dummy_encryption
Eric Biggers
2022-05-10
1
-2
/
+2
*
fscrypt: factor out fscrypt_policy_to_key_spec()
Eric Biggers
2022-05-10
1
-0
/
+2
*
fscrypt: log when starting to use inline encryption
Eric Biggers
2022-04-14
1
-1
/
+3
*
fscrypt: improve a few comments
Eric Biggers
2021-10-26
1
-1
/
+10
*
fscrypt: allow 256-bit master keys with AES-256-XTS
Eric Biggers
2021-09-22
1
-2
/
+3
*
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-17
1
-1
/
+0
|
\
|
*
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
2020-12-03
1
-1
/
+0
*
|
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
2020-12-03
1
-2
/
+2
*
|
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
2020-12-03
1
-0
/
+2
*
|
fscrypt: move fscrypt_require_key() to fscrypt_private.h
Eric Biggers
2020-12-03
1
-0
/
+26
*
|
fscrypt: simplify master key locking
Eric Biggers
2020-11-25
1
-13
/
+6
*
|
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
2020-11-16
1
-3
/
+6
|
/
*
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
1
-2
/
+4
*
fscrypt: make "#define fscrypt_policy" user-only
Eric Biggers
2020-09-22
1
-1
/
+0
*
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
2020-09-22
1
-0
/
+3
*
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
2020-07-22
1
-6
/
+9
*
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
2020-07-21
1
-6
/
+6
*
fscrypt: add comments that describe the HKDF info strings
Eric Biggers
2020-07-21
1
-7
/
+7
*
fscrypt: add inline encryption support
Satya Tangirala
2020-07-08
1
-10
/
+105
*
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
2020-05-19
1
-6
/
+14
*
fscrypt: add fscrypt_add_test_dummy_key()
Eric Biggers
2020-05-15
1
-0
/
+3
*
fscrypt: remove unnecessary extern keywords
Eric Biggers
2020-05-13
1
-44
/
+40
*
fscrypt: fix all kerneldoc warnings
Eric Biggers
2020-05-13
1
-2
/
+2
*
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
2020-03-20
1
-0
/
+20
*
fscrypt: clarify what is meant by a per-file key
Eric Biggers
2020-01-22
1
-3
/
+3
*
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
2020-01-22
1
-0
/
+13
*
fscrypt: add "fscrypt_" prefix to fname_encrypt()
Eric Biggers
2020-01-22
1
-2
/
+3
*
fscrypt: remove fscrypt_is_direct_key_policy()
Eric Biggers
2019-12-31
1
-6
/
+0
*
fscrypt: move fscrypt_valid_enc_modes() to policy.c
Eric Biggers
2019-12-31
1
-18
/
+0
*
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
2019-12-31
1
-5
/
+1
*
fscrypt: move fscrypt_d_revalidate() to fname.c
Eric Biggers
2019-12-31
1
-1
/
+1
*
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
2019-12-31
1
-1
/
+1
*
fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
Eric Biggers
2019-12-31
1
-1
/
+1
*
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
2019-11-06
1
-3
/
+13
[next]