summaryrefslogtreecommitdiff
path: root/fs/ecryptfs (unfollow)
Commit message (Expand)Author
2021-05-26Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman
2021-05-22ecryptfs: fix kernel panic with null dev_nameJeffrey Mitchell
2020-07-23Revert "ecryptfs: Remove two pointless NULL checks in ecryptfs_dump_cipher"Michael Bestas
2020-05-21kernel: Fix build errors with LLVMSwetha Chikkaboraiah
2020-03-11ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66Nathan Chancellor
2020-02-28ecryptfs: replace BUG_ON with error handling codeAditya Pakki
2020-02-28ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()Wenwen Wang
2020-02-28ecryptfs: fix a memory leak bug in parse_tag_1_packet()Wenwen Wang
2020-02-02ecryptfs: Remove two pointless NULL checks in ecryptfs_dump_cipherNathan Chancellor
2019-11-25ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro
2019-11-25ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro
2019-08-04eCryptfs: fix a couple type promotion bugsDan Carpenter
2018-07-03Revert "do d_instantiate/unlock_new_inode combinations safely"Gustavo Solaira
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
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-15Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney
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-12UPSTREAM: ecryptfs: fix handling of directory openingAl Viro
2016-08-12UPSTREAM: ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-08-12UPSTREAM: Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney
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-07-25UPSTREAM: ecryptfs: forbid opening files without mmap handlerJann Horn
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-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-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-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