1. 02 2月, 2008 7 次提交
  2. 17 10月, 2007 1 次提交
  3. 10 10月, 2007 2 次提交
    • P
      knfsd: 64 bit ino support for NFS server · 40ee5dc6
      Peter Staubach 提交于
      Modify the NFS server code to support 64 bit ino's, as
      appropriate for the system and the NFS protocol version.
      
      The gist of the changes is to query the underlying file system
      for attributes and not just to use the cached attributes in the
      inode.  For this specific purpose, the inode only contains an
      ino field which unsigned long, which is large enough on 64 bit
      platforms, but is not large enough on 32 bit platforms.
      
      I haven't been able to find any reason why ->getattr can't be called
      while i_mutex.  The specification indicates that i_mutex is not
      required to be held in order to invoke ->getattr, but it doesn't say
      that i_mutex can't be held while invoking ->getattr.
      
      I also haven't come to any conclusions regarding the value of
      lease_get_mtime() and whether it should or should not be invoked
      by fill_post_wcc() too.  I chose not to change this because I
      thought that it was safer to leave well enough alone.  If we
      decide to make a change, it can be done separately.
      Signed-off-by: NPeter Staubach <staubach@redhat.com>
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      Acked-by: NNeil Brown <neilb@suse.de>
      40ee5dc6
    • J
      knfsd: move nfsv4 slab creation/destruction to module init/exit · e8ff2a84
      J. Bruce Fields 提交于
      We have some slabs that the nfs4 server uses to store state objects.
      We're currently creating and destroying those slabs whenever the server
      is brought up or down.  That seems excessive; may as well just do that
      in module initialization and exit.
      
      Also add some minor header cleanup.  (Thanks to Andrew Morton for that
      and a compile fix.)
      Signed-off-by: N"J. Bruce Fields" <bfields@citi.umich.edu>
      Acked-by: NNeil Brown <neilb@suse.de>
      e8ff2a84
  4. 20 7月, 2007 2 次提交
  5. 18 7月, 2007 11 次提交
  6. 15 2月, 2007 1 次提交
  7. 13 2月, 2007 1 次提交
  8. 27 1月, 2007 2 次提交
  9. 14 12月, 2006 4 次提交
  10. 09 11月, 2006 1 次提交
  11. 21 10月, 2006 8 次提交