1. b85e467 lockd: Add helper to sanity check incoming NOTIFY requests by Chuck Lever · 16 years ago
  2. dcff09f lockd: change nlmclnt_grant() to take a "struct sockaddr *" by Chuck Lever · 16 years ago
  3. 6bfbe8a lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addresses by Chuck Lever · 16 years ago
  4. d7d2044 lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INET by Chuck Lever · 16 years ago
  5. b2b5028 lockd: move grace period checks to common code by J. Bruce Fields · 16 years ago
  6. 781b61a lockd: Teach nlm_cmp_addr() to support AF_INET6 addresses by Chuck Lever · 16 years ago
  7. 7e9d7746 NSM: Use sockaddr_storage for sm_addr field by Chuck Lever · 16 years ago
  8. 90151e6 lockd: Use sockaddr_storage for h_saddr field by Chuck Lever · 16 years ago
  9. b4ed58f lockd: Use sockaddr_storage + length for h_addr field by Chuck Lever · 16 years ago
  10. 1b333c5 lockd: address-family independent printable addresses by Chuck Lever · 16 years ago
  11. 367c8c7 lockd: Pass "struct sockaddr *" to new failover-by-IP function by Chuck Lever · 16 years ago
  12. 6cde4de lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lock by Jeff Layton · 16 years ago
  13. 8f920d5 lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock by Jeff Layton · 16 years ago
  14. 17efa37 lockd: unlock lockd locks held for a certain filesystem by Wendy Cheng · 17 years ago
  15. 4373ea8 lockd: unlock lockd locks associated with a given server ip by Wendy Cheng · 17 years ago
  16. 5e7f37a NLM/lockd: Add a reference counter to struct nlm_rqst by Trond Myklebust · 16 years ago
  17. f34ec99 lockd: bring a few function declarations up to date by Chuck Lever · 16 years ago
  18. eb18860 NLM: NLM protocol version numbers are u32 by Chuck Lever · 16 years ago
  19. 48df020 NLM: Fix sign of length of NLM variable length strings by Chuck Lever · 17 years ago
  20. c98451b NLM: fix source address of callback to client by Frank van Maarseveen · 17 years ago
  21. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  22. 85f3f1b3 lockd: pass cookie in nlmsvc_testlock by Marc Eshel · 18 years ago
  23. 2b36f41 lockd: save lock state on deferral by Marc Eshel · 18 years ago
  24. 511d2e8 NLM: Shrink the maximum request size of NLM4 requests by Chuck Lever · 17 years ago
  25. e8c5c04 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  26. 225a719 [PATCH] struct path: convert lockd by Josef Sipek · 18 years ago
  27. c585646 [PATCH] fs/lockd/host.c: make 2 functions static by Adrian Bunk · 18 years ago
  28. 52921e0 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  29. 89e63ef [PATCH] Convert lockd to use the newer mutex instead of the older semaphore by Neil Brown · 18 years ago
  30. 39be450 [PATCH] knfsd: match GRANTED_RES replies using cookies by Olaf Kirch · 18 years ago
  31. 031d869 [PATCH] knfsd: make nlmclnt_next_cookie SMP safe by Olaf Kirch · 18 years ago
  32. abd1f50 [PATCH] knfsd: lockd: optionally use hostnames for identifying peers by Olaf Kirch · 18 years ago
  33. 350fce8 [PATCH] knfsd: simplify nlmsvc_invalidate_all by NeilBrown · 18 years ago
  34. f2af793 [PATCH] knfsd: lockd: make nlm_traverse_* more flexible by Olaf Kirch · 18 years ago
  35. 07ba806 [PATCH] knfsd: change nlm_file to use a hlist by Olaf Kirch · 18 years ago
  36. 68a2d76c [PATCH] knfsd: lockd: Change list of blocked list to list_node by Olaf Kirch · 18 years ago
  37. 0cea327 [PATCH] knfsd: lockd: make the hash chains use a hlist_node by Olaf Kirch · 18 years ago
  38. 5c8dd29 [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle by Olaf Kirch · 18 years ago
  39. 8dead0d [PATCH] knfsd: lockd: introduce nsm_handle by Olaf Kirch · 18 years ago
  40. db4e4c9 [PATCH] knfsd: when looking up a lockd host, pass hostname & length by Olaf Kirch · 18 years ago
  41. cf712c2 [PATCH] knfsd: consolidate common code for statd->lockd notification by Olaf Kirch · 18 years ago
  42. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  43. f3d43c7 NLM/lockd: remove b_done by J. Bruce Fields · 18 years ago
  44. 70ac438 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  45. 28df955 NLM: Fix reclaim races by Trond Myklebust · 18 years ago
  46. 5046791 NLM: sem to mutex conversion by Trond Myklebust · 18 years ago
  47. 3134cbe locks.c: add the fl_owner to nlm_compare_locks by Marc Eshel · 18 years ago
  48. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  49. f3ee439f LOCKD: nlmsvc_traverse_blocks return is unused by J. Bruce Fields · 18 years ago
  50. d471662 lockd: Add helper for *_RES callbacks by Trond Myklebust · 18 years ago
  51. 9273723 NLM: Add nlmclnt_release_call by Trond Myklebust · 18 years ago
  52. 3a649b8 NLM: Simplify client locks by Trond Myklebust · 18 years ago
  53. 26bcbf9 lockd: stop abusing file_lock_list by Christoph Hellwig · 18 years ago
  54. 5e1abf8 lockd: Clean up of the server-side GRANTED code by Trond Myklebust · 18 years ago
  55. 6849c0c lockd: Add refcounting to struct nlm_block by Trond Myklebust · 18 years ago
  56. 5ac5f9d [PATCH] NLM: Fix the NLM_GRANTED callback checks by Trond Myklebust · 18 years ago
  57. aaaa994 NLM: Ensure that nlmclnt_cancel_callback() doesn't loop forever by Trond Myklebust · 19 years ago
  58. 16fb242 NLM: Fix arguments to NLM_CANCEL call by Trond Myklebust · 19 years ago
  59. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  60. ecdbf76 [PATCH] NLM: fix a client-side race on blocking locks. by Trond Myklebust · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago