aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 6-47/+47
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-4/+2
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-27/+12
2016-03-17eCryptfs: Use skcipher and shashGravatar Herbert Xu 1-4/+2
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentGravatar Al Viro 3-21/+10
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Gravatar Al Viro 1-6/+2
2016-01-27eCryptfs: Use skcipher and shashGravatar Herbert Xu 7-161/+180
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 2-18/+18
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+4
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-3/+4
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+9
2015-12-06don't opencode iget_failed()Gravatar Al Viro 1-3/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-3/+2
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-10/+9
2015-08-18eCryptfs: Delete a check before the function call "key_put"Gravatar Markus Elfring 1-2/+1
2015-08-18eCryptfs: Invalidate dcache entries when lower i_nlink is zeroGravatar Tyler Hicks 1-8/+8
2015-08-07treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2015-07-09ioctl_compat: handle FITRIMGravatar Mikulas Patocka 1-1/+0
2015-05-15get rid of assorted nameidata-related debrisGravatar Al Viro 1-2/+1
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-5/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 7-93/+93
2015-04-11make new_sync_{read,write}() staticGravatar Al Viro 1-2/+0
2015-04-11Merge branch 'iocb' into for-nextGravatar Al Viro 1-7/+0
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+0
2015-03-13fs: don't allow to complete sync iocbs through aio_completeGravatar Christoph Hellwig 1-6/+0
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