1. 102c259 ocfs2: extend enough credits for freeing one truncate record while replaying truncate records by Xue jiufei · 8 years ago
  2. 1721598 ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et by Xue jiufei · 8 years ago
  3. e5054c9 ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert by xuejiufei · 8 years ago
  4. 584dca3 ocfs2: solve a problem of crossing the boundary in updating backups by jiangyiwen · 8 years ago
  5. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 8 years ago
  6. be12b29 ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list by Joseph Qi · 8 years ago
  7. ac7cf24 ocfs2/dlm: fix race between convert and recovery by Joseph Qi · 8 years ago
  8. 2888868 ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write() by Ryan Ding · 8 years ago
  9. ce17082 ocfs2: fix disk file size and memory file size mismatch by Ryan Ding · 8 years ago
  10. a86a72a ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_write by Ryan Ding · 8 years ago
  11. e63890f ocfs2: fix ip_unaligned_aio deadlock with dio work queue by Ryan Ding · 8 years ago
  12. f1f973f ocfs2: code clean up for direct io by Ryan Ding · 8 years ago
  13. c15471f ocfs2: fix sparse file & data ordering issue in direct io by Ryan Ding · 8 years ago
  14. 4506cfb ocfs2: record UNWRITTEN extents when populate write desc by Ryan Ding · 8 years ago
  15. 2de6a3c ocfs2: return the physical address in ocfs2_write_cluster by Ryan Ding · 8 years ago
  16. 46e6255 ocfs2: do not change i_size in write_end for direct io by Ryan Ding · 8 years ago
  17. 65c4db8 ocfs2: test target page before change it by Ryan Ding · 8 years ago
  18. b46637d ocfs2: use c_new to indicate newly allocated extents by Ryan Ding · 8 years ago
  19. c1ad1e3 ocfs2: add ocfs2_write_type_t type to identify the caller of write by Ryan Ding · 8 years ago
  20. 9e13f1f ocfs2: o2hb: fix double free bug by Junxiao Bi · 8 years ago
  21. d56a8f3 ocfs2: check/fix inode block for online file check by Gang He · 8 years ago
  22. a849d46 ocfs2: create/remove sysfile for online file check by Gang He · 8 years ago
  23. a860f6e ocfs2: sysfile interfaces for online file check by Gang He · 8 years ago
  24. 9dde5e4 ocfs2: export ocfs2_kset for online file check by Gang He · 8 years ago
  25. 77d9131 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  26. 53d2e69 Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 8 years ago
  27. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  28. 8d67d3c ocfs2/dlm: fix a variable overflow problem in dlmdomain.c by Jun Piao · 8 years ago
  29. 814ce69 ocfs2: fix a tiny race that leads file system read-only by Jiufei Xue · 8 years ago
  30. d277f33 ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF state by xuejiufei · 8 years ago
  31. 8c03439 ocfs2/dlm: clear DROPPING_REF flag when the master goes down by xuejiufei · 8 years ago
  32. 842b90b ocfs2/dlm: return in progress if master can not clear the refmap bit right now by xuejiufei · 8 years ago
  33. 60d663c ocfs2/dlm: add DEREF_DONE message by xuejiufei · 8 years ago
  34. 39b29af ocfs2/dlm: fix a typo in dlmcommon.h by Joseph Qi · 8 years ago
  35. bfd97a0 ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump() by jiangyiwen · 8 years ago
  36. 4d548f6 ocfs2/cluster: replace the interrupt safe spinlocks with common ones by jiangyiwen · 8 years ago
  37. 566e8df ocfs2: fix return value from ocfs2_page_mkwrite() by Jan Kara · 8 years ago
  38. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 8 years ago
  39. a4a8481f ocfs2: unlock inode if deleting inode from orphan fails by Guozhonghua · 8 years ago
  40. 5a9530e ocfs2: Implement get_next_id() by Jan Kara · 8 years ago
  41. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 8 years ago
  42. c95a518 ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup by xuejiufei · 8 years ago
  43. a4a1dfa ocfs2/cluster: fix memory leak in o2hb_region_release by Joseph Qi · 8 years ago
  44. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  45. b1b1e15 ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock by Tariq Saeed · 8 years ago
  46. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  47. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  48. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  49. 3c973b0 ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h by Joseph Qi · 8 years ago
  50. 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 8 years ago
  51. 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 8 years ago
  52. 32e4932 ocfs2/dlm: do not insert a new mle when another process is already migrating by xuejiufei · 8 years ago
  53. bef5502 ocfs2/dlm: ignore cleaning the migration mle that is inuse by xuejiufei · 8 years ago
  54. 1cce4df ocfs2: do not lock/unlock() inode DLM lock by Goldwyn Rodrigues · 8 years ago
  55. 1247017 ocfs2: fix slot overwritten if storage link down during mount by jiangyiwen · 8 years ago
  56. c372f21 ocfs2/dlm: return appropriate value when dlm_grab() returns NULL by Xue jiufei · 8 years ago
  57. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 8 years ago
  58. b556014 ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker by jiangyiwen · 8 years ago
  59. 9e62dc0 ocfs2: constify ocfs2_extent_tree_operations structures by Julia Lawall · 8 years ago
  60. 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 8 years ago
  61. a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 8 years ago
  62. d636462 ocfs2: return non-zero st_blocks for inline data by John Haxby · 8 years ago
  63. 3eb5bdf ocfs2: optimize bad declarations and redundant assignment by Norton.Zhu · 8 years ago
  64. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  65. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. d1b98c2 quota: constify qtree_fmt_operations structures by Julia Lawall · 8 years ago
  67. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  68. cc28d6d ocfs2/dlm: clear migration_pending when migration target goes down by xuejiufei · 8 years ago
  69. b5a8bc3 ocfs2: fix flock panic issue by Junxiao Bi · 8 years ago
  70. 5c9ee4c ocfs2: fix BUG when calculate new backup super by Joseph Qi · 8 years ago
  71. 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
  72. 1046cb1 ocfs2: Replace list xattr handler operations by Andreas Gruenbacher · 9 years ago
  73. 854ee2e ocfs2: fix SGID not inherited issue by Junxiao Bi · 9 years ago
  74. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  75. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  76. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  77. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  78. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  79. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  80. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  81. 262d8a8 ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page() by Joseph Qi · 9 years ago
  82. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  83. b1529a4 ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error by alex chen · 9 years ago
  84. 0986fe9b ocfs2: fix race between mount and delete node/cluster by Joseph Qi · 9 years ago
  85. 93d911f ocfs2: only take lock if dio entry when recover orphans by Joseph Qi · 9 years ago
  86. 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
  87. 1d1aff8 ocfs2: improve performance for localalloc by Joseph Qi · 9 years ago
  88. 4e357b9 ocfs2: fill in the unused portion of the block with zeros by dio_zero_block() by jiangyiwen · 9 years ago
  89. d162eaa ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code by Norton.Zhu · 9 years ago
  90. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  91. b67de01 ocfs2/dlm: unlock lockres spinlock before dlm_lockres_put by Joseph Qi · 9 years ago
  92. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  93. 45b9977 ocfs2/cluster: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  94. 13a83fc ocfs2/cluster: move locking into attribute store methods by Christoph Hellwig · 9 years ago
  95. 012572d ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  96. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  97. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  98. 4635929 ocfs2: clean up redundant NULL checks before kfree by Joseph Qi · 9 years ago
  99. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  100. d0c97d5 ocfs2: do not set fs read-only if rec[0] is empty while committing truncate by Xue jiufei · 9 years ago