Re: selective block polling and preadv2/pwritev2 revisited V2
From: Christoph Hellwig <hch@lst.de>
Date: 2016-02-27 08:57:47
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@lst.de>
Date: 2016-02-27 08:57:47
Also in:
linux-fsdevel
On Fri, Feb 26, 2016 at 04:18:55PM -0500, Jeff Moyer wrote:
Christoph Hellwig [off-list ref] writes:quoted
This series allows to selectively enable/disable polling for completions in the block layer on a per-I/O basis. For this it resurrects the preadv2/pwritev2 syscalls that Milosz prepared a while ago (and which are much simpler now due to VFS changes that happened in the meantime). That approach also had a man page update prepared, which I will resubmit with the current flags once this series makes it in.It would be helpful for reviewers if you submitted the man page at the same time, in my opinion.
Ok.
Do you have any plans on adding polling support to the buffered path?
How would that even make sense?