aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2011-02-21eCryptfs: Copy up lower inode attrs in getattrGravatar Tyler Hicks 1-0/+2
2011-02-21ecryptfs: read on a directory should return EISDIR if not supportedGravatar Andy Whitcroft 1-0/+1
2011-02-21eCryptfs: Handle NULL nameidata pointersGravatar Tyler Hicks 3-26/+29
2011-02-17eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"Gravatar Tyler Hicks 1-94/+12
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileGravatar Frank Swiderski 1-8/+14
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsGravatar Tyler Hicks 2-12/+12
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutGravatar Joe Perches 6-29/+30
2011-01-17ecryptfs: fixed testing of file descriptor flagsGravatar Roberto Sassu 1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedGravatar Roberto Sassu 2-27/+21
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldGravatar Roberto Sassu 1-0/+2
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hGravatar Roberto Sassu 1-1/+0
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeGravatar Edward Shishkin 1-1/+1
2011-01-13ecryptfs: fix broken buildGravatar Linus Torvalds 1-3/+2
2011-01-12sanitize ecryptfs ->mount()Gravatar Al Viro 2-88/+68
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-1/+3
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-2/+7
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 2-3/+3
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+11
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-1/+1
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-2/+2
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