1. 01 Mar, 2006 3 commits
    • Steven Whitehouse's avatar
      [GFS2] Fix some bugs · b4dc7291
      Steven Whitehouse authored
      Fix a bug I introduced earlier with a kfree() and usage of
      a structure in the wrong order. Also try and get the counts
      of the journaled data buffers "more correct". Still some work
      to do in this area though.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      b4dc7291
    • Steven Whitehouse's avatar
      [GFS2] Tidy up mount code. · c9fd4307
      Steven Whitehouse authored
      We no longer lookup ".gfs2_admin" in the root directory in order to
      find it, but instead use the inode number given in the superblock.
      Both the root directory and the admin directory are now looked up using
      the same routine, so the redundant code is removed.
      
      Also, there is no longer a reference to the root inode in the
      GFS2 super block. When required this can be retreived via
      sb->s_root->d_inode instead.
      
      Assuming that we introduce a metadata filesystem type for GFS, then
      this is a first step towards that goal.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      c9fd4307
    • Steven Whitehouse's avatar
      [GFS2] Remove uneeded memory allocation · e317ffcb
      Steven Whitehouse authored
      For every filesystem operation where we need a transaction, we
      now make one less memory allocation.
      Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
      e317ffcb
  2. 28 Feb, 2006 1 commit
  3. 27 Feb, 2006 14 commits
  4. 26 Feb, 2006 14 commits
  5. 25 Feb, 2006 3 commits
  6. 24 Feb, 2006 5 commits