aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2013-09-06ecryptfs: avoid ctx initialization raceGravatar Kees Cook 1-6/+6
2013-09-06ecryptfs: remove check for if an array is NULLGravatar Dan Carpenter 1-4/+0
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-269/+85
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesGravatar Matthew Wilcox 2-8/+6
2013-07-05helper for reading ->d_countGravatar Al Viro 1-1/+1
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbGravatar Al Viro 4-10/+8
2013-06-29[readdir] convert ecryptfsGravatar Al Viro 1-20/+15
2013-06-29[readdir] introduce iterate_dir() and dir_contextGravatar Al Viro 1-1/+3
2013-06-07eCryptfs: Make extent and scatterlist crypt function parameters similarGravatar Tyler Hicks 1-8/+8
2013-06-07eCryptfs: Collapse crypt_page_offset() into crypt_extent()Gravatar Tyler Hicks 1-36/+14
2013-06-07eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Gravatar Tyler Hicks 1-54/+20
2013-06-07eCryptfs: Combine page_offset crypto functionsGravatar Tyler Hicks 1-51/+18
2013-06-07eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Gravatar Tyler Hicks 1-86/+20
2013-06-07eCryptfs: Decrypt pages in-placeGravatar Tyler Hicks 1-16/+5
2013-06-07eCryptfs: Accept one offset parameter in page offset crypto functionsGravatar Tyler Hicks 1-26/+16
2013-06-07eCryptfs: Simplify lower file offset calculationGravatar Tyler Hicks 1-11/+7
2013-06-07eCryptfs: Read/write entire page during page IOGravatar Tyler Hicks 1-35/+31
2013-06-07eCryptfs: Use entire helper page during page crypto operationsGravatar Tyler Hicks 1-13/+16
2013-06-07eCryptfs: Cocci spatch "memdup.spatch"Gravatar Thomas Meyer 1-2/+1
2013-06-04eCryptfs: Check return of filemap_write_and_wait during fsyncGravatar Tyler Hicks 1-1/+6
2013-05-24ecryptfs: fixed msync to flush dataGravatar Paul Taysom 1-0/+1
2013-05-10Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-41/+103
2013-05-09eCryptfs: Use the ablkcipher crypto APIGravatar Tyler Hicks 2-41/+103
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+1
2013-05-09ecryptfs: don't open-code kernel_read()Gravatar Al Viro 1-8/+1
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-09ecryptfs: close rmmod raceGravatar Al Viro 1-12/+2
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+1
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-26/+64
2013-03-03eCryptfs: allow userspace messaging to be disabledGravatar Kees Cook 4-6/+53
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-4/+2
2013-02-27eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()Gravatar Tyler Hicks 1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-9/+10
2013-02-26export kernel_write(), convert open-coded instancesGravatar Al Viro 1-5/+1
2013-02-26switch vfs_getattr() to struct pathGravatar Al Viro 2-2/+7
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-02-12ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null checkGravatar Tim Gardner 1-2/+1
2013-02-12eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...Gravatar Tim Gardner 1-2/+1
2013-01-28eCryptfs: remove unneeded checks in virt_to_scatterlist()Gravatar Dan Carpenter 1-6/+3
2013-01-17eCryptfs: Fix -Wmissing-prototypes warningsGravatar Tyler Hicks 1-4/+4
2013-01-17eCryptfs: Fix -Wunused-but-set-variable warningsGravatar Tyler Hicks 2-4/+0
2013-01-17eCryptfs: initialize payload_len in keystore.cGravatar Simon Que 1-1/+1
2013-01-11fs/ecryptfs: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+2
2012-12-18fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticGravatar Cong Ding 1-1/+1
2012-12-18eCryptfs: fix to use list_for_each_entry_safe() when delete itemsGravatar Wei Yongjun 1-3/+3
2012-11-07eCryptfs: Avoid unnecessary disk read and data decryption during writingGravatar Li Wang 1-2/+10
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-5/+5