1. 22 8月, 2006 1 次提交
  2. 21 8月, 2006 1 次提交
  3. 19 8月, 2006 1 次提交
    • S
      [GFS2] Fix leak of gfs2_bufdata · 15d00c0b
      Steven Whitehouse 提交于
      This fixes a memory leak of struct gfs2_bufdata and also some
      problems in the ordered write handling code. It needs a bit
      more testing, but I believe that the reference counting of
      ordered write buffers should now be correct.
      
      This is aimed at fixing Red Hat bugzilla: #201028 and #201082
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      15d00c0b
  4. 11 8月, 2006 2 次提交
  5. 10 8月, 2006 1 次提交
  6. 09 8月, 2006 5 次提交
  7. 08 8月, 2006 1 次提交
  8. 07 8月, 2006 3 次提交
  9. 06 8月, 2006 7 次提交
  10. 05 8月, 2006 1 次提交
    • S
      [GFS2] Fix lock ordering bug in page fault path · 59a1cc6b
      Steven Whitehouse 提交于
      Mmapped files were able to trigger a lock ordering bug. Private
      maps do not need to take the glock so early on. Shared maps do
      unfortunately, however we can get around that by adding a flag
      into the flags for the struct gfs2_file. This only works because
      we are taking an exclusive lock at this point, so we know that
      nobody else can be racing with us.
      
      Fixes Red Hat bugzilla: #201196
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      59a1cc6b
  11. 04 8月, 2006 3 次提交
  12. 03 8月, 2006 3 次提交
  13. 02 8月, 2006 1 次提交
  14. 01 8月, 2006 10 次提交
新手
引导
客服 返回
顶部