1. 18d19f9 svc: Make svc_check_conn_limits xprt independent by Tom Tucker · 17 years ago
  2. 57b1d3b svc: Removing remaining references to rq_sock in rqstp by Tom Tucker · 17 years ago
  3. 4e5caaa svc: Move create logic to common code by Tom Tucker · 17 years ago
  4. 9f8bfae svc: Make svc_age_temp_sockets svc_age_temp_transports by Tom Tucker · 17 years ago
  5. c36adb2a svc: Make svc_recv transport neutral by Tom Tucker · 17 years ago
  6. eab996d svc: Make svc_sock_release svc_xprt_release by Tom Tucker · 17 years ago
  7. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 17 years ago
  8. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 17 years ago
  9. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
  10. 4bc6c49 svc: Remove sk_lastrecv by Tom Tucker · 17 years ago
  11. 6bc5ab1 svc: Move accept call to svc_xprt_received to common code by Tom Tucker · 17 years ago
  12. a6046f7 svc: Change svc_sock_received to svc_xprt_received and export it by Tom Tucker · 17 years ago
  13. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 17 years ago
  14. f6150c3 svc: Make the enqueue service transport neutral and export it. by Tom Tucker · 17 years ago
  15. 7a90e8c svc: Move sk_reserved to svc_xprt by Tom Tucker · 17 years ago
  16. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  17. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 17 years ago
  18. 02fc6c3 svc: Move sk_flags to the svc_xprt structure by Tom Tucker · 17 years ago
  19. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 17 years ago
  20. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  21. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 17 years ago
  22. f9f3cc4 svc: Move connection limit checking to its own function by Tom Tucker · 17 years ago
  23. 44a6995 svc: Remove unnecessary call to svc_sock_enqueue by Tom Tucker · 17 years ago
  24. 38a417c svc: Add xpo_accept transport function by Tom Tucker · 17 years ago
  25. d7979ae svc: Move close processing to a single place by Tom Tucker · 17 years ago
  26. 323bee3 svc: Add a transport function that checks for write space by Tom Tucker · 17 years ago
  27. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 17 years ago
  28. 755ccea svc: Add per-transport delete functions by Tom Tucker · 17 years ago
  29. 5148bf4 svc: Add transport specific xpo_release function by Tom Tucker · 17 years ago
  30. 5d13799 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class by Tom Tucker · 17 years ago
  31. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 17 years ago
  32. 9f29868 svc: Change the svc_sock in the rqstp structure to a transport by Tom Tucker · 17 years ago
  33. 360d873 svc: Make svc_sock the tcp/udp transport by Tom Tucker · 17 years ago
  34. 1d8206b svc: Add an svc transport class by Tom Tucker · 17 years ago
  35. cb5c7d6 svcrpc: ensure gss DESTROY tokens free contexts from cache by J. Bruce Fields · 17 years ago
  36. 54ca95e Leak in nlmsvc_testlock for async GETFL case by Oleg Drokin · 17 years ago
  37. 8838dc4 nfsd4: clean up access_valid, deny_valid checks. by J. Bruce Fields · 17 years ago
  38. b39c18f sunrpc: gss: simplify rsi_parse logic by J. Bruce Fields · 17 years ago
  39. 16141c0 knfsd: change mailing list for nfsd in MAINTAINERS by Neil Brown · 17 years ago
  40. 980e5a4 nfsd: fix rsi_cache reference count leak by J. Bruce Fields · 17 years ago
  41. 5c002b3 nfsd: allow root to set uid and gid on create by J. Bruce Fields · 17 years ago
  42. 29dbf54 lockd: fix a leak in nlmsvc_testlock asynchronous request handling by Oleg Drokin · 17 years ago
  43. 406a7ea nfsd: Allow AIX client to read dir containing mountpoints by Frank Filz · 17 years ago
  44. 39325bd nfsd4: fix bad seqid on lock request incompatible with open mode by J. Bruce Fields · 17 years ago
  45. b7e6b86 lockd: fix reference count leaks in async locking case by Oleg Drokin · 17 years ago
  46. 404ec11 nfsd4: recognize callback channel failure earlier by J. Bruce Fields · 17 years ago
  47. 35bba9a nfsd4: miscellaneous nfs4state.c style fixes by J. Bruce Fields · 17 years ago
  48. 5ec7b46 nfsd4: make current_clientid local by J. Bruce Fields · 17 years ago
  49. 99d965e nfsd: fix encode_entryplus_baggage() indentation by J. Bruce Fields · 17 years ago
  50. 366e0c1 nfsd4: kill unneeded cl_confirm check by J. Bruce Fields · 17 years ago
  51. f3aba4e nfsd4: remove unnecessary cl_verifier check from setclientid_confirm by J. Bruce Fields · 17 years ago
  52. f394baa nfsd4: kill unnecessary same_name() in setclientid_confirm by J. Bruce Fields · 17 years ago
  53. deda2fa nfsd: uniquify cl_confirm values by J. Bruce Fields · 17 years ago
  54. 49ba878 nfsd: eliminate final bogus case from setclientid logic by J. Bruce Fields · 17 years ago
  55. a186e76 nfsd4: kill some unneeded setclientid comments by J. Bruce Fields · 17 years ago
  56. 1f69f17 nfsd: minor fs/nfsd/auth.h cleanup by J. Bruce Fields · 17 years ago
  57. 2e8138a nfsd: move nfsd/auth.h into fs/nfsd by J. Bruce Fields · 17 years ago
  58. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  59. ffe9386 nfsd: move cache proc (un)registration to separate function by J. Bruce Fields · 17 years ago
  60. e331f60 nfsd: fail init on /proc/fs/nfs/exports creation failure by J. Bruce Fields · 17 years ago
  61. 440bcc5 nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases by J. Bruce Fields · 17 years ago
  62. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  63. d5c3428 nfsd: fail module init on reply cache init failure by J. Bruce Fields · 17 years ago
  64. 26808d3 nfsd: cleanup nfsd module initialization cleanup by J. Bruce Fields · 17 years ago
  65. 46b2589 knfsd: cleanup nfsd4 properly on module init failure by J. Bruce Fields · 17 years ago
  66. ca2a05a nfsd: Fix handling of negative lengths in read_buf() by J. Bruce Fields · 17 years ago
  67. a490c68 knfsd: fix cache.c comment by J. Bruce Fields · 17 years ago
  68. 48b4ba3 NFSD: Path name length signage in nfsd request argument structures by Chuck Lever · 17 years ago
  69. a628f66 NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargs by Chuck Lever · 17 years ago
  70. 9c7544d NFSD: Use unsigned length argument for decode_pathname by Chuck Lever · 17 years ago
  71. 5a022fc NFSD: Adjust filename length argument of nfsd_lookup by Chuck Lever · 17 years ago
  72. 29d5e55 NFSD: File name length signage in nfsd request argument structures by Chuck Lever · 17 years ago
  73. ee1a95b NFSD: Use unsigned length argument for decode_filename by Chuck Lever · 17 years ago
  74. 48df020 NLM: Fix sign of length of NLM variable length strings by Chuck Lever · 17 years ago
  75. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 17 years ago
  76. 01b2969 SUNRPC: Prevent length underflow in read_flush() by Chuck Lever · 17 years ago
  77. d4395e0 knfsd: fix broken length check in nfs4idmap.c by J. Bruce Fields · 17 years ago
  78. aefa89d nfsd: Fix inconsistent assignment by Prasad P · 17 years ago
  79. 63c8671 nfsd: move callback rpc_client creation into separate thread by J. Bruce Fields · 17 years ago
  80. 46f8a64 nfsd4: probe callback channel only once by J. Bruce Fields · 17 years ago
  81. 24e1c13 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  82. 3bc217f block: kill swap_io_context() by Jens Axboe · 17 years ago
  83. 31fa5d2 docbook: rapidio: fix fatal filename error by Randy Dunlap · 17 years ago
  84. e3c2a99 fix directory entry in arch-x86-Makefile by Steven Rostedt · 17 years ago
  85. 42bb189 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  86. cec03af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  87. 2da53b0 pasemi: Fix thinko in dma_direct_ops setup by Olof Johansson · 17 years ago
  88. 0c6377f m68knommu: remove dead timer int pending code by Greg Ungerer · 17 years ago
  89. 79d8bfb m68knommu: remove empty timer offset function for 68360 by Greg Ungerer · 17 years ago
  90. 2d8815b m68knommu: remove local gettimeofday code by Greg Ungerer · 17 years ago
  91. de0cc4e m68knommu: set config to use GENERIC_TIME by Greg Ungerer · 17 years ago
  92. a7f61fa m68knommu: switch ColdFire TIMER to use GENERIC_TIME by Greg Ungerer · 17 years ago
  93. 8d80c5e m68knommu: switch ColdFire PIT timer to use GENERIC_TIME by Greg Ungerer · 17 years ago
  94. 36a90f2 m68knommu: switch 68328 timer to use GENERIC_TIME by Greg Ungerer · 17 years ago
  95. f6efaf6 m68knommu: remove unused CONFIG_DISKtel symbol by Greg Ungerer · 17 years ago
  96. b7dcf7f m68knommu: fix 528x ColdFire cache settings by Greg Ungerer · 17 years ago
  97. 9f69ba8 m68knommu: use container_of in mcf.c by Greg Ungerer · 17 years ago
  98. c9f27c3 m68knommu: remove dead code from m68knommu timer code by Greg Ungerer · 17 years ago
  99. 7c74806 m68knommu: use IRQF_DISABLE in m68328serial.c by Greg Ungerer · 17 years ago
  100. dad263b m68knommu: create common DMA table for ColdFire CPUs by Greg Ungerer · 17 years ago