/openbmc/linux/drivers/nvme/host/ |
H A D | ioctl.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | pci.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | core.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/nvme/target/ |
H A D | passthru.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/md/ |
H A D | dm-rq.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/block/ |
H A D | blk-flush.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk-mq.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/target/ |
H A D | target_core_pscsi.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | sg.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | scsi_error.c | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/include/linux/ |
H A D | blk-mq.h | diff de671d6116b5210097cd6fbb877bac92536f265b Wed Sep 21 16:19:54 CDT 2022 Jens Axboe <axboe@kernel.dk> block: change request end_io handler to pass back a return value
Everything is just converted to returning RQ_END_IO_NONE, and there should be no functional changes with this patch.
In preparation for allowing the end_io handler to pass ownership back to the block layer, rather than retain ownership of the request.
Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|