[PATCH 03/14] aoe: become I/O request queue handler for increased user control

2012-08-28 Thread Ed Cashin
To allow users to choose an elevator algorithm for their particular workloads, change from a make_request-style driver to an I/O-request-queue-handler-style driver. We have to do a couple of things that might be surprising. We manipulate the page _count directly on the assumption that we still ha

[PATCH 03/14] aoe: become I/O request queue handler for increased user control

2012-08-23 Thread Ed Cashin
To allow users to choose an elevator algorithm for their particular workloads, change from a make_request-style driver to an I/O-request-queue-handler-style driver. We have to do a couple of things that might be surprising. We manipulate the page _count directly on the assumption that we still ha