aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01ecryptfs: constify pathAl Viro1-1/+1
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2021-04-19ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell1-0/+6
2021-04-19ecryptfs: main: Demote a bunch of non-conformant kernel-doc headersLee Jones1-12/+12
2021-01-24ecryptfs: do not mount on top of idmapped mountsChristian Brauner1-0/+6
2020-02-14eCryptfs: Replace deactivated email addressTyler Hicks1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-4/+4
2017-11-17Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-08eCryptfs: constify attribute_group structures.Arvind Yadav1-1/+1
2017-11-04ecryptfs: add missing \n to end of various error messagesColin Ian King1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-2/+1
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara1-3/+1
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher1-0/+1
2016-06-20ecryptfs: drop null test before destroy functionsJulia Lawall1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu1-1/+0
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-3/+3
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+13
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks1-3/+13
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro1-2/+1
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox1-4/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+3
2012-09-21userns: Convert ecryptfs to use kuid/kgid where appropriateEric W. Biederman1-2/+3
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+22
2012-07-23ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro1-5/+0
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-07-13eCryptfs: check for eCryptfs cipher support at mountTim Sally1-0/+13
2012-07-08eCryptfs: Copy up POSIX ACL and read-only flags from lower mountTyler Hicks1-1/+9
2012-03-20ecryptfs: make register_filesystem() the last potential failure exitAl Viro1-8/+8
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2011-08-09Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen1-2/+21
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks1-7/+2
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks1-3/+3
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks1-69/+0
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks1-22/+50
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-28eCryptfs: write lock requested keysRoberto Sassu1-1/+3
2011-03-28eCryptfs: verify authentication tokens before their useRoberto Sassu1-2/+2
2011-03-28ecryptfs: modify write path to encrypt page in writepageThieu Le1-2/+0
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches1-3/+4
2011-01-17ecryptfs: missing initialization of the superblock 'magic' fieldRoberto Sassu1-0/+2
2011-01-13ecryptfs: fix broken buildLinus Torvalds1-3/+2
2011-01-12sanitize ecryptfs ->mount()Al Viro1-87/+68
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-1/+7
2010-10-29ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu1-1/+7
2010-10-29convert ecryptfsAl Viro1-7/+5
2010-05-21Ban ecryptfs over ecryptfsAl Viro1-0/+8
2010-05-21Clean ecryptfs ->get_sb() upAl Viro1-83/+66
2010-05-21fix a couple of ecryptfs leaksAl Viro1-2/+7
2010-04-22ecryptfs: add bdi backing to mount sessionJens Axboe1-1/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-19ecryptfs: fix interpose/interpolate typos in commentsErez Zadok1-2/+2
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok1-1/+1
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-6/+1
2009-10-08ima: ecryptfs fix imbalance messageMimi Zohar1-1/+6
2009-09-23eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks1-2/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-3/+2
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks1-1/+5
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks1-4/+4
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks1-2/+3
2009-01-06eCryptfs: Filename Encryption: mount optionMichael Halcrow1-27/+99
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro1-14/+9
2008-10-16eCryptfs: remove netlink transportTyler Hicks1-11/+8
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-2/+2
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow1-16/+0
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow1-10/+19
2008-07-24ecryptfs: string copy cleanupMiklos Szeredi1-12/+6
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen1-2/+2
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow1-21/+21
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+2
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen1-3/+7
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen1-16/+7
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow1-5/+0
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk1-1/+1
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-2/+2
2008-01-24kobject: convert ecryptfs to use kobject_createGreg Kroah-Hartman1-7/+7
2008-01-24ecryptfs: remove version_str file from sysfsGreg Kroah-Hartman1-43/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-4/+6
2008-01-24kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman1-1/+1
2008-01-24kset: convert ecryptfs to use kset_createGreg Kroah-Hartman1-10/+9
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-2/+2
2008-01-24ecryptfs: clean up attribute messGreg Kroah-Hartman1-67/+18
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen1-1/+4
2007-12-17ecryptfs: set s_blocksize from lower fs in sbEric Sandeen1-0/+1
2007-10-17Clean up duplicate includes in fs/ecryptfs/Jesper Juhl1-1/+0
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+2
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow1-5/+0
2007-10-16eCryptfs: set up and destroy persistent lower fileMichael Halcrow1-0/+65
2007-10-16ecryptfs: fix error handlingMichael Halcrow1-21/+20
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-11/+17
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow1-2/+2
2007-10-16ecryptfs: printk warning fixesAndrew Morton1-1/+1
2007-10-16eCryptfs: kmem_cache objects for multiple keys; init/exit functionsMichael Halcrow1-8/+36
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow1-77/+44
2007-08-11eCryptfs: fix error handling in ecryptfs_initRyusuke Konishi1-5/+13
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-03-05[PATCH] ecryptfs: lower root result must be adirectoryDmitriy Monakhov1-7/+1
2007-03-01[PATCH] eCryptfs: no path_release() after path_lookup() errorMichael Halcrow1-1/+1
2007-02-16[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow1-0/+5
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-1/+6
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow1-2/+16
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow1-2/+47
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-6/+2
2006-12-08[PATCH] eCryptfs: Use fsstack's generic copy inode attr functionsJosef "Jeff" Sipek1-2/+3
2006-12-07[PATCH] make ecryptfs_version_str_map[] staticAdrian Bunk1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow1-0/+2
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow1-11/+2
2006-10-20[PATCH] ecryptfs: use special_file()Pekka Enberg1-4/+1
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+831