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