index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fscrypt.h
Age
Commit message (
Expand
)
Author
2024-02-27
fscrypt: Drop d_revalidate once the key is added
Gabriel Krisman Bertazi
2024-02-27
fscrypt: Drop d_revalidate for valid dentries during lookup
Gabriel Krisman Bertazi
2024-02-27
fscrypt: Factor out a helper to configure the lookup dentry
Gabriel Krisman Bertazi
2023-10-08
fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
2023-09-25
fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
2023-09-25
fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
Eric Biggers
2023-09-24
fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
2023-09-24
fscrypt: make it clearer that key_prefix is deprecated
Eric Biggers
2023-04-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-06
fscrypt: Add some folio helper functions
Matthew Wilcox
2023-03-27
fscrypt: new helper function - fscrypt_prepare_lookup_partial()
Luís Henriques
2023-02-20
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2023-02-07
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
2023-01-28
fscrypt: support decrypting data from large folios
Eric Biggers
2022-10-19
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
2022-10-03
Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-09-21
fscrypt: work on block_devices instead of request_queues
Christoph Hellwig
2022-09-21
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
2022-09-11
fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
Eric Biggers
2022-09-06
fscrypt: stop using PG_error to track error status
Eric Biggers
2022-08-22
fscrypt: remove fscrypt_set_test_dummy_encryption()
Eric Biggers
2022-08-03
fscrypt: add fscrypt_context_for_new_inode
Jeff Layton
2022-08-03
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
Jeff Layton
2022-05-09
fscrypt: add new helper functions for test_dummy_encryption
Eric Biggers
2022-04-13
fscrypt: split up FS_CRYPTO_BLOCK_SIZE
Eric Biggers
2022-02-08
fscrypt: add functions for direct I/O support
Eric Biggers
2021-09-20
fscrypt: remove fscrypt_operations::max_namelen
Eric Biggers
2021-07-28
fscrypt: document struct fscrypt_operations
Eric Biggers
2021-07-25
fscrypt: add fscrypt_symlink_getattr() for computing st_size
Eric Biggers
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
2020-12-02
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
2020-12-02
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
2020-12-02
fscrypt: move fscrypt_require_key() to fscrypt_private.h
Eric Biggers
2020-12-02
fscrypt: move body of fscrypt_prepare_setattr() out-of-line
Eric Biggers
2020-12-02
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
2020-11-24
fscrypt: remove unnecessary calls to fscrypt_require_key()
Eric Biggers
2020-11-24
fscrypt: add fscrypt_is_nokey_name()
Eric Biggers
2020-09-28
fscrypt: export fscrypt_d_revalidate()
Eric Biggers
2020-09-23
fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
Eric Biggers
2020-09-23
fscrypt: don't call no-key names "ciphertext names"
Eric Biggers
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
fscrypt: move fscrypt_prepare_symlink() out-of-line
Eric Biggers
2020-09-22
fscrypt: remove fscrypt_inherit_context()
Eric Biggers
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
2020-09-07
fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
Jeff Layton
2020-07-21
fscrypt: use smp_load_acquire() for ->i_crypt_info
Eric Biggers
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
2020-05-18
fscrypt: support test_dummy_encryption=v2
Eric Biggers
[next]