Searched hist:"7 f39add3b08cbbdb99abe50e6d7c342e6800d684" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-integrity.c | diff 7f39add3b08cbbdb99abe50e6d7c342e6800d684 Fri Sep 11 10:03:04 CDT 2015 Sagi Grimberg <sagig@mellanox.com> block: Refuse request/bio merges with gaps in the integrity payload
If a driver sets the block queue virtual boundary mask, it means that it cannot handle gaps so we must not allow those in the integrity payload as well.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Fixed up by me to have duplicate integrity merge functions, depending on whether block integrity is enabled or not. Fixes a compilations issue with CONFIG_BLK_DEV_INTEGRITY unset.
Signed-off-by: Jens Axboe <axboe@fb.com>
|
H A D | blk-merge.c | diff 7f39add3b08cbbdb99abe50e6d7c342e6800d684 Fri Sep 11 10:03:04 CDT 2015 Sagi Grimberg <sagig@mellanox.com> block: Refuse request/bio merges with gaps in the integrity payload
If a driver sets the block queue virtual boundary mask, it means that it cannot handle gaps so we must not allow those in the integrity payload as well.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Fixed up by me to have duplicate integrity merge functions, depending on whether block integrity is enabled or not. Fixes a compilations issue with CONFIG_BLK_DEV_INTEGRITY unset.
Signed-off-by: Jens Axboe <axboe@fb.com>
|
/openbmc/linux/include/linux/ |
H A D | blkdev.h | diff 7f39add3b08cbbdb99abe50e6d7c342e6800d684 Fri Sep 11 10:03:04 CDT 2015 Sagi Grimberg <sagig@mellanox.com> block: Refuse request/bio merges with gaps in the integrity payload
If a driver sets the block queue virtual boundary mask, it means that it cannot handle gaps so we must not allow those in the integrity payload as well.
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Fixed up by me to have duplicate integrity merge functions, depending on whether block integrity is enabled or not. Fixes a compilations issue with CONFIG_BLK_DEV_INTEGRITY unset.
Signed-off-by: Jens Axboe <axboe@fb.com>
|