1. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 16 years ago
  2. c64e80d NLM: don't requeue block if it was invalidated while GRANT_MSG was in flight by Jeff Layton · 16 years ago
  3. 9706501 NLM: don't reattempt GRANT_MSG when there is already an RPC in flight by Jeff Layton · 16 years ago
  4. 90bd17c NLM: have server-side RPC clients default to soft RPC tasks by Jeff Layton · 16 years ago
  5. 031fd3a NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clients by Jeff Layton · 16 years ago
  6. d801b86 NLM: tear down RPC clients in nlm_shutdown_hosts by Jeff Layton · 17 years ago
  7. 50431d9 lockd: minor log message fix by J. Bruce Fields · 17 years ago
  8. a217813 knfsd: Support adding transports by writing portlist file by Tom Tucker · 17 years ago
  9. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 17 years ago
  10. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  11. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  12. 54ca95e Leak in nlmsvc_testlock for async GETFL case by Oleg Drokin · 17 years ago
  13. 29dbf54 lockd: fix a leak in nlmsvc_testlock asynchronous request handling by Oleg Drokin · 17 years ago
  14. b7e6b86 lockd: fix reference count leaks in async locking case by Oleg Drokin · 17 years ago
  15. 48df020 NLM: Fix sign of length of NLM variable length strings by Chuck Lever · 17 years ago
  16. 65fdf7d NLM: Fix a bogus 'return' in nlmclnt_rpc_release by Trond Myklebust · 17 years ago
  17. 883bb16 NLM: Introduce an arguments structure for nlmclnt_init() by Chuck Lever · 17 years ago
  18. 1093a60 NLM/NFS: Use cached nlm_host when calling nlmclnt_proc() by Chuck Lever · 17 years ago
  19. 52c4044 NLM: Introduce external nlm_host set-up and tear-down functions by Chuck Lever · 17 years ago
  20. cab6fc1 lockd: Eliminate harmless mixed sign comparison in nlmdbg_cookie2a() by Chuck Lever · 17 years ago
  21. 0896a72 NFS/SUNRPC: use transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  22. e159a08 LOCKD: Convert printk's to dprintk's in lockd XDR routines by Chuck Lever · 17 years ago
  23. a6d8543 NLM: Fix a memory leak in nlmsvc_testlock by Trond Myklebust · 17 years ago
  24. 255129d NLM: Fix a circular lock dependency in lockd by Trond Myklebust · 17 years ago
  25. ca5c8cd lockd and nfsd endianness annotation fixes by Al Viro · 17 years ago
  26. 9a8db97 knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4 by Marc Eshel · 17 years ago
  27. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  28. c98451b NLM: fix source address of callback to client by Frank van Maarseveen · 17 years ago
  29. f61534d SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() by Trond Myklebust · 17 years ago
  30. 90c5755 SUNRPC: Kill rpc_clnt->cl_oneshot by Trond Myklebust · 17 years ago
  31. 34f52e3 SUNRPC: Convert rpc_clnt->cl_users to a kref by Trond Myklebust · 17 years ago
  32. d48c5f4 NLM: Fix sparse warnings by Trond Myklebust · 17 years ago
  33. 550facd NLM: don't use CLONE_SIGHAND in nlmclnt_recovery by Oleg Nesterov · 17 years ago
  34. 21051ba NLM: Fix locking client timeouts... by Trond Myklebust · 17 years ago
  35. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  36. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  37. 1a8322b lockd: add code to handle deferred lock requests by Marc Eshel · 18 years ago
  38. f812048 lockd: always preallocate block in nlmsvc_lock() by Marc Eshel · 18 years ago
  39. 5ea0d75 lockd: handle test_lock deferrals by Marc Eshel · 18 years ago
  40. 85f3f1b3 lockd: pass cookie in nlmsvc_testlock by Marc Eshel · 18 years ago
  41. 0e4ac9d lockd: handle fl_grant callbacks by Marc Eshel · 18 years ago
  42. 2b36f41 lockd: save lock state on deferral by Marc Eshel · 18 years ago
  43. 150b393 locks: allow {vfs,posix}_lock_file to return conflicting lock by Marc Eshel · 18 years ago
  44. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 17 years ago
  45. 2bea90d SUNRPC: RPC buffer size estimates are too large by Chuck Lever · 17 years ago
  46. 511d2e8 NLM: Shrink the maximum request size of NLM4 requests by Chuck Lever · 17 years ago
  47. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 17 years ago
  48. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  49. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  50. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  51. 27459f0 [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses by Chuck Lever · 17 years ago
  52. ad06e4b [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing by Chuck Lever · 17 years ago
  53. 482fb94 [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper by Chuck Lever · 17 years ago
  54. a995e9e NLM: Fix double free in __nlm_async_call by Trond Myklebust · 17 years ago
  55. d019bcf [PATCH] fs/lockd/clntlock.c: add missing newlines to dprintk's by Adrian Bunk · 18 years ago
  56. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  57. e8c5c04 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  58. 225a719 [PATCH] struct path: convert lockd by Josef Sipek · 18 years ago
  59. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  60. c585646 [PATCH] fs/lockd/host.c: make 2 functions static by Adrian Bunk · 18 years ago
  61. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  62. c041b5f NLM: fix print format for tk_pid by Chuck Lever · 18 years ago
  63. 7cc13ed [PATCH] sysctl: implement CTL_UNNUMBERED by Eric W. Biederman · 18 years ago
  64. 52921e0 [PATCH] lockd endianness annotations by Al Viro · 18 years ago
  65. 7111c66 [PATCH] fix svc_procfunc declaration by Al Viro · 18 years ago
  66. d343fce [PATCH] knfsd: Allow lockd to drop replies as appropriate by NeilBrown · 18 years ago
  67. 4481d10 [PATCH] knfsd: Fix bug in recent lockd patches that can cause reclaim to fail by NeilBrown · 18 years ago
  68. 6b54dae [PATCH] knfsd: lockd: fix refount on nsm by NeilBrown · 18 years ago
  69. 89e63ef [PATCH] Convert lockd to use the newer mutex instead of the older semaphore by Neil Brown · 18 years ago
  70. 0ade060 [PATCH] knfsd: lockd: fix use of h_nextrebind by Olaf Kirch · 18 years ago
  71. 460f5ca [PATCH] knfsd: export nsm_local_state to user space via sysctl by Olaf Kirch · 18 years ago
  72. 39be450 [PATCH] knfsd: match GRANTED_RES replies using cookies by Olaf Kirch · 18 years ago
  73. 031d869 [PATCH] knfsd: make nlmclnt_next_cookie SMP safe by Olaf Kirch · 18 years ago
  74. abd1f50 [PATCH] knfsd: lockd: optionally use hostnames for identifying peers by Olaf Kirch · 18 years ago
  75. 350fce8 [PATCH] knfsd: simplify nlmsvc_invalidate_all by NeilBrown · 18 years ago
  76. c53c1bb [PATCH] knfsd: lockd: Add nlm_destroy_host by Olaf Kirch · 18 years ago
  77. f2af793 [PATCH] knfsd: lockd: make nlm_traverse_* more flexible by Olaf Kirch · 18 years ago
  78. 07ba806 [PATCH] knfsd: change nlm_file to use a hlist by Olaf Kirch · 18 years ago
  79. 68a2d76c [PATCH] knfsd: lockd: Change list of blocked list to list_node by Olaf Kirch · 18 years ago
  80. 0cea327 [PATCH] knfsd: lockd: make the hash chains use a hlist_node by Olaf Kirch · 18 years ago
  81. 9502c52 [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle by Olaf Kirch · 18 years ago
  82. 5c8dd29 [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle by Olaf Kirch · 18 years ago
  83. f0737a3 [PATCH] knfsd: misc minor fixes, indentation changes by Olaf Kirch · 18 years ago
  84. 8dead0d [PATCH] knfsd: lockd: introduce nsm_handle by Olaf Kirch · 18 years ago
  85. db4e4c9 [PATCH] knfsd: when looking up a lockd host, pass hostname & length by Olaf Kirch · 18 years ago
  86. cf712c2 [PATCH] knfsd: consolidate common code for statd->lockd notification by Olaf Kirch · 18 years ago
  87. 977faf3 [PATCH] knfsd: hide use of lockd's h_monitored flag by Olaf Kirch · 18 years ago
  88. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  89. 4a3ae42 [PATCH] knfsd: Correctly handle error condition from lockd_up by NeilBrown · 18 years ago
  90. 7dcf91e [PATCH] knfsd: Move makesock failed warning into make_socks. by NeilBrown · 18 years ago
  91. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  92. 24e3666 [PATCH] knfsd: be more selective in which sockets lockd listens on by NeilBrown · 18 years ago
  93. bc591cc [PATCH] knfsd: add a callback for when last rpc thread finishes by NeilBrown · 18 years ago
  94. b7b5263 [PATCH] add newline to nfs dprintk by Martin Bligh · 18 years ago
  95. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  96. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  97. e1ec789 LOCKD: Convert to use new rpc_create() API by Chuck Lever · 18 years ago
  98. 6ca9482 SUNRPC: Clean-up after previous patches. by Chuck Lever · 18 years ago
  99. 44c31be LOCKD: Teach lockd to use the new rpc_peeraddr() API by Chuck Lever · 18 years ago
  100. 01df9c5 LOCKD: Fix a deadlock in nlm_traverse_files() by Trond Myklebust · 18 years ago