“abc167338a99f1b644e1a5d4bb324a566d2fd87f”上不存在“doc_cn/design/releasing_process.html”
  1. 10 7月, 2014 1 次提交
  2. 09 7月, 2014 1 次提交
    • J
      nfsd: add a new /proc/fs/nfsd/max_connections file · 5b8db00b
      Jeff Layton 提交于
      Currently, the maximum number of connections that nfsd will allow
      is based on the number of threads spawned. While this is fine for a
      default, there really isn't a clear relationship between the two.
      
      The number of threads corresponds to the number of concurrent requests
      that we want to allow the server to process at any given time. The
      connection limit corresponds to the maximum number of clients that we
      want to allow the server to handle. These are two entirely different
      quantities.
      
      Break the dependency on increasing threads in order to allow for more
      connections, by adding a new per-net parameter that can be set to a
      non-zero value. The default is still to base it on the number of threads,
      so there should be no behavior change for anyone who doesn't use it.
      
      Cc: Trond Myklebust <trond.myklebust@primarydata.com>
      Signed-off-by: NJeff Layton <jlayton@primarydata.com>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      5b8db00b
  3. 04 1月, 2014 1 次提交
  4. 05 4月, 2013 1 次提交
  5. 11 12月, 2012 4 次提交
  6. 03 12月, 2012 1 次提交
  7. 28 11月, 2012 5 次提交
  8. 15 11月, 2012 11 次提交
  9. 28 7月, 2012 3 次提交
  10. 12 4月, 2012 4 次提交
  11. 29 3月, 2012 1 次提交
  12. 26 3月, 2012 2 次提交
  13. 07 1月, 2009 2 次提交
  14. 04 10月, 2006 1 次提交
  15. 03 8月, 2006 1 次提交
  16. 22 7月, 2006 1 次提交