summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* eCryptfs: Fix encrypted file name lookup regressionTyler Hicks2010-08-271-7/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-08-101-14/+80
|\
| * ecryptfs: dont call lookup_one_len to avoid NULL nameidataLino Sanfilippo2010-08-091-12/+77
| * ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo2010-08-091-2/+3
* | check ATTR_SIZE contraints in inode_change_okChristoph Hellwig2010-08-091-4/+14
|/
* kill spurious reference to vmtruncatenpiggin@suse.de2010-05-271-2/+2
* switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro2010-05-211-40/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-04-191-62/+67
|\
| * eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks2010-04-191-6/+6
| * eCryptfs: Copy lower directory inode times and size on linkTyler Hicks2010-04-191-2/+2
| * ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher2010-04-191-4/+4
| * eCryptfs: Decrypt symlink target for stat sizeTyler Hicks2010-04-191-48/+52
| * eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks2010-03-231-0/+1
| * eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks2010-03-231-1/+1
| * eCryptfs: Fix metadata in xattr feature regressionTyler Hicks2010-03-231-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok2010-01-191-1/+2
* ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok2010-01-191-3/+0
* ecryptfs: don't ignore return value from lock_renameErez Zadok2010-01-191-1/+12
* eCryptfs: Add getattr functionTyler Hicks2010-01-191-0/+16
* eCryptfs: Use notify_change for truncating lower inodesTyler Hicks2010-01-191-32/+67
* ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi2010-01-141-12/+12
* fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok2009-12-171-3/+3
* eCryptfs: Prevent lower dentry from going negative during unlinkTyler Hicks2009-09-231-0/+2
* eCryptfs: Fix min function comparison warningTyler Hicks2009-04-271-1/+1
* ecryptfs: fix printk format warningRandy Dunlap2009-04-271-1/+1
* eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks2009-04-221-6/+18
* eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks2009-04-221-0/+4
* eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks2009-04-221-2/+7
* eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks2009-03-221-20/+12
* fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng2009-01-061-2/+1
* eCryptfs: Fix data types (int/size_t)Michael Halcrow2009-01-061-1/+1
* eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow2009-01-061-127/+167
* inode->i_op is never NULLAl Viro2009-01-051-2/+1
* eCryptfs: check readlink result was not an error before using itDuane Griffin2008-12-311-1/+2
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-1/+1
* [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-261-3/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-15/+2
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-241-4/+23
* eCryptfs: do not try to open device files on mknodMichael Halcrow2008-07-241-2/+4
* ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison2008-07-241-2/+2
* ecryptfs: clean up (un)lock_parentMiklos Szeredi2008-05-131-9/+4
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* ecryptfs: add missing lock around notify_changeMiklos Szeredi2008-04-291-0/+2
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-291-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-12/+12
* eCryptfs: Minor fixes to printk messagesMichael Halcrow2008-02-061-3/+3
* eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-061-5/+3
* fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-061-1/+1
* eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow2008-01-081-16/+4
OpenPOWER on IntegriCloud