1. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  2. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
  3. 4c030fa ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 4 months ago
  4. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
  5. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  6. 163c3e3dc Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 5 months ago
  7. 094b6d1 ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename by Zhihao Cheng · 4 years, 6 months ago
  8. fcf4419 ubifs: misc.h: delete a duplicated word by Randy Dunlap · 4 years, 6 months ago
  9. a7a8f4a ubifs: add option to specify version for new file systems by Martin Kaistra · 4 years, 6 months ago
  10. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  11. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  12. 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
  13. 3c3c32f ubifs: fix wrong use of crypto_shash_descsize() by Eric Biggers · 4 years, 8 months ago
  14. f80df38 ubifs: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
  15. ecf8409 ubifs: remove broken lazytime support by Christoph Hellwig · 4 years, 9 months ago
  16. 763dede Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 9 months ago
  17. acc5af3 ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len by Liu Song · 5 years ago
  18. 927cc5c ubifs: ubifs_add_orphan: Fix a memory leak bug by Zhihao Cheng · 4 years, 10 months ago
  19. 81423c7 ubifs: ubifs_jnl_write_inode: Fix a memory leak bug by Zhihao Cheng · 4 years, 10 months ago
  20. 4ab25ac ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans() by Richard Weinberger · 5 years ago
  21. 861261f ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE by Eric Biggers · 4 years, 10 months ago
  22. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  23. e84bcd6 Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 5 years ago
  24. aec992a ubifs: allow both hash and disk name to be provided in no-key names by Eric Biggers · 5 years ago
  25. f0d07a9 ubifs: don't trigger assertion on invalid no-key filename by Eric Biggers · 5 years ago
  26. 50d9fad ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted() by Eric Biggers · 5 years ago
  27. ff90bdf ubifs: Fix memory leak from c->sup_node by Quanyang Wang · 5 years ago
  28. 155fc6b ubifs: Fix ino_t format warnings in orphan_delete() by Geert Uytterhoeven · 5 years ago
  29. f5de5b8 ubifs: Fix deadlock in concurrent bulk-read and writepage by Zhihao Cheng · 5 years ago
  30. edec513 ubifs: Fix wrong memory allocation by Sascha Hauer · 5 years ago
  31. 219b0e2 ubifs: Add support for FS_ENCRYPT_FL by Eric Biggers · 5 years ago
  32. 2b57067 ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag by Eric Biggers · 5 years ago
  33. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  34. 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
  35. 1bfad0c fs: ubifs: Eliminate timespec64_trunc() usage by Deepa Dinamani · 5 years ago
  36. eb31e2f utimes: Clamp the timestamps in notify_change() by Amir Goldstein · 5 years ago
  37. 6abf572 ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps by Zhihao Cheng · 5 years ago
  38. 10256f0 ubifs: do_kill_orphans: Fix a memory leak bug by Zhihao Cheng · 5 years ago
  39. 91cbf01 Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path" by Richard Weinberger · 5 years ago
  40. 7cc7720 ubifs: Fix type of sup->hash_algo by Ben Dooks (Codethink) · 5 years ago
  41. df22b5b ubifs: Fixed missed le64_to_cpu() in journal by Ben Dooks (Codethink) · 5 years ago
  42. 3cfa441 ubifs: Force prandom result to __le32 by Ben Dooks (Codethink) · 5 years ago
  43. b27b281 ubifs: Remove obsolete TODO from dfs_file_write() by Richard Weinberger · 5 years ago
  44. 104c0d6 Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 5 years ago
  45. cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  46. 734d1ed Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  47. 9163e01 ubifs: Fix memory leak bug in alloc_ubifs_info() error path by Wenwen Wang · 5 years ago
  48. 7992e00 ubifs: Fix memory leak in __ubifs_node_verify_hmac error path by Wenwen Wang · 5 years ago
  49. ce4d8b1 ubifs: Fix memory leak in read_znode() error path by Wenwen Wang · 5 years ago
  50. cbc898d ubifs: Remove redundant assignment to pointer fname by Colin Ian King · 6 years ago
  51. 3818c19 timestamp_truncate: Replace users of timespec64_trunc by Deepa Dinamani · 6 years ago
  52. 0af83ab ubifs: Limit the number of pages in shrink_liability by Liu Song · 5 years ago
  53. 377e208 ubifs: Correctly initialize c->min_log_bytes by Richard Weinberger · 5 years ago
  54. 4dd75b3 ubifs: Fix double unlock around orphan_delete() by Richard Weinberger · 5 years ago
  55. 62de259 ubifs: wire up new fscrypt ioctls by Eric Biggers · 5 years ago
  56. 3710969 mm: migrate: remove unused mode argument by Keith Busch · 5 years ago
  57. a318423 Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 5 years ago
  58. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  59. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  60. 25cd6f3 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  61. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
  62. 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  63. 8009ce9 ubifs: Don't leak orphans on memory during commit by Richard Weinberger · 6 years ago
  64. ee1438c ubifs: Check link count of inodes when killing orphans. by Richard Weinberger · 6 years ago
  65. eeabb98 ubifs: Add support for zstd compression. by Michele Dionisio · 6 years ago
  66. 817aa09 ubifs: support offline signed images by Sascha Hauer · 6 years ago
  67. 8ba0a2a ubifs: remove unnecessary check in ubifs_log_start_commit by Liu Song · 6 years ago
  68. 7d8c811 ubifs: Fix typo of output in get_cs_sqnum by Liu Song · 6 years ago
  69. d5cf947 ubifs: Simplify redundant code by Liu Song · 6 years ago
  70. bacfa94 ubifs: Correctly use tnc_next() in search_dh_cookie() by Richard Weinberger · 6 years ago
  71. d71cac5 ubifs: fix build warning after debugfs cleanup patch by Greg Kroah-Hartman · 6 years ago
  72. 702d6a8 ubifs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  73. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  74. 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
  75. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  76. 41adbcb fscrypt: introduce fscrypt_decrypt_block_inplace() by Eric Biggers · 6 years ago
  77. 03569f2 fscrypt: introduce fscrypt_encrypt_block_inplace() by Eric Biggers · 6 years ago
  78. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  79. 4dd0481 ubifs: Convert xattr inum to host order by Richard Weinberger · 6 years ago
  80. 76aa349 ubifs: Use correct config name for encryption by Richard Weinberger · 6 years ago
  81. 481a9b8 ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR by YueHaibing · 6 years ago
  82. d7a02fa Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
  83. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  84. a65d10f ubifs: Drop unnecessary setting of zbr->znode by Sascha Hauer · 6 years ago
  85. e3d73de ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT by Sascha Hauer · 6 years ago
  86. eea2c05 ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION by Sascha Hauer · 6 years ago
  87. 9ca2d73 ubifs: Limit number of xattrs per inode by Richard Weinberger · 6 years ago
  88. 988bec4 ubifs: orphan: Handle xattrs like files by Richard Weinberger · 6 years ago
  89. 7959cf3 ubifs: journal: Handle xattrs like files by Richard Weinberger · 6 years ago
  90. 257bb92 ubifs: find.c: replace swap function with built-in one by Andrey Abramov · 6 years ago
  91. e9cd7df ubifs: Do not skip hash checking in data nodes by Sascha Hauer · 6 years ago
  92. f4844b3 ubifs: work around high stack usage with clang by Arnd Bergmann · 6 years ago
  93. fb9a5a3 ubifs: remove unused function __ubifs_shash_final by YueHaibing · 6 years ago
  94. cf39496 ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy() by Eric Biggers · 6 years ago
  95. c64cda8 ubifs: remove unnecessary calls to set up directory key by Eric Biggers · 6 years ago
  96. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  97. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  98. dc43175 ubifs: switch to ->free_inode() by Al Viro · 6 years ago
  99. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  100. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago