aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 5-12/+55
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsGravatar Tyler Hicks 1-0/+2
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterGravatar Roberto Sassu 3-1/+17
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Gravatar Roberto Sassu 1-2/+2
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Gravatar Roberto Sassu 1-6/+28
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileGravatar Tyler Hicks 1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Gravatar Roberto Sassu 1-4/+3
2010-10-29convert ecryptfsGravatar Al Viro 1-7/+5
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-0/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-0/+2
2010-10-04BKL: Remove BKL from ecryptfsGravatar Arnd Bergmann 2-7/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-0/+4
2010-09-23fs/ecryptfs: Remove unnecessary casts of private_dataGravatar Joe Perches 1-1/+1
2010-08-27eCryptfs: Fix encrypted file name lookup regressionGravatar Tyler Hicks 2-8/+24
2010-08-27ecryptfs: properly mark init functionsGravatar Jerome Marchand 4-4/+4
2010-08-27fs/ecryptfs: Return -ENOMEM on memory allocation failureGravatar Julia Lawall 1-0/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 3-38/+118
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-8/+24
2010-08-09pass a struct path to vfs_statfsGravatar Christoph Hellwig 1-1/+5
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-3/+5
2010-08-09check ATTR_SIZE contraints in inode_change_okGravatar Christoph Hellwig 1-4/+14
2010-08-09ecryptfs: dont call lookup_one_len to avoid NULL nameidataGravatar Lino Sanfilippo 1-12/+77
2010-08-09fs/ecryptfs/file.c: introduce missing freeGravatar Julia Lawall 1-2/+2
2010-08-09ecryptfs: release reference to lower mount if interpose failsGravatar Lino Sanfilippo 1-2/+3
2010-08-09eCryptfs: Handle ioctl calls with unlocked and compat functionsGravatar Tyler Hicks 1-21/+35
2010-08-09ecryptfs: Fix warning in ecryptfs_process_response()Gravatar Prarit Bhargava 1-1/+1
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 1-8/+9
2010-07-28ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsGravatar Andre Osterhues 1-8/+9
2010-06-16Merge branch 'master' into for-nextGravatar Jiri Kosina 7-177/+106
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2010-05-27kill spurious reference to vmtruncateGravatar npiggin@suse.de 1-2/+2
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesGravatar Al Viro 3-45/+11
2010-05-21switch ecryptfs_get_locked_page() to struct inode *Gravatar Al Viro 3-15/+7
2010-05-21simplify access to ecryptfs inodes in ->readpage() and friendsGravatar Al Viro 1-4/+3
2010-05-21Ban ecryptfs over ecryptfsGravatar Al Viro 1-0/+8
2010-05-21sanitize vfs_fsync calling conventionsGravatar Christoph Hellwig 1-3/+1
2010-05-21Clean ecryptfs ->get_sb() upGravatar Al Viro 1-83/+66
2010-05-21fix a couple of ecryptfs leaksGravatar Al Viro 2-24/+7
2010-04-22ecryptfs: add bdi backing to mount sessionGravatar Jens Axboe 3-1/+12
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 5-100/+118
2010-04-19eCryptfs: Turn lower lookup error messages into debug messagesGravatar Tyler Hicks 1-6/+6
2010-04-19eCryptfs: Copy lower directory inode times and size on linkGravatar Tyler Hicks 1-2/+2
2010-04-19ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeGravatar Jeff Mahoney 1-1/+0
2010-04-19ecryptfs: fix error code for missing xattrs in lower fsGravatar Christian Pulvermacher 1-4/+4
2010-04-19eCryptfs: Decrypt symlink target for stat sizeGravatar Tyler Hicks 1-48/+52
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 11-0/+11
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewGravatar Tyler Hicks 3-4/+22