1. 854ee2e ocfs2: fix SGID not inherited issue by Junxiao Bi · 9 years ago
  2. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  3. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  4. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  5. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  6. 262d8a8 ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page() by Joseph Qi · 9 years ago
  7. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  8. b1529a4 ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error by alex chen · 9 years ago
  9. 0986fe9b ocfs2: fix race between mount and delete node/cluster by Joseph Qi · 9 years ago
  10. 93d911f ocfs2: only take lock if dio entry when recover orphans by Joseph Qi · 9 years ago
  11. 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
  12. 1d1aff8 ocfs2: improve performance for localalloc by Joseph Qi · 9 years ago
  13. 4e357b9 ocfs2: fill in the unused portion of the block with zeros by dio_zero_block() by jiangyiwen · 9 years ago
  14. d162eaa ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code by Norton.Zhu · 9 years ago
  15. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  16. b67de01 ocfs2/dlm: unlock lockres spinlock before dlm_lockres_put by Joseph Qi · 9 years ago
  17. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  18. 45b9977 ocfs2/cluster: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  19. 13a83fc ocfs2/cluster: move locking into attribute store methods by Christoph Hellwig · 9 years ago
  20. 012572d ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  21. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  22. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  23. 4635929 ocfs2: clean up redundant NULL checks before kfree by Joseph Qi · 9 years ago
  24. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  25. d0c97d5 ocfs2: do not set fs read-only if rec[0] is empty while committing truncate by Xue jiufei · 9 years ago
  26. 7f27ec9 ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock() by yangwenfang · 9 years ago
  27. 40476b8 ocfs2: use 64bit variables to track heartbeat time by Tina Ruchandani · 9 years ago
  28. ad69482 ocfs2: fix race between crashed dio and rm by Joseph Qi · 9 years ago
  29. f57a22d ocfs2: avoid access invalid address when read o2dlm debug messages by Yiwen Jiang · 9 years ago
  30. 743b5f1 ocfs2: take inode lock in ocfs2_iop_set/get_acl() by Tariq Saeed · 9 years ago
  31. 3d46a44 ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed() by Tariq Saeed · 9 years ago
  32. 72f6fe1 ocfs2: optimize error handling in dlm_request_join by Norton.Zhu · 9 years ago
  33. 928dda1 ocfs2: fix a tiny case that inode can not removed by Yiwen Jiang · 9 years ago
  34. 6ab855a ocfs2: add ip_alloc_sem in direct IO to protect allocation changes by WeiWei Wang · 9 years ago
  35. 3423768 ocfs2: clear the rest of the buffers on error by Goldwyn Rodrigues · 9 years ago
  36. 17a5b9a ocfs2: acknowledge return value of ocfs2_error() by Goldwyn Rodrigues · 9 years ago
  37. 7d0fb91 ocfs2: add errors=continue by Goldwyn Rodrigues · 9 years ago
  38. 513e2da ocfs2: flush inode data to disk and free inode when i_count becomes zero by Xue jiufei · 9 years ago
  39. 0f5e7b4 ocfs2: trusted xattr missing CAP_SYS_ADMIN check by Sanidhya Kashyap · 9 years ago
  40. 807a790 ocfs2: set filesytem read-only when ocfs2_delete_entry failed. by jiangyiwen · 9 years ago
  41. f83c7b5 ocfs2/dlm: use list_for_each_entry instead of list_for_each by Joseph Qi · 9 years ago
  42. 0e3d9ea ocfs2: remove unneeded code in dlm_register_domain_handlers by Joseph Qi · 9 years ago
  43. cdd09f4 ocfs2: fix BUG when o2hb_register_callback fails by Joseph Qi · 9 years ago
  44. 914a9b7 ocfs2: remove unneeded code in ocfs2_dlm_init by Joseph Qi · 9 years ago
  45. 3cb2ec4 ocfs2: adjust code to match locking/unlocking order by Joseph Qi · 9 years ago
  46. bf59e66 ocfs2: clean up unused local variables in ocfs2_file_write_iter by Joseph Qi · 9 years ago
  47. 372a447 ocfs2: do not log twice error messages by Christophe JAILLET · 9 years ago
  48. acf8fdb ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access by Joseph Qi · 9 years ago
  49. faaebf1 ocfs2: fix several issues of append dio by Joseph Qi · 9 years ago
  50. 512f62a ocfs2: fix race between dio and recover orphan by Joseph Qi · 9 years ago
  51. aa1057b ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dio by Ryan Ding · 9 years ago
  52. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  53. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  54. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  55. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  56. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 9 years ago
  57. 32e5a2a ocfs2: fix shift left overflow by Joseph Qi · 9 years ago
  58. 209f751 ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() by Joseph Qi · 9 years ago
  59. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  60. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  61. 9c89fe0 ocfs2: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  62. 6184fc0 quota: Propagate error from ->acquire_dquot() by Jan Kara · 9 years ago
  63. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  64. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  65. b519ea6 ocfs2: mark local functions as static by Joseph Qi · 9 years ago
  66. ab1ba02 ocfs2: use swap() in ocfs2_double_lock() by Fabian Frederick · 9 years ago
  67. a612543 ocfs2: use swap() in swap_refcount_rec() by Fabian Frederick · 9 years ago
  68. 2a28f98 ocfs2: use swap() in dx_leaf_sort_swap() by Fabian Frederick · 9 years ago
  69. ae1f081 ocfs2: fix wrong check in ocfs2_direct_IO_get_blocks by Joseph Qi · 9 years ago
  70. 74e364a ocfs2: fix NULL pointer dereference in function ocfs2_abort_trigger() by Xue jiufei · 9 years ago
  71. fce56d8 ocfs2: o2net: should remove debugfs in o2net_init() out branch by alex chen · 9 years ago
  72. fa5a0eb ocfs2: remove OCFS2_IOCB_SEM lock type in direct io by WeiWei Wang · 9 years ago
  73. e272e7f ocfs2: do not BUG if jbd2_journal_dirty_metadata fails by Joseph Qi · 9 years ago
  74. 099768b ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left() by Xue jiufei · 9 years ago
  75. 9f99ad0 ocfs2: return error when ocfs2_figure_merge_contig_type() fails by Xue jiufei · 9 years ago
  76. 345dc68 ocfs2/dlm: cleanup unused function __dlm_wait_on_lockres_flags_set by Joseph Qi · 9 years ago
  77. 2e17315 ocfs2: use retval instead of status for checking error by Daeseok Youn · 9 years ago
  78. cf1776a ocfs2: fix a tiny race when truncate dio orohaned entry by Joseph Qi · 9 years ago
  79. e327284 ocfs2: remove __mlog_cpu_guess by Andrew Morton · 9 years ago
  80. 7c2bd2f ocfs2: reduce object size of mlog uses by Joe Perches · 9 years ago
  81. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  82. b1432a2 ocfs2: dlm: fix race between purge and get lock resource by Junxiao Bi · 9 years ago
  83. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  84. 8f443e2 Revert "ocfs2: incorrect check for debugfs returns" by Linus Torvalds · 9 years ago
  85. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  86. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  87. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  88. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  89. 9de1626 cleancache: zap uuid arg of cleancache_init_shared_fs by Vladimir Davydov · 9 years ago
  90. 58be19d ocfs2: copy fs uuid to superblock by Vladimir Davydov · 9 years ago
  91. 1d5b897 ocfs2: make mlog_errno return the errno by Andrew Morton · 9 years ago
  92. 2f2eca2 ocfs2: check if the ocfs2 lock resource has been initialized before calling ocfs2_dlm_lock by alex chen · 9 years ago
  93. 1543306 ocfs2: logging: remove static buffer, use vsprintf extension %pV by Joe Perches · 9 years ago
  94. e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 9 years ago
  95. 762515a ocfs2: fix a typo in the copyright statement by Jakub Wilk · 9 years ago
  96. 023d4ea ocfs2: fix possible uninitialized variable access by Joseph Qi · 9 years ago
  97. 7c01ad8 ocfs2: remove goto statement in ocfs2_check_dir_for_entry() by Daeseok Youn · 9 years ago
  98. a47726b ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clear_bits by Joseph Qi · 9 years ago
  99. 62f8b1f ocfs2: use ENOENT instead of EEXIST when get system file fails by Joseph Qi · 9 years ago
  100. e38a573 ocfs2: use actual name length when find entry in ocfs2_orphan_del() by Joseph Qi · 9 years ago