aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-28eCryptfs: write lock requested keysRoberto Sassu2-7/+23
2011-03-28eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lockRoberto Sassu1-19/+19
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu3-81/+135
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu2-1/+2
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu3-3/+0
2011-03-28eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu1-0/+1
2011-03-28eCryptfs: Unlock page in write_begin error pathTyler Hicks1-0/+5
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le6-30/+38
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks3-27/+14
2011-03-28eCryptfs: Remove unnecessary grow_file() functionTyler Hicks2-23/+1
2011-02-21eCryptfs: Copy up lower inode attrs in getattrTyler Hicks1-0/+2
2011-02-21ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft1-0/+1
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks3-26/+29
2011-02-17eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"Tyler Hicks1-94/+12
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski1-8/+14
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks2-12/+12
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches6-29/+30
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu1-2/+2
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu2-27/+21
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu1-0/+2
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu1-1/+0
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin1-1/+1
2011-01-13ecryptfs: fix broken buildLinus Torvalds1-3/+2
2011-01-12sanitize ecryptfs ->mount()Al Viro2-88/+68
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+3
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-2/+7
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+11
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-2/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds5-12/+55
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsTyler Hicks1-0/+2
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu3-1/+17
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu1-2/+2
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu1-6/+28
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-10-29convert ecryptfsAl Viro1-7/+5
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-04BKL: Remove BKL from ecryptfsArnd Bergmann2-7/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+4
2010-09-23fs/ecryptfs: Remove unnecessary casts of private_dataJoe Perches1-1/+1
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