aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro
2016-05-09Merge branch 'for-linus' into work.lookupsAl Viro
2016-05-04ecryptfs: fix handling of directory openingAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro
2016-03-31ecryptfs: avoid multiple aliases for directoriesAl Viro
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-17eCryptfs: Use skcipher and shashHerbert Xu
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-06don't opencode iget_failed()Al Viro
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2015-08-18eCryptfs: Delete a check before the function call "key_put"Markus Elfring
2015-08-18eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks
2015-08-07treewide: Fix typo in printkMasanari Iida
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka
2015-05-15get rid of assorted nameidata-related debrisAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig
2015-03-03eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks
2015-02-24eCryptfs: ensure copy to crypt_stat->cipher does not overrunColin Ian King
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig