linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32
@ 2009-08-20  0:32 Benny Halevy
  2009-08-20 21:37 ` J. Bruce Fields
  0 siblings, 1 reply; 3+ messages in thread
From: Benny Halevy @ 2009-08-20  0:32 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Linux pNFS mailing list, linux-fsdevel

Hi Bruce,

Please review the following patches implementing
the server side nfsv4.1 backchannel.

They are based on v.2.6.31-rc6 and are currently
queued on git://linux-nfs.org/~bhalevy/linux-pnfs.git nfsd41-all

[PATCH RFC 01/10] nfsd41: sunrpc: svc_tcp_recv_record()
[PATCH RFC 02/10] nfsd41: sunrpc: Added rpc server-side backchannel handling
[PATCH RFC 03/10] nfsd41: sunrpc: move struct rpc_buffer def into a common header file
[PATCH RFC 04/10] nfsd41: Backchannel: callback infrastructure
[PATCH RFC 05/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
[PATCH RFC 06/10] nfsd41: Backchannel: Server backchannel RPC wait queue
[PATCH RFC 07/10] nfsd41: Backchannel: Setup sequence information
[PATCH RFC 08/10] nfsd41: Backchannel: cb_sequence callback
[PATCH RFC 09/10] nfsd41: Backchannel: Implement cb_recall over NFSv4.1
[PATCH RFC 10/10] nfsd41: Refactor create_client()

Thanks,

Benny


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32
  2009-08-20  0:32 [PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32 Benny Halevy
@ 2009-08-20 21:37 ` J. Bruce Fields
  2009-08-21  8:43   ` Benny Halevy
  0 siblings, 1 reply; 3+ messages in thread
From: J. Bruce Fields @ 2009-08-20 21:37 UTC (permalink / raw)
  To: Benny Halevy; +Cc: Linux pNFS mailing list, linux-fsdevel

On Thu, Aug 20, 2009 at 01:32:18AM +0100, Benny Halevy wrote:
> Hi Bruce,
> 
> Please review the following patches implementing
> the server side nfsv4.1 backchannel.

Just to make clear--you consider them ready to apply, right?

(That's what I thought I understood, but the "RFC" might suggest
otherwise.)

--b.

> 
> They are based on v.2.6.31-rc6 and are currently
> queued on git://linux-nfs.org/~bhalevy/linux-pnfs.git nfsd41-all
> 
> [PATCH RFC 01/10] nfsd41: sunrpc: svc_tcp_recv_record()
> [PATCH RFC 02/10] nfsd41: sunrpc: Added rpc server-side backchannel handling
> [PATCH RFC 03/10] nfsd41: sunrpc: move struct rpc_buffer def into a common header file
> [PATCH RFC 04/10] nfsd41: Backchannel: callback infrastructure
> [PATCH RFC 05/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
> [PATCH RFC 06/10] nfsd41: Backchannel: Server backchannel RPC wait queue
> [PATCH RFC 07/10] nfsd41: Backchannel: Setup sequence information
> [PATCH RFC 08/10] nfsd41: Backchannel: cb_sequence callback
> [PATCH RFC 09/10] nfsd41: Backchannel: Implement cb_recall over NFSv4.1
> [PATCH RFC 10/10] nfsd41: Refactor create_client()
> 
> Thanks,
> 
> Benny
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32
  2009-08-20 21:37 ` J. Bruce Fields
@ 2009-08-21  8:43   ` Benny Halevy
  0 siblings, 0 replies; 3+ messages in thread
From: Benny Halevy @ 2009-08-21  8:43 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: Linux pNFS mailing list, linux-fsdevel

On Aug. 21, 2009, 0:37 +0300, "J. Bruce Fields" <bfields@fieldses.org> wrote:
> On Thu, Aug 20, 2009 at 01:32:18AM +0100, Benny Halevy wrote:
>> Hi Bruce,
>>
>> Please review the following patches implementing
>> the server side nfsv4.1 backchannel.
> 
> Just to make clear--you consider them ready to apply, right?

Right.

> 
> (That's what I thought I understood, but the "RFC" might suggest
> otherwise.)

I sent them as "RFC" since they weren't fully reviewed yet by
the wider community, but it's not new, unbaked code.

Benny

> 
> --b.
> 
>> They are based on v.2.6.31-rc6 and are currently
>> queued on git://linux-nfs.org/~bhalevy/linux-pnfs.git nfsd41-all
>>
>> [PATCH RFC 01/10] nfsd41: sunrpc: svc_tcp_recv_record()
>> [PATCH RFC 02/10] nfsd41: sunrpc: Added rpc server-side backchannel handling
>> [PATCH RFC 03/10] nfsd41: sunrpc: move struct rpc_buffer def into a common header file
>> [PATCH RFC 04/10] nfsd41: Backchannel: callback infrastructure
>> [PATCH RFC 05/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
>> [PATCH RFC 06/10] nfsd41: Backchannel: Server backchannel RPC wait queue
>> [PATCH RFC 07/10] nfsd41: Backchannel: Setup sequence information
>> [PATCH RFC 08/10] nfsd41: Backchannel: cb_sequence callback
>> [PATCH RFC 09/10] nfsd41: Backchannel: Implement cb_recall over NFSv4.1
>> [PATCH RFC 10/10] nfsd41: Refactor create_client()
>>
>> Thanks,
>>
>> Benny
>>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-21  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20  0:32 [PATCH RFC 0/10] nfsd41 backchannel patches for 2.6.32 Benny Halevy
2009-08-20 21:37 ` J. Bruce Fields
2009-08-21  8:43   ` Benny Halevy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).