summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2012-01-25eCryptfs: move misleading function commentsLi Wang
2012-01-25eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks
2012-01-25eCryptfs: Remove unused ecryptfs_read()Tyler Hicks
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks
2012-01-25eCryptfs: Make truncate path killableTyler Hicks
2012-01-25eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsTyler Hicks
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks
2012-01-25ecryptfs: Remove unnecessary variable initializationTim Gardner
2012-01-25ecryptfs: Improve metadata read failure loggingTim Gardner
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03kill ecryptfs_create_underlying_file()Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-23eCryptfs: Extend array bounds for all filename charsTyler Hicks
2011-11-23eCryptfs: Flush file in vma closeTyler Hicks
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen
2011-08-09eCryptfs: Fix payload_len unitialized variable warningTyler Hicks
2011-08-09eCryptfs: fix compile errorRoberto Sassu
2011-08-09eCryptfs: Return error when lower file pointer is NULLTyler Hicks
2011-07-28ecryptfs: Make inode bdi consistent with superblock bdiThieu Le
2011-07-28eCryptfs: Unlock keys needed by ecryptfsdTyler Hicks
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-22fs: Merge split stringsJean Delvare
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-06-27eCryptfs: added support for the encrypted key typeRoberto Sassu
2011-06-27eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.hRoberto Sassu
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks
2011-05-29eCryptfs: Return useful code from contains_ecryptfs_markerTyler Hicks
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks
2011-05-29eCryptfs: Cleanup inode initialization codeTyler Hicks
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-28ecryptfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2011-05-27eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks
2011-05-27eCryptfs: Clear i_nlink in rmdirTyler Hicks
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil