1. 18 6月, 2009 2 次提交
  2. 10 7月, 2008 1 次提交
  3. 29 2月, 2008 5 次提交
  4. 26 2月, 2008 4 次提交
  5. 30 1月, 2008 6 次提交
  6. 07 12月, 2007 1 次提交
  7. 11 7月, 2007 2 次提交
  8. 01 5月, 2007 1 次提交
    • C
      SUNRPC: Eliminate side effects from rpc_malloc · c5a4dd8b
      Chuck Lever 提交于
      Currently rpc_malloc sets req->rq_buffer internally.  Make this a more
      generic interface:  return a pointer to the new buffer (or NULL) and
      make the caller set req->rq_buffer and req->rq_bufsize.  This looks much
      more like kmalloc and eliminates the side effects.
      
      To fix a potential deadlock, this patch also replaces GFP_NOFS with
      GFP_NOWAIT in rpc_malloc.  This prevents async RPCs from sleeping outside
      the RPC's task scheduler while allocating their buffer.
      Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      c5a4dd8b
  9. 21 2月, 2007 1 次提交
  10. 04 2月, 2007 1 次提交
  11. 25 1月, 2007 1 次提交
  12. 08 12月, 2006 1 次提交
  13. 06 12月, 2006 3 次提交
  14. 23 9月, 2006 1 次提交
  15. 21 3月, 2006 4 次提交
  16. 07 1月, 2006 5 次提交
  17. 23 6月, 2005 1 次提交