aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)AuthorFilesLines
2016-07-08ecryptfs: don't allow mmap when the lower fs doesn't support itGravatar Jeff Mahoney 1-1/+14
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Gravatar Jeff Mahoney 1-11/+2
2016-06-20ecryptfs: fix spelling mistakesGravatar Chris J Arges 2-4/+4
2016-06-20eCryptfs: fix typos in commentGravatar Wei Yuan 1-2/+2
2016-06-20ecryptfs: drop null test before destroy functionsGravatar Julia Lawall 1-2/+1
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Gravatar Linus Torvalds 1-2/+11
2016-06-10ecryptfs: forbid opening files without mmap handlerGravatar Jann Horn 1-2/+11
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 4-10/+13
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-50/+35
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-16/+21
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-21/+26
2016-05-11Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 6-49/+49
2016-05-09switch ecryptfs to ->iterate_sharedGravatar Al Viro 1-1/+1
2016-05-09Merge branch 'for-linus' into work.lookupsGravatar Al Viro 1-16/+55
2016-05-04ecryptfs: fix handling of directory openingGravatar Al Viro 1-16/+55
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 4-15/+20
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextGravatar Herbert Xu 4-21/+26
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 4-15/+20
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-31ecryptfs_lookup(): try either only encrypted or plaintext nameGravatar Al Viro 1-35/+20
2016-03-31ecryptfs: avoid multiple aliases for directoriesGravatar Al Viro 1-20/+20
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