aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-25ecryptfs: Improve metadata read failure loggingGravatar Tim Gardner 1-3/+6
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03fs: propagate umode_t, misc bitsGravatar Al Viro 1-1/+1
2012-01-03kill ecryptfs_create_underlying_file()Gravatar Al Viro 1-20/+1
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-11-23eCryptfs: Extend array bounds for all filename charsGravatar Tyler Hicks 1-2/+2
2011-11-23eCryptfs: Flush file in vma closeGravatar Tyler Hicks 1-1/+22
2011-11-23eCryptfs: Prevent file create race conditionGravatar Tyler Hicks 3-33/+46
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-6/+6
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-1/+1
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidGravatar John Johansen 1-2/+21
2011-08-09eCryptfs: Fix payload_len unitialized variable warningGravatar Tyler Hicks 1-1/+1
2011-08-09eCryptfs: fix compile errorGravatar Roberto Sassu 1-1/+1
2011-08-09eCryptfs: Return error when lower file pointer is NULLGravatar Tyler Hicks 1-8/+10
2011-07-28ecryptfs: Make inode bdi consistent with superblock bdiGravatar Thieu Le 1-0/+1
2011-07-28eCryptfs: Unlock keys needed by ecryptfsdGravatar Tyler Hicks 1-22/+25
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-115/+48
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-07-22fs: Merge split stringsGravatar Jean Delvare 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-3/+4
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Gravatar Al Viro 1-28/+5
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUGravatar Al Viro 1-2/+0
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-2/+2
2011-06-27eCryptfs: added support for the encrypted key typeGravatar Roberto Sassu 2-7/+47
2011-06-27eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.hGravatar Roberto Sassu 1-108/+1