1. 11 3月, 2011 2 次提交
    • D
      dlm: increase default hash table sizes · e3853a90
      David Teigland 提交于
      Make all three hash tables a consistent size of 1024
      rather than 1024, 512, 256.  All three tables, for
      resources, locks, and lock dir entries, will generally
      be filled to the same order of magnitude.
      Signed-off-by: NDavid Teigland <teigland@redhat.com>
      e3853a90
    • D
      dlm: record full callback state · 8304d6f2
      David Teigland 提交于
      Change how callbacks are recorded for locks.  Previously, information
      about multiple callbacks was combined into a couple of variables that
      indicated what the end result should be.  In some situations, we
      could not tell from this combined state what the exact sequence of
      callbacks were, and would end up either delivering the callbacks in
      the wrong order, or suppress redundant callbacks incorrectly.  This
      new approach records all the data for each callback, leaving no
      uncertainty about what needs to be delivered.
      Signed-off-by: NDavid Teigland <teigland@redhat.com>
      8304d6f2
  2. 10 3月, 2011 15 次提交
  3. 09 3月, 2011 5 次提交
  4. 08 3月, 2011 14 次提交
  5. 07 3月, 2011 4 次提交