1. 03 3月, 2015 5 次提交
  2. 02 3月, 2015 13 次提交
  3. 28 2月, 2015 1 次提交
  4. 19 2月, 2015 4 次提交
  5. 18 2月, 2015 1 次提交
  6. 14 2月, 2015 4 次提交
  7. 12 2月, 2015 2 次提交
  8. 11 2月, 2015 1 次提交
  9. 10 2月, 2015 2 次提交
  10. 06 2月, 2015 5 次提交
  11. 04 2月, 2015 2 次提交
    • T
      NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT · 6ae37339
      Trond Myklebust 提交于
      If we're using NFSv4.1, then we have the ability to let the server know
      whether or not we believe that returning a delegation as part of our OPEN
      request would be useful.
      The feature needs to be used with care, since the client sending the request
      doesn't necessarily know how other clients are using that file, and how
      they may be affected by the delegation.
      For this reason, our initial use of the feature will be to let the server
      know when the client believes that handing out a delegation would not be
      useful.
      The first application for this function is when opening the file using
      O_DIRECT.
      Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
      6ae37339
    • W
      pnfs: lookup new lseg at lseg boundary · 7c13789e
      Weston Andros Adamson 提交于
      Before mirroring support was added, the pageio descriptor's pg_lseg was
      set to null when an RPC was sent. Because of this, pg_init was called
      at lseg boundaries with pg_lseg = NULL, and it could be set to the new
      lseg.
      Signed-off-by: NWeston Andros Adamson <dros@primarydata.com>
      7c13789e