aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-31/+34
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro1-7/+6
2012-07-29sanitize ecryptfs_lookup()Al Viro1-13/+4
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-1/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks1-6/+0
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks1-2/+2
2012-07-08eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks1-23/+32
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro1-39/+9
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-03kill ecryptfs_create_underlying_file()Al Viro1-20/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks1-21/+31
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-6/+6
2011-07-28ecryptfs: Make inode bdi consistent with superblock bdiThieu Le1-0/+1
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro1-28/+5
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro1-2/+0
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks1-78/+63
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks1-20/+22
2011-05-29eCryptfs: Cleanup inode initialization codeTyler Hicks1-65/+69
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks1-15/+89
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2011-05-28ecryptfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-0/+2
2011-05-27eCryptfs: Clear i_nlink in rmdirTyler Hicks1-0/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-04-25eCryptfs: Flush dirty pages in setattrTyler Hicks1-0/+6
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks1-15/+3
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks1-9/+21
2011-04-25eCryptfs: dput dentries returned from dget_parentTyler Hicks1-2/+2
2011-04-25eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks1-2/+0
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks1-1/+0
2011-03-28eCryptfs: Remove unnecessary grow_file() functionTyler Hicks1-23/+0
2011-02-21eCryptfs: Copy up lower inode attrs in getattrTyler Hicks1-0/+2
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks1-15/+15
2011-02-17eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"Tyler Hicks1-94/+12
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu1-18/+14
2011-01-12sanitize ecryptfs ->mount()Al Viro1-1/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+3
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-2/+2
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks1-7/+24
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-14/+80
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-4/+14
2010-08-09ecryptfs: dont call lookup_one_len to avoid NULL nameidataLino Sanfilippo1-12/+77
2010-08-09ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo1-2/+3
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-2/+2
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro1-40/+8
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-62/+67
2010-04-19eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks1-6/+6
2010-04-19eCryptfs: Copy lower directory inode times and size on linkTyler Hicks1-2/+2
2010-04-19ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher1-4/+4
2010-04-19eCryptfs: Decrypt symlink target for stat sizeTyler Hicks1-48/+52
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks1-0/+1
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks1-1/+1
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks1-1/+1
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok1-1/+2
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok1-3/+0
2010-01-19ecryptfs: don't ignore return value from lock_renameErez Zadok1-1/+12
2010-01-19eCryptfs: Add getattr functionTyler Hicks1-0/+16
2010-01-19eCryptfs: Use notify_change for truncating lower inodesTyler Hicks1-32/+67
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi1-12/+12
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok1-3/+3
2009-09-23eCryptfs: Prevent lower dentry from going negative during unlinkTyler Hicks1-0/+2
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks1-1/+1
2009-04-27ecryptfs: fix printk format warningRandy Dunlap1-1/+1
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks1-6/+18
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks1-0/+4
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks1-2/+7
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks1-20/+12
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-1/+1
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow1-127/+167
2009-01-05inode->i_op is never NULLAl Viro1-2/+1
2008-12-31eCryptfs: check readlink result was not an error before using itDuane Griffin1-1/+2
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-3/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-15/+2
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow1-4/+23
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow1-2/+4
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison1-2/+2
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi1-9/+4
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29ecryptfs: add missing lock around notify_changeMiklos Szeredi1-0/+2
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-12/+12
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow1-3/+3
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow1-5/+3
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk1-1/+1
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow1-16/+4
2007-10-18ecryptfs: allow lower fs to interpret ATTR_KILL_S*IDJeff Layton1-0/+8
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow1-79/+34
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow1-56/+45
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow1-4/+19
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow1-9/+3
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-14/+21
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow1-3/+4
2007-08-31revert "eCryptfs: fix lookup error for special files"Andrew Morton1-4/+0
2007-08-22eCryptfs: fix lookup error for special filesRyusuke Konishi1-0/+4
2007-08-11eCryptfs: fix lookup error for special filesRyusuke Konishi1-0/+4
2007-07-19eCryptfs: ecryptfs_setattr() bugfixMichael Halcrow1-2/+3
2007-07-17Couple fixes to fs/ecryptfs/inode.cMika Kukkonen1-2/+2
2007-06-28eCryptfs: initialize crypt_stat in setattrMichael Halcrow1-1/+46
2007-06-28eCryptfs: fix write zeros behaviorMichael Halcrow1-0/+19
2007-03-08[PATCH] ecryptfs: nested locking annotationPeter Zijlstra1-1/+1
2007-03-05[PATCH] ecryptfs: check xattr operation support fixDmitriy Monakhov1-3/+3
2007-03-01[PATCH] eCryptfs: set O_LARGEFILE when opening lower fileMichael Halcrow1-3/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-3/+3
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow1-8/+6
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow1-1/+1
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow1-2/+13
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-26/+35
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-3/+2
2006-12-08[PATCH] ecryptfs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek1-56/+19
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter1-1/+1
2006-11-16[PATCH] eCryptfs: CIFS nlink fixesMichael Halcrow1-1/+2
2006-11-16[PATCH] eCryptfs: dput() lower d_parent on renameMichael Halcrow1-0/+2
2006-10-31[PATCH] eCryptfs: Fix handling of lower d_countMichael Halcrow1-42/+20
2006-10-31[PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow1-22/+11
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+1079