| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+6 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+6 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2 | -5/+5 |
| 2012-09-21 | userns: Convert ecryptfs to use kuid/kgid where appropriate | Eric W. Biederman | 2 | -5/+5 |
| 2012-09-14 | eCryptfs: Copy up attributes of the lower target inode after rename | Tyler Hicks | 1 | -0/+5 |
| 2012-09-14 | eCryptfs: Call lower ->flush() from ecryptfs_flush() | Tyler Hicks | 1 | -2/+8 |
| 2012-09-14 | eCryptfs: Write out all dirty pages just before releasing the lower file | Tyler Hicks | 1 | -0/+1 |
| 2012-08-02 | Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -316/+158 |
| 2012-07-29 | ecryptfs_lookup_interpose(): allocate dentry_info first | Al Viro | 1 | -7/+6 |
| 2012-07-29 | sanitize ecryptfs_lookup() | Al Viro | 1 | -13/+4 |
| 2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 1 | -13/+8 |
| 2012-07-23 | ecryptfs: don't reinvent the wheels, please - use struct completion | Al Viro | 3 | -65/+26 |
| 2012-07-23 | don't expose I_NEW inodes via dentry->d_inode | Al Viro | 1 | -1/+1 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+1 |
| 2012-07-14 | don't pass nameidata * to vfs_create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -2/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 1 | -16/+4 |
| 2012-07-13 | eCryptfs: check for eCryptfs cipher support at mount | Tim Sally | 1 | -0/+13 |
| 2012-07-13 | eCryptfs: Revert to a writethrough cache model | Tyler Hicks | 3 | -63/+15 |
| 2012-07-08 | eCryptfs: Initialize empty lower files when opening them | Tyler Hicks | 3 | -28/+49 |
| 2012-07-08 | eCryptfs: Unlink lower inode when ecryptfs_create() fails | Tyler Hicks | 1 | -23/+32 |
| 2012-07-08 | eCryptfs: Make all miscdev functions use daemon ptr in file private_data | Tyler Hicks | 3 | -172/+47 |
| 2012-07-08 | eCryptfs: Remove unused messaging declarations and function | Tyler Hicks | 2 | -37/+0 |
| 2012-07-08 | eCryptfs: Copy up POSIX ACL and read-only flags from lower mount | Tyler Hicks | 1 | -1/+9 |
| 2012-07-06 | eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files | Tyler Hicks | 1 | -7/+16 |
| 2012-07-03 | eCryptfs: Fix lockdep warning in miscdev operations | Tyler Hicks | 1 | -12/+13 |
| 2012-07-03 | eCryptfs: Properly check for O_RDONLY flag before doing privileged open | Tyler Hicks | 1 | -1/+1 |
| 2012-05-29 | get rid of pointless allocations and copying in ecryptfs_follow_link() | Al Viro | 1 | -39/+9 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-04-07 | userns: Use cred->user_ns instead of cred->user->user_ns | Eric W. Biederman | 1 | -1/+1 |
| 2012-03-20 | ecryptfs: make register_filesystem() the last potential failure exit | Al Viro | 1 | -8/+8 |
| 2012-03-20 | switch touch_atime to struct path | Al Viro | 1 | -5/+4 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-03-20 | ecryptfs: don't bother with ->drop_inode() | Al Viro | 1 | -1/+0 |
| 2012-02-28 | ecryptfs: fix printk format warning for size_t | Randy Dunlap | 1 | -1/+1 |
| 2012-02-16 | ecryptfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2 | -4/+4 |
| 2012-02-16 | eCryptfs: Copy up lower inode attrs after setting lower xattr | Tyler Hicks | 1 | -0/+2 |
| 2012-02-16 | eCryptfs: Improve statfs reporting | Tyler Hicks | 4 | -14/+83 |
| 2012-01-25 | eCryptfs: move misleading function comments | Li Wang | 1 | -4/+4 |
| 2012-01-25 | eCryptfs: Fix oops when printing debug info in extent crypto functions | Tyler Hicks | 1 | -40/+0 |
| 2012-01-25 | eCryptfs: Remove unused ecryptfs_read() | Tyler Hicks | 1 | -73/+0 |
| 2012-01-25 | eCryptfs: Check inode changes in setattr | Tyler Hicks | 1 | -12/+36 |
| 2012-01-25 | eCryptfs: Make truncate path killable | Tyler Hicks | 1 | -5/+14 |
| 2012-01-25 | eCryptfs: Infinite loop due to overflow in ecryptfs_write() | Li Wang | 1 | -2/+2 |
| 2012-01-25 | eCryptfs: Replace miscdev read/write magic numbers | Tyler Hicks | 3 | -41/+55 |
| 2012-01-25 | eCryptfs: Report errors in writes to /dev/ecryptfs | Tyler Hicks | 1 | -11/+13 |
| 2012-01-25 | eCryptfs: Sanitize write counts of /dev/ecryptfs | Tyler Hicks | 1 | -18/+38 |
| 2012-01-25 | ecryptfs: Remove unnecessary variable initialization | Tim Gardner | 1 | -2/+3 |
| 2012-01-25 | ecryptfs: Improve metadata read failure logging | Tim Gardner | 1 | -3/+6 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -2/+2 |
| 2012-01-03 | fs: propagate umode_t, misc bits | Al Viro | 1 | -1/+1 |
| 2012-01-03 | kill ecryptfs_create_underlying_file() | Al Viro | 1 | -20/+1 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-11-23 | eCryptfs: Extend array bounds for all filename chars | Tyler Hicks | 1 | -2/+2 |
| 2011-11-23 | eCryptfs: Flush file in vma close | Tyler Hicks | 1 | -1/+22 |
| 2011-11-23 | eCryptfs: Prevent file create race condition | Tyler Hicks | 3 | -33/+46 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -6/+6 |
| 2011-10-31 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -1/+1 |
| 2011-08-09 | Ecryptfs: Add mount option to check uid of device being mounted = expect uid | John Johansen | 1 | -2/+21 |
| 2011-08-09 | eCryptfs: Fix payload_len unitialized variable warning | Tyler Hicks | 1 | -1/+1 |
| 2011-08-09 | eCryptfs: fix compile error | Roberto Sassu | 1 | -1/+1 |
| 2011-08-09 | eCryptfs: Return error when lower file pointer is NULL | Tyler Hicks | 1 | -8/+10 |
| 2011-07-28 | ecryptfs: Make inode bdi consistent with superblock bdi | Thieu Le | 1 | -0/+1 |
| 2011-07-28 | eCryptfs: Unlock keys needed by ecryptfsd | Tyler Hicks | 1 | -22/+25 |
| 2011-07-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -115/+48 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2011-07-22 | fs: Merge split strings | Jean Delvare | 1 | -1/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -3/+4 |
| 2011-07-20 | don't pass nameidata to vfs_create() from ecryptfs_create() | Al Viro | 1 | -28/+5 |
| 2011-07-20 | ecryptfs_inode_permission() doesn't need to bail out on RCU | Al Viro | 1 | -2/+0 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 1 | -2/+2 |
| 2011-06-27 | eCryptfs: added support for the encrypted key type | Roberto Sassu | 2 | -7/+47 |
| 2011-06-27 | eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h | Roberto Sassu | 1 | -108/+1 |
| 2011-05-29 | eCryptfs: Remove ecryptfs_header_cache_2 | Tyler Hicks | 3 | -13/+6 |
| 2011-05-29 | eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() | Tyler Hicks | 3 | -105/+88 |
| 2011-05-29 | eCryptfs: Return useful code from contains_ecryptfs_marker | Tyler Hicks | 1 | -16/+10 |
| 2011-05-29 | eCryptfs: Fix new inode race condition | Tyler Hicks | 5 | -28/+30 |
| 2011-05-29 | eCryptfs: Cleanup inode initialization code | Tyler Hicks | 2 | -68/+69 |
| 2011-05-29 | eCryptfs: Consolidate inode functions into inode.c | Tyler Hicks | 4 | -107/+91 |
| 2011-05-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+0 |
| 2011-05-28 | ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 2 | -25/+23 |
| 2011-05-27 | eCryptfs: Allow 2 scatterlist entries for encrypted filenames | Tyler Hicks | 1 | -25/+21 |
| 2011-05-27 | eCryptfs: Clear i_nlink in rmdir | Tyler Hicks | 1 | -0/+2 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-04-25 | eCryptfs: Flush dirty pages in setattr | Tyler Hicks | 1 | -0/+6 |
| 2011-04-25 | eCryptfs: Handle failed metadata read in lookup | Tyler Hicks | 4 | -16/+28 |
| 2011-04-25 | eCryptfs: Add reference counting to lower files | Tyler Hicks | 6 | -59/+92 |
| 2011-04-25 | eCryptfs: dput dentries returned from dget_parent | Tyler Hicks | 1 | -2/+2 |
| 2011-04-25 | eCryptfs: Remove extra d_delete in ecryptfs_rmdir | Tyler Hicks | 1 | -2/+0 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-03-28 | eCryptfs: write lock requested keys | Roberto Sassu | 2 | -7/+23 |
| 2011-03-28 | eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock | Roberto Sassu | 1 | -19/+19 |
| 2011-03-28 | eCryptfs: verify authentication tokens before their use | Roberto Sassu | 3 | -81/+135 |
| 2011-03-28 | eCryptfs: modified size of keysig in the ecryptfs_key_sig structure | Roberto Sassu | 2 | -1/+2 |
| 2011-03-28 | eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat | Roberto Sassu | 3 | -3/+0 |
| 2011-03-28 | eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix | Roberto Sassu | 1 | -0/+1 |
| 2011-03-28 | eCryptfs: Unlock page in write_begin error path | Tyler Hicks | 1 | -0/+5 |
| 2011-03-28 | ecryptfs: modify write path to encrypt page in writepage | Thieu Le | 6 | -30/+38 |
| 2011-03-28 | eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag | Tyler Hicks | 3 | -27/+14 |
| 2011-03-28 | eCryptfs: Remove unnecessary grow_file() function | Tyler Hicks | 2 | -23/+1 |
| 2011-02-21 | eCryptfs: Copy up lower inode attrs in getattr | Tyler Hicks | 1 | -0/+2 |
| 2011-02-21 | ecryptfs: read on a directory should return EISDIR if not supported | Andy Whitcroft | 1 | -0/+1 |
| 2011-02-21 | eCryptfs: Handle NULL nameidata pointers | Tyler Hicks | 3 | -26/+29 |
| 2011-02-17 | eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" | Tyler Hicks | 1 | -94/+12 |
| 2011-01-17 | ecryptfs: remove unnecessary decrypt when extending a file | Frank Swiderski | 1 | -8/+14 |
| 2011-01-17 | ecryptfs: Fix ecryptfs_printk() size_t warnings | Tyler Hicks | 2 | -12/+12 |
| 2011-01-17 | fs/ecryptfs: Add printf format/argument verification and fix fallout | Joe Perches | 6 | -29/+30 |
| 2011-01-17 | ecryptfs: fixed testing of file descriptor flags | Roberto Sassu | 1 | -2/+2 |
| 2011-01-17 | ecryptfs: test lower_file pointer when lower_file_mutex is locked | Roberto Sassu | 2 | -27/+21 |
| 2011-01-17 | ecryptfs: missing initialization of the superblock 'magic' field | Roberto Sassu | 1 | -0/+2 |
| 2011-01-17 | ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h | Roberto Sassu | 1 | -1/+0 |
| 2011-01-17 | ecryptfs: fix truncation error in ecryptfs_read_update_atime | Edward Shishkin | 1 | -1/+1 |
| 2011-01-13 | ecryptfs: fix broken build | Linus Torvalds | 1 | -3/+2 |
| 2011-01-12 | sanitize ecryptfs ->mount() | Al Viro | 2 | -88/+68 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 1 | -1/+3 |
| 2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -2/+7 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -3/+3 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+11 |
| 2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: change d_hash for rcu-walk | Nick Piggin | 1 | -2/+2 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 5 | -12/+55 |
| 2010-10-29 | eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_options | Tyler Hicks | 1 | -0/+2 |
| 2010-10-29 | ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter | Roberto Sassu | 3 | -1/+17 |
| 2010-10-29 | ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig() | Roberto Sassu | 1 | -2/+2 |
| 2010-10-29 | ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig() | Roberto Sassu | 1 | -6/+28 |
| 2010-10-29 | eCryptfs: Clear LOOKUP_OPEN flag when creating lower file | Tyler Hicks | 1 | -0/+4 |
| 2010-10-29 | ecryptfs: call vfs_setxattr() in ecryptfs_setxattr() | Roberto Sassu | 1 | -4/+3 |
| 2010-10-29 | convert ecryptfs | Al Viro | 1 | -7/+5 |
| 2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2 | -0/+2 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 2 | -0/+2 |
| 2010-10-04 | BKL: Remove BKL from ecryptfs | Arnd Bergmann | 2 | -7/+0 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 1 | -0/+4 |
| 2010-09-23 | fs/ecryptfs: Remove unnecessary casts of private_data | Joe Perches | 1 | -1/+1 |
| 2010-08-27 | eCryptfs: Fix encrypted file name lookup regression | Tyler Hicks | 2 | -8/+24 |
| 2010-08-27 | ecryptfs: properly mark init functions | Jerome Marchand | 4 | -4/+4 |
| 2010-08-27 | fs/ecryptfs: Return -ENOMEM on memory allocation failure | Julia Lawall | 1 | -0/+2 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 3 | -38/+118 |
| 2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -8/+24 |
| 2010-08-09 | pass a struct path to vfs_statfs | Christoph Hellwig | 1 | -1/+5 |
| 2010-08-09 | convert remaining ->clear_inode() to ->evict_inode() | Al Viro | 1 | -3/+5 |
| 2010-08-09 | check ATTR_SIZE contraints in inode_change_ok | Christoph Hellwig | 1 | -4/+14 |
| 2010-08-09 | ecryptfs: dont call lookup_one_len to avoid NULL nameidata | Lino Sanfilippo | 1 | -12/+77 |
| 2010-08-09 | fs/ecryptfs/file.c: introduce missing free | Julia Lawall | 1 | -2/+2 |
| 2010-08-09 | ecryptfs: release reference to lower mount if interpose fails | Lino Sanfilippo | 1 | -2/+3 |
| 2010-08-09 | eCryptfs: Handle ioctl calls with unlocked and compat functions | Tyler Hicks | 1 | -21/+35 |
| 2010-08-09 | ecryptfs: Fix warning in ecryptfs_process_response() | Prarit Bhargava | 1 | -1/+1 |
| 2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -8/+9 |
| 2010-07-28 | ecryptfs: Bugfix for error related to ecryptfs_hash_buckets | Andre Osterhues | 1 | -8/+9 |
| 2010-06-16 | Merge branch 'master' into for-next | Jiri Kosina | 7 | -177/+106 |
| 2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -1/+1 |
| 2010-05-27 | kill spurious reference to vmtruncate | npiggin@suse.de | 1 | -2/+2 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -1/+1 |
| 2010-05-21 | switch ecryptfs_write() to struct inode *, kill on-stack fake files | Al Viro | 3 | -45/+11 |
| 2010-05-21 | switch ecryptfs_get_locked_page() to struct inode * | Al Viro | 3 | -15/+7 |
| 2010-05-21 | simplify access to ecryptfs inodes in ->readpage() and friends | Al Viro | 1 | -4/+3 |
| 2010-05-21 | Ban ecryptfs over ecryptfs | Al Viro | 1 | -0/+8 |
| 2010-05-21 | sanitize vfs_fsync calling conventions | Christoph Hellwig | 1 | -3/+1 |
| 2010-05-21 | Clean ecryptfs ->get_sb() up | Al Viro | 1 | -83/+66 |
| 2010-05-21 | fix a couple of ecryptfs leaks | Al Viro | 2 | -24/+7 |
| 2010-04-22 | ecryptfs: add bdi backing to mount session | Jens Axboe | 3 | -1/+12 |
| 2010-04-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... | Linus Torvalds | 5 | -100/+118 |
| 2010-04-19 | eCryptfs: Turn lower lookup error messages into debug messages | Tyler Hicks | 1 | -6/+6 |
| 2010-04-19 | eCryptfs: Copy lower directory inode times and size on link | Tyler Hicks | 1 | -2/+2 |
| 2010-04-19 | ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode | Jeff Mahoney | 1 | -1/+0 |
| 2010-04-19 | ecryptfs: fix error code for missing xattrs in lower fs | Christian Pulvermacher | 1 | -4/+4 |
| 2010-04-19 | eCryptfs: Decrypt symlink target for stat size | Tyler Hicks | 1 | -48/+52 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 11 | -0/+11 |
| 2010-03-23 | eCryptfs: Strip metadata in xattr flag in encrypted view | Tyler Hicks | 3 | -4/+22 |
| 2010-03-23 | eCryptfs: Clear buffer before reading in metadata xattr | Tyler Hicks | 2 | -0/+2 |
| 2010-03-23 | eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front | Tyler Hicks | 4 | -20/+15 |
| 2010-03-23 | eCryptfs: Fix metadata in xattr feature regression | Tyler Hicks | 4 | -18/+18 |
| 2010-01-19 | ecryptfs: use after free | Dan Carpenter | 1 | -2/+2 |
| 2010-01-19 | ecryptfs: Eliminate useless code | Julia Lawall | 1 | -1/+1 |
| 2010-01-19 | ecryptfs: fix interpose/interpolate typos in comments | Erez Zadok | 1 | -2/+2 |
| 2010-01-19 | ecryptfs: pass matching flags to interpose as defined and used there | Erez Zadok | 1 | -1/+2 |
| 2010-01-19 | ecryptfs: remove unnecessary d_drop calls in ecryptfs_link | Erez Zadok | 1 | -3/+0 |
| 2010-01-19 | ecryptfs: don't ignore return value from lock_rename | Erez Zadok | 1 | -1/+12 |
| 2010-01-19 | ecryptfs: initialize private persistent file before dereferencing pointer | Erez Zadok | 1 | -7/+7 |
| 2010-01-19 | eCryptfs: Remove mmap from directory operations | Tyler Hicks | 1 | -1/+0 |
| 2010-01-19 | eCryptfs: Add getattr function | Tyler Hicks | 1 | -0/+16 |
| 2010-01-19 | eCryptfs: Use notify_change for truncating lower inodes | Tyler Hicks | 1 | -32/+67 |
| 2010-01-14 | ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error path | OGAWA Hirofumi | 1 | -12/+12 |
| 2009-12-17 | fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all | Erez Zadok | 3 | -5/+5 |
| 2009-12-16 | Untangling ima mess, part 2: deal with counters | Al Viro | 1 | -6/+1 |
| 2009-10-08 | ima: ecryptfs fix imbalance message | Mimi Zohar | 1 | -1/+6 |
| 2009-10-08 | eCryptfs: Remove Kconfig NET dependency and select MD5 | Tyler Hicks | 1 | -1/+2 |
| 2009-10-08 | ecryptfs: depends on CRYPTO | Randy Dunlap | 1 | -1/+1 |
| 2009-09-23 | eCryptfs: Prevent lower dentry from going negative during unlink | Tyler Hicks | 1 | -0/+2 |
| 2009-09-23 | eCryptfs: Propagate vfs_read and vfs_write return codes | Tyler Hicks | 3 | -29/+26 |
| 2009-09-23 | eCryptfs: Validate global auth tok keys | Tyler Hicks | 1 | -1/+3 |
| 2009-09-23 | eCryptfs: Filename encryption only supports password auth tokens | Tyler Hicks | 2 | -4/+14 |