aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 2-5/+5
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameGravatar Tyler Hicks 1-0/+5
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Gravatar Tyler Hicks 1-2/+8
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileGravatar Tyler Hicks 1-0/+1
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-316/+158
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstGravatar Al Viro 1-7/+6
2012-07-29sanitize ecryptfs_lookup()Gravatar Al Viro 1-13/+4
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-13/+8
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionGravatar Al Viro 3-65/+26
2012-07-23don't expose I_NEW inodes via dentry->d_inodeGravatar Al Viro 1-1/+1
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-2/+1
2012-07-14don't pass nameidata * to vfs_create()Gravatar Al Viro 1-1/+1
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-2/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-16/+4
2012-07-13eCryptfs: check for eCryptfs cipher support at mountGravatar Tim Sally 1-0/+13
2012-07-13eCryptfs: Revert to a writethrough cache modelGravatar Tyler Hicks 3-63/+15
2012-07-08eCryptfs: Initialize empty lower files when opening themGravatar Tyler Hicks 3-28/+49
2012-07-08eCryptfs: Unlink lower inode when ecryptfs_create() failsGravatar Tyler Hicks 1-23/+32
2012-07-08eCryptfs: Make all miscdev functions use daemon ptr in file private_dataGravatar Tyler Hicks 3-172/+47
2012-07-08eCryptfs: Remove unused messaging declarations and functionGravatar Tyler Hicks 2-37/+0
2012-07-08eCryptfs: Copy up POSIX ACL and read-only flags from lower mountGravatar Tyler Hicks 1-1/+9
2012-07-06eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesGravatar Tyler Hicks 1-7/+16
2012-07-03eCryptfs: Fix lockdep warning in miscdev operationsGravatar Tyler Hicks 1-12/+13
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openGravatar Tyler Hicks 1-1/+1
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Gravatar Al Viro 1-39/+9
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsGravatar Eric W. Biederman 1-1/+1
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitGravatar Al Viro 1-8/+8
2012-03-20switch touch_atime to struct pathGravatar Al Viro 1-5/+4
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-20ecryptfs: don't bother with ->drop_inode()Gravatar Al Viro 1-1/+0
2012-02-28ecryptfs: fix printk format warning for size_tGravatar Randy Dunlap 1-1/+1
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 2-4/+4
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrGravatar Tyler Hicks 1-0/+2
2012-02-16eCryptfs: Improve statfs reportingGravatar Tyler Hicks 4-14/+83
2012-01-25eCryptfs: move misleading function commentsGravatar Li Wang 1-4/+4
2012-01-25eCryptfs: Fix oops when printing debug info in extent crypto functionsGravatar Tyler Hicks 1-40/+0
2012-01-25eCryptfs: Remove unused ecryptfs_read()Gravatar Tyler Hicks 1-73/+0
2012-01-25eCryptfs: Check inode changes in setattrGravatar Tyler Hicks 1-12/+36
2012-01-25eCryptfs: Make truncate path killableGravatar Tyler Hicks 1-5/+14
2012-01-25eCryptfs: Infinite loop due to overflow in ecryptfs_write()Gravatar Li Wang 1-2/+2
2012-01-25eCryptfs: Replace miscdev read/write magic numbersGravatar Tyler Hicks 3-41/+55
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsGravatar Tyler Hicks 1-11/+13
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsGravatar Tyler Hicks 1-18/+38
2012-01-25ecryptfs: Remove unnecessary variable initializationGravatar Tim Gardner 1-2/+3