1. 08 2月, 2007 2 次提交
  2. 02 2月, 2007 1 次提交
    • M
      ocfs2: ocfs2_link() journal credits update · e051fda4
      Mark Fasheh 提交于
      Commit 592282cf fixed some missing directory
      c/mtime updates in part by introducing a dinode update in ocfs2_add_entry().
      Unfortunately, ocfs2_link() (which didn't update the directory inode before)
      is now missing a single journal credit. Fix this by doubling the number of
      inode updates expected during hard link creation.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      e051fda4
  3. 27 1月, 2007 1 次提交
  4. 22 1月, 2007 4 次提交
  5. 29 12月, 2006 5 次提交
  6. 14 12月, 2006 2 次提交
  7. 12 12月, 2006 1 次提交
    • A
      [patch 3/3] OCFS2 Configurable timeouts - Protocol changes · 828ae6af
      Andrew Beekhof 提交于
      Modify the OCFS2 handshake to ensure essential timeouts are configured
      identically on all nodes.
      
      Only allow changes when there are no connected peers
      
      Improves the logic in o2net_advance_rx() which broke now that
      sizeof(struct o2net_handshake) is greater than sizeof(struct o2net_msg)
      
      Included is the field for userspace-heartbeat timeout to avoid the need for
      further protocol changes.
      
      Uses a global spinlock to ensure the decisions to update configfs entries
      are made on the correct value.  The region covered by the spinlock when
      incrementing the counter is much larger as this is the more critical case.
      
      Small cleanup contributed by Adrian Bunk <bunk@stusta.de>
      Signed-off-by: NAndrew Beekhof <abeekhof@suse.de>
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      828ae6af
  8. 09 12月, 2006 1 次提交
  9. 08 12月, 2006 7 次提交
  10. 02 12月, 2006 16 次提交