aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-20switch touch_atime to struct pathAl Viro1-5/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20ecryptfs: don't bother with ->drop_inode()Al Viro1-1/+0
2012-02-28ecryptfs: fix printk format warning for size_tRandy Dunlap1-1/+1
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-01-25eCryptfs: move misleading function commentsLi Wang1-4/+4
2012-01-25eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks1-40/+0
2012-01-25eCryptfs: Remove unused ecryptfs_read()Tyler Hicks1-73/+0
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-01-25eCryptfs: Make truncate path killableTyler Hicks1-5/+14
2012-01-25eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang1-2/+2
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks3-41/+55
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsTyler Hicks1-11/+13
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks1-18/+38
2012-01-25ecryptfs: Remove unnecessary variable initializationTim Gardner1-2/+3
2012-01-25ecryptfs: Improve metadata read failure loggingTim Gardner1-3/+6
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-03kill ecryptfs_create_underlying_file()Al Viro1-20/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-23eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-11-23eCryptfs: Flush file in vma closeTyler Hicks1-1/+22
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks3-33/+46
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-6/+6
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+1
2011-08-09Ecryptfs: 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
2011-07-28ecryptfs: Make inode bdi consistent with superblock bdiThieu Le1-0/+1
2011-07-28eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks1-22/+25
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-115/+48
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-22fs: Merge split stringsJean Delvare1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+4
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro1-28/+5
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro1-2/+0
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-06-27eCryptfs: added support for the encrypted key typeRoberto Sassu2-7/+47
2011-06-27eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.hRoberto Sassu1-108/+1
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks3-13/+6
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks3-105/+88
2011-05-29eCryptfs: Return useful code from contains_ecryptfs_markerTyler Hicks1-16/+10
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks5-28/+30