1. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  2. 07d41c3 ubifs: Fix oops when remounting with no_bulk_read. by karam.lee · 7 years ago
  3. 319c104 ubifs: allow userspace to map mounts to volumes by Rabin Vincent · 8 years ago
  4. e996bfd ubifs: Unexport ubifs_inode_slab by Richard Weinberger · 8 years ago
  5. 99edd45 ubifs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  6. 6f69f0e fscrypt: constify struct fscrypt_operations by Eric Biggers · 8 years ago
  7. ca7f85b ubifs: Add support for encrypted symlinks by Richard Weinberger · 8 years ago
  8. 7799953 ubifs: Implement encrypt/decrypt for all IO by Richard Weinberger · 8 years ago
  9. 1ee7787 ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() by Richard Weinberger · 8 years ago
  10. d475a50 ubifs: Add skeleton for fscrypto by Richard Weinberger · 8 years ago
  11. dccbc91 ubifs: Silence early error messages if MS_SILENT is set by Daniel Golle · 8 years ago
  12. 1ae9264 ubifs: Silence error output if MS_SILENT is set by Daniel Golle · 8 years ago
  13. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  14. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  15. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  16. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  17. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  18. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  19. 13d3408 ubifs: Remove unused security xattr handler by Andreas Gruenbacher · 9 years ago
  20. 8c1c5f2 ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs by Dongsheng Yang · 9 years ago
  21. cc8a0a9 Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  22. a1fe33a ubifs: fix to check error code of register_shrinker by Chao Yu · 10 years ago
  23. 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 10 years ago
  24. 235c362 UBIFS: extend debug/message capabilities by Sheng Yong · 10 years ago
  25. 2c84599 UBIFS: do not write master node if need recovery by Sheng Yong · 10 years ago
  26. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  27. d7f0b70 UBIFS: Add security.* XATTR support for the UBIFS by Subodh Nijsure · 10 years ago
  28. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  29. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  30. 07e19df UBIFS: remove mst_mutex by Artem Bityutskiy · 10 years ago
  31. d4eb08f UBIFS: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  32. 86b4c14 UBIFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  33. b793a8c UBIFS: remove useless statements by hujianyang · 10 years ago
  34. 90bea5a3 UBIFS: respect MS_SILENT mount flag by Daniel Golle · 11 years ago
  35. fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 11 years ago
  36. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  37. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  38. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  39. bb25e49 fs/ubifs: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
  40. fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  41. 7203db9 UBIFS: fix return code by Wei Yongjun · 11 years ago
  42. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  43. beadadf UBIFS: correct mount message by Richard Genoud · 12 years ago
  44. 67e753c UBIFS: make space fixup work in the remount case by Artem Bityutskiy · 12 years ago
  45. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  46. 782c3fb Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  47. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  48. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  49. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  50. 39241be userns: Convert ubifs to use kuid/kgid by Eric W. Biederman · 13 years ago
  51. 3668b70 UBIFS: print less by Artem Bityutskiy · 12 years ago
  52. 79fda51 UBIFS: comply with coding style by Artem Bityutskiy · 12 years ago
  53. e2441b4 UBIFS: remove __DATE__ and __TIME__ by Jiri Slaby · 12 years ago
  54. 73e8712 UBIFS: remove stale commentary by Artem Bityutskiy · 12 years ago
  55. 5c57f20 UBIFS: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  56. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  57. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  58. 4415626 UBI: amend commentaries WRT dtype by Artem Bityutskiy · 13 years ago
  59. b36a261 UBI: Kill data type hint by Richard Weinberger · 13 years ago
  60. 56b04e3 UBIFS: fix memory leak on error path by Sidney Amani · 13 years ago
  61. a6aae4d UBIFS: get rid of dbg_err by Artem Bityutskiy · 13 years ago
  62. edf6be2 UBIFS: rename dumping functions by Artem Bityutskiy · 13 years ago
  63. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  64. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  65. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  66. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  67. 5cc361e ubifs: too early register_filesystem() by Al Viro · 13 years ago
  68. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  69. d3b2578 UBIFS: switch to I/O helpers by Artem Bityutskiy · 14 years ago
  70. a29fa9d UBIFS: minor cleanup: use S_ISREG helper by Artem Bityutskiy · 14 years ago
  71. 1b51e98 UBIFS: rename dbg_check_dir_size function by Artem Bityutskiy · 14 years ago
  72. 185bf87 ubifs: dereferencing an ERR_PTR in ubifs_mount() by Dan Carpenter · 13 years ago
  73. d251ed2 ubifs: fix sget races by Al Viro · 13 years ago
  74. b1c27ab ubifs: split allocation of ubifs_info into a separate function by Al Viro · 13 years ago
  75. 0980119 UBIFS: fix-up free space earlier by Ben Gardiner · 14 years ago
  76. 781c571 UBIFS: intialize LPT earlier by Ben Gardiner · 14 years ago
  77. 1a0b069 UBIFS: introduce a "grouped" journal head flag by Artem Bityutskiy · 14 years ago
  78. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 14 years ago
  79. 9d510db UBIFS: fix-up free space on mount if flag is set by Matthew L. Creech · 14 years ago
  80. eaeee24 UBIFS: fix a rare memory leak in ro to rw remounting path by Artem Bityutskiy · 14 years ago
  81. f1bd66a UBIFS: improve space checking debugging feature by Artem Bityutskiy · 14 years ago
  82. b137545 UBIFS: introduce a separate structure for budgeting info by Artem Bityutskiy · 14 years ago
  83. c436157 UBIFS: fix minor stylistic issues by Artem Bityutskiy · 14 years ago
  84. b50b9f4 UBIFS: do not free write-buffers when in R/O mode by Artem Bityutskiy · 14 years ago
  85. 1a067a2 UBIFS: fix false assertion warning in case of I/O failures by Artem Bityutskiy · 14 years ago
  86. 8c230d9 UBIFS: fix false space checking failure by Artem Bityutskiy · 14 years ago
  87. c88ac00 UBIFS: fix assertion warnings by Artem Bityutskiy · 14 years ago
  88. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  89. 8f627a8 Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 14 years ago
  90. 2bcf002 UBIFS: do not check data crc by default by Artem Bityutskiy · 14 years ago
  91. 6342aae UBIFS: print max. index node size by Artem Bityutskiy · 14 years ago
  92. d882962 UBIFS: handle allocation failures in UBIFS write path by Matthew L. Creech · 14 years ago
  93. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  94. ca2ec61 UBI: incorporate LEB offset information by Artem Bityutskiy · 14 years ago
  95. 3e8e2e0 UBIFS: incorporate maximum write size by Artem Bityutskiy · 14 years ago
  96. 18d1d7f UBIFS: introduce mounting flag by Artem Bityutskiy · 14 years ago
  97. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  98. 157d81e convert ubifs by Al Viro · 14 years ago
  99. 3601ba2 UBIFS: do not forget to cancel timers by Artem Bityutskiy · 14 years ago
  100. 3903755 UBIFS: remove a bit of unneeded code by Artem Bityutskiy · 14 years ago