1. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  2. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  3. f25cc71 lockd: nlmclnt_reclaim(): avoid stack overflow by Tim Gardner · 11 years ago
  4. 5ccb006 LockD: pass actual network namespace to grace period management functions by Stanislav Kinsbursky · 12 years ago
  5. b26411f LockD: mark host per network namespace on garbage collect by Stanislav Kinsbursky · 12 years ago
  6. e3f70ea Lockd: pass network namespace to creation and destruction routines by Stanislav Kinsbursky · 12 years ago
  7. 3b64739 Lockd: shutdown NLM hosts in network namespace context by Stanislav Kinsbursky · 12 years ago
  8. 66697bf LockD: make nlm hosts 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 · 12 years ago
  11. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  12. 67216b9 lockd: Clean up nlmsvc_lookup_host() by Chuck Lever · 14 years ago
  13. 8ea6ecc lockd: Create client-side nlm_host cache by Chuck Lever · 14 years ago
  14. 7db836d lockd: Split nlm_release_call() by Chuck Lever · 14 years ago
  15. d8367c5 lockd: Move nlmdbg_cookie2a() to svclock.c by Chuck Lever · 14 years ago
  16. 8e35f8e NLM: Fix a regression in lockd by Trond Myklebust · 14 years ago
  17. a87e84b Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  18. 7b02196 const: make lock_manager_operations const by Alexey Dobriyan · 15 years ago
  19. 4516fc0 sunrpc: add routine for comparing addresses by Jeff Layton · 15 years ago
  20. 6c9dc425 lockd: Update NSM state from SM_MON replies by Chuck Lever · 15 years ago
  21. 77f18f5 nfs: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  22. 78851e1 NLM: Shrink the IPv4-only version of nlm_cmp_addr() by Chuck Lever · 15 years ago
  23. 57ef692 NLM: Rewrite IPv4 privileged requester's check by Chuck Lever · 16 years ago
  24. d1208f7 NLM: nlm_privileged_requester() doesn't recognize mapped loopback address by Chuck Lever · 16 years ago
  25. 8529bc5 NSM: Move nsm_addr() to fs/lockd/mon.c by Chuck Lever · 16 years ago
  26. e6765b8 NSM: Remove include/linux/lockd/sm_inter.h by Chuck Lever · 16 years ago
  27. 92fd91b NLM: Remove "create" argument from nsm_find() by Chuck Lever · 16 years ago
  28. 3420a8c NSM: Add nsm_lookup() function by Chuck Lever · 16 years ago
  29. 576df46 NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque by Chuck Lever · 16 years ago
  30. 7fefc9c NLM: Change nlm_host_rebooted() to take a single nlm_reboot argument by Chuck Lever · 16 years ago
  31. 7e44d3b NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created by Chuck Lever · 16 years ago
  32. 67c6d10 NSM: Move nsm_find() to fs/lockd/mon.c by Chuck Lever · 16 years ago
  33. 36e8e66 NSM: Move NSM program and procedure numbers to fs/lockd/mon.c by Chuck Lever · 16 years ago
  34. 9c1bfd0 NSM: Move NSM-related XDR data structures to lockd's xdr.h by Chuck Lever · 16 years ago
  35. 356c3eb NLM: Move the public declaration of nsm_unmonitor() to lockd.h by Chuck Lever · 16 years ago
  36. c8c23c4 NSM: Release nsmhandle in nlm_destroy_host by Chuck Lever · 16 years ago
  37. 1e49323c NLM: Move the public declaration of nsm_monitor() to lockd.h by Chuck Lever · 16 years ago
  38. 29ed140 NSM: Support IPv6 version of mon_name by Chuck Lever · 16 years ago
  39. f47534f NSM: Use modern style for sm_name field in nsm_handle by Chuck Lever · 16 years ago
  40. bc99580 NLM: Support IPv6 scope IDs in nlm_display_address() by Chuck Lever · 16 years ago
  41. 1df40b6 NLM: Remove address eye-catcher buffers from nlm_host by Chuck Lever · 16 years ago
  42. 7538ce1 NLM: Use modern style for pointer fields in nlm_host by Chuck Lever · 16 years ago
  43. 0cb2659 NLM: allow lockd requests from an unprivileged port by Chuck Lever · 16 years ago
  44. 26a4140 NLM: Remove "proto" argument from lockd_up() by Chuck Lever · 16 years ago
  45. 9a38a83 lockd: Remove unused fields in the nlm_reboot structure by Chuck Lever · 16 years ago
  46. b85e467 lockd: Add helper to sanity check incoming NOTIFY requests by Chuck Lever · 16 years ago
  47. dcff09f lockd: change nlmclnt_grant() to take a "struct sockaddr *" by Chuck Lever · 16 years ago
  48. 6bfbe8a lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addresses by Chuck Lever · 16 years ago
  49. d7d2044 lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INET by Chuck Lever · 16 years ago
  50. b2b5028 lockd: move grace period checks to common code by J. Bruce Fields · 16 years ago
  51. af558e3 nfsd: common grace period control by J. Bruce Fields · 17 years ago
  52. 781b61a lockd: Teach nlm_cmp_addr() to support AF_INET6 addresses by Chuck Lever · 16 years ago
  53. 7e9d7746 NSM: Use sockaddr_storage for sm_addr field by Chuck Lever · 16 years ago
  54. 90151e6 lockd: Use sockaddr_storage for h_saddr field by Chuck Lever · 16 years ago
  55. b4ed58f lockd: Use sockaddr_storage + length for h_addr field by Chuck Lever · 16 years ago
  56. 1b333c5 lockd: address-family independent printable addresses by Chuck Lever · 16 years ago
  57. 367c8c7 lockd: Pass "struct sockaddr *" to new failover-by-IP function by Chuck Lever · 16 years ago
  58. 6cde4de lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lock by Jeff Layton · 16 years ago
  59. 8f920d5 lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock by Jeff Layton · 16 years ago
  60. 17efa37 lockd: unlock lockd locks held for a certain filesystem by Wendy Cheng · 16 years ago
  61. 4373ea8 lockd: unlock lockd locks associated with a given server ip by Wendy Cheng · 16 years ago
  62. 5e7f37a NLM/lockd: Add a reference counter to struct nlm_rqst by Trond Myklebust · 16 years ago
  63. 0490a54 lockd: introduce new function to encode private argument in SM_MON requests by Chuck Lever · 16 years ago
  64. f34ec99 lockd: bring a few function declarations up to date by Chuck Lever · 16 years ago
  65. eb18860 NLM: NLM protocol version numbers are u32 by Chuck Lever · 16 years ago
  66. 48df020 NLM: Fix sign of length of NLM variable length strings by Chuck Lever · 17 years ago
  67. 883bb16 NLM: Introduce an arguments structure for nlmclnt_init() by Chuck Lever · 16 years ago
  68. 1093a60 NLM/NFS: Use cached nlm_host when calling nlmclnt_proc() by Chuck Lever · 16 years ago
  69. 52c4044 NLM: Introduce external nlm_host set-up and tear-down functions by Chuck Lever · 16 years ago
  70. 9a8db97 knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4 by Marc Eshel · 17 years ago
  71. c98451b NLM: fix source address of callback to client by Frank van Maarseveen · 17 years ago
  72. d48c5f4 NLM: Fix sparse warnings by Trond Myklebust · 17 years ago
  73. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  74. 85f3f1b3 lockd: pass cookie in nlmsvc_testlock by Marc Eshel · 18 years ago
  75. 2b36f41 lockd: save lock state on deferral by Marc Eshel · 18 years ago
  76. 511d2e8 NLM: Shrink the maximum request size of NLM4 requests by Chuck Lever · 17 years ago
  77. e8c5c04 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  78. 225a719 [PATCH] struct path: convert lockd by Josef Sipek · 18 years ago
  79. c585646 [PATCH] fs/lockd/host.c: make 2 functions static by Adrian Bunk · 18 years ago
  80. 52921e0 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  81. d343fce [PATCH] knfsd: Allow lockd to drop replies as appropriate by NeilBrown · 18 years ago
  82. 89e63ef [PATCH] Convert lockd to use the newer mutex instead of the older semaphore by Neil Brown · 18 years ago
  83. 460f5ca [PATCH] knfsd: export nsm_local_state to user space via sysctl by Olaf Kirch · 18 years ago
  84. 39be450 [PATCH] knfsd: match GRANTED_RES replies using cookies by Olaf Kirch · 18 years ago
  85. 031d869 [PATCH] knfsd: make nlmclnt_next_cookie SMP safe by Olaf Kirch · 18 years ago
  86. abd1f50 [PATCH] knfsd: lockd: optionally use hostnames for identifying peers by Olaf Kirch · 18 years ago
  87. 350fce8 [PATCH] knfsd: simplify nlmsvc_invalidate_all by NeilBrown · 18 years ago
  88. f2af793 [PATCH] knfsd: lockd: make nlm_traverse_* more flexible by Olaf Kirch · 18 years ago
  89. 07ba806 [PATCH] knfsd: change nlm_file to use a hlist by Olaf Kirch · 18 years ago
  90. 68a2d76c [PATCH] knfsd: lockd: Change list of blocked list to list_node by Olaf Kirch · 18 years ago
  91. 0cea327 [PATCH] knfsd: lockd: make the hash chains use a hlist_node by Olaf Kirch · 18 years ago
  92. 9502c52 [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle by Olaf Kirch · 18 years ago
  93. 5c8dd29 [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle by Olaf Kirch · 18 years ago
  94. 8dead0d [PATCH] knfsd: lockd: introduce nsm_handle by Olaf Kirch · 18 years ago
  95. db4e4c9 [PATCH] knfsd: when looking up a lockd host, pass hostname & length by Olaf Kirch · 18 years ago
  96. cf712c2 [PATCH] knfsd: consolidate common code for statd->lockd notification by Olaf Kirch · 18 years ago
  97. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  98. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  99. 24e3666 [PATCH] knfsd: be more selective in which sockets lockd listens on by NeilBrown · 18 years ago
  100. f3d43c7 NLM/lockd: remove b_done by J. Bruce Fields · 18 years ago