Chris J Arges
|
40f0fd372a
ecryptfs: fix spelling mistakes
|
9 年之前 |
Wei Yuan
|
5f9f2c2abd
eCryptfs: fix typos in comment
|
9 年之前 |
Al Viro
|
3767e255b3
switch ->setxattr() to passing dentry and inode separately
|
9 年之前 |
Linus Torvalds
|
7f427d3a60
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 年之前 |
Linus Torvalds
|
9a07a79684
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
9 年之前 |
Al Viro
|
84695ffee7
Merge getxattr prototype change into work.lookups
|
9 年之前 |
Herbert Xu
|
e81f3340bb
eCryptfs: Do not allocate hash tfm in NORECLAIM context
|
9 年之前 |
Al Viro
|
ce23e64013
->getxattr(): pass dentry and inode as separate arguments
|
9 年之前 |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 年之前 |
Linus Torvalds
|
3c2de27d79
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 年之前 |
Al Viro
|
97c3160607
ecryptfs_encrypt_and_encode_filename(): drop unused argument
|
9 年之前 |
Herbert Xu
|
3095e8e366
eCryptfs: Use skcipher and shash
|
9 年之前 |
Markus Elfring
|
0dad87fcb7
eCryptfs: Delete a check before the function call "key_put"
|
10 年之前 |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 年之前 |
Linus Torvalds
|
298647e31a
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
|
10 年之前 |
Michael Halcrow
|
942080643b
eCryptfs: Remove buggy and unnecessary write in file name decode routine
|
10 年之前 |
Al Viro
|
b583043e99
kill f_dentry uses
|
10 年之前 |
Wolfram Sang
|
16735d022f
tree-wide: use reinit_completion instead of INIT_COMPLETION
|
11 年之前 |
Colin Ian King
|
43b7c6c6a4
eCryptfs: fix 32 bit corruption issue
|
11 年之前 |
Kees Cook
|
cb69f36ba1
ecryptfs: avoid ctx initialization race
|
12 年之前 |
Dan Carpenter
|
e6cbd6a44d
ecryptfs: remove check for if an array is NULL
|
12 年之前 |
Linus Torvalds
|
746919d266
Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
|
12 年之前 |
Al Viro
|
0747fdb2bd
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
|
12 年之前 |
Tyler Hicks
|
0df5ed65c1
eCryptfs: Make extent and scatterlist crypt function parameters similar
|
12 年之前 |
Tyler Hicks
|
406c93df09
eCryptfs: Collapse crypt_page_offset() into crypt_extent()
|
12 年之前 |
Tyler Hicks
|
d78de61896
eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()
|
12 年之前 |
Tyler Hicks
|
a8ca90e207
eCryptfs: Combine page_offset crypto functions
|
12 年之前 |
Tyler Hicks
|
00a699400a
eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()
|
12 年之前 |
Tyler Hicks
|
9c6043f412
eCryptfs: Decrypt pages in-place
|
12 年之前 |
Tyler Hicks
|
28916d1ac1
eCryptfs: Accept one offset parameter in page offset crypto functions
|
12 年之前 |