1. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 11 years ago
  2. 326ce0a lockd: Remove trivial BUG_ON()s from the NSM code by Trond Myklebust · 12 years ago
  3. e498daa LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zero by Trond Myklebust · 12 years ago
  4. a4ee8d9 LOCKD: fix races in nsm_client_get by Trond Myklebust · 12 years ago
  5. cb7323f lockd: create and use per-net NSM RPC clients on MON/UNMON requests by Stanislav Kinsbursky · 12 years ago
  6. 303a7ce lockd: use rpc client's cl_nodename for id encoding by Stanislav Kinsbursky · 12 years ago
  7. e9406db lockd: per-net NSM client creation and destruction helpers introduced by Stanislav Kinsbursky · 12 years ago
  8. 0e1cb5c LockD: make NSM network namespace aware by Stanislav Kinsbursky · 12 years ago
  9. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 12 years ago
  10. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  11. bf26955 SUNRPC: New xdr_streams XDR decoder API by Chuck Lever · 14 years ago
  12. 9f06c71 SUNRPC: New xdr_streams XDR encoder API by Chuck Lever · 14 years ago
  13. 49b1700 NSM: Avoid return code checking in NSM XDR encoder functions by Chuck Lever · 14 years ago
  14. c653ce3 sunrpc: Add net to rpc_create_args by Pavel Emelyanov · 14 years ago
  15. 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
  16. 7e469af lockd: don't clear sm_monitored on nsm_reboot_lookup by Jeff Layton · 14 years ago
  17. 4516fc0 sunrpc: add routine for comparing addresses by Jeff Layton · 15 years ago
  18. c15128c lockd: Replace nsm_display_address() with rpc_ntop() by Chuck Lever · 15 years ago
  19. 0e5c263 lockd: Don't bother with RPC ping for NSM upcalls by Chuck Lever · 15 years ago
  20. 6c9dc425 lockd: Update NSM state from SM_MON replies by Chuck Lever · 15 years ago
  21. ad5b365 NSM: Fix unaligned accesses in nsm_init_private() by Mans Rullgard · 15 years ago
  22. 49b5699 NSM: Move nsm_create() by Chuck Lever · 16 years ago
  23. b7ba597 NSM: Move nsm_use_hostnames to mon.c by Chuck Lever · 16 years ago
  24. 8529bc5 NSM: Move nsm_addr() to fs/lockd/mon.c by Chuck Lever · 16 years ago
  25. e6765b8 NSM: Remove include/linux/lockd/sm_inter.h by Chuck Lever · 16 years ago
  26. 94da766 NSM: Replace IP address as our nlm_reboot lookup key by Chuck Lever · 16 years ago
  27. 77a3ef3 NSM: More clean up of nsm_get_handle() by Chuck Lever · 16 years ago
  28. b39b897 NSM: Refactor nsm_handle creation into a helper function by Chuck Lever · 16 years ago
  29. 92fd91b NLM: Remove "create" argument from nsm_find() by Chuck Lever · 16 years ago
  30. 3420a8c NSM: Add nsm_lookup() function by Chuck Lever · 16 years ago
  31. cab2d3c NSM: Encode the new "priv" cookie for NSMPROC_MON requests by Chuck Lever · 16 years ago
  32. 7e44d3b NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created by Chuck Lever · 16 years ago
  33. 05f3a9a NSM: Remove !nsm check from nsm_release() by Chuck Lever · 16 years ago
  34. bc1cc6c NSM: Remove NULL pointer check from nsm_find() by Chuck Lever · 16 years ago
  35. 5cf1c4b NSM: Add dprintk() calls in nsm_find and nsm_release by Chuck Lever · 16 years ago
  36. 67c6d10 NSM: Move nsm_find() to fs/lockd/mon.c by Chuck Lever · 16 years ago
  37. 03eb1dc NSM: move to xdr_stream-based XDR encoders and decoders by Chuck Lever · 16 years ago
  38. 36e8e66 NSM: Move NSM program and procedure numbers to fs/lockd/mon.c by Chuck Lever · 16 years ago
  39. 9c1bfd0 NSM: Move NSM-related XDR data structures to lockd's xdr.h by Chuck Lever · 16 years ago
  40. 0c7aef4 NSM: Check result of SM_UNMON upcall by Chuck Lever · 16 years ago
  41. 356c3eb NLM: Move the public declaration of nsm_unmonitor() to lockd.h by Chuck Lever · 16 years ago
  42. c8c23c4 NSM: Release nsmhandle in nlm_destroy_host by Chuck Lever · 16 years ago
  43. 1e49323c NLM: Move the public declaration of nsm_monitor() to lockd.h by Chuck Lever · 16 years ago
  44. 5d254b1 NSM: Make sure to return an error if the SM_MON call result is not zero by Chuck Lever · 16 years ago
  45. 5bc74be NSM: Remove BUG_ON() in nsm_monitor() by Chuck Lever · 16 years ago
  46. 9fee490 NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor() by Chuck Lever · 16 years ago
  47. 29ed140 NSM: Support IPv6 version of mon_name by Chuck Lever · 16 years ago
  48. 5acf431 NSM: convert printk(KERN_DEBUG) to a dprintk() by Chuck Lever · 16 years ago
  49. a484675 NSM: Use C99 structure initializer to initialize nsm_args by Chuck Lever · 16 years ago
  50. be85940 fs: replace NIPQUAD() by Harvey Harrison · 16 years ago
  51. 7e9d7746 NSM: Use sockaddr_storage for sm_addr field by Chuck Lever · 16 years ago
  52. 0490a54 lockd: introduce new function to encode private argument in SM_MON requests by Chuck Lever · 16 years ago
  53. 2ca7754 lockd: Fix up incorrect RPC buffer size calculations. by Chuck Lever · 16 years ago
  54. ea72a7f lockd: document use of mon_id argument in SM_MON requests by Chuck Lever · 16 years ago
  55. 850c95f lockd: refactor SM_MON my_id argument encoder by Chuck Lever · 16 years ago
  56. 4969517 lockd: refactor SM_MON mon_name argument encoder by Chuck Lever · 16 years ago
  57. 099bd05 lockd: Ensure NSM strings aren't longer than protocol allows by Chuck Lever · 16 years ago
  58. 0896a72 NFS/SUNRPC: use transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  59. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 17 years ago
  60. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 17 years ago
  61. 52921e0 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  62. 460f5ca [PATCH] knfsd: export nsm_local_state to user space via sysctl by Olaf Kirch · 18 years ago
  63. abd1f50 [PATCH] knfsd: lockd: optionally use hostnames for identifying peers by Olaf Kirch · 18 years ago
  64. 9502c52 [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle by Olaf Kirch · 18 years ago
  65. 8dead0d [PATCH] knfsd: lockd: introduce nsm_handle by Olaf Kirch · 18 years ago
  66. 977faf3 [PATCH] knfsd: hide use of lockd's h_monitored flag by Olaf Kirch · 18 years ago
  67. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  68. e1ec789 LOCKD: Convert to use new rpc_create() API by Chuck Lever · 18 years ago
  69. 53846a2 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  70. e8c96f8 [PATCH] fs: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  71. dead28d SUNRPC: eliminate rpc_call() by Chuck Lever · 18 years ago
  72. cc0175c SUNRPC: display human-readable procedure name in rpc_iostats output by Chuck Lever · 18 years ago
  73. f518e35a SUNRPC: get rid of cl_chatty by Chuck Lever · 19 years ago
  74. 5ee0ed7 [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version support by Trond Myklebust · 19 years ago
  75. 5b616f5 [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. by Trond Myklebust · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago