1. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  2. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  3. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  4. dc43175 ubifs: switch to ->free_inode() by Al Viro · 6 years ago
  5. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  6. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  7. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  8. 0cdc17e ubifs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  9. a840b56 Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
  10. 2fe8b2d ubifs: Reject unsupported ioctl flags explicitly by Hou Tao · 6 years ago
  11. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  12. ab41ee6 mm: migrate: drop unused argument of migrate_page_move_mapping() by Jan Kara · 6 years ago
  13. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  14. e58725d ubifs: Handle re-linking of inodes correctly while recovery by Richard Weinberger · 6 years ago
  15. d62e98e ubifs: Fix default compression selection in ubifs by Gabor Juhos · 6 years ago
  16. 6554a56 ubifs: Fix memory leak on error condition by Garry McNulty · 6 years ago
  17. 60eb5da ubifs: auth: Add CONFIG_KEYS dependency by Arnd Bergmann · 6 years ago
  18. aa3d31e ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FS by Geert Uytterhoeven · 6 years ago
  19. eb66eff ubifs: replay: Fix high stack usage by Arnd Bergmann · 6 years ago
  20. 3d234b3 crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations by Eric Biggers · 6 years ago
  21. 84db119 ubifs: Remove unneeded semicolon by Ding Xiang · 6 years ago
  22. d8a2277 ubifs: Enable authentication support by Sascha Hauer · 6 years ago
  23. 1e76592 ubifs: Do not update inode size in-place in authenticated mode by Sascha Hauer · 6 years ago
  24. 104115a ubifs: Add hashes and HMACs to default filesystem by Sascha Hauer · 6 years ago
  25. e158e02 ubifs: authentication: Authenticate super block node by Sascha Hauer · 6 years ago
  26. b5b1f083 ubifs: Create hash for default LPT by Sascha Hauer · 6 years ago
  27. 625700c ubfis: authentication: Authenticate master node by Sascha Hauer · 6 years ago
  28. a1dc581 ubifs: authentication: Authenticate LPT by Sascha Hauer · 6 years ago
  29. da8ef65 ubifs: Authenticate replayed journal by Sascha Hauer · 6 years ago
  30. 6f06d96 ubifs: Add auth nodes to garbage collector journal head by Sascha Hauer · 6 years ago
  31. 6a98bc4 ubifs: Add authentication nodes to journal by Sascha Hauer · 6 years ago
  32. 16a26b2 ubifs: authentication: Add hashes to index nodes by Sascha Hauer · 6 years ago
  33. 823838a ubifs: Add hashes to the tree node cache by Sascha Hauer · 6 years ago
  34. a384b47 ubifs: Create functions to embed a HMAC in a node by Sascha Hauer · 6 years ago
  35. 49525e5 ubifs: Add helper functions for authentication support by Sascha Hauer · 6 years ago
  36. dead972 ubifs: Add separate functions to init/crc a node by Sascha Hauer · 6 years ago
  37. 5125cfd ubifs: Format changes for authentication support by Sascha Hauer · 6 years ago
  38. fd61500 ubifs: Store read superblock node by Sascha Hauer · 6 years ago
  39. 8340743 ubifs: Drop write_node by Sascha Hauer · 6 years ago
  40. e635cf8 ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookup by Sascha Hauer · 6 years ago
  41. 0e26b6e ubifs: Export pnode_lookup as ubifs_pnode_lookup by Sascha Hauer · 6 years ago
  42. 22ceaa8 ubifs: Pass ubifs_zbranch to read_znode() by Sascha Hauer · 6 years ago
  43. 545bc8f ubifs: Pass ubifs_zbranch to try_read_node() by Sascha Hauer · 6 years ago
  44. c4de6d7 ubifs: Refactor create_default_filesystem() by Sascha Hauer · 6 years ago
  45. f8ccb14 ubifs: Fix WARN_ON logic in exit path by Richard Weinberger · 6 years ago
  46. f061c1c Revert "ubifs: xattr: Don't operate on deleted inodes" by Richard Weinberger · 6 years ago
  47. d3bdc01 ubifs: drop false positive assertion by Sascha Hauer · 6 years ago
  48. 37f31b6 ubifs: Check for name being NULL while mounting by Richard Weinberger · 6 years ago
  49. 6e5461d7 ubifs: Remove empty file.h by Richard Weinberger · 6 years ago
  50. 99a24e0 ubifs: Set default assert action to read-only by Richard Weinberger · 6 years ago
  51. c38c5a7 ubifs: Allow setting assert action as mount parameter by Richard Weinberger · 6 years ago
  52. 2e52eb7 ubifs: Rework ubifs_assert() by Richard Weinberger · 6 years ago
  53. 6eb61d5 ubifs: Pass struct ubifs_info to ubifs_assert() by Richard Weinberger · 6 years ago
  54. 54169dd ubifs: Turn two ubifs_assert() into a WARN_ON() by Richard Weinberger · 6 years ago
  55. a3d2182 ubifs: Use kmalloc_array() by Richard Weinberger · 6 years ago
  56. 95a22d2 ubifs: Check data node size before truncate by Richard Weinberger · 6 years ago
  57. 08acbdd Revert "UBIFS: Fix potential integer overflow in allocation" by Richard Weinberger · 6 years ago
  58. 49d2e05 ubifs: Add comment on c->commit_sem by Richard Weinberger · 6 years ago
  59. 7e5471c ubifs: introduce Kconfig symbol for xattr support by Stefan Agner · 6 years ago
  60. 1bf0572 ubifs: use swap macro in swap_dirty_idx by Gustavo A. R. Silva · 6 years ago
  61. 6cff573 ubifs: tnc: use monotonic znode timestamp by Arnd Bergmann · 6 years ago
  62. 0eca0b8 ubifs: use timespec64 for inode timestamps by Arnd Bergmann · 6 years ago
  63. 11a6fc3 ubifs: xattr: Don't operate on deleted inodes by Richard Weinberger · 6 years ago
  64. 312c39b ubifs: gc: Fix typo by Richard Weinberger · 6 years ago
  65. eef1981 ubifs: Fix memory leak in lprobs self-check by Richard Weinberger · 6 years ago
  66. 5996559 ubifs: Fix synced_i_size calculation for xattr inodes by Richard Weinberger · 6 years ago
  67. 00ee8b6 ubifs: Fix directory size calculation for symlinks by Richard Weinberger · 6 years ago
  68. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  69. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  70. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  71. 353748a UBIFS: Fix potential integer overflow in allocation by Silvio Cesare · 7 years ago
  72. ab0b2e5 Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 6 years ago
  73. e1db654 ubifs: lpt: Fix wrong pnode number range in comment by Sascha Hauer · 7 years ago
  74. 28e5dfd ubifs: gc: Fix typo by Sascha Hauer · 7 years ago
  75. 71d561f0 ubifs: log: Some spelling fixes by Sascha Hauer · 7 years ago
  76. c7e593b ubifs: Spelling fix someting -> something by Sascha Hauer · 7 years ago
  77. 671b9b7 ubifs: journal: Remove wrong comment by Sascha Hauer · 7 years ago
  78. c971dad ubifs: remove set but never used variable by Sascha Hauer · 7 years ago
  79. 422edac ubifs, xattr: remove misguided quota flags by Wang Shilong · 7 years ago
  80. 31c49ea fs: ubifs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
  81. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  82. fd59ccc Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 6 years ago
  83. 191ac10 ubifs_lookup: use d_splice_alias() by Al Viro · 7 years ago
  84. e12ee68 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 7 years ago
  85. 77cb51e Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  86. 4fb1cd8 ubifs: Remove useless parameter of lpt_heap_replace by Jiang Biao · 7 years ago
  87. cc19478 ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idx by Jiang Biao · 7 years ago
  88. ae4c808 ubifs: remove unnecessary assignment by Stefan Agner · 7 years ago
  89. aac1794 ubifs: Check ubifs_wbuf_sync() return code by Richard Weinberger · 7 years ago
  90. f355625 ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call by Christoph Hellwig · 7 years ago
  91. 3462ac5 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  92. b3e7383 ubifs: remove error message in ubifs_xattr_get by Rock Lee · 7 years ago
  93. 252153b ubifs: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  94. a0b3ccd ubifs: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  95. 0c1ad52 ubifs: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  96. 5653878 ubifs: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
  97. 7e35c4d ubifs: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  98. c877154 ubifs: Fix uninitialized variable in search_dh_cookie() by Geert Uytterhoeven · 7 years ago
  99. 3d204e2 fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  100. 81dd76b ubifs: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago