1. 8688d95 Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  2. 0d2a970 SUNRPC: Fix a backchannel race by Trond Myklebust · 9 years ago
  3. 0f41979 SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_task by Trond Myklebust · 9 years ago
  4. 3f87d5d SUNRPC: Move EXPORT_SYMBOL for svc_process by Chuck Lever · 10 years ago
  5. 632dda8 SUNRPC: Clean up bc_send() by Chuck Lever · 10 years ago
  6. 3c51991 sunrpc/lockd: fix references to the BKL by Jeff Layton · 10 years ago
  7. b1691bc sunrpc: convert to lockless lookup of queued server threads by Jeff Layton · 10 years ago
  8. 8124438 sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it by Jeff Layton · 10 years ago
  9. 0b5707e sunrpc: require svc_create callers to pass in meaningful shutdown routine by Jeff Layton · 10 years ago
  10. 779fb0f sunrpc: move rq_splice_ok flag into rq_flags by Jeff Layton · 10 years ago
  11. 78b65eb sunrpc: move rq_dropme flag into rq_flags by Jeff Layton · 10 years ago
  12. 30660e04b sunrpc: move rq_usedeferral flag to rq_flags by Jeff Layton · 10 years ago
  13. 2941b0e Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch by J. Bruce Fields · 10 years ago
  14. 067f96e sunrpc: release svc_pool_map reference when serv allocation fails by Jeff Layton · 10 years ago
  15. f895b25 sunrpc: eliminate RPC_DEBUG by Jeff Layton · 10 years ago
  16. 860a0d9 sunrpc: add some tracepoints in svc_rqst handling functions by Jeff Layton · 10 years ago
  17. eb63192 SUNRPC: off by one in BUG_ON() by Dan Carpenter · 10 years ago
  18. 983c684 SUNRPC: get rid of the request wait queue by Trond Myklebust · 10 years ago
  19. f15a5cf SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok by Kinglong Mee · 10 years ago
  20. 7e55b59 SUNRPC/NFSD: Support a new option for ignoring the result of svc_register by Kinglong Mee · 11 years ago
  21. 587ac5e svcrpc: remove an unnecessary assignment by Weng Meiling · 11 years ago
  22. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  23. cc630d9 svcrpc: fix rpc server shutdown races by J. Bruce Fields · 12 years ago
  24. 624ab46 svcrpc: silence "unused variable" warning in !RPC_DEBUG case by J. Bruce Fields · 12 years ago
  25. 9821972 Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  26. afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 12 years ago
  27. 756933e SUNRPC: remove redundant "linux/nsproxy.h" includes by Stanislav Kinsbursky · 12 years ago
  28. 7032a3d svcrpc: demote some printks to a dprintk by J. Bruce Fields · 12 years ago
  29. 0af3950 SUNRPC: remove BUG_ON in svc_register by Weston Andros Adamson · 12 years ago
  30. b25cd05 SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES by Weston Andros Adamson · 12 years ago
  31. 1bd58aa SUNRPC: remove BUG_ON from svc_pool_map_set_cpumask by Weston Andros Adamson · 12 years ago
  32. 873b779 Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  33. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  34. 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 13 years ago
  35. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 13 years ago
  36. b3b02ae NFSv4.1: Fix a request leak on the back channel by Trond Myklebust · 12 years ago
  37. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  38. bb2224d Lockd: per-net up and down routines introduced by Stanislav Kinsbursky · 13 years ago
  39. 074d0f6 SUNRPC: service shutdown function in network namespace context introduced by Stanislav Kinsbursky · 13 years ago
  40. 7b147f1 SUNRPC: service destruction in network namespace context by Stanislav Kinsbursky · 13 years ago
  41. 5ecebb7 SUNRPC: unregister service on creation in current network namespace by Stanislav Kinsbursky · 13 years ago
  42. bee42f68 SUNRPC: register service on creation in current network namespace by Stanislav Kinsbursky · 13 years ago
  43. 5247fab SUNRPC: pass network namespace to service registering routines by Stanislav Kinsbursky · 13 years ago
  44. f7a30c1 SUNRPC: parametrize local rpcbind clients creation with net ns by Stanislav Kinsbursky · 13 years ago
  45. 977ac31 SUNRPC: register rpcbind programs in passed network namespase context by Stanislav Kinsbursky · 13 years ago
  46. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  47. 9689dcc svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdown by J. Bruce Fields · 13 years ago
  48. 61c8504 svcrpc: fix double-free on shutdown of nfsd after changing pool mode by J. Bruce Fields · 13 years ago
  49. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  50. 94cf317 svcrpc: update outdated BKL comment by J. Bruce Fields · 13 years ago
  51. b4f36f8 svcrpc: avoid memory-corruption on pool shutdown by J. Bruce Fields · 13 years ago
  52. 2fefb8a svcrpc: destroy server sockets all at once by J. Bruce Fields · 13 years ago
  53. 31cbecb Merge branch 'osd-devel' into nfs-for-next by Trond Myklebust · 13 years ago
  54. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  55. 16d0587 NFSd: call svc rpcbind cleanup explicitly by Stanislav Kinsbursky · 13 years ago
  56. 8e356b1 SUNRPC: cleanup service destruction by Stanislav Kinsbursky · 13 years ago
  57. e40f5e2 SUNRPC: setup rpcbind clients if service requires it by Stanislav Kinsbursky · 13 years ago
  58. d990856 SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure by Stanislav Kinsbursky · 13 years ago
  59. 11fd165 sunrpc: use better NUMA affinities by Eric Dumazet · 13 years ago
  60. 0d961aa SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPL by Trond Myklebust · 13 years ago
  61. 9e00abc SUNRPC: sunrpc should not explicitly depend on NFS config options by Trond Myklebust · 13 years ago
  62. 7402ab19 SUNRPC: Use AF_LOCAL for rpcbind upcalls by Chuck Lever · 14 years ago
  63. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  64. 4a19de0 NFS rename client back channel transport field by Andy Adamson · 14 years ago
  65. 1f11a03 SUNRPC new transport for the NFSv4.1 shared back channel by Andy Adamson · 14 years ago
  66. 4b5b3ba SUNRPC move svc_drop to caller of svc_process_common by Andy Adamson · 14 years ago
  67. 9e701c6 svcrpc: simpler request dropping by J. Bruce Fields · 14 years ago
  68. 1ebede8 sunrpc: close connection when a request is irretrievably lost. by NeilBrown · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  70. 72c3368 nodemask.h: remove macro any_online_node by H Hartley Sweeten · 15 years ago
  71. ba17686 nfs41 do not allocate unused back channel pages by Andy Adamson · 15 years ago
  72. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  73. 301933a Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31 by Trond Myklebust · 15 years ago
  74. 8f97524 nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks by Benny Halevy · 16 years ago
  75. 9c9f3f5 nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchannel use by Andy Adamson · 16 years ago
  76. 4d6bbb6 nfs41: Backchannel bc_svc_process() by Ricardo Labiaga · 16 years ago
  77. 1cad7ea nfs41: Refactor svc_process() by Ricardo Labiaga · 16 years ago
  78. 62bc62a page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths by Christoph Lameter · 15 years ago
  79. a638562 Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  80. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 16 years ago
  81. 2f42587 nfsd: don't use the deferral service, return NFS4ERR_DELAY by Andy Adamson · 16 years ago
  82. cc85906 Merge branch 'devel' into for-linus by Trond Myklebust · 16 years ago
  83. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 16 years ago
  84. aa85ea5 cpumask: use new cpumask_ functions in core code. by Rusty Russell · 16 years ago
  85. 363f724 SUNRPC: rpcb_register() should handle errors silently by Chuck Lever · 16 years ago
  86. cadc0fa SUNRPC: Simplify kernel RPC service registration by Chuck Lever · 16 years ago
  87. d5a8620 SUNRPC: Simplify svc_unregister() by Chuck Lever · 16 years ago
  88. ba5c35e SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpers by Chuck Lever · 16 years ago
  89. 49a9072 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() by Chuck Lever · 16 years ago
  90. 4b62e58 SUNRPC: Pass a family argument to svc_register() by Chuck Lever · 16 years ago
  91. abd91ee sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_process by ideawu · 16 years ago
  92. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 16 years ago
  93. 24c3767 SUNRPC: The sunrpc server code should not be used by out-of-tree modules by Trond Myklebust · 16 years ago
  94. f6fb3f6 SUNRPC: Fix up svc_unregister() by Chuck Lever · 16 years ago
  95. 2c7eb0b SUNRPC: Register both netids for AF_INET6 servers by Chuck Lever · 16 years ago
  96. a26cfad SUNRPC: Support IPv6 when registering kernel RPC services by Chuck Lever · 16 years ago
  97. 7252d57 SUNRPC: Split portmap unregister API into separate function by Chuck Lever · 16 years ago
  98. 14aeb21 SUNRPC: Simplify rpcb_register() API by Chuck Lever · 16 years ago
  99. e851db5 SUNRPC: Add address family field to svc_serv data structure by Chuck Lever · 16 years ago
  100. 0bc3cc0 cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu by Mike Travis · 16 years ago