1. 03 12月, 2009 1 次提交
  2. 22 10月, 2009 1 次提交
  3. 13 10月, 2009 1 次提交
  4. 08 10月, 2009 1 次提交
    • T
      NFSv4: Kill nfs4_renewd_prepare_shutdown() · 3050141b
      Trond Myklebust 提交于
      The NFSv4 renew daemon is shared between all active super blocks that refer
      to a particular NFS server, so it is wrong to be shutting it down in
      nfs4_kill_super every time a super block is destroyed.
      
      This patch therefore kills nfs4_renewd_prepare_shutdown altogether, and
      leaves it up to nfs4_shutdown_client() to also shut down the renew daemon
      by means of the existing call to nfs4_kill_renewd().
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      3050141b
  5. 07 10月, 2009 3 次提交
  6. 25 9月, 2009 1 次提交
  7. 24 9月, 2009 3 次提交
  8. 21 9月, 2009 1 次提交
  9. 16 9月, 2009 1 次提交
  10. 09 9月, 2009 5 次提交
  11. 24 8月, 2009 1 次提交
    • C
      NFS: Handle a zero-length auth flavor list · 5eecfde6
      Chuck Lever 提交于
      Some releases of Linux rpc.mountd (nfs-utils 1.1.4 and later) return an
      empty auth flavor list if no sec= was specified for the export.  This is
      notably broken server behavior.
      
      The new auth flavor list checking added in a recent commit rejects this
      case.  The OpenSolaris client does too.
      
      The broken mountd implementation is already widely deployed.  To avoid
      a behavioral regression, the kernel's mount client skips flavor checking
      (ie reverts to the pre-2.6.32 behavior) if mountd returns an empty
      flavor list.
      Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      5eecfde6
  12. 10 8月, 2009 5 次提交
  13. 23 6月, 2009 2 次提交
  14. 18 6月, 2009 8 次提交
  15. 12 6月, 2009 1 次提交
  16. 09 5月, 2009 2 次提交
  17. 07 4月, 2009 1 次提交
  18. 03 4月, 2009 2 次提交