1. 20 May, 2009 1 commit
    • Steven Whitehouse's avatar
      GFS2: Improve resource group error handling · 09010978
      Steven Whitehouse authored
      This patch improves the error handling in the case where we
      discover that the summary information in the resource group
      doesn't match the bitmap information while in the process of
      allocating blocks. Originally this resulted in a kernel bug,
      but this patch changes that so that we return -EIO and print
      some messages explaining what went wrong, and how to fix it.
      
      We also remember locally not to try and allocate from the
      same rgrp again, so that a subsequent allocation in a
      different rgrp should succeed.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      09010978
  2. 19 May, 2009 3 commits
    • Steven Whitehouse's avatar
      GFS2: Don't warn when delete inode fails on ro filesystem · ef9e8b14
      Steven Whitehouse authored
      If the filesystem is read-only, then we expect that delete inode
      will fail, so there is no need to warn about it.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      ef9e8b14
    • Steven Whitehouse's avatar
      GFS2: Update docs · e9ccb73a
      Steven Whitehouse authored
      Update a few things which were out of date, and fix a typo.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      e9ccb73a
    • Steven Whitehouse's avatar
      GFS2: Umount recovery race fix · fe64d517
      Steven Whitehouse authored
      This patch fixes a race condition where we can receive recovery
      requests part way through processing a umount. This was causing
      problems since the recovery thread had already gone away.
      
      Looking in more detail at the recovery code, it was really trying
      to implement a slight variation on a work queue, and that happens to
      align nicely with the recently introduced slow-work subsystem. As a
      result I've updated the code to use slow-work, rather than its own home
      grown variety of work queue.
      
      When using the wait_on_bit() function, I noticed that the wait function
      that was supplied as an argument was appearing in the WCHAN field, so
      I've updated the function names in order to produce more meaningful
      output.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      fe64d517
  3. 13 May, 2009 3 commits
  4. 12 May, 2009 1 commit
  5. 11 May, 2009 3 commits
  6. 10 May, 2009 12 commits
  7. 09 May, 2009 17 commits