| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: propagate umode_t, misc bits | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | kill ecryptfs_create_underlying_file() | Al Viro | 2012-01-04 | 1 | -20/+1 |
* | switch ->mknod() to umode_t | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | switch ->create() to umode_t | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-04 | 1 | -1/+1 |
* | eCryptfs: Prevent file create race condition | Tyler Hicks | 2011-11-23 | 1 | -21/+31 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -6/+6 |
* | ecryptfs: Make inode bdi consistent with superblock bdi | Thieu Le | 2011-07-29 | 1 | -0/+1 |
* | don't pass nameidata to vfs_create() from ecryptfs_create() | Al Viro | 2011-07-20 | 1 | -28/+5 |
* | ecryptfs_inode_permission() doesn't need to bail out on RCU | Al Viro | 2011-07-20 | 1 | -2/+0 |
* | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 2011-07-20 | 1 | -2/+2 |
* | eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() | Tyler Hicks | 2011-05-29 | 1 | -78/+63 |
* | eCryptfs: Fix new inode race condition | Tyler Hicks | 2011-05-29 | 1 | -20/+22 |
* | eCryptfs: Cleanup inode initialization code | Tyler Hicks | 2011-05-29 | 1 | -65/+69 |
* | eCryptfs: Consolidate inode functions into inode.c | Tyler Hicks | 2011-05-29 | 1 | -15/+89 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-05-28 | 1 | -5/+0 |
|\ |
|
| * | ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 2011-05-28 | 1 | -5/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 2011-05-27 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | eCryptfs: Clear i_nlink in rmdir | Tyler Hicks | 2011-05-27 | 1 | -0/+2 |
* | | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 2011-05-26 | 1 | -0/+3 |
* | | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 2011-05-26 | 1 | -0/+2 |
|/ |
|
* | eCryptfs: Flush dirty pages in setattr | Tyler Hicks | 2011-04-26 | 1 | -0/+6 |
* | eCryptfs: Handle failed metadata read in lookup | Tyler Hicks | 2011-04-26 | 1 | -15/+3 |
* | eCryptfs: Add reference counting to lower files | Tyler Hicks | 2011-04-26 | 1 | -9/+21 |
* | eCryptfs: dput dentries returned from dget_parent | Tyler Hicks | 2011-04-26 | 1 | -2/+2 |
* | eCryptfs: Remove extra d_delete in ecryptfs_rmdir | Tyler Hicks | 2011-04-26 | 1 | -2/+0 |
* | eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag | Tyler Hicks | 2011-03-28 | 1 | -1/+0 |
* | eCryptfs: Remove unnecessary grow_file() function | Tyler Hicks | 2011-03-28 | 1 | -23/+0 |
* | eCryptfs: Copy up lower inode attrs in getattr | Tyler Hicks | 2011-02-21 | 1 | -0/+2 |
* | eCryptfs: Handle NULL nameidata pointers | Tyler Hicks | 2011-02-21 | 1 | -15/+15 |
* | eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" | Tyler Hicks | 2011-02-18 | 1 | -94/+12 |
* | ecryptfs: test lower_file pointer when lower_file_mutex is locked | Roberto Sassu | 2011-01-17 | 1 | -18/+14 |
* | sanitize ecryptfs ->mount() | Al Viro | 2011-01-13 | 1 | -1/+0 |
* | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 2011-01-07 | 1 | -1/+3 |
* | fs: dcache reduce branches in lookup path | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
* | fs: dcache scale dentry refcount | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
* | fs: change d_hash for rcu-walk | Nick Piggin | 2011-01-07 | 1 | -2/+2 |
* | eCryptfs: Clear LOOKUP_OPEN flag when creating lower file | Tyler Hicks | 2010-10-29 | 1 | -0/+4 |
* | ecryptfs: call vfs_setxattr() in ecryptfs_setxattr() | Roberto Sassu | 2010-10-29 | 1 | -4/+3 |
* | eCryptfs: Fix encrypted file name lookup regression | Tyler Hicks | 2010-08-27 | 1 | -7/+24 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 2010-08-10 | 1 | -14/+80 |
|\ |
|
| * | ecryptfs: dont call lookup_one_len to avoid NULL nameidata | Lino Sanfilippo | 2010-08-09 | 1 | -12/+77 |
| * | ecryptfs: release reference to lower mount if interpose fails | Lino Sanfilippo | 2010-08-09 | 1 | -2/+3 |
* | | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 2010-08-09 | 1 | -4/+14 |
|/ |
|
* | kill spurious reference to vmtruncate | npiggin@suse.de | 2010-05-28 | 1 | -2/+2 |
* | switch ecryptfs_write() to struct inode *, kill on-stack fake files | Al Viro | 2010-05-22 | 1 | -40/+8 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 2010-04-19 | 1 | -62/+67 |
|\ |
|
| * | eCryptfs: Turn lower lookup error messages into debug messages | Tyler Hicks | 2010-04-19 | 1 | -6/+6 |
| * | eCryptfs: Copy lower directory inode times and size on link | Tyler Hicks | 2010-04-19 | 1 | -2/+2 |
| * | ecryptfs: fix error code for missing xattrs in lower fs | Christian Pulvermacher | 2010-04-19 | 1 | -4/+4 |