- 985ca0e ecryptfs: Make inode bdi consistent with superblock bdi by Thieu Le · 13 years ago
- bf6c7f6 don't pass nameidata to vfs_create() from ecryptfs_create() by Al Viro · 13 years ago
- beefebf ecryptfs_inode_permission() doesn't need to bail out on RCU by Al Viro · 13 years ago
- 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
- 778aeb4 eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() by Tyler Hicks · 13 years ago
- 3b06b3e eCryptfs: Fix new inode race condition by Tyler Hicks · 13 years ago
- 5ccf920 eCryptfs: Cleanup inode initialization code by Tyler Hicks · 13 years ago
- c4f7907 eCryptfs: Consolidate inode functions into inode.c by Tyler Hicks · 13 years ago
- 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
- 55e5b7e ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
- aaab184 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 13 years ago
- 0785055 eCryptfs: Clear i_nlink in rmdir by Tyler Hicks · 14 years ago
- e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
- 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
- 5be79de eCryptfs: Flush dirty pages in setattr by Tyler Hicks · 14 years ago
- 3aeb86e eCryptfs: Handle failed metadata read in lookup by Tyler Hicks · 14 years ago
- 332ab16 eCryptfs: Add reference counting to lower files by Tyler Hicks · 14 years ago
- dd55c898 eCryptfs: dput dentries returned from dget_parent by Tyler Hicks · 14 years ago
- 35ffa948 eCryptfs: Remove extra d_delete in ecryptfs_rmdir by Tyler Hicks · 14 years ago
- fed8859 eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag by Tyler Hicks · 14 years ago
- bd4f0fe eCryptfs: Remove unnecessary grow_file() function by Tyler Hicks · 14 years ago
- 55f9cf6 eCryptfs: Copy up lower inode attrs in getattr by Tyler Hicks · 14 years ago
- 70b8902 eCryptfs: Handle NULL nameidata pointers by Tyler Hicks · 14 years ago
- 8787c7a eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" by Tyler Hicks · 14 years ago
- 2799289 ecryptfs: test lower_file pointer when lower_file_mutex is locked by Roberto Sassu · 14 years ago
- 66cb766 sanitize ecryptfs ->mount() by Al Viro · 14 years ago
- b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
- b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
- 2e21b3f eCryptfs: Clear LOOKUP_OPEN flag when creating lower file by Tyler Hicks · 14 years ago
- 48b512e ecryptfs: call vfs_setxattr() in ecryptfs_setxattr() by Roberto Sassu · 14 years ago
- 93c3fe4 eCryptfs: Fix encrypted file name lookup regression by Tyler Hicks · 14 years ago
- 26b5563 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
- 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
- 21edad3 ecryptfs: dont call lookup_one_len to avoid NULL nameidata by Lino Sanfilippo · 14 years ago
- 31f73be ecryptfs: release reference to lower mount if interpose fails by Lino Sanfilippo · 14 years ago
- 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
- 48c1e44 switch ecryptfs_write() to struct inode *, kill on-stack fake files by Al Viro · 14 years ago
- 9b030e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 15 years ago
- 9f37622 eCryptfs: Turn lower lookup error messages into debug messages by Tyler Hicks · 15 years ago
- 3a8380c eCryptfs: Copy lower directory inode times and size on link by Tyler Hicks · 15 years ago
- cfce08c ecryptfs: fix error code for missing xattrs in lower fs by Christian Pulvermacher · 15 years ago
- 3a60a16 eCryptfs: Decrypt symlink target for stat size by Tyler Hicks · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 1984c23 eCryptfs: Clear buffer before reading in metadata xattr by Tyler Hicks · 15 years ago
- fa3ef1c eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front by Tyler Hicks · 15 years ago
- 157f107 eCryptfs: Fix metadata in xattr feature regression by Tyler Hicks · 15 years ago
- 3469b57 ecryptfs: pass matching flags to interpose as defined and used there by Erez Zadok · 15 years ago
- c44a66d ecryptfs: remove unnecessary d_drop calls in ecryptfs_link by Erez Zadok · 15 years ago
- 0d132f7 ecryptfs: don't ignore return value from lock_rename by Erez Zadok · 15 years ago
- f8f484d eCryptfs: Add getattr function by Tyler Hicks · 15 years ago
- 5f3ef64 eCryptfs: Use notify_change for truncating lower inodes by Tyler Hicks · 15 years ago
- 806892e ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error path by OGAWA Hirofumi · 15 years ago
- 9afa2fb fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all by Erez Zadok · 15 years ago
- 9c2d205 eCryptfs: Prevent lower dentry from going negative during unlink by Tyler Hicks · 15 years ago
- ac20100 eCryptfs: Fix min function comparison warning by Tyler Hicks · 16 years ago
- 802b352 ecryptfs: fix printk format warning by Randy Dunlap · 16 years ago
- 3a6b42c eCryptfs: Larger buffer for encrypted symlink targets by Tyler Hicks · 16 years ago
- ca8e34f eCryptfs: Lock lower directory inode mutex during lookup by Tyler Hicks · 16 years ago
- 13a791b eCryptfs: Fix data corruption when using ecryptfs_passthrough by Tyler Hicks · 16 years ago
- 2aac0cf eCryptfs: NULL crypt_stat dereference during lookup by Tyler Hicks · 16 years ago
- f70f582 fs/ecryptfs/inode.c: cleanup kerneldoc by Qinghuang Feng · 16 years ago
- a8f1286 eCryptfs: Fix data types (int/size_t) by Michael Halcrow · 16 years ago
- addd65ad eCryptfs: Filename Encryption: filldir, lookup, and readlink by Michael Halcrow · 16 years ago
- acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
- a17d523 eCryptfs: check readlink result was not an error before using it by Duane Griffin · 16 years ago
- f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
- db2e747 [patch 5/5] vfs: remove mode parameter from vfs_symlink() by Miklos Szeredi · 16 years ago
- e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
- 391b52f eCryptfs: Make all persistent file opens delayed by Michael Halcrow · 16 years ago
- 72b55ff eCryptfs: do not try to open device files on mknod by Michael Halcrow · 16 years ago
- 0a688ad ecryptfs: inode.c mmap.c use unaligned byteorder helpers by Harvey Harrison · 16 years ago
- 8dc4e37 ecryptfs: clean up (un)lock_parent by Miklos Szeredi · 16 years ago
- 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 17 years ago
- 9c3580a ecryptfs: add missing lock around notify_change by Miklos Szeredi · 17 years ago
- 18d1dbf ecryptfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
- 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
- 25bd817 eCryptfs: Minor fixes to printk messages by Michael Halcrow · 17 years ago
- cc11bef eCryptfs: track header bytes rather than extents by Michael Halcrow · 17 years ago
- 7896b63 fs/ecryptfs/: possible cleanups by Adrian Bunk · 17 years ago
- caeeeec eCryptfs: fix dentry handling on create error, unlink, and inode destroy by Michael Halcrow · 17 years ago
- 1ac564e ecryptfs: allow lower fs to interpret ATTR_KILL_S*ID by Jeff Layton · 17 years ago
- 2ed9255 eCryptfs: make open, truncate, and setattr use persistent file by Michael Halcrow · 17 years ago
- d7cdc5f eCryptfs: update metadata read/write functions by Michael Halcrow · 17 years ago
- 4981e08 eCryptfs: set up and destroy persistent lower file by Michael Halcrow · 17 years ago
- 0216f7f eCryptfs: replace encrypt, decrypt, and inode size write by Michael Halcrow · 17 years ago
- 5dda699 eCryptfs: remove assignments in if-statements by Michael Halcrow · 17 years ago
- 45eaab7 eCryptfs: remove header_extent_size by Michael Halcrow · 17 years ago
- 060d11b revert "eCryptfs: fix lookup error for special files" by Andrew Morton · 17 years ago
- df06846 eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
- 202a21d eCryptfs: fix lookup error for special files by Ryusuke Konishi · 17 years ago
- 64ee480 eCryptfs: ecryptfs_setattr() bugfix by Michael Halcrow · 17 years ago
- c381bfc Couple fixes to fs/ecryptfs/inode.c by Mika Kukkonen · 17 years ago
- e10f281 eCryptfs: initialize crypt_stat in setattr by Michael Halcrow · 17 years ago
- 240e2df eCryptfs: fix write zeros behavior by Michael Halcrow · 17 years ago
- 908e0a8 [PATCH] ecryptfs: nested locking annotation by Peter Zijlstra · 18 years ago
- ad5f119 [PATCH] ecryptfs: check xattr operation support fix by Dmitriy Monakhov · 18 years ago
- a8d547d [PATCH] eCryptfs: set O_LARGEFILE when opening lower file by Michael Halcrow · 18 years ago
- 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 18 years ago