aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2015-03-03eCryptfs: don't pass fs-specific ioctl commands throughGravatar Tyler Hicks 1-4/+30
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunGravatar Colin Ian King 3-4/+4
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 2-3/+3
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+1
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-19/+16
2014-11-26eCryptfs: Remove buggy and unnecessary write in file name decode routineGravatar Michael Halcrow 1-1/+0
2014-11-19kill f_dentry usesGravatar Al Viro 2-2/+2
2014-10-31vfs: make first argument of dir_context.actor typedGravatar Miklos Szeredi 1-3/+3
2014-10-29eCryptfs: Remove unnecessary casts when parsing packet lengthsGravatar Tyler Hicks 1-3/+3
2014-10-24fs: limit filesystem stacking depthGravatar Miklos Szeredi 1-0/+7
2014-10-23eCryptfs: Force RO mount when encrypted view is enabledGravatar Tyler Hicks 2-15/+13
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-23/+11
2014-10-09ecryptfs: ->f_op is never NULLGravatar Al Viro 1-1/+1
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Gravatar Alexey Khoroshilov 1-7/+0
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrGravatar Chao Yu 1-1/+1
2014-07-14ecryptfs: remove unnecessary break after gotoGravatar Fabian Frederick 1-1/+0
2014-07-03ecryptfs: Remove unnecessary include of syscall.h in keystore.cGravatar Steven Rostedt 1-1/+0
2014-07-03fs/ecryptfs/messaging.c: remove null test before kfreeGravatar Fabian Frederick 1-2/+1
2014-07-03ecryptfs: Drop castGravatar Himangi Saraogi 1-3/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Gravatar Al Viro 1-2/+2
2014-05-06ecryptfs: switch to ->read_iter()Gravatar Al Viro 1-5/+4
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2014-04-01vfs: add renameat2 syscallGravatar Miklos Szeredi 1-1/+1
2014-01-25ecryptfs: fix failure handling in ->readlink()Gravatar Al Viro 1-16/+13
2013-12-17Use %pd in eCryptFSGravatar David Howells 2-8/+8
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-6/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONGravatar Wolfram Sang 1-1/+1
2013-11-14eCryptfs: file->private_data is always validGravatar Tyler Hicks 1-6/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-54/+34
2013-11-09ecryptfs: ->f_op is never NULLGravatar Al Viro 1-1/+1
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-2/+2
2013-11-09locks: break delegations on linkGravatar J. Bruce Fields 1-1/+1
2013-11-09locks: break delegations on renameGravatar J. Bruce Fields 1-1/+2
2013-11-09locks: break delegations on unlinkGravatar J. Bruce Fields 1-2/+2
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-4/+4
2013-10-24new helper: kfree_put_link()Gravatar Al Viro 1-11/+1
2013-10-24ecryptfs: ->lower_path.dentry is never NULLGravatar Al Viro 1-2/+1
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Gravatar Al Viro 3-18/+3
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyGravatar Al Viro 2-15/+20
2013-10-24ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opGravatar Al Viro 1-1/+1
2013-10-24eCryptfs: fix 32 bit corruption issueGravatar Colin Ian King 1-1/+1
2013-10-16ecryptfs: Fix memory leakage in keystore.cGravatar Geyslan G. Bem 1-1/+2
2013-09-06ecryptfs: avoid ctx initialization raceGravatar Kees Cook 1-6/+6
2013-09-06ecryptfs: remove check for if an array is NULLGravatar Dan Carpenter 1-4/+0
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-269/+85
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesGravatar Matthew Wilcox 2-8/+6
2013-07-05helper for reading ->d_countGravatar Al Viro 1-1/+1