aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-16eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks
2018-03-29ecryptfs: fix spelling mistake: "cadidate" -> "candidate"Colin Ian King
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-17Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-08eCryptfs: constify attribute_group structures.Arvind Yadav
2017-11-06ecryptfs: remove unnecessary i_version bumpJeff Layton
2017-11-06ecryptfs: use ARRAY_SIZEJérémy Lefaure
2017-11-06ecryptfs: Adjust four checks for null pointersMarkus Elfring
2017-11-06ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth...Markus Elfring
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring
2017-11-06eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter
2017-11-04ecryptfs: remove private bin2hex implementationRasmus Villemoes
2017-11-04ecryptfs: add missing \n to end of various error messagesColin Ian King
2017-10-12ecryptfs: fix dereference of NULL user_key_payloadEric Biggers
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-08-03ecryptfs: convert to file_write_and_wait in ->fsyncJeff Layton
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-09ecryptfs: use vfs_get_link()Miklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-07-08ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney
2016-07-07Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney
2016-06-20ecryptfs: fix spelling mistakesChris J Arges
2016-06-20eCryptfs: fix typos in commentWei Yuan
2016-06-20ecryptfs: drop null test before destroy functionsJulia Lawall
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds