aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2013-09-06ecryptfs: avoid ctx initialization raceKees Cook
2013-09-06ecryptfs: remove check for if an array is NULLDan Carpenter
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox
2013-07-05helper for reading ->d_countAl Viro
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro
2013-06-29[readdir] convert ecryptfsAl Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro
2013-06-07eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks
2013-06-07eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks
2013-06-07eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks
2013-06-07eCryptfs: Combine page_offset crypto functionsTyler Hicks
2013-06-07eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Tyler Hicks
2013-06-07eCryptfs: Decrypt pages in-placeTyler Hicks
2013-06-07eCryptfs: Accept one offset parameter in page offset crypto functionsTyler Hicks
2013-06-07eCryptfs: Simplify lower file offset calculationTyler Hicks
2013-06-07eCryptfs: Read/write entire page during page IOTyler Hicks
2013-06-07eCryptfs: Use entire helper page during page crypto operationsTyler Hicks
2013-06-07eCryptfs: Cocci spatch "memdup.spatch"Thomas Meyer
2013-06-04eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks
2013-05-24ecryptfs: fixed msync to flush dataPaul Taysom
2013-05-10Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-05-09eCryptfs: Use the ablkcipher crypto APITyler Hicks
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-09ecryptfs: don't open-code kernel_read()Al Viro
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-09ecryptfs: close rmmod raceAl Viro
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()Tyler Hicks
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26export kernel_write(), convert open-coded instancesAl Viro
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2013-02-12ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null checkTim Gardner
2013-02-12eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...Tim Gardner
2013-01-28eCryptfs: remove unneeded checks in virt_to_scatterlist()Dan Carpenter
2013-01-17eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks
2013-01-17eCryptfs: Fix -Wunused-but-set-variable warningsTyler Hicks
2013-01-17eCryptfs: initialize payload_len in keystore.cSimon Que
2013-01-11fs/ecryptfs: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-12-18fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding
2012-12-18eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun
2012-11-07eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds