Re: [PATCH v2 0/7] async requests support for 9pfs

2017-02-16 Thread Stefano Stabellini
Re-ping On Tue, 3 Jan 2017, Stefano Stabellini wrote: > Ping > > On Thu, 15 Dec 2016, Stefano Stabellini wrote: > > Hi all, > > > > This patch series introduces async requests for read and write > > operations. If the read, or the write, is an async operation to begin > > with (aio), we can

Re: [PATCH v2 0/7] async requests support for 9pfs

2017-02-16 Thread Stefano Stabellini
Re-ping On Tue, 3 Jan 2017, Stefano Stabellini wrote: > Ping > > On Thu, 15 Dec 2016, Stefano Stabellini wrote: > > Hi all, > > > > This patch series introduces async requests for read and write > > operations. If the read, or the write, is an async operation to begin > > with (aio), we can

Re: [PATCH v2 0/7] async requests support for 9pfs

2017-01-03 Thread Stefano Stabellini
Ping On Thu, 15 Dec 2016, Stefano Stabellini wrote: > Hi all, > > This patch series introduces async requests for read and write > operations. If the read, or the write, is an async operation to begin > with (aio), we can avoid waiting for the server response. > > This is my first contribution

Re: [PATCH v2 0/7] async requests support for 9pfs

2017-01-03 Thread Stefano Stabellini
Ping On Thu, 15 Dec 2016, Stefano Stabellini wrote: > Hi all, > > This patch series introduces async requests for read and write > operations. If the read, or the write, is an async operation to begin > with (aio), we can avoid waiting for the server response. > > This is my first contribution

[PATCH v2 0/7] async requests support for 9pfs

2016-12-15 Thread Stefano Stabellini
Hi all, This patch series introduces async requests for read and write operations. If the read, or the write, is an async operation to begin with (aio), we can avoid waiting for the server response. This is my first contribution to 9p, so feedback and suggestions are welcome! Changes in v2: -

[PATCH v2 0/7] async requests support for 9pfs

2016-12-15 Thread Stefano Stabellini
Hi all, This patch series introduces async requests for read and write operations. If the read, or the write, is an async operation to begin with (aio), we can avoid waiting for the server response. This is my first contribution to 9p, so feedback and suggestions are welcome! Changes in v2: -