Files
linux-apfs/drivers/block
Jens Axboe db5bcf87bb null_blk: add blocking mode
This adds a new module parameter to null_blk, blocking. If set, null_blk
will set the BLK_MQ_F_BLOCKING flag, indicating that it sometimes/always
needs to block in its ->queue_rq() function.  The intent is to help find
regressions in blocking drivers, since not many of them exist.

If null_blk is loaded with submit_queues > 1 and blocking=1, this
shows the regression recently fixed by bf4907c05e.

Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-03-30 13:44:26 -06:00
..
2016-06-27 12:26:08 -07:00
2017-02-22 11:54:49 -07:00
2017-02-23 17:10:32 -05:00
2017-03-24 08:22:07 -06:00
2015-09-23 11:01:16 -06:00
2016-03-15 15:59:47 -07:00
2017-03-24 08:22:09 -06:00
2017-03-30 13:44:26 -06:00
2016-06-27 12:26:08 -07:00
2017-02-20 12:16:15 +01:00
2017-03-07 14:30:38 +01:00