1. 25 8月, 2006 1 次提交
  2. 23 8月, 2006 1 次提交
  3. 22 8月, 2006 1 次提交
  4. 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
  5. 11 8月, 2006 1 次提交
  6. 09 8月, 2006 1 次提交
    • S
      [GFS2] Fix lack of buffers in writepage bug · f4387149
      Steven Whitehouse 提交于
      In some cases we can enter write page without there being buffers
      attached to the page. In this case the function to add gfs2_bufdata
      to the buffers fails sliently causing further failures down the
      stack.
      
      This fix ensures that we always add buffers in writepage if they
      didn't already exist (mmap is one way to trigger this).
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      f4387149
  7. 07 8月, 2006 3 次提交
  8. 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
  9. 02 8月, 2006 1 次提交
  10. 01 8月, 2006 2 次提交
  11. 29 7月, 2006 1 次提交
  12. 28 7月, 2006 3 次提交
  13. 26 7月, 2006 3 次提交
  14. 21 7月, 2006 2 次提交
  15. 17 7月, 2006 2 次提交
  16. 13 7月, 2006 1 次提交
  17. 12 7月, 2006 1 次提交
  18. 11 7月, 2006 4 次提交
  19. 10 7月, 2006 1 次提交
  20. 07 7月, 2006 1 次提交
  21. 06 7月, 2006 2 次提交
  22. 05 7月, 2006 2 次提交
  23. 04 7月, 2006 2 次提交
  24. 03 7月, 2006 2 次提交