1. 4373b3dc fscrypt: remove fscrypt_operations::max_namelen by Eric Biggers · 3 years, 3 months ago
  2. 064c734 ubifs: report correct st_size for encrypted symlinks by Eric Biggers · 3 years, 6 months ago
  3. a801fcf ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode by Zhihao Cheng · 3 years, 6 months ago
  4. 07c32de ubifs: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  5. 819f9ab ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattr by Zhihao Cheng · 3 years, 7 months ago
  6. f4e3634a ubifs: Fix races between xattr_{set|get} and listxattr operations by Zhihao Cheng · 3 years, 7 months ago
  7. be076fd ubifs: fix snprintf() checking by Dan Carpenter · 3 years, 8 months ago
  8. a2c2a62 ubifs: journal: Fix error return code in ubifs_jnl_write_inode() by Zhen Lei · 3 years, 8 months ago
  9. 51f6294 Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 3 years, 8 months ago
  10. a4f7fae Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 8 months ago
  11. 829ad58 ubifs: Report max LEB count at mount time by Martin Devera · 3 years, 10 months ago
  12. af61e7b ubifs: Set s_uuid in super block to support ima/evm uuid options by Steffen Trumtrar · 3 years, 10 months ago
  13. ba4884a ubifs: Default to zstd compression by Rui Salvaterra · 3 years, 9 months ago
  14. 3e90331 ubifs: Only check replay with inode type to judge if inode linked by Guochun Mao · 3 years, 9 months ago
  15. 8871d84 ubifs: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
  16. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
  17. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  18. 42119db ubifs: Fix error return code in alloc_wbufs() by Wang ShaoBo · 4 years, 1 month ago
  19. d984bcf ubifs: Fix off-by-one error by Sascha Hauer · 4 years ago
  20. 410b6de ubifs: replay: Fix high stack usage, again by Arnd Bergmann · 4 years ago
  21. 11b8ab3 ubifs: Fix memleak in ubifs_init_authentication by Dinghao Liu · 4 years ago
  22. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  23. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  24. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  25. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  26. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  27. 787fec8 Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years ago
  28. ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years ago
  29. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
  30. b80a974 ubifs: ubifs_dump_node: Dump all branches of the index node by Zhihao Cheng · 4 years, 6 months ago
  31. bf6dab7 ubifs: ubifs_dump_sleb: Remove unused function by Zhihao Cheng · 4 years, 6 months ago
  32. a33e30a ubifs: Pass node length in all node dumping callers by Zhihao Cheng · 4 years, 6 months ago
  33. c8be097 Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len" by Zhihao Cheng · 4 years, 6 months ago
  34. c4c0d19 ubifs: Limit dumping length by size of memory which is allocated for the node by Zhihao Cheng · 4 years, 6 months ago
  35. 32f6ccc ubifs: Remove the redundant return in dbg_check_nondata_nodes_order by Chengsong Ke · 4 years, 2 months ago
  36. 89f40d0 ubifs: Fixed print foramt mismatch in ubifs by Fangping Liang · 4 years ago
  37. 3cded66 ubifs: Fix error return code in ubifs_init_authentication() by Wang ShaoBo · 4 years, 1 month ago
  38. 20f1431 ubifs: wbuf: Don't leak kernel memory to flash by Richard Weinberger · 4 years, 1 month ago
  39. f212400 ubifs: Fix the printing type of c->big_lpt by Chengsong Ke · 4 years, 2 months ago
  40. 2976c19 ubifs: Code cleanup by removing ifdef macro surrounding by Chengguang Xu · 4 years, 7 months ago
  41. b8f1da9 ubifs: Delete duplicated words + other fixes by Randy Dunlap · 4 years, 5 months ago
  42. bb9cd91 fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 1 month ago
  43. ec0caa97 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
  44. a302052 ubifs: remove ubifs_dir_open() by Eric Biggers · 4 years, 1 month ago
  45. 76786a0f0 ubifs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 1 month ago
  46. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 1 month ago
  47. 4297312 Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 2 months ago
  48. a96fd1c Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 2 months ago
  49. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  50. e2a05cc ubifs: mount_ubifs: Release authentication resource in error handling path by Zhihao Cheng · 4 years, 3 months ago
  51. bb674a4 ubifs: Don't parse authentication mount options in remount process by Zhihao Cheng · 4 years, 3 months ago
  52. 47f6d9c ubifs: Fix a memleak after dumping authentication mount options by Zhihao Cheng · 4 years, 3 months ago
  53. 78c7d49 ubifs: journal: Make sure to not dirty twice for auth nodes by Richard Weinberger · 4 years, 3 months ago
  54. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 3 months ago
  55. 4c030fa ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 3 months ago
  56. b30e223 ubifs: Fix some kernel-doc warnings in tnc.c by Wang Hai · 4 years, 3 months ago
  57. f279e5a ubifs: Fix some kernel-doc warnings in replay.c by Wang Hai · 4 years, 3 months ago
  58. 7889042 ubifs: Fix some kernel-doc warnings in gc.c by Wang Hai · 4 years, 3 months ago
  59. f39d9f4 ubifs: Fix 'hash' kernel-doc warning in auth.c by Wang Hai · 4 years, 3 months ago
  60. 121b8fc ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() fails by Zhihao Cheng · 4 years, 4 months ago
  61. dd7db14 ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inode by Zhihao Cheng · 4 years, 4 months ago
  62. 58f6e78 ubifs: dent: Fix some potential memory leaks while iterating entries by Zhihao Cheng · 4 years, 7 months ago
  63. f2aae74 ubifs: xattr: Fix some potential memory leaks while iterating entries by Zhihao Cheng · 4 years, 7 months ago
  64. 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 4 months ago
  65. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  66. 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, 4 months ago
  67. 094b6d1 ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|rename by Zhihao Cheng · 4 years, 6 months ago
  68. fcf4419 ubifs: misc.h: delete a duplicated word by Randy Dunlap · 4 years, 5 months ago
  69. a7a8f4a ubifs: add option to specify version for new file systems by Martin Kaistra · 4 years, 6 months ago
  70. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  71. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  72. 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
  73. 3c3c32f ubifs: fix wrong use of crypto_shash_descsize() by Eric Biggers · 4 years, 8 months ago
  74. f80df38 ubifs: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
  75. ecf8409 ubifs: remove broken lazytime support by Christoph Hellwig · 4 years, 9 months ago
  76. 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
  77. acc5af3 ubifs: Fix out-of-bounds memory access caused by abnormal value of node_len by Liu Song · 5 years ago
  78. 927cc5c ubifs: ubifs_add_orphan: Fix a memory leak bug by Zhihao Cheng · 4 years, 10 months ago
  79. 81423c7 ubifs: ubifs_jnl_write_inode: Fix a memory leak bug by Zhihao Cheng · 4 years, 10 months ago
  80. 4ab25ac ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans() by Richard Weinberger · 5 years ago
  81. 861261f ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE by Eric Biggers · 4 years, 9 months ago
  82. bddea11 Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 11 months ago
  83. 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
  84. aec992a ubifs: allow both hash and disk name to be provided in no-key names by Eric Biggers · 5 years ago
  85. f0d07a9 ubifs: don't trigger assertion on invalid no-key filename by Eric Biggers · 5 years ago
  86. 50d9fad ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted() by Eric Biggers · 5 years ago
  87. ff90bdf ubifs: Fix memory leak from c->sup_node by Quanyang Wang · 5 years ago
  88. 155fc6b ubifs: Fix ino_t format warnings in orphan_delete() by Geert Uytterhoeven · 5 years ago
  89. f5de5b83 ubifs: Fix deadlock in concurrent bulk-read and writepage by Zhihao Cheng · 5 years ago
  90. edec513 ubifs: Fix wrong memory allocation by Sascha Hauer · 5 years ago
  91. 219b0e2 ubifs: Add support for FS_ENCRYPT_FL by Eric Biggers · 5 years ago
  92. 2b57067 ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag by Eric Biggers · 5 years ago
  93. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  94. 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
  95. 1bfad0c fs: ubifs: Eliminate timespec64_trunc() usage by Deepa Dinamani · 5 years ago
  96. eb31e2f utimes: Clamp the timestamps in notify_change() by Amir Goldstein · 5 years ago
  97. 6abf572 ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps by Zhihao Cheng · 5 years ago
  98. 10256f0 ubifs: do_kill_orphans: Fix a memory leak bug by Zhihao Cheng · 5 years ago
  99. 91cbf01 Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path" by Richard Weinberger · 5 years ago
  100. 7cc7720 ubifs: Fix type of sup->hash_algo by Ben Dooks (Codethink) · 5 years ago