aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+22
|\
| * eCryptfs: check for eCryptfs cipher support at mountTim Sally2012-11-261-0/+13
| * eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks2012-11-261-1/+9
* | samsung update 1codeworkx2012-06-021-0/+76
|/
* Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen2011-08-151-2/+21
* eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks2011-05-291-7/+2
* eCryptfs: Fix new inode race conditionTyler Hicks2011-05-291-3/+3
* eCryptfs: Consolidate inode functions into inode.cTyler Hicks2011-05-291-69/+0
* eCryptfs: Add reference counting to lower filesTyler Hicks2011-04-251-22/+50
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* eCryptfs: write lock requested keysRoberto Sassu2011-03-281-1/+3
* eCryptfs: verify authentication tokens before their useRoberto Sassu2011-03-281-2/+2
* ecryptfs: modify write path to encrypt page in writepageThieu Le2011-03-281-2/+0
* fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches2011-01-171-3/+4
* ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu2011-01-171-0/+2
* ecryptfs: fix broken buildLinus Torvalds2011-01-131-3/+2
* sanitize ecryptfs ->mount()Al Viro2011-01-121-87/+68
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-10-291-1/+7
|\
| * ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu2010-10-291-1/+7
* | convert ecryptfsAl Viro2010-10-291-7/+5
|/
* Ban ecryptfs over ecryptfsAl Viro2010-05-211-0/+8
* Clean ecryptfs ->get_sb() upAl Viro2010-05-211-83/+66
* fix a couple of ecryptfs leaksAl Viro2010-05-211-2/+7
* ecryptfs: add bdi backing to mount sessionJens Axboe2010-04-221-1/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ecryptfs: fix interpose/interpolate typos in commentsErez Zadok2010-01-191-2/+2
* fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok2009-12-171-1/+1
* Untangling ima mess, part 2: deal with countersAl Viro2009-12-161-6/+1
* ima: ecryptfs fix imbalance messageMimi Zohar2009-10-081-1/+6
* eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks2009-09-231-2/+1
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-3/+2
* eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks2009-04-221-1/+5
* eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks2009-04-221-4/+4
* eCryptfs: don't encrypt file key with filename keyTyler Hicks2009-03-141-2/+3
* eCryptfs: Filename Encryption: mount optionMichael Halcrow2009-01-061-27/+99
* CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
* [PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro2008-10-231-14/+9
* eCryptfs: remove netlink transportTyler Hicks2008-10-161-11/+8
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-2/+2
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-241-16/+0
* eCryptfs: do not try to open device files on mknodMichael Halcrow2008-07-241-10/+19
* ecryptfs: string copy cleanupMiklos Szeredi2008-07-241-12/+6
* ecryptfs: propagate key errors up at mount timeEric Sandeen2008-07-241-2/+2
* eCryptfs: Privileged kthread for lower file opensMichael Halcrow2008-07-241-21/+21
* ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-291-1/+1
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+2
* ecryptfs: check for existing key_tfm at mount timeEric Sandeen2008-02-061-3/+7