1. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  2. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  3. 136f49b ocfs2: fix journal commit deadlock by Junxiao Bi · 10 years ago
  4. 1e58958 ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker by Joseph Qi · 10 years ago
  5. f62f12b ocfs2: reflink: fix slow unlink for refcounted file by Junxiao Bi · 10 years ago
  6. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  7. b3e3e5a ocfs2: remove unneeded NULL check by Dan Carpenter · 10 years ago
  8. 88d69b9 ocfs2: remove bogus NULL check in ocfs2_move_extents() by Dan Carpenter · 10 years ago
  9. 61fb9ea ocfs2: do not set filesystem readonly if link down by jiangyiwen · 10 years ago
  10. d1e78238 ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once by Xue jiufei · 10 years ago
  11. dc17158 ocfs2: fix error handling when creating debugfs root in ocfs2_init() by Jan Kara · 10 years ago
  12. 86b9c6f ocfs2: remove filesize checks for sync I/O journal commit by Goldwyn Rodrigues · 10 years ago
  13. 196fe71 ocfs2: o2net: fix connect expired by Junxiao Bi · 10 years ago
  14. cb79662 ocfs2: o2dlm: fix a race between purge and master query by Srinivas Eeda · 10 years ago
  15. f5425fc ocfs2: report error from o2hb_do_disk_heartbeat() to user by Jan Kara · 10 years ago
  16. 4a635a1 ocfs2: remove bogus test from ocfs2_read_locked_inode() by Jan Kara · 10 years ago
  17. 2b69300 ocfs2: Fix xattr check in ocfs2_get_xattr_nolock() by Jan Kara · 10 years ago
  18. 519a286 ocfs2: fix an off-by-one BUG_ON() statement by Dan Carpenter · 10 years ago
  19. f08736b ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM by Joseph Qi · 10 years ago
  20. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  21. 1366f5d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  22. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  23. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  24. 1c92ec6 ocfs2: Convert to private i_dquot field by Jan Kara · 10 years ago
  25. 7e8631e fix breakage in o2net_send_tcp_msg() by Al Viro · 10 years ago
  26. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  27. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  28. d3556ba ocfs2: fix d_splice_alias() return code checking by Richard Weinberger · 10 years ago
  29. 2bd6332 ocfs2: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  30. ac0c493 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  31. b246d3d ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim by Xue jiufei · 10 years ago
  32. f775da2 ocfs2: fix deadlock due to wrong locking order by Junxiao Bi · 10 years ago
  33. 70e82a1 ocfs2: fix deadlock between o2hb thread and o2net_wq by Joseph Qi · 10 years ago
  34. 5046f18 ocfs2: don't fire quorum before connection established by Junxiao Bi · 10 years ago
  35. 1848cb5 fs/ocfs2/dlmglue.c: use __seq_open_private() not seq_open() by Rob Jones · 10 years ago
  36. f328833 fs/ocfs2/cluster/netdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  37. 8f9ac03 fs/ocfs2/dlm/dlmdebug.c: use seq_open_private() not seq_open() by Rob Jones · 10 years ago
  38. 6ae0754 ocfs2: remove unused code in dlm_new_lockres() by Xue jiufei · 10 years ago
  39. 9a7e6b5 ocfs2/dlm: call dlm_lockres_put without resource spinlock by alex chen · 10 years ago
  40. 4a4e07c ocfs2: call o2quo_exit() if malloc failed in o2net_init() by Joseph Qi · 10 years ago
  41. 7fa05c6 ocfs2: fix shift left operations overflow by Joseph Qi · 10 years ago
  42. 190a772 ocfs2/dlm: refactor error handling in dlm_alloc_ctxt by Joseph Qi · 10 years ago
  43. 98acbf6 fs/ocfs2/stack_user.c: fix typo in ocfs2_control_release() by Andrew Morton · 10 years ago
  44. 55dacd2 ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler by alex chen · 10 years ago
  45. c53f755 ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr() by Jan Kara · 10 years ago
  46. 5760a97 ocfs2/dlm: do not get resource spinlock if lockres is new by Joseph Qi · 10 years ago
  47. f13a568 ocfs2: free vol_label in ocfs2_delete_osb() by Joseph Qi · 10 years ago
  48. 5236281 ocfs2: Don't use MAXQUOTAS value by Jan Kara · 10 years ago
  49. 8c7b638 ocfs2: quorum: add a log for node not fenced by Junxiao Bi · 10 years ago
  50. 8e9801d ocfs2: o2net: set tcp user timeout to max value by Junxiao Bi · 10 years ago
  51. c43c363 ocfs2: o2net: don't shutdown connection when idle timeout by Junxiao Bi · 10 years ago
  52. 2b46263 ocfs2: do not write error flag to user structure we cannot copy from/to by Ben Hutchings · 10 years ago
  53. 1b7f8ba fs/ocfs2/slot_map.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  54. bba1cb1 ocfs2: race between umount and unfinished remastering during recovery by Tariq Saeed · 10 years ago
  55. 7567c14 ocfs2: remove conversion of total_backoff in dlm_join_domain() by Xue jiufei · 10 years ago
  56. 981035b ocfs2: correctly check the return value of ocfs2_search_extent_list by Yingtai Xie · 10 years ago
  57. ac4fef4 ocfs2/dlm: do not purge lockres that is queued for assert master by Xue jiufei · 10 years ago
  58. b9aaac5 ocfs2: do not return DLM_MIGRATE_RESPONSE_MASTERY_REF to avoid endless,loop during umount by jiangyiwen · 10 years ago
  59. 595297a ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ocfs2_mknod by jiangyiwen · 10 years ago
  60. f7a14f3 ocfs2: fix a tiny race when running dirop_fileop_racer by Yiwen Jiang · 10 years ago
  61. a270c6d ocfs2/dlm: fix misuse of list_move_tail() in dlm_run_purge_list() by Xue jiufei · 10 years ago
  62. 8a8ad1c ocfs2: refcount: take rw_lock in ocfs2_reflink by Wengang Wang · 10 years ago
  63. b253bfd ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously" by Xue jiufei · 10 years ago
  64. 27bf630 ocfs2: fix deadlock when two nodes are converting same lock from PR to EX and idletimeout closes conn by Tariq Saeed · 10 years ago
  65. 5fb1beb ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename() by alex chen · 10 years ago
  66. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  67. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  68. 6dc8bc0 ocfs2: switch to iter_file_splice_write() by Al Viro · 10 years ago
  69. 79deb3c ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting an invalid one by Tariq Saeed · 10 years ago
  70. 1b938c0 fs/buffer.c: remove block_write_full_page_endio() by Matthew Wilcox · 10 years ago
  71. e72db98 ocfs2: remove some unused code by Xue jiufei · 10 years ago
  72. 17bf141 ocfs2: fix incorrect i_size of global bitmap inode after resize by Joseph Qi · 10 years ago
  73. b7ac233 ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super by Joseph Qi · 10 years ago
  74. 01c6222 ocfs2/dlm: disallow node joining when recovery is on going by Xue jiufei · 10 years ago
  75. a9e9aca ocfs2: fix umount hang while shutting down truncate log by Xue jiufei · 10 years ago
  76. c253ed1 fs/ocfs2/ioctl.c: add static to local functions by Fabian Frederick · 10 years ago
  77. 6718cb5 ocfs2/dlm: fix possible convert=sion deadlock by Xue jiufei · 10 years ago
  78. 55b465b ocfs2: limit printk when journal is aborted by Joseph Qi · 10 years ago
  79. b3821c3 ocfs2: remove some redundant casting by George Spelvin · 10 years ago
  80. 69201bb fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy by Fabian Frederick · 10 years ago
  81. 1a5c4e2 ocfs2: remove NULL assignments on static by Fabian Frederick · 10 years ago
  82. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  83. 66db6cf ocfs2: fix double kmem_cache_destroy in dlm_init by Joseph Qi · 10 years ago
  84. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  85. 3ef045c ocfs2: switch to ->write_iter() by Al Viro · 10 years ago
  86. 3cd9ad5 ocfs2: switch to ->read_iter() by Al Viro · 10 years ago
  87. 0c94933 iov_iter_truncate() by Al Viro · 10 years ago
  88. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  89. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  90. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  91. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  92. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 10 years ago
  93. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  94. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  95. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  96. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  97. 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  98. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  99. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  100. 9c33925 ocfs2: pass "new" parameter to ocfs2_init_xattr_bucket by Wengang Wang · 10 years ago