aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks2-8/+24
2010-08-27ecryptfs: properly mark init functionsJerome Marchand4-4/+4
2010-08-27fs/ecryptfs: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds3-38/+118
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-8/+24
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-1/+5
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-3/+5
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-09fs/ecryptfs/file.c: introduce missing freeJulia Lawall1-2/+2
2010-08-09ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo1-2/+3
2010-08-09eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks1-21/+35
2010-08-09ecryptfs: Fix warning in ecryptfs_process_response()Prarit Bhargava1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-8/+9
2010-07-28ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-06-16Merge branch 'master' into for-nextJiri Kosina7-177/+106
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-2/+2
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro3-45/+11
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Al Viro3-15/+7
2010-05-21simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro1-4/+3
2010-05-21Ban ecryptfs over ecryptfsAl Viro1-0/+8
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-3/+1
2010-05-21Clean ecryptfs ->get_sb() upAl Viro1-83/+66
2010-05-21fix a couple of ecryptfs leaksAl Viro2-24/+7
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe3-1/+12
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds5-100/+118
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 use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney1-1/+0
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 implicit slab.h inclusion from percpu.hTejun Heo11-0/+11
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks3-4/+22
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks2-0/+2
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks4-20/+15
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks4-18/+18
2010-01-19ecryptfs: use after freeDan Carpenter1-2/+2
2010-01-19ecryptfs: Eliminate useless codeJulia Lawall1-1/+1
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok1-2/+2
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: initialize private persistent file before dereferencing pointerErez Zadok1-7/+7
2010-01-19eCryptfs: Remove mmap from directory operationsTyler Hicks1-1/+0
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 Zadok3-5/+5