summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-12/+12
* eCryptfs: Minor fixes to printk messagesMichael Halcrow2008-02-061-3/+3
* eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-061-5/+3Star
* fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-061-1/+1
* eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow2008-01-091-16/+4Star
* ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton2007-10-181-0/+8
* eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow2007-10-161-79/+34Star
* eCryptfs: update metadata read/write functionsMichael Halcrow2007-10-161-56/+45Star
* eCryptfs: set up and destroy persistent lower fileMichael Halcrow2007-10-161-4/+19
* eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow2007-10-161-9/+3Star
* eCryptfs: remove assignments in if-statementsMichael Halcrow2007-10-161-14/+21
* eCryptfs: remove header_extent_sizeMichael Halcrow2007-10-161-3/+4
* revert "eCryptfs: fix lookup error for special files"Andrew Morton2007-08-311-4/+0Star
* eCryptfs: fix lookup error for special filesRyusuke Konishi2007-08-231-0/+4
* eCryptfs: fix lookup error for special filesRyusuke Konishi2007-08-121-0/+4
* eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow2007-07-191-2/+3
* Couple fixes to fs/ecryptfs/inode.cMika Kukkonen2007-07-171-2/+2
* eCryptfs: initialize crypt_stat in setattrMichael Halcrow2007-06-281-1/+46
* eCryptfs: fix write zeros behaviorMichael Halcrow2007-06-281-0/+19
* [PATCH] ecryptfs: nested locking annotationPeter Zijlstra2007-03-081-1/+1
* [PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov2007-03-051-3/+3
* [PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow2007-03-011-3/+0Star
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-3/+3
* [PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow2007-02-121-8/+6Star
* [PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow2007-02-121-1/+1
* [PATCH] eCryptfs: Encrypted passthroughMichael Halcrow2007-02-121-2/+13
* [PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow2007-02-121-26/+35
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-3/+2Star
* [PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek2006-12-081-56/+19Star
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_USERChristoph Lameter2006-12-071-1/+1
* [PATCH] eCryptfs: CIFS nlink fixesMichael Halcrow2006-11-161-1/+2
* [PATCH] eCryptfs: dput() lower d_parent on renameMichael Halcrow2006-11-161-0/+2
* [PATCH] eCryptfs: Fix handling of lower d_countMichael Halcrow2006-10-311-42/+20Star
* [PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow2006-10-311-22/+11Star
* [PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow2006-10-041-0/+1079