summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-2/+1
2017-11-30eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter1-3/+4
2017-11-02ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-9/+25
2016-07-20ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-07-20Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney1-11/+2
2016-06-20ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2015-03-24eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks1-4/+30
2015-01-08eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-01-08eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
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-07ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov1-7/+0
2014-10-06ecryptfs: 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-04ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt1-1/+0
2014-07-04fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick1-2/+1
2014-07-04ecryptfs: Drop castHimangi Saraogi1-3/+1
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-07ecryptfs: switch to ->read_iter()Al Viro1-5/+4
2014-04-05Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-04-04mm + 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-15eCryptfs: 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-10ecryptfs: ->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-25file->f_op is never NULL...Al Viro1-4/+4
2013-10-25new helper: kfree_put_link()Al Viro1-11/+1
2013-10-25ecryptfs: ->lower_path.dentry is never NULLAl Viro1-2/+1
2013-10-25ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro3-18/+3
2013-10-25ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2-15/+20
2013-10-25ecryptfs: 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-17ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
2013-09-07ecryptfs: avoid ctx initialization raceKees Cook1-6/+6
2013-09-07ecryptfs: 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-10Use 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