1. 28 7月, 2008 2 次提交
  2. 29 4月, 2008 2 次提交
  3. 18 4月, 2008 11 次提交
  4. 10 4月, 2008 1 次提交
  5. 14 2月, 2008 1 次提交
  6. 07 2月, 2008 5 次提交
  7. 10 12月, 2007 1 次提交
  8. 16 10月, 2007 3 次提交
  9. 15 10月, 2007 1 次提交
  10. 05 9月, 2007 1 次提交
    • E
      [XFS] fix nasty quota hashtable allocation bug · 5995cb7d
      Eric Sandeen 提交于
      This git mod: 77e4635a
      converted to a "greedy" allocation interface, but for the quota hashtables
      it switched from allocating XFS_QM_HASHSIZE (nr of elements)
      xfs_dqhash_t's to allocating only XFS_QM_HASHSIZE *bytes* - quite a lot
      smaller! Then when we converted hsize "back" to nr of elements (the
      division line) hsize went to 0. This was leading to oopses when running
      any quota tests on the Fedora 8 test kernel, but the problem has been
      there for almost a year.
      
      SGI-PV: 968837
      SGI-Modid: xfs-linux-melb:xfs-kern:29354a
      Signed-off-by: NEric Sandeen <sandeen@sandeen.net>
      Signed-off-by: NDavid Chinner <dgc@sgi.com>
      Signed-off-by: NTim Shimmin <tes@sgi.com>
      5995cb7d
  11. 18 7月, 2007 1 次提交
  12. 14 7月, 2007 2 次提交
  13. 08 5月, 2007 4 次提交
  14. 10 2月, 2007 4 次提交
  15. 28 9月, 2006 1 次提交