aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-28eCryptfs: write lock requested keysGravatar Roberto Sassu 2-7/+23
2011-03-28eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lockGravatar Roberto Sassu 1-19/+19
2011-03-28eCryptfs: verify authentication tokens before their useGravatar Roberto Sassu 3-81/+135
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureGravatar Roberto Sassu 2-1/+2
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statGravatar Roberto Sassu 3-3/+0
2011-03-28eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixGravatar Roberto Sassu 1-0/+1
2011-03-28eCryptfs: Unlock page in write_begin error pathGravatar Tyler Hicks 1-0/+5
2011-03-28ecryptfs: modify write path to encrypt page in writepageGravatar Thieu Le 6-30/+38
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagGravatar Tyler Hicks 3-27/+14
2011-03-28eCryptfs: Remove unnecessary grow_file() functionGravatar Tyler Hicks 2-23/+1
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