summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66Nathan Chancellor2020-03-111-2/+2
* ecryptfs: replace BUG_ON with error handling codeAditya Pakki2020-02-281-2/+4
* ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang2020-02-281-0/+1
* ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang2020-02-281-1/+1
* ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro2019-11-251-4/+3
* ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro2019-11-251-2/+10
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-08-041-4/+8
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-2/+1
* eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter2017-11-301-3/+4
* ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-11-022-8/+25
* ecryptfs: fix handling of directory openingAl Viro2016-09-151-16/+55
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-08-101-1/+14
* Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-08-101-11/+2
* ecryptfs: forbid opening files without mmap handlerJann Horn2016-06-241-2/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\
| * fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-3/+2
* | Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-09-082-10/+9
|\ \ | |/ |/|
| * eCryptfs: Delete a check before the function call "key_put"Markus Elfring2015-08-181-2/+1
| * eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks2015-08-181-8/+8
* | treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
|/
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0
* get rid of assorted nameidata-related debrisAl Viro2015-05-151-2/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-5/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-157-93/+93
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* Merge branch 'iocb' into for-nextAl Viro2015-04-111-7/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
| * fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-6/+0
* | eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks2015-03-031-4/+30
* | eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King2015-02-243-4/+4
* | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-222-3/+3
|/
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-194-19/+16
|\
| * eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2014-11-261-1/+0
| * eCryptfs: Remove unnecessary casts when parsing packet lengthsTyler Hicks2014-10-291-3/+3
| * eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2014-10-232-15/+13
* | kill f_dentry usesAl Viro2014-11-192-2/+2
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+3
* | fs: limit filesystem stacking depthMiklos Szeredi2014-10-241-0/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+1
|\
| * ecryptfs: ->f_op is never NULLAl Viro2014-10-091-1/+1
* | Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-114-23/+11
|\ \ | |/ |/|
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-061-7/+0
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-051-1/+1
| * ecryptfs: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
| * ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt2014-07-031-1/+0
| * fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick2014-07-031-2/+1