1. 15 3月, 2009 5 次提交
  2. 13 3月, 2009 8 次提交
  3. 12 3月, 2009 2 次提交
  4. 11 3月, 2009 7 次提交
  5. 09 3月, 2009 1 次提交
    • C
      Btrfs: fix spinlock assertions on UP systems · b9447ef8
      Chris Mason 提交于
      btrfs_tree_locked was being used to make sure a given extent_buffer was
      properly locked in a few places.  But, it wasn't correct for UP compiled
      kernels.
      
      This switches it to using assert_spin_locked instead, and renames it to
      btrfs_assert_tree_locked to better reflect how it was really being used.
      Signed-off-by: NChris Mason <chris.mason@oracle.com>
      b9447ef8
  6. 07 3月, 2009 3 次提交
  7. 05 3月, 2009 3 次提交
  8. 28 2月, 2009 2 次提交
  9. 27 2月, 2009 9 次提交