summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2017-11-30eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter
2017-11-02ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
2016-07-20ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-07-20Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney
2016-06-19ecryptfs: forbid opening files without mmap handlerJann Horn
2015-03-23eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks
2015-01-08eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow
2015-01-08eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-09ecryptfs: ->f_op is never NULLAl Viro
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu
2014-07-14ecryptfs: remove unnecessary break after gotoFabian Frederick
2014-07-03ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt
2014-07-03fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick
2014-07-03ecryptfs: Drop castHimangi Saraogi
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06ecryptfs: switch to ->read_iter()Al Viro
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-01vfs: add renameat2 syscallMiklos Szeredi
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro
2013-12-17Use %pd in eCryptFSDavid Howells
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-14eCryptfs: file->private_data is always validTyler Hicks
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-09ecryptfs: ->f_op is never NULLAl Viro
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09locks: break delegations on linkJ. Bruce Fields
2013-11-09locks: break delegations on renameJ. Bruce Fields
2013-11-09locks: break delegations on unlinkJ. Bruce Fields
2013-10-24file->f_op is never NULL...Al Viro
2013-10-24new helper: kfree_put_link()Al Viro
2013-10-24ecryptfs: ->lower_path.dentry is never NULLAl Viro
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyAl Viro
2013-10-24ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King
2013-10-16ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem
2013-09-06ecryptfs: avoid ctx initialization raceKees Cook
2013-09-06ecryptfs: remove check for if an array is NULLDan Carpenter
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox
2013-07-05helper for reading ->d_countAl Viro
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro
2013-06-29[readdir] convert ecryptfsAl Viro
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro