1. 26 1月, 2008 1 次提交
    • M
      ocfs2: Remove mount/unmount votes · 34d024f8
      Mark Fasheh 提交于
      The node maps that are set/unset by these votes are no longer relevant, thus
      we can remove the mount and umount votes. Since those are the last two
      remaining votes, we can also remove the entire vote infrastructure.
      
      The vote thread has been renamed to the downconvert thread, and the small
      amount of functionality related to managing it has been moved into
      fs/ocfs2/dlmglue.c. All references to votes have been removed or updated.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      34d024f8
  2. 18 12月, 2007 3 次提交
  3. 13 10月, 2007 2 次提交
  4. 11 7月, 2007 1 次提交
  5. 03 5月, 2007 1 次提交
  6. 27 4月, 2007 5 次提交
  7. 08 12月, 2006 1 次提交
  8. 02 12月, 2006 11 次提交
  9. 22 11月, 2006 1 次提交
  10. 25 9月, 2006 1 次提交
    • M
      ocfs2: Remove i_generation from inode lock names · 24c19ef4
      Mark Fasheh 提交于
      OCFS2 puts inode meta data in the "lock value block" provided by the DLM.
      Typically, i_generation is encoded in the lock name so that a deleted inode
      on and a new one in the same block don't share the same lvb.
      
      Unfortunately, that scheme means that the read in ocfs2_read_locked_inode()
      is potentially thrown away as soon as the meta data lock is taken - we
      cannot encode the lock name without first knowing i_generation, which
      requires a disk read.
      
      This patch encodes i_generation in the inode meta data lvb, and removes the
      value from the inode meta data lock name. This way, the read can be covered
      by a lock, and at the same time we can distinguish between an up to date and
      a stale LVB.
      
      This will help cold-cache stat(2) performance in particular.
      
      Since this patch changes the protocol version, we take the opportunity to do
      a minor re-organization of two of the LVB fields.
      Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
      24c19ef4
  11. 30 6月, 2006 1 次提交
  12. 28 6月, 2006 1 次提交
  13. 27 6月, 2006 1 次提交
  14. 18 5月, 2006 2 次提交
  15. 27 3月, 2006 2 次提交
  16. 25 3月, 2006 1 次提交
  17. 02 3月, 2006 1 次提交
  18. 17 2月, 2006 1 次提交
  19. 04 2月, 2006 3 次提交