summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2018-07-03Revert "do d_instantiate/unlock_new_inode combinations safely"Gustavo Solaira
2018-06-27Merge android-4.4.135 (c9d74f2) into msm-4.4Srinivasarao P
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-01-02Merge android-4.4.103 (9fbf3d7) into msm-4.4Srinivasarao P
2017-12-12Merge android-4.4.96 (aed4c54) into msm-4.4Blagovest Kolenichev
2017-11-30eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter
2017-11-02ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
2017-05-02fs: ecryptfs: Cache to be cleared after file writeNeeraj Soni
2016-12-16Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang
2016-09-15ecryptfs: fix handling of directory openingAl Viro
2016-09-14ecryptfs: forbid opening files without mmap handlerJann Horn
2016-08-18UPSTREAM: ecryptfs: fix handling of directory openingAl Viro
2016-08-10ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-08-10Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney
2016-06-24ecryptfs: forbid opening files without mmap handlerJann Horn
2016-06-22security: pfe: Fix the qualifier used to print size_tSrinivas Ramana
2016-03-25eCryptfs: fixed bug in cipher handlingGilad Broner
2016-03-23eCryptfs: fixes issue where files sometimes got corrupted upon closeAndrey Markovytch
2016-03-23eCryptfs: fixed some major bugsAndrey Markovytch
2016-03-23PFK: fixed issue where key in TZ was not set properlyAndrey Markovytch
2016-03-23ecryptfs: enhancing ecryptfs to be configurable with encryption typeAndrey Markovytch
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2015-08-18eCryptfs: Delete a check before the function call "key_put"Markus Elfring
2015-08-18eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks
2015-08-07treewide: Fix typo in printkMasanari Iida
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka
2015-05-15get rid of assorted nameidata-related debrisAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig
2015-03-03eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-26eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow
2014-11-19kill f_dentry usesAl Viro
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-10-29eCryptfs: Remove unnecessary casts when parsing packet lengthsTyler Hicks
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds