1. ffc2e51 SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields by Chuck Lever · 18 years ago
  2. 94efa93 rpcgss: krb5: miscellaneous cleanup by J. Bruce Fields · 18 years ago
  3. 717757a rpcgss: krb5: ignore seed by J. Bruce Fields · 18 years ago
  4. d922a84 rpcgss: krb5: sanity check sealalg value in the downcall by J. Bruce Fields · 18 years ago
  5. 39a21dd rpcgss: krb5: clean up some goto's, etc. by J. Bruce Fields · 18 years ago
  6. ca54f89 rpcgss: simplify make_checksum by J. Bruce Fields · 18 years ago
  7. 2818bf8 rpcgss: krb5: kill checksum_type, miscellaneous small cleanup by J. Bruce Fields · 18 years ago
  8. 5eb064f rpcgss: krb5: expect a constant signalg value by J. Bruce Fields · 18 years ago
  9. e678e06 gss: krb5: remove signalg and sealalg by J. Bruce Fields · 18 years ago
  10. adeb813 rpc: spkm3 update by Olga Kornievskaia · 18 years ago
  11. 37a4e6c rpc: move process_xdr_buf by Olga Kornievskaia · 18 years ago
  12. 87d918d rpc: gss: fix a kmap_atomic race in krb5 code by J. Bruce Fields · 18 years ago
  13. 8fc7500 rpc: gss: eliminate print_hexl()'s by J. Bruce Fields · 18 years ago
  14. 2b577f1 SUNRPC: another pmap wakeup fix by Chuck Lever · 18 years ago
  15. c8541ec SUNRPC: Make the transport-specific setup routine allocate rpc_xprt by Chuck Lever · 18 years ago
  16. 24c5684 SUNRPC: Clean up xs_send_pages() by Trond Myklebust · 18 years ago
  17. bee57c9 SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overruns by Trond Myklebust · 18 years ago
  18. 4e3e43a SUNRPC: Add __(read|write)_bytes_from_xdr_buf by Trond Myklebust · 18 years ago
  19. 1e78957 SUNRPC: Clean up argument types in xdr.c by Trond Myklebust · 18 years ago
  20. 6d5fcb5 SUNRPC: Remove BKL around the RPC socket operations etc. by Trond Myklebust · 18 years ago
  21. bbd5a1f SUNRPC: Fix up missing BKL in asynchronous RPC callback functions by Trond Myklebust · 18 years ago
  22. 3e32a5d SUNRPC: Give cloned RPC clients their own rpc_pipefs directory by Trond Myklebust · 18 years ago
  23. 23bf85b SUNRPC: Handle the cases where rpc_alloc_iostats() fails by Trond Myklebust · 18 years ago
  24. 8aca67f SUNRPC: Fix a potential race in rpc_wake_up_task() by Trond Myklebust · 18 years ago
  25. e6b3c4d Fix a second potential rpc_wakeup race... by Trond Myklebust · 18 years ago
  26. cc4dc59 Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race condition by Christophe Saout · 18 years ago
  27. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  28. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  29. 5f92a73 [NET]: Annotate callers of the reset of checksum.h stuff. by Al Viro · 18 years ago
  30. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  31. 4806126 [SUNRPC]: annotate hash_ip() by Al Viro · 18 years ago
  32. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  33. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  34. 0c7bb31 [PATCH] sunrpc: add missing spin_unlock by Akinobu Mita · 18 years ago
  35. 202dd45 [PATCH] fix "sunrpc: fix refcounting problems in rpc servers" by Andrew Morton · 18 years ago
  36. d6740df [PATCH] sunrpc: fix refcounting problems in rpc servers by Neil Brown · 18 years ago
  37. 1a04706 [PATCH] knfsd: fix race that can disable NFS server by NeilBrown · 18 years ago
  38. b7766da [PATCH] SUNRPC: fix a typo by Chuck Lever · 18 years ago
  39. 71bdcf8 [PATCH] SUNRPC: fix race in in-kernel RPC portmapper client by Chuck Lever · 18 years ago
  40. d343fce [PATCH] knfsd: Allow lockd to drop replies as appropriate by NeilBrown · 18 years ago
  41. cfbdbab [PATCH] net/sunrpc/auth_gss/svcauth_gss.c endianness regression by Al Viro · 18 years ago
  42. c6b0a9f [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc by NeilBrown · 18 years ago
  43. 8f8e05c [PATCH] knfsd: svcrpc: use consistent variable name for the reply state by J.Bruce Fields · 18 years ago
  44. 5b304bc [PATCH] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case by J.Bruce Fields · 18 years ago
  45. 3c15a48 [PATCH] knfsd: svcrpc: gss: factor out some common wrapping code by J.Bruce Fields · 18 years ago
  46. bc5fea4 [PATCH] knfsd: register all RPC programs with portmapper by default by Olaf Kirch · 18 years ago
  47. 7b2b1fe [PATCH] knfsd: knfsd: cache ipmap per TCP socket by Greg Banks · 18 years ago
  48. 7adae48 [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP by Greg Banks · 18 years ago
  49. 3cc03b1 [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfrom by NeilBrown · 18 years ago
  50. 4452435 [PATCH] knfsd: Replace two page lists in struct svc_rqst with one by NeilBrown · 18 years ago
  51. 5680c44 [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socket by NeilBrown · 18 years ago
  52. 37a0347 [PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/portlist by NeilBrown · 18 years ago
  53. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  54. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  55. bfd2416 [PATCH] knfsd: make rpc threads pools numa aware by Greg Banks · 18 years ago
  56. a745544 [PATCH] knfsd: add svc_set_num_threads by Greg Banks · 18 years ago
  57. 3262c81 [PATCH] knfsd: split svc_serv into pools by Greg Banks · 18 years ago
  58. c081a0c [PATCH] knfsd: test and set SK_BUSY atomically by Greg Banks · 18 years ago
  59. 5685f0f [PATCH] knfsd: convert sk_reserved to atomic_t by Greg Banks · 18 years ago
  60. 1a68d95 [PATCH] knfsd: use new lock for svc_sock deferred list by Greg Banks · 18 years ago
  61. c45c357 [PATCH] knfsd: convert sk_inuse to atomic_t by Greg Banks · 18 years ago
  62. 36bdfc8 [PATCH] knfsd: move tempsock aging to a timer by Greg Banks · 18 years ago
  63. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  64. b41b66d [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' by NeilBrown · 18 years ago
  65. 80212d5 [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports by NeilBrown · 18 years ago
  66. bc591cc [PATCH] knfsd: add a callback for when last rpc thread finishes by NeilBrown · 18 years ago
  67. 40f1052 [PATCH] knfsd: remove an unused variable from auth_unix_lookup() by Greg Banks · 18 years ago
  68. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  69. 1811474 [SUNRPC]: Remove unnecessary check in net/sunrpc/svcsock.c by Eric Sesterhenn · 18 years ago
  70. 753ed90 [SUNRPC]: more sunrpc endianness annotations by Al Viro · 18 years ago
  71. d8ed029 [SUNRPC]: trivial endianness annotations by Alexey Dobriyan · 18 years ago
  72. 7699431 [SUNRPC]: svc_{get,put}nl() by Alexey Dobriyan · 18 years ago
  73. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  74. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  75. 9f261e0 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  76. a53a3c5 NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers by Steve Dickson · 18 years ago
  77. 762d452 SUNRPC: Fix Oops in pmap_getport_done by Trond Myklebust · 18 years ago
  78. 6b6ca86 SUNRPC: Add refcounting to the struct rpc_xprt by Trond Myklebust · 18 years ago
  79. da45828 SUNRPC: Clean up soft task error handling by Trond Myklebust · 18 years ago
  80. 7630399 SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errors by Trond Myklebust · 18 years ago
  81. 8014793 SUNRPC: rpc_delay() should not clobber the rpc_task->tk_status by Trond Myklebust · 18 years ago
  82. 158998b SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument by Trond Myklebust · 18 years ago
  83. b86acd5 SUNRPC: export new RPC client functions with _GPL by Chuck Lever · 18 years ago
  84. ff9aa5e SUNRPC: Eliminate xprt_create_proto and rpc_create_client by Chuck Lever · 18 years ago
  85. 9e1968c SUNRPC: Convert RPC portmapper to use new rpc_create() API by Chuck Lever · 18 years ago
  86. c286676 SUNRPC: use sockaddr + size when creating remote transport endpoints by Chuck Lever · 18 years ago
  87. c4efcb1 SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address by Chuck Lever · 18 years ago
  88. e7f7865 SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API by Chuck Lever · 18 years ago
  89. f425eba SUNRPC: Create API for displaying remote peer address by Chuck Lever · 18 years ago
  90. edb267a SUNRPC: add xprt switch API for printing formatted remote peer addresses by Chuck Lever · 18 years ago
  91. 39d7bbc SUNRPC: remove extraneous header inclusions by Chuck Lever · 18 years ago
  92. 081f79a SUNRPC: Teach the RPC portmapper to use the new rpc_peeraddr() API. by Chuck Lever · 18 years ago
  93. ed39440 SUNRPC: create API for getting remote peer address by Chuck Lever · 18 years ago
  94. bbf7c1d SUNRPC: Introduce transport switch callout for pluggable rpcbind by Chuck Lever · 18 years ago
  95. 5b1eacb SUNRPC: Support for RPC child tasks no longer needed by Chuck Lever · 18 years ago
  96. c4a5692 SUNRPC: Clean-up after recent changes to sunrpc/pmap_clnt.c by Chuck Lever · 18 years ago
  97. 4a68179 SUNRPC: Make RPC portmapper use per-transport storage by Chuck Lever · 18 years ago
  98. ec739ef SUNRPC: Create a helper to tell whether a transport is bound by Chuck Lever · 18 years ago
  99. 53fad3c [SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages(). by Sridhar Samudrala · 18 years ago
  100. e6242e9 [SUNRPC]: Update to use in-kernel sockets API. by Sridhar Samudrala · 18 years ago