aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupGravatar Tyler Hicks 1-20/+12
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocGravatar Qinghuang Feng 1-2/+1
2009-01-06eCryptfs: Fix data types (int/size_t)Gravatar Michael Halcrow 1-1/+1
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkGravatar Michael Halcrow 1-127/+167
2009-01-05inode->i_op is never NULLGravatar Al Viro 1-2/+1
2008-12-31eCryptfs: check readlink result was not an error before using itGravatar Duane Griffin 1-1/+2
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Gravatar Al Viro 1-1/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Gravatar Miklos Szeredi 1-3/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-15/+2
2008-07-24eCryptfs: Make all persistent file opens delayedGravatar Michael Halcrow 1-4/+23
2008-07-24eCryptfs: do not try to open device files on mknodGravatar Michael Halcrow 1-2/+4
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersGravatar Harvey Harrison 1-2/+2
2008-05-13ecryptfs: clean up (un)lock_parentGravatar Miklos Szeredi 1-9/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-1/+1
2008-04-29ecryptfs: add missing lock around notify_changeGravatar Miklos Szeredi 1-0/+2
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-12/+12
2008-02-06eCryptfs: Minor fixes to printk messagesGravatar Michael Halcrow 1-3/+3
2008-02-06eCryptfs: track header bytes rather than extentsGravatar Michael Halcrow 1-5/+3
2008-02-06fs/ecryptfs/: possible cleanupsGravatar Adrian Bunk 1-1/+1
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyGravatar Michael Halcrow 1-16/+4
2007-10-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDGravatar Jeff Layton 1-0/+8
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileGravatar Michael Halcrow 1-79/+34
2007-10-16eCryptfs: update metadata read/write functionsGravatar Michael Halcrow 1-56/+45
2007-10-16eCryptfs: set up and destroy persistent lower fileGravatar Michael Halcrow 1-4/+19
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeGravatar Michael Halcrow 1-9/+3
2007-10-16eCryptfs: remove assignments in if-statementsGravatar Michael Halcrow 1-14/+21
2007-10-16eCryptfs: remove header_extent_sizeGravatar Michael Halcrow 1-3/+4
2007-08-31revert "eCryptfs: fix lookup error for special files"Gravatar Andrew Morton 1-4/+0
2007-08-22eCryptfs: fix lookup error for special filesGravatar Ryusuke Konishi 1-0/+4
2007-08-11eCryptfs: fix lookup error for special filesGravatar Ryusuke Konishi 1-0/+4
2007-07-19eCryptfs: ecryptfs_setattr() bugfixGravatar Michael Halcrow 1-2/+3
2007-07-17Couple fixes to fs/ecryptfs/inode.cGravatar Mika Kukkonen 1-2/+2
2007-06-28eCryptfs: initialize crypt_stat in setattrGravatar Michael Halcrow 1-1/+46
2007-06-28eCryptfs: fix write zeros behaviorGravatar Michael Halcrow 1-0/+19
2007-03-08[PATCH] ecryptfs: nested locking annotationGravatar Peter Zijlstra 1-1/+1
2007-03-05[PATCH] ecryptfs: check xattr operation support fixGravatar Dmitriy Monakhov 1-3/+3
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileGravatar Michael Halcrow 1-3/+0
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-3/+3
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationGravatar Michael Halcrow 1-8/+6
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Gravatar Michael Halcrow 1-1/+1
2007-02-12[PATCH] eCryptfs: Encrypted passthroughGravatar Michael Halcrow 1-2/+13
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeGravatar Michael Halcrow 1-26/+35
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-3/+2
2006-12-08[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-2/+2
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsGravatar Josef "Jeff" Sipek 1-56/+19
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-2/+2
2006-12-07[PATCH] slab: remove SLAB_USERGravatar Christoph Lameter 1-1/+1
2006-11-16[PATCH] eCryptfs: CIFS nlink fixesGravatar Michael Halcrow 1-1/+2
2006-11-16[PATCH] eCryptfs: dput() lower d_parent on renameGravatar Michael Halcrow 1-0/+2