summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorLines
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
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara-1/+1
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman-1/+1
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro-8/+8
2012-03-20switch touch_atime to struct pathAl Viro-5/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-2/+1
2012-03-20ecryptfs: don't bother with ->drop_inode()Al Viro-1/+0
2012-02-28ecryptfs: fix printk format warning for size_tRandy Dunlap-1/+1
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang-4/+4
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks-0/+2
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks-14/+83
2012-01-25eCryptfs: move misleading function commentsLi Wang-4/+4
2012-01-25eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks-40/+0
2012-01-25eCryptfs: Remove unused ecryptfs_read()Tyler Hicks-73/+0
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks-12/+36
2012-01-25eCryptfs: Make truncate path killableTyler Hicks-5/+14
2012-01-25eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang-2/+2
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks-41/+55
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsTyler Hicks-11/+13
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks-18/+38
2012-01-25ecryptfs: Remove unnecessary variable initializationTim Gardner-2/+3