Files
kernel_arpi/include/linux
Keith Busch 03100aada9 block: Replace SG_GAPS with new queue limits mask
The SG_GAPS queue flag caused checks for bio vector alignment against
PAGE_SIZE, but the device may have different constraints. This patch
adds a queue limits so a driver with such constraints can set to allow
requests that would have been unnecessarily split. The new gaps check
takes the request_queue as a parameter to simplify the logic around
invoking this function.

This new limit makes the queue flag redundant, so removing it and
all usage. Device-mappers will inherit the correct settings through
blk_stack_limits().

Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-08-19 14:26:02 -07:00
..
2015-06-25 11:49:31 +03:00
2015-07-07 22:48:25 +02:00
2015-06-24 17:49:45 -07:00
2015-07-17 08:41:53 -06:00
2015-06-25 12:06:45 +02:00
2015-06-24 17:49:41 -07:00
2015-06-25 04:20:04 -04:00
2015-07-04 14:04:44 -04:00
2015-06-25 01:13:43 +02:00
2015-06-29 10:49:51 -07:00
2015-06-25 17:00:40 -07:00
2015-06-25 17:00:39 -07:00
2015-06-25 17:00:37 -07:00