summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2011-04-25eCryptfs: Flush dirty pages in setattrTyler Hicks
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks
2011-04-25eCryptfs: dput dentries returned from dget_parentTyler Hicks
2011-04-25eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28eCryptfs: write lock requested keysRoberto Sassu
2011-03-28eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lockRoberto Sassu
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu
2011-03-28eCryptfs: modified size of keysig in the ecryptfs_key_sig structureRoberto Sassu
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu
2011-03-28eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu
2011-03-28eCryptfs: Unlock page in write_begin error pathTyler Hicks
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks
2011-03-28eCryptfs: Remove unnecessary grow_file() functionTyler Hicks
2011-02-21eCryptfs: Copy up lower inode attrs in getattrTyler Hicks
2011-02-21ecryptfs: read on a directory should return EISDIR if not supportedAndy Whitcroft
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks
2011-02-17eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"Tyler Hicks
2011-01-17ecryptfs: remove unnecessary decrypt when extending a fileFrank Swiderski
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2011-01-17ecryptfs: fixed testing of file descriptor flagsRoberto Sassu
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu
2011-01-17ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.hRoberto Sassu
2011-01-17ecryptfs: fix truncation error in ecryptfs_read_update_atimeEdward Shishkin
2011-01-13ecryptfs: fix broken buildLinus Torvalds
2011-01-12sanitize ecryptfs ->mount()Al Viro
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsTyler Hicks
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu
2010-10-29ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu
2010-10-29ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu
2010-10-29convert ecryptfsAl Viro
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-04BKL: Remove BKL from ecryptfsArnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck