summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-13/+8
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro3-65/+26
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-1/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-16/+4
2012-07-07eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-04eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-07-04eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2012-05-30get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro1-39/+9
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-08userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-1/+1
2012-03-21ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-21switch touch_atime to struct pathAl Viro1-5/+4
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-21ecryptfs: don't bother with ->drop_inode()Al Viro1-1/+0
2012-02-29ecryptfs: fix printk format warning for size_tRandy Dunlap1-1/+1
2012-02-17ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-17eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-17eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-01-26eCryptfs: move misleading function commentsLi Wang1-4/+4
2012-01-26eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks1-40/+0
2012-01-26eCryptfs: Remove unused ecryptfs_read()Tyler Hicks1-73/+0
2012-01-26eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-01-26eCryptfs: Make truncate path killableTyler Hicks1-5/+14
2012-01-26eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang1-2/+2
2012-01-26eCryptfs: Replace miscdev read/write magic numbersTyler Hicks3-41/+55
2012-01-26eCryptfs: Report errors in writes to /dev/ecryptfsTyler Hicks1-11/+13
2012-01-26eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks1-18/+38
2012-01-26ecryptfs: Remove unnecessary variable initializationTim Gardner1-2/+3
2012-01-26ecryptfs: Improve metadata read failure loggingTim Gardner1-3/+6
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-04fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-04kill ecryptfs_create_underlying_file()Al Viro1-20/+1
2012-01-04switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-04switch ->create() to umode_tAl Viro1-1/+1
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-24eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-11-24eCryptfs: Flush file in vma closeTyler Hicks1-1/+22
2011-11-24eCryptfs: Prevent file create race conditionTyler Hicks3-33/+46
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-6/+6
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+1
2011-08-10Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen1-2/+21
2011-08-09eCryptfs: Fix payload_len unitialized variable warningTyler Hicks1-1/+1
2011-08-09eCryptfs: fix compile errorRoberto Sassu1-1/+1
2011-08-09eCryptfs: Return error when lower file pointer is NULLTyler Hicks1-8/+10