1. 09 7月, 2007 4 次提交
  2. 09 5月, 2007 1 次提交
  3. 07 5月, 2007 2 次提交
  4. 03 5月, 2007 1 次提交
  5. 01 5月, 2007 3 次提交
  6. 13 2月, 2007 1 次提交
  7. 06 2月, 2007 2 次提交
  8. 04 12月, 2006 1 次提交
  9. 12 10月, 2006 1 次提交
  10. 28 9月, 2006 1 次提交
  11. 25 9月, 2006 1 次提交
  12. 19 9月, 2006 1 次提交
  13. 08 9月, 2006 3 次提交
  14. 07 9月, 2006 1 次提交
  15. 05 9月, 2006 2 次提交
  16. 01 9月, 2006 1 次提交
    • S
      [GFS2] Update copyright, tidy up incore.h · e9fc2aa0
      Steven Whitehouse 提交于
      As per comments from Jan Engelhardt <jengelh@linux01.gwdg.de> this
      updates the copyright message to say "version" in full rather than
      "v.2". Also incore.h has been updated to remove forward structure
      declarations which are not required.
      
      The gfs2_quota_lvb structure has now had endianess annotations added
      to it. Also quota.c has been updated so that we now store the
      lvb data locally in endian independant format to avoid needing
      a structure in host endianess too. As a result the endianess
      conversions are done as required at various points and thus the
      conversion routines in lvb.[ch] are no longer required. I've
      moved the one remaining constant in lvb.h thats used into lm.h
      and removed the unused lvb.[ch].
      
      I have not changed the HIF_ constants. That is left to a later patch
      which I hope will unify the gh_flags and gh_iflags fields of the
      struct gfs2_holder.
      
      Cc: Jan Engelhardt <jengelh@linux01.gwdg.de>
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      e9fc2aa0
  17. 07 8月, 2006 2 次提交
  18. 01 8月, 2006 1 次提交
  19. 21 7月, 2006 1 次提交
  20. 20 6月, 2006 1 次提交
    • D
      [GFS2] Fix printk format warnings in DLM code · 0239c4ae
      David Woodhouse 提交于
      fs/gfs2/locking/dlm/thread.c: In function ‘process_complete’:
      fs/gfs2/locking/dlm/thread.c:56: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’
      fs/gfs2/locking/dlm/thread.c:69: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
      fs/gfs2/locking/dlm/thread.c:102: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’
      fs/gfs2/locking/dlm/thread.c:124: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
      fs/gfs2/locking/dlm/thread.c:146: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
      fs/gfs2/locking/dlm/thread.c:148: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      0239c4ae
  21. 24 5月, 2006 1 次提交
  22. 19 5月, 2006 1 次提交
  23. 28 4月, 2006 1 次提交
  24. 27 4月, 2006 2 次提交
  25. 26 4月, 2006 1 次提交
  26. 01 4月, 2006 1 次提交
    • S
      [GFS2] Update GFS2 for the recent pull from Linus · 8628de05
      Steven Whitehouse 提交于
      Some interfaces have changed. In particular one of the posix
      locking functions has changed prototype, along with the
      address space operation invalidatepage and the block getting
      callback to the direct IO function.
      
      In addition add the splice file operations. These will need to
      be updated to support AOP_TRUNCATED_PAGE before they will be
      of much use to us.
      Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
      8628de05
  27. 29 3月, 2006 1 次提交
  28. 28 2月, 2006 1 次提交