1. c0965be ecryptfs: replace BUG_ON with error handling code by Aditya Pakki · 4 years, 5 months ago
  2. d7a5408 ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() by Wenwen Wang · 4 years, 11 months ago
  3. 70457d9 ecryptfs: fix a memory leak bug in parse_tag_1_packet() by Wenwen Wang · 4 years, 11 months ago
  4. bdae2f7 ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either by Al Viro · 4 years, 8 months ago
  5. beb3860 ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable by Al Viro · 4 years, 8 months ago
  6. 30c6b34 eCryptfs: fix a couple type promotion bugs by Dan Carpenter · 6 years ago
  7. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  8. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  9. e86281e eCryptfs: don't pass up plaintext names when using filename encryption by Tyler Hicks · 6 years ago
  10. f62fd7a ecryptfs: fix spelling mistake: "cadidate" -> "candidate" by Colin Ian King · 6 years ago
  11. ab13a92 ecryptfs: lookup: Don't check if mount_crypt_stat is NULL by Guenter Roeck · 6 years ago
  12. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  13. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  14. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  15. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  16. e0bcb42 Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 7 years ago
  17. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  18. 4670269 eCryptfs: constify attribute_group structures. by Arvind Yadav · 7 years ago
  19. 0695a3c ecryptfs: remove unnecessary i_version bump by Jeff Layton · 7 years ago
  20. 02f9876 ecryptfs: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  21. 5032f36 ecryptfs: Adjust four checks for null pointers by Markus Elfring · 7 years ago
  22. a463ce5 ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth_tok() by Markus Elfring · 7 years ago
  23. 1a0bba4 ecryptfs: Delete 21 error messages for a failed memory allocation by Markus Elfring · 7 years ago
  24. db86be3 eCryptfs: use after free in ecryptfs_release_messaging() by Dan Carpenter · 7 years ago
  25. abbae6d ecryptfs: remove private bin2hex implementation by Rasmus Villemoes · 8 years ago
  26. 0996b67 ecryptfs: add missing \n to end of various error messages by Colin Ian King · 8 years ago
  27. f66665c ecryptfs: fix dereference of NULL user_key_payload by Eric Biggers · 7 years ago
  28. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  29. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  30. e13ec93 fs: fix kernel_write prototype by Christoph Hellwig · 7 years ago
  31. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  32. 6d4b512 ecryptfs: convert to file_write_and_wait in ->fsync by Jeff Layton · 7 years ago
  33. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  34. e836818 ecryptfs: Convert to separately allocated bdi by Jan Kara · 7 years ago
  35. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  36. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  37. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 7 years ago
  38. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  39. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 7 years ago
  40. 57366a8 scripts/spelling.txt: add "againt" pattern and fix typo instances by Masahiro Yamada · 7 years ago
  41. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  42. 6c988f5 ecryptfs: use vfs_get_link() by Miklos Szeredi · 8 years ago
  43. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  46. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  47. 4b899da ecryptfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  48. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  49. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  50. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  51. f0fe970 ecryptfs: don't allow mmap when the lower fs doesn't support it by Jeff Mahoney · 8 years ago
  52. 78c4e17 Revert "ecryptfs: forbid opening files without mmap handler" by Jeff Mahoney · 8 years ago
  53. 40f0fd3 ecryptfs: fix spelling mistakes by Chris J Arges · 8 years ago
  54. 5f9f2c2 eCryptfs: fix typos in comment by Wei Yuan · 8 years ago
  55. c39341c ecryptfs: drop null test before destroy functions by Julia Lawall · 9 years ago
  56. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 8 years ago
  57. 2f36db7 ecryptfs: forbid opening files without mmap handler by Jann Horn · 8 years ago
  58. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  59. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  60. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  62. e4d35be Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  63. 51a16a9 switch ecryptfs to ->iterate_shared by Al Viro · 8 years ago
  64. a063ff1 Merge branch 'for-linus' into work.lookups by Al Viro · 8 years ago
  65. 6a480a7 ecryptfs: fix handling of directory opening by Al Viro · 8 years ago
  66. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  67. e81f334 eCryptfs: Do not allocate hash tfm in NORECLAIM context by Herbert Xu · 8 years ago
  68. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  69. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  70. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  71. 88ae4ab ecryptfs_lookup(): try either only encrypted or plaintext name by Al Viro · 8 years ago
  72. b1168a9 ecryptfs: avoid multiple aliases for directories by Al Viro · 8 years ago
  73. c130423 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  74. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  75. d1558f4 eCryptfs: Use skcipher and shash by Herbert Xu · 8 years ago
  76. 97c3160 ecryptfs_encrypt_and_encode_filename(): drop unused argument by Al Viro · 8 years ago
  77. 6b719e5 ecryptfs_lookup(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  78. 3095e8e eCryptfs: Use skcipher and shash by Herbert Xu · 8 years ago
  79. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  80. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  81. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  82. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  83. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  84. 0e81ba2 don't opencode iget_failed() by Al Viro · 9 years ago
  85. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  86. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  87. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  88. b9ffce9 Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 9 years ago
  89. 0dad87f eCryptfs: Delete a check before the function call "key_put" by Markus Elfring · 9 years ago
  90. 5556e7e eCryptfs: Invalidate dcache entries when lower i_nlink is zero by Tyler Hicks · 9 years ago
  91. 971bd8f treewide: Fix typo in printk by Masanari Iida · 9 years ago
  92. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  93. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  94. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  95. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  96. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  97. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  98. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  99. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  100. 599bd19 fs: don't allow to complete sync iocbs through aio_complete by Christoph Hellwig · 9 years ago