summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2012-11-26eCryptfs: check for eCryptfs cipher support at mountTim Sally
2012-11-26eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks
2012-10-21eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks
2012-10-21eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks
2012-10-21eCryptfs: Revert to a writethrough cache modelTyler Hicks
2012-10-21eCryptfs: Initialize empty lower files when opening themTyler Hicks
2012-10-21eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks
2012-10-02eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks
2012-07-16eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks
2012-07-16eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks
2012-07-16eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro
2012-03-20switch touch_atime to struct pathAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20ecryptfs: don't bother with ->drop_inode()Al Viro
2012-02-28ecryptfs: fix printk format warning for size_tRandy Dunlap
2012-02-16ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks
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