- c6052f0 fs: ecryptfs: remove BUG_ON from crypt_scatterlist by Phillip Potter · 3 years, 9 months ago
- e1436df Revert "ecryptfs: replace BUG_ON with error handling code" by Greg Kroah-Hartman · 3 years, 9 months ago
- 1abbe11 ecryptfs: Fix typo in message by Sascha Hauer · 3 years, 11 months ago
- 5da877e ecryptfs: crypto: Supply some missing param descriptions and demote abuses by Lee Jones · 3 years, 10 months ago
- b7f8f25 Merge tag 'v5.12-rc7' into ecryptfs/next by Tyler Hicks · 3 years, 9 months ago
- 902af36 ecryptfs: use DEFINE_MUTEX() for mutex lock by Zheng Yongjun · 4 years, 1 month ago
- c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
- 19798113 ecryptfs: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 9 months ago
- b1da3ac Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 5 years ago
- 2c2a755 ecryptfs: replace BUG_ON with error handling code by Aditya Pakki · 5 years ago
- 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
- fa6e951 Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 6 years ago
- 7451c54 ecryptfs: Change return type of ecryptfs_process_flags by Hariprasad Kelam · 6 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- d43388d eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly file by Robbie Ko · 6 years ago
- 0bdf8a8 eCryptfs: fix a couple type promotion bugs by Dan Carpenter · 7 years ago
- 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
- e86281e eCryptfs: don't pass up plaintext names when using filename encryption by Tyler Hicks · 7 years ago
- 02f9876 ecryptfs: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
- 5032f36 ecryptfs: Adjust four checks for null pointers by Markus Elfring · 7 years ago
- 1a0bba4 ecryptfs: Delete 21 error messages for a failed memory allocation by Markus Elfring · 7 years ago
- abbae6d ecryptfs: remove private bin2hex implementation by Rasmus Villemoes · 8 years ago
- 40f0fd3 ecryptfs: fix spelling mistakes by Chris J Arges · 9 years ago
- 5f9f2c2 eCryptfs: fix typos in comment by Wei Yuan · 9 years ago
- 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
- 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
- 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
- e81f334 eCryptfs: Do not allocate hash tfm in NORECLAIM context by Herbert Xu · 9 years ago
- ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 9 years ago
- 3095e8e eCryptfs: Use skcipher and shash by Herbert Xu · 9 years ago
- 0dad87f eCryptfs: Delete a check before the function call "key_put" by Markus Elfring · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 298647e Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 10 years ago
- 9420806 eCryptfs: Remove buggy and unnecessary write in file name decode routine by Michael Halcrow · 10 years ago
- b583043 kill f_dentry uses by Al Viro · 10 years ago
- 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
- 43b7c6c eCryptfs: fix 32 bit corruption issue by Colin Ian King · 11 years ago
- cb69f36 ecryptfs: avoid ctx initialization race by Kees Cook · 11 years ago
- e6cbd6a ecryptfs: remove check for if an array is NULL by Dan Carpenter · 11 years ago
- 746919d Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
- 0747fdb ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb by Al Viro · 12 years ago
- 0df5ed6 eCryptfs: Make extent and scatterlist crypt function parameters similar by Tyler Hicks · 12 years ago
- 406c93d eCryptfs: Collapse crypt_page_offset() into crypt_extent() by Tyler Hicks · 12 years ago
- d78de61 eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent() by Tyler Hicks · 12 years ago
- a8ca90e eCryptfs: Combine page_offset crypto functions by Tyler Hicks · 12 years ago
- 00a6994 eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist() by Tyler Hicks · 12 years ago
- 9c6043f eCryptfs: Decrypt pages in-place by Tyler Hicks · 12 years ago
- 28916d1 eCryptfs: Accept one offset parameter in page offset crypto functions by Tyler Hicks · 12 years ago
- 24d1526 eCryptfs: Simplify lower file offset calculation by Tyler Hicks · 12 years ago
- 0f89617 eCryptfs: Read/write entire page during page IO by Tyler Hicks · 12 years ago
- 12003e5 eCryptfs: Use entire helper page during page crypto operations by Tyler Hicks · 12 years ago
- 4dfea4f eCryptfs: Use the ablkcipher crypto API by Tyler Hicks · 12 years ago
- a07c48a eCryptfs: remove unneeded checks in virt_to_scatterlist() by Dan Carpenter · 12 years ago
- 3702875 fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static by Cong Ding · 12 years ago
- 4a26620 eCryptfs: Improve statfs reporting by Tyler Hicks · 13 years ago
- 58ded24 eCryptfs: Fix oops when printing debug info in extent crypto functions by Tyler Hicks · 13 years ago
- bb45036 ecryptfs: Remove unnecessary variable initialization by Tim Gardner · 13 years ago
- 30373dc ecryptfs: Improve metadata read failure logging by Tim Gardner · 13 years ago
- 0f751e6 eCryptfs: Extend array bounds for all filename chars by Tyler Hicks · 13 years ago
- b59db43 eCryptfs: Prevent file create race condition by Tyler Hicks · 13 years ago
- 3063287 eCryptfs: Remove ecryptfs_header_cache_2 by Tyler Hicks · 14 years ago
- 778aeb4 eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() by Tyler Hicks · 14 years ago
- 7a86617 eCryptfs: Return useful code from contains_ecryptfs_marker by Tyler Hicks · 14 years ago
- 3b06b3e eCryptfs: Fix new inode race condition by Tyler Hicks · 14 years ago
- 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 14 years ago
- cf35ca6 eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat by Roberto Sassu · 14 years ago
- bd4f0fe eCryptfs: Remove unnecessary grow_file() function by Tyler Hicks · 14 years ago
- f24b388 ecryptfs: Fix ecryptfs_printk() size_t warnings by Tyler Hicks · 14 years ago
- 888d57b fs/ecryptfs: Add printf format/argument verification and fix fallout by Joe Perches · 14 years ago
- 93c3fe4 eCryptfs: Fix encrypted file name lookup regression by Tyler Hicks · 14 years ago
- 7371a38 ecryptfs: properly mark init functions by Jerome Marchand · 14 years ago
- 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
- 9b030e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- f4e60e6 eCryptfs: Strip metadata in xattr flag in encrypted view by Tyler Hicks · 15 years ago
- 1984c23 eCryptfs: Clear buffer before reading in metadata xattr by Tyler Hicks · 15 years ago
- fa3ef1c eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front by Tyler Hicks · 15 years ago
- 157f107 eCryptfs: Fix metadata in xattr feature regression by Tyler Hicks · 15 years ago
- ece550f ecryptfs: use after free by Dan Carpenter · 15 years ago
- 96a7b9c eCryptfs: Propagate vfs_read and vfs_write return codes by Tyler Hicks · 15 years ago
- df6ad33 eCryptfs: Filename encryption only supports password auth tokens by Tyler Hicks · 15 years ago
- b0105ea eCryptfs: Handle unrecognized tag 3 cipher codes by Tyler Hicks · 15 years ago
- 3826849 ecryptfs: improved dependency checking and reporting by Dave Hansen · 15 years ago
- aa06117 eCryptfs: Fix lockdep-reported AB-BA mutex issue by Roland Dreier · 16 years ago
- 05dafed ecryptfs: Remove unneeded locking that triggers lockdep false positives by Roland Dreier · 16 years ago
- 13a791b eCryptfs: Fix data corruption when using ecryptfs_passthrough by Tyler Hicks · 16 years ago
- 2aac0cf eCryptfs: NULL crypt_stat dereference during lookup by Tyler Hicks · 16 years ago
- 8faece5 eCryptfs: Allocate a variable number of pages for file headers by Tyler Hicks · 16 years ago
- 84814d6 eCryptfs: don't encrypt file key with filename key by Tyler Hicks · 16 years ago
- fd9fc84 eCryptfs: Regression in unencrypted filename symlinks by Tyler Hicks · 16 years ago
- 71c11c3 eCryptfs: Clean up ecryptfs_decode_from_filename() by Michael Halcrow · 16 years ago
- a8f1286 eCryptfs: Fix data types (int/size_t) by Michael Halcrow · 16 years ago
- df261c5 eCryptfs: Replace %Z with %z by Michael Halcrow · 16 years ago
- addd65ad eCryptfs: Filename Encryption: filldir, lookup, and readlink by Michael Halcrow · 16 years ago
- 51ca58d eCryptfs: Filename Encryption: Encoding and encryption functions by Michael Halcrow · 16 years ago