summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorLines
2013-04-09ecryptfs: close rmmod raceAl Viro-12/+2
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+1
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-26/+64
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook-6/+53
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-4/+2
2013-02-27eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()Tyler Hicks-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+10
2013-02-26export kernel_write(), convert open-coded instancesAl Viro-5/+1
2013-02-26switch vfs_getattr() to struct pathAl Viro-2/+7
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2013-02-12ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null checkTim Gardner-2/+1
2013-02-12eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...Tim Gardner-2/+1
2013-01-28eCryptfs: remove unneeded checks in virt_to_scatterlist()Dan Carpenter-6/+3
2013-01-17eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks-4/+4
2013-01-17eCryptfs: Fix -Wunused-but-set-variable warningsTyler Hicks-4/+0
2013-01-17eCryptfs: initialize payload_len in keystore.cSimon Que-1/+1
2013-01-11fs/ecryptfs: remove depends on CONFIG_EXPERIMENTALKees Cook-2/+2
2012-12-18fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding-1/+1
2012-12-18eCryptfs: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun-3/+3
2012-11-07eCryptfs: Avoid unnecessary disk read and data decryption during writingLi Wang-2/+10
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-5/+5
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman-5/+5
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks-0/+5
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks-2/+8
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks-0/+1
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-316/+158
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro-7/+6
2012-07-29sanitize ecryptfs_lookup()Al Viro-13/+4
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro-13/+8
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro-65/+26
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells-2/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro-2/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro-16/+4
2012-07-13eCryptfs: check for eCryptfs cipher support at mountTim Sally-0/+13
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks-63/+15
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks-28/+49
2012-07-08eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks-23/+32
2012-07-08eCryptfs: Make all miscdev functions use daemon ptr in file private_dataTyler Hicks-172/+47
2012-07-08eCryptfs: Remove unused messaging declarations and functionTyler Hicks-37/+0
2012-07-08eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks-1/+9
2012-07-06eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks-7/+16
2012-07-03eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks-12/+13
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks-1/+1
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro-39/+9