summaryrefslogtreecommitdiff
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)Author
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28eCryptfs: write lock requested keysRoberto Sassu
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu
2011-01-13ecryptfs: fix broken buildLinus Torvalds
2011-01-12sanitize ecryptfs ->mount()Al Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu
2010-10-29convert ecryptfsAl Viro
2010-05-21Ban ecryptfs over ecryptfsAl Viro
2010-05-21Clean ecryptfs ->get_sb() upAl Viro
2010-05-21fix a couple of ecryptfs leaksAl Viro
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-10-08ima: ecryptfs fix imbalance messageMimi Zohar
2009-09-23eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro
2008-10-16eCryptfs: remove netlink transportTyler Hicks
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow
2008-07-24ecryptfs: string copy cleanupMiklos Szeredi
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman