aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-29/+54
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2-17/+14
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher3-14/+51
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-07-08ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney1-11/+2
2016-06-20ecryptfs: fix spelling mistakesChris J Arges2-4/+4
2016-06-20eCryptfs: fix typos in commentWei Yuan1-2/+2
2016-06-20ecryptfs: drop null test before destroy functionsJulia Lawall1-2/+1
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds1-2/+11
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro4-10/+13
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-50/+35
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-16/+21
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-21/+26
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro6-49/+49
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro1-1/+1
2016-05-09Merge branch 'for-linus' into work.lookupsAl Viro1-16/+55
2016-05-04ecryptfs: fix handling of directory openingAl Viro1-16/+55
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro4-15/+20
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu4-21/+26
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro4-15/+20
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov6-47/+47
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro1-35/+20
2016-03-31ecryptfs: avoid multiple aliases for directoriesAl Viro1-20/+20
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+2
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-27/+12
2016-03-17eCryptfs: Use skcipher and shashHerbert Xu1-4/+2
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro3-21/+10
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro1-6/+2
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu7-161/+180
2016-01-22wrappers for ->i_mutex accessAl Viro2-18/+18
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+4
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+4
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+9
2015-12-06don't opencode iget_failed()Al Viro1-3/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-3/+2
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-08Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds2-10/+9
2015-08-18eCryptfs: Delete a check before the function call "key_put"Markus Elfring1-2/+1
2015-08-18eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks1-8/+8
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka1-1/+0