summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro14-72/+57
2017-11-30Merge 4.9.66 into android-4.9Greg Kroah-Hartman144-616/+1210
2017-11-30eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter1-3/+4
2017-11-02Merge 4.9.60 into android-4.9Greg Kroah-Hartman25-120/+213
2017-11-02ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-8/+25
2017-10-13f2fs: catch up to v4.14-rc1Hyojun Kim63-3789/+8812
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher55-319/+0
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher14-85/+97
2016-10-07ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher3-14/+51
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi55-63/+63
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi17-31/+78
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara51-68/+67
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 Torvalds3-3/+20
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-05-28switch ->setxattr() to passing dentry and inode separatelyAl Viro20-44/+59
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-112/+69
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds195-1230/+1449
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds76-777/+3091
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro1573-10194/+17108
2016-05-09switch ecryptfs to ->iterate_sharedAl Viro1-1/+1
2016-05-09Merge branch 'for-linus' into work.lookupsAl Viro2-19/+65
2016-05-04ecryptfs: fix handling of directory openingAl Viro1-16/+55
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro107-458/+414
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 Viro34-85/+94
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
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...Linus Torvalds5-77/+46
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-465/+488
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 Viro177-883/+908
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro43-218/+206
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro45-132/+234
2015-12-07don't opencode iget_failed()Al Viro2-6/+2
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds20-37/+27
[next]