1. 07 Aug, 2006 2 commits
  2. 04 Aug, 2006 1 commit
    • Steven Whitehouse's avatar
      [GFS2] Fix lock ordering bug in page fault path · 59a1cc6b
      Steven Whitehouse authored
      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: default avatarSteven Whitehouse <swhiteho@redhat.com>
      59a1cc6b
  3. 01 Aug, 2006 1 commit
  4. 31 Jul, 2006 3 commits
  5. 30 Jul, 2006 10 commits
  6. 29 Jul, 2006 22 commits
  7. 28 Jul, 2006 1 commit