aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro1-25/+40
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-41/+34
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2019-07-02ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam1-11/+2
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2-2/+2
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing1-1/+1
2019-06-19ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sigYueHaibing1-2/+2
2019-06-19ecryptfs: use print_hex_dump_bytes for hexdumpSascha Hauer1-19/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner12-180/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+2
2019-05-01ecryptfs: make use of ->free_inode()Al Viro1-3/+2
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers2-2/+0
2019-02-16eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko1-2/+15
2019-02-16ecryptfs: re-order a condition for static checkersDan Carpenter1-2/+3
2019-02-16eCryptfs: fix a couple type promotion bugsDan Carpenter1-4/+8
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+3
2018-10-09ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Al Viro1-3/+8
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-2/+1
2018-04-16eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks2-18/+44
2018-03-29ecryptfs: fix spelling mistake: "cadidate" -> "candidate"Colin Ian King1-1/+1
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck1-2/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
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 Torvalds8-98/+34
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-06ecryptfs: remove unnecessary i_version bumpJeff Layton1-1/+0
2017-11-06ecryptfs: use ARRAY_SIZEJérémy Lefaure1-4/+3
2017-11-06ecryptfs: Adjust four checks for null pointersMarkus Elfring2-4/+4
2017-11-06ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth...Markus Elfring1-7/+4
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring6-59/+7
2017-11-06eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter1-3/+4
2017-11-04ecryptfs: remove private bin2hex implementationRasmus Villemoes2-16/+8
2017-11-04ecryptfs: add missing \n to end of various error messagesColin Ian King3-3/+3
2017-10-12ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-8/+25
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-2/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-1/+1
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-1/+1
2017-08-03ecryptfs: convert to file_write_and_wait in ->fsyncJeff Layton1-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 Kara2-4/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+8
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-5/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-09ecryptfs: use vfs_get_link()Miklos Szeredi1-17/+12
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-29/+54
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2-17/+14
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher3-14/+51
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-08ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney1-11/+2
2016-06-20ecryptfs: fix spelling mistakesChris J Arges2-4/+4
2016-06-20eCryptfs: fix typos in commentWei Yuan1-2/+2
2016-06-20ecryptfs: drop null test before destroy functionsJulia Lawall1-2/+1
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds1-2/+11
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro4-10/+13
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-50/+35
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-16/+21
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-21/+26
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro6-49/+49
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro1-1/+1
2016-05-09Merge branch 'for-linus' into work.lookupsAl Viro1-16/+55
2016-05-04ecryptfs: fix handling of directory openingAl Viro1-16/+55
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro4-15/+20
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu4-21/+26
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro4-15/+20
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov6-47/+47
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro1-35/+20
2016-03-31ecryptfs: avoid multiple aliases for directoriesAl Viro1-20/+20
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+2
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-27/+12
2016-03-17eCryptfs: Use skcipher and shashHerbert Xu1-4/+2
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro3-21/+10
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro1-6/+2
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu7-161/+180
2016-01-22wrappers for ->i_mutex accessAl Viro2-18/+18
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+4
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+4
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+9
2015-12-06don't opencode iget_failed()Al Viro1-3/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-3/+2
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-10/+9
2015-08-18eCryptfs: Delete a check before the function call "key_put"Markus Elfring1-2/+1
2015-08-18eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks1-8/+8
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka1-1/+0
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-2/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-5/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells7-93/+93
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-7/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig1-6/+0
2015-03-03eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks1-4/+30
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King3-4/+4
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2-3/+3
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
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 Torvalds4-19/+16
2014-11-26eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2014-11-19kill f_dentry usesAl Viro2-2/+2
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+3
2014-10-29eCryptfs: Remove unnecessary casts when parsing packet lengthsTyler Hicks1-3/+3
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-23/+11
2014-10-09ecryptfs: ->f_op is never NULLAl Viro1-1/+1
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov1-7/+0
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-07-14ecryptfs: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-03ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt1-1/+0
2014-07-03fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick1-2/+1
2014-07-03ecryptfs: Drop castHimangi Saraogi1-3/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06ecryptfs: switch to ->read_iter()Al Viro1-5/+4
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro1-16/+13
2013-12-17Use %pd in eCryptFSDavid Howells2-8/+8
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-14eCryptfs: file->private_data is always validTyler Hicks1-6/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-54/+34
2013-11-09ecryptfs: ->f_op is never NULLAl Viro1-1/+1
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+2
2013-11-09locks: break delegations on linkJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+2
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-2/+2
2013-10-24file->f_op is never NULL...Al Viro1-4/+4
2013-10-24new helper: kfree_put_link()Al Viro1-11/+1
2013-10-24ecryptfs: ->lower_path.dentry is never NULLAl Viro1-2/+1
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro3-18/+3
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2-15/+20
2013-10-24ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro1-1/+1
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King1-1/+1
2013-10-16ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
2013-09-06ecryptfs: avoid ctx initialization raceKees Cook1-6/+6
2013-09-06ecryptfs: remove check for if an array is NULLDan Carpenter1-4/+0
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-269/+85
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2-8/+6
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro4-10/+8
2013-06-29[readdir] convert ecryptfsAl Viro1-20/+15
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-1/+3
2013-06-07eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks1-8/+8
2013-06-07eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks1-36/+14
2013-06-07eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks1-54/+20
2013-06-07eCryptfs: Combine page_offset crypto functionsTyler Hicks1-51/+18
2013-06-07eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Tyler Hicks1-86/+20
2013-06-07eCryptfs: Decrypt pages in-placeTyler Hicks1-16/+5
2013-06-07eCryptfs: Accept one offset parameter in page offset crypto functionsTyler Hicks1-26/+16
2013-06-07eCryptfs: Simplify lower file offset calculationTyler Hicks1-11/+7
2013-06-07eCryptfs: Read/write entire page during page IOTyler Hicks1-35/+31
2013-06-07eCryptfs: Use entire helper page during page crypto operationsTyler Hicks1-13/+16
2013-06-07eCryptfs: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-06-04eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks1-1/+6
2013-05-24ecryptfs: fixed msync to flush dataPaul Taysom1-0/+1
2013-05-10Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-41/+103
2013-05-09eCryptfs: Use the ablkcipher crypto APITyler Hicks2-41/+103
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+1
2013-05-09ecryptfs: don't open-code kernel_read()Al Viro1-8/+1
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-09ecryptfs: close rmmod raceAl Viro1-12/+2
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-26/+64
2013-03-03eCryptfs: allow userspace messaging to be disabledKees Cook4-6/+53
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-27eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()Tyler Hicks1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-9/+10
2013-02-26export kernel_write(), convert open-coded instancesAl Viro1-5/+1
2013-02-26switch vfs_getattr() to struct pathAl Viro2-2/+7
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-12ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null checkTim Gardner1-2/+1
2013-02-12eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...Tim Gardner1-2/+1