1. 04 9月, 2013 10 次提交
  2. 30 8月, 2013 1 次提交
  3. 22 8月, 2013 14 次提交
  4. 08 8月, 2013 3 次提交
  5. 25 7月, 2013 1 次提交
    • T
      NFSv4: Fix nfs4_init_uniform_client_string for net namespaces · 55b59293
      Trond Myklebust 提交于
      Commit 6f2ea7f2 (NFS: Add nfs4_unique_id boot parameter) introduces a
      boot parameter that allows client administrators to set a string
      identifier for use by the EXCHANGE_ID and SETCLIENTID arguments in order
      to make them more globally unique.
      
      Unfortunately, that uniquifier is no longer globally unique in the presence
      of net namespaces, since each container expects to be able to set up their
      own lease when mounting a new NFSv4/4.1 partition.
      The fix is to add back in the container-specific hostname in addition to
      the unique id.
      
      Cc: Chuck Lever <chuck.lever@oracle.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      55b59293
  6. 24 7月, 2013 2 次提交
  7. 29 6月, 2013 1 次提交
    • A
      NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrs · 18aad3d5
      Andy Adamson 提交于
      nfs4_init_session was originally written to be called prior to
      nfs4_init_channel_attrs, setting the session target_max response and request
      sizes that nfs4_init_channel_attrs would pay attention to.
      
      In the current code flow, nfs4_init_session, just like nfs4_init_ds_session
      for the data server case, is called after the session is all negotiated, and
      is actually used in a RECLAIM COMPLETE call to the server.
      
      Remove the un-needed fc_target_max response and request fields from
      nfs4_session and just set the max_resp_sz and max_rqst_sz in
      nfs4_init_channel_attrs.
      Signed-off-by: NAndy Adamson <andros@netapp.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      18aad3d5
  8. 20 6月, 2013 1 次提交
  9. 19 6月, 2013 1 次提交
  10. 09 6月, 2013 6 次提交