1. ff90bdf ubifs: Fix memory leak from c->sup_node by Quanyang Wang · 5 years ago
  2. 91cbf01 Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path" by Richard Weinberger · 5 years ago
  3. 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
  4. 734d1ed Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  5. 9163e01 ubifs: Fix memory leak bug in alloc_ubifs_info() error path by Wenwen Wang · 6 years ago
  6. 377e208 ubifs: Correctly initialize c->min_log_bytes by Richard Weinberger · 6 years ago
  7. 62de259 ubifs: wire up new fscrypt ioctls by Eric Biggers · 6 years ago
  8. a318423 Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
  9. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  10. eeabb98 ubifs: Add support for zstd compression. by Michele Dionisio · 6 years ago
  11. 817aa09 ubifs: support offline signed images by Sascha Hauer · 6 years ago
  12. d5cf947 ubifs: Simplify redundant code by Liu Song · 7 years ago
  13. 702d6a8 ubifs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  14. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  15. 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
  16. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  17. e3d73de ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT by Sascha Hauer · 6 years ago
  18. eea2c05 ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION by Sascha Hauer · 6 years ago
  19. 9ca2d73 ubifs: Limit number of xattrs per inode by Richard Weinberger · 6 years ago
  20. dc43175 ubifs: switch to ->free_inode() by Al Viro · 6 years ago
  21. 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
  22. 0cdc17e ubifs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
  23. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  24. d8a2277 ubifs: Enable authentication support by Sascha Hauer · 7 years ago
  25. 1e76592 ubifs: Do not update inode size in-place in authenticated mode by Sascha Hauer · 7 years ago
  26. 6a98bc4 ubifs: Add authentication nodes to journal by Sascha Hauer · 7 years ago
  27. 5125cfd ubifs: Format changes for authentication support by Sascha Hauer · 7 years ago
  28. fd61500 ubifs: Store read superblock node by Sascha Hauer · 7 years ago
  29. f8ccb14 ubifs: Fix WARN_ON logic in exit path by Richard Weinberger · 6 years ago
  30. d3bdc01 ubifs: drop false positive assertion by Sascha Hauer · 7 years ago
  31. 37f31b6 ubifs: Check for name being NULL while mounting by Richard Weinberger · 7 years ago
  32. 99a24e0 ubifs: Set default assert action to read-only by Richard Weinberger · 7 years ago
  33. c38c5a7 ubifs: Allow setting assert action as mount parameter by Richard Weinberger · 7 years ago
  34. 6eb61d5 ubifs: Pass struct ubifs_info to ubifs_assert() by Richard Weinberger · 7 years ago
  35. 54169dd ubifs: Turn two ubifs_assert() into a WARN_ON() by Richard Weinberger · 7 years ago
  36. 7e5471c ubifs: introduce Kconfig symbol for xattr support by Stefan Agner · 7 years ago
  37. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  38. aac1794 ubifs: Check ubifs_wbuf_sync() return code by Richard Weinberger · 7 years ago
  39. 3d204e2 fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  40. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  41. ffcc4182 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
  42. f7293e4 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  43. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
  44. 07d41c3 ubifs: Fix oops when remounting with no_bulk_read. by karam.lee · 8 years ago
  45. 319c104 ubifs: allow userspace to map mounts to volumes by Rabin Vincent · 8 years ago
  46. e996bfd ubifs: Unexport ubifs_inode_slab by Richard Weinberger · 8 years ago
  47. 99edd45 ubifs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  48. 6f69f0e fscrypt: constify struct fscrypt_operations by Eric Biggers · 8 years ago
  49. ca7f85b ubifs: Add support for encrypted symlinks by Richard Weinberger · 8 years ago
  50. 7799953 ubifs: Implement encrypt/decrypt for all IO by Richard Weinberger · 8 years ago
  51. 1ee7787 ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() by Richard Weinberger · 8 years ago
  52. d475a50 ubifs: Add skeleton for fscrypto by Richard Weinberger · 8 years ago
  53. dccbc91 ubifs: Silence early error messages if MS_SILENT is set by Daniel Golle · 9 years ago
  54. 1ae9264 ubifs: Silence error output if MS_SILENT is set by Daniel Golle · 9 years ago
  55. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  56. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  57. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  58. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  59. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  60. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  61. 13d3408 ubifs: Remove unused security xattr handler by Andreas Gruenbacher · 9 years ago
  62. 8c1c5f2 ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs by Dongsheng Yang · 9 years ago
  63. cc8a0a9 Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  64. a1fe33a ubifs: fix to check error code of register_shrinker by Chao Yu · 10 years ago
  65. 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 10 years ago
  66. 235c362 UBIFS: extend debug/message capabilities by Sheng Yong · 10 years ago
  67. 2c84599 UBIFS: do not write master node if need recovery by Sheng Yong · 10 years ago
  68. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  69. d7f0b70 UBIFS: Add security.* XATTR support for the UBIFS by Subodh Nijsure · 10 years ago
  70. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  71. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  72. 07e19df UBIFS: remove mst_mutex by Artem Bityutskiy · 11 years ago
  73. d4eb08f UBIFS: replace seq_printf by seq_puts by Fabian Frederick · 11 years ago
  74. 86b4c14 UBIFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 11 years ago
  75. b793a8c UBIFS: remove useless statements by hujianyang · 11 years ago
  76. 90bea5a3 UBIFS: respect MS_SILENT mount flag by Daniel Golle · 11 years ago
  77. fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 11 years ago
  78. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  79. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  80. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  81. bb25e49 fs/ubifs: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  82. fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  83. 7203db9 UBIFS: fix return code by Wei Yongjun · 12 years ago
  84. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 12 years ago
  85. beadadf UBIFS: correct mount message by Richard Genoud · 12 years ago
  86. 67e753c UBIFS: make space fixup work in the remount case by Artem Bityutskiy · 12 years ago
  87. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  88. 782c3fb Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  89. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  90. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  91. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  92. 39241be userns: Convert ubifs to use kuid/kgid by Eric W. Biederman · 13 years ago
  93. 3668b70 UBIFS: print less by Artem Bityutskiy · 13 years ago
  94. 79fda51 UBIFS: comply with coding style by Artem Bityutskiy · 13 years ago
  95. e2441b4 UBIFS: remove __DATE__ and __TIME__ by Jiri Slaby · 13 years ago
  96. 73e8712 UBIFS: remove stale commentary by Artem Bityutskiy · 13 years ago
  97. 5c57f20 UBIFS: nuke pdflush from comments by Artem Bityutskiy · 13 years ago
  98. 9249e17 VFS: Pass mount flags to sget() by David Howells · 13 years ago
  99. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  100. 4415626 UBI: amend commentaries WRT dtype by Artem Bityutskiy · 13 years ago