1. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 13d3408 ubifs: Remove unused security xattr handler by Andreas Gruenbacher · 9 years ago
  3. 01504f5 Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  4. 8c1c5f2 ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs by Dongsheng Yang · 9 years ago
  5. ab92a20 ubifs: make ubifs_[get|set]xattr atomic by Dongsheng Yang · 9 years ago
  6. 54bcfdf UBIFS: Delete unnecessary checks before the function call "iput" by Markus Elfring · 9 years ago
  7. aeeb14f UBIFS: Fix possible memory leak in ubifs_readdir() by Richard Weinberger · 9 years ago
  8. 86ba9ed fs/ubifs: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  9. be186cc UBIFS: print verbose message when rescanning a corrupted node by shengyong · 9 years ago
  10. 8f6983ab UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happened by shengyong · 9 years ago
  11. 7d25b36 UBIFS: fix a typo in comment of ubifs_budget_req by Dongsheng Yang · 9 years ago
  12. bbc8a004 UBIFS: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  13. cf6f54e UBIFS: Kill unneeded locking in ubifs_init_security by Richard Weinberger · 9 years ago
  14. cc8a0a9 Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  15. a1fe33a ubifs: fix to check error code of register_shrinker by Chao Yu · 9 years ago
  16. 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 9 years ago
  17. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  18. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  19. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  20. 1a7e985d UBIFS: fix output format of INUM_WATERMARK by Sheng Yong · 9 years ago
  21. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  22. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  23. 235c362 UBIFS: extend debug/message capabilities by Sheng Yong · 9 years ago
  24. 8a87dc5 UBIFS: simplify returns by Fabian Frederick · 9 years ago
  25. d3f9db0 UBIFS: Fix trivial typos in comments by Yannick Guerrini · 9 years ago
  26. 2c84599 UBIFS: do not write master node if need recovery by Sheng Yong · 9 years ago
  27. 9401a79 UBIFS: fix incorrect unlocking handling by Taesoo Kim · 9 years ago
  28. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  29. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  30. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  31. 88cff0f UBIFS: return -EINVAL if log head is empty by hujianyang · 9 years ago
  32. fb4325a UBIFS: add a couple of extra asserts by Artem Bityutskiy · 10 years ago
  33. fee1756 UBIFS: add ubifs_err() to print error reason by Subodh Nijsure · 10 years ago
  34. d7f0b70 UBIFS: Add security.* XATTR support for the UBIFS by Subodh Nijsure · 10 years ago
  35. 895d9db2 UBIFS: Add xattr support for symlinks by Subodh Nijsure · 10 years ago
  36. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  37. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  38. a76284e UBIFS: fix a couple bugs in UBIFS xattr length calculation by Subodh Nijsure · 10 years ago
  39. 789c899 UBIFS: fix budget leak in error path by Artem Bityutskiy · 10 years ago
  40. 443b39c UBIFS: Fix trivial typo in power_cut_emulated() by Richard Weinberger · 10 years ago
  41. 4b1a43e UBIFS: Align the dump messages of SB_NODE by hujianyang · 10 years ago
  42. d577bc1 UBIFS: Remove bogus assert by Richard Weinberger · 10 years ago
  43. ba29e72 UBIFS: fix free log space calculation by Artem Bityutskiy · 10 years ago
  44. 052c280 UBIFS: fix a race condition by Artem Bityutskiy · 10 years ago
  45. 25601a3 UBIFS: Add log overlap assertions by hujianyang · 10 years ago
  46. 6390e99 Revert "UBIFS: add a log overlap assertion" by Artem Bityutskiy · 10 years ago
  47. 545f7fd UBIFS: add a log overlap assertion by Artem Bityutskiy · 10 years ago
  48. f1cb705 UBIFS: remove unnecessary check by Artem Bityutskiy · 10 years ago
  49. 07e19df UBIFS: remove mst_mutex by Artem Bityutskiy · 10 years ago
  50. 39274a1 UBIFS: kernel-doc warning fix by Fabian Frederick · 10 years ago
  51. d4eb08f UBIFS: replace seq_printf by seq_puts by Fabian Frederick · 10 years ago
  52. 86b4c14 UBIFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  53. ef13f01 UBIFS: kernel-doc warning fix by Fabian Frederick · 10 years ago
  54. 6dcfb80 UBIFS: fix error path in create_default_filesystem() by hujianyang · 10 years ago
  55. f2b6521 UBIFS: fix spelling of "scanned" by Artem Bityutskiy · 10 years ago
  56. d685c41 UBIFS: fix some comments by Seunghun Lee · 10 years ago
  57. c7b5bb0 UBIFS: remove useless @ecc in struct ubifs_scan_leb by hujianyang · 10 years ago
  58. b793a8c UBIFS: remove useless statements by hujianyang · 10 years ago
  59. ce6ebdb UBIFS: Add missing break statements in dbg_chk_pnode() by hujianyang · 10 years ago
  60. 5a95741 UBIFS: fix error handling in dump_lpt_leb() by hujianyang · 10 years ago
  61. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  62. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  63. d53b47c Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  64. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  65. 380347e UBIFS: Add an assertion for clean_zn_cnt by hujianyang · 10 years ago
  66. 90bea5a3 UBIFS: respect MS_SILENT mount flag by Daniel Golle · 10 years ago
  67. 72abc8f UBIFS: Remove incorrect assertion in shrink_tnc() by hujianyang · 10 years ago
  68. ba6a7d5 UBIFS: fix debugging check by Artem Bityutskiy · 10 years ago
  69. a0fd595 UBIFS: add missing ui pointer in debugging code by Daniel Golle · 10 years ago
  70. dac3698 UBIFS: Fix dump messages in ubifs_dump_lprops by hujianyang · 10 years ago
  71. 0da846f UBIFS: Remove unused variables in ubifs_budget_space by hujianyang · 10 years ago
  72. 691a7c6 UBIFS: fix an mmap and fsync race condition by hujianyang · 10 years ago
  73. f5674c3 ubifs: switch to ->write_iter() by Al Viro · 10 years ago
  74. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  75. fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 10 years ago
  76. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  77. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  78. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  79. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  80. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  81. bb25e49 fs/ubifs: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 10 years ago
  82. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  83. fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  84. 58a4e23 UBIFS: correct data corruption range by Mats Kärrman · 11 years ago
  85. 7203db9 UBIFS: fix return code by Wei Yongjun · 11 years ago
  86. 4cb2a01 ubifs: switch to %pd by Al Viro · 11 years ago
  87. e71d1a5 UBIFS: remove unnecessary code in ubifs_garbage_collect by wang.bo116@zte.com.cn · 11 years ago
  88. 098e7f1 Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  89. 1ab6c49 fs: convert fs shrinkers to new scan/count API by Dave Chinner · 11 years ago
  90. c23e9b7 UBIFS: remove invalid warn msg with tst_recovery enabled by Mats Kärrman · 11 years ago
  91. 2dd1cb5 Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  92. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  93. 01122e0 [readdir] convert ubifs by Al Viro · 11 years ago
  94. 605c912 UBIFS: fix a horrid bug by Artem Bityutskiy · 11 years ago
  95. 33f1a63 UBIFS: prepare to fix a horrid bug by Artem Bityutskiy · 11 years ago
  96. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  97. beadadf UBIFS: correct mount message by Richard Genoud · 11 years ago
  98. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  99. 67e753c UBIFS: make space fixup work in the remount case by Artem Bityutskiy · 11 years ago
  100. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago