index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fscrypt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+21
2023-04-06
fscrypt: Add some folio helper functions
Matthew Wilcox
1
-0
/
+21
2023-03-28
fscrypt: new helper function - fscrypt_prepare_lookup_partial()
Luís Henriques
1
-0
/
+7
2023-02-20
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-5
/
+4
2023-02-08
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
1
-9
/
+0
2023-01-29
fscrypt: support decrypting data from large folios
Eric Biggers
1
-5
/
+4
2022-10-20
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
1
-2
/
+2
2022-10-04
Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+2
2022-09-22
fscrypt: work on block_devices instead of request_queues
Christoph Hellwig
1
-12
/
+9
2022-09-22
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
1
-2
/
+2
2022-09-12
fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
Eric Biggers
1
-5
/
+2
2022-09-07
fscrypt: stop using PG_error to track error status
Eric Biggers
1
-2
/
+3
2022-08-22
fscrypt: remove fscrypt_set_test_dummy_encryption()
Eric Biggers
1
-2
/
+0
2022-08-03
fscrypt: add fscrypt_context_for_new_inode
Jeff Layton
1
-0
/
+1
2022-08-03
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
Jeff Layton
1
-0
/
+4
2022-05-10
fscrypt: add new helper functions for test_dummy_encryption
Eric Biggers
1
-0
/
+39
2022-04-14
fscrypt: split up FS_CRYPTO_BLOCK_SIZE
Eric Biggers
1
-1
/
+11
2022-02-08
fscrypt: add functions for direct I/O support
Eric Biggers
1
-0
/
+18
2021-09-21
fscrypt: remove fscrypt_operations::max_namelen
Eric Biggers
1
-3
/
+0
2021-07-29
fscrypt: document struct fscrypt_operations
Eric Biggers
1
-4
/
+105
2021-07-26
fscrypt: add fscrypt_symlink_getattr() for computing st_size
Eric Biggers
1
-0
/
+7
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+5
2020-12-03
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
1
-2
/
+5
2020-12-03
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
1
-3
/
+6
2020-12-03
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
1
-6
/
+1
2020-12-03
fscrypt: move fscrypt_require_key() to fscrypt_private.h
Eric Biggers
1
-26
/
+0
2020-12-03
fscrypt: move body of fscrypt_prepare_setattr() out-of-line
Eric Biggers
1
-2
/
+9
2020-12-03
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
1
-0
/
+24
2020-11-25
fscrypt: remove unnecessary calls to fscrypt_require_key()
Eric Biggers
1
-2
/
+1
2020-11-25
fscrypt: add fscrypt_is_nokey_name()
Eric Biggers
1
-0
/
+34
2020-09-29
fscrypt: export fscrypt_d_revalidate()
Eric Biggers
1
-0
/
+7
2020-09-24
fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
Eric Biggers
1
-6
/
+6
2020-09-24
fscrypt: don't call no-key names "ciphertext names"
Eric Biggers
1
-8
/
+7
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
1
-4
/
+1
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-27
/
+13
2020-09-22
fscrypt: move fscrypt_prepare_symlink() out-of-line
Eric Biggers
1
-48
/
+15
2020-09-22
fscrypt: remove fscrypt_inherit_context()
Eric Biggers
1
-9
/
+0
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-0
/
+17
2020-09-08
fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
Jeff Layton
1
-3
/
+2
2020-07-22
fscrypt: use smp_load_acquire() for ->i_crypt_info
Eric Biggers
1
-5
/
+24
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
1
-0
/
+82
2020-05-19
fscrypt: support test_dummy_encryption=v2
Eric Biggers
1
-7
/
+44
2020-05-13
fscrypt: remove unnecessary extern keywords
Eric Biggers
1
-73
/
+65
2020-05-13
fscrypt: name all function parameters
Eric Biggers
1
-21
/
+25
2020-05-13
fscrypt: fix all kerneldoc warnings
Eric Biggers
1
-7
/
+12
2020-03-20
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
1
-0
/
+6
2020-01-23
fscrypt: improve format of no-key names
Daniel Rosenberg
1
-75
/
+2
2020-01-23
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
1
-0
/
+10
2020-01-23
fscrypt: don't allow v1 policies with casefolding
Daniel Rosenberg
1
-0
/
+9
2019-12-31
fscrypt: introduce fscrypt_needs_contents_encryption()
Eric Biggers
1
-0
/
+20
[next]