1. 03 3月, 2006 1 次提交
    • S
      [GFS2] Add gfs2meta filesystem · 419c93e0
      Steven Whitehouse 提交于
      In order to separate out the filesystem's metadata from "normal"
      files and directories, a new filesystem type has been created.
      It is called gfs2meta and mounting it gives access to the files
      that were previously under .gfs2_admin (well still are until mkfs
      is altered, which is next on the adgenda).
      
      Its not currently possible to mount both gfs2 and gfs2meta on the
      same block device at the same time. A future patch will allow that
      to happen.
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      419c93e0
  2. 02 3月, 2006 3 次提交
    • S
      [GFS2] Fix some bugs · b4dc7291
      Steven Whitehouse 提交于
      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: NSteven Whitehouse <swhiteho@redhat.com>
      b4dc7291
    • S
      [GFS2] Tidy up mount code. · c9fd4307
      Steven Whitehouse 提交于
      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: NSteven Whitehouse <swhiteho@redhat.com>
      c9fd4307
    • S
      [GFS2] Remove uneeded memory allocation · e317ffcb
      Steven Whitehouse 提交于
      For every filesystem operation where we need a transaction, we
      now make one less memory allocation.
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      e317ffcb
  3. 01 3月, 2006 1 次提交
  4. 28 2月, 2006 5 次提交
  5. 27 2月, 2006 3 次提交
  6. 25 2月, 2006 2 次提交
    • A
      [PATCH] ramfs: update dir mtime and ctime · 8dde0509
      Andrew Morton 提交于
      Phil Marek <philipp.marek@bmlv.gv.at> points out that ramfs forgets to update
      a directory's mtime and ctime when it is modified.
      
      Cc: <stable@kernel.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8dde0509
    • U
      [PATCH] flags parameter for linkat · c04030e1
      Ulrich Drepper 提交于
      I'm currently at the POSIX meeting and one thing covered was the
      incompatibility of Linux's link() with the POSIX definition.  The name.
      Linux does not follow symlinks, POSIX requires it does.
      
      Even if somebody thinks this is a good default behavior we cannot change this
      because it would break the ABI.  But the fact remains that some application
      might want this behavior.
      
      We have one chance to help implementing this without breaking the behavior.
       For this we could use the new linkat interface which would need a new
      flags parameter.  If the new parameter is AT_SYMLINK_FOLLOW the new
      behavior could be invoked.
      
      I do not want to introduce such a patch now.  But we could add the
      parameter now, just don't use it.  The patch below would do this.  Can we
      get this late patch applied before the release more or less fixes the
      syscall API?
      Signed-off-by: NUlrich Drepper <drepper@redhat.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c04030e1
  7. 24 2月, 2006 3 次提交
  8. 23 2月, 2006 7 次提交
  9. 22 2月, 2006 1 次提交
  10. 21 2月, 2006 2 次提交
  11. 19 2月, 2006 1 次提交
  12. 18 2月, 2006 3 次提交
  13. 17 2月, 2006 6 次提交
  14. 16 2月, 2006 1 次提交
  15. 15 2月, 2006 1 次提交