1. 31 1月, 2006 2 次提交
    • S
      [GFS2] Update truncate function (shrinking partial blocks) · 257f9b4e
      Steven Whitehouse 提交于
      Update the function in GFS2 which deals with truncation of
      partial blocks. Some of the code is "borrowed" from ext3
      since it appears to give a good model of how to do this
      operation. The function is renamed gfs2_block_truncate_page
      accordingly.
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      257f9b4e
    • S
      [GFS2] Add gfs2_internal_read() · f42faf4f
      Steven Whitehouse 提交于
      Add the new external read function. Its temporarily in jdata.c
      even though the protoype is in ops_file.h - this will change
      shortly. The current implementation will change to a page cache
      one when that happens.
      
      In order to effect the above changes, the various internal inodes
      now have Linux inodes attached to them. We keep the references to
      the Linux inodes, rather than the gfs2_inodes in the super block.
      
      In order to get everything to work correctly I've had to reorder
      the init sequence on mount (which I should probably have done
      earlier when .gfs2_admin was made visible).
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      f42faf4f
  2. 30 1月, 2006 8 次提交
  3. 24 1月, 2006 2 次提交
  4. 20 1月, 2006 11 次提交
  5. 19 1月, 2006 17 次提交