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