Searched hist:"29 dec90a0f1d961b93f34f910e9319d8cb23edbd" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-core.h | diff 29dec90a0f1d961b93f34f910e9319d8cb23edbd Wed Jun 08 01:34:06 CDT 2022 Christoph Hellwig <hch@lst.de> dm: fix bio_set allocation
The use of bioset_init_from_src mean that the pre-allocated pools weren't used for anything except parameter passing, and the integrity pool creation got completely lost for the actual live mapped_device. Fix that by assigning the actual preallocated dm_md_mempools to the mapped_device and using that for I/O instead of creating new mempools.
Fixes: 2a2a4c510b76 ("dm: use bioset_init_from_src() to copy bio_set") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
|
H A D | dm-rq.c | diff 29dec90a0f1d961b93f34f910e9319d8cb23edbd Wed Jun 08 01:34:06 CDT 2022 Christoph Hellwig <hch@lst.de> dm: fix bio_set allocation
The use of bioset_init_from_src mean that the pre-allocated pools weren't used for anything except parameter passing, and the integrity pool creation got completely lost for the actual live mapped_device. Fix that by assigning the actual preallocated dm_md_mempools to the mapped_device and using that for I/O instead of creating new mempools.
Fixes: 2a2a4c510b76 ("dm: use bioset_init_from_src() to copy bio_set") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
|
H A D | dm.h | diff 29dec90a0f1d961b93f34f910e9319d8cb23edbd Wed Jun 08 01:34:06 CDT 2022 Christoph Hellwig <hch@lst.de> dm: fix bio_set allocation
The use of bioset_init_from_src mean that the pre-allocated pools weren't used for anything except parameter passing, and the integrity pool creation got completely lost for the actual live mapped_device. Fix that by assigning the actual preallocated dm_md_mempools to the mapped_device and using that for I/O instead of creating new mempools.
Fixes: 2a2a4c510b76 ("dm: use bioset_init_from_src() to copy bio_set") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
|
H A D | dm-table.c | diff 29dec90a0f1d961b93f34f910e9319d8cb23edbd Wed Jun 08 01:34:06 CDT 2022 Christoph Hellwig <hch@lst.de> dm: fix bio_set allocation
The use of bioset_init_from_src mean that the pre-allocated pools weren't used for anything except parameter passing, and the integrity pool creation got completely lost for the actual live mapped_device. Fix that by assigning the actual preallocated dm_md_mempools to the mapped_device and using that for I/O instead of creating new mempools.
Fixes: 2a2a4c510b76 ("dm: use bioset_init_from_src() to copy bio_set") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
|
H A D | dm.c | diff 29dec90a0f1d961b93f34f910e9319d8cb23edbd Wed Jun 08 01:34:06 CDT 2022 Christoph Hellwig <hch@lst.de> dm: fix bio_set allocation
The use of bioset_init_from_src mean that the pre-allocated pools weren't used for anything except parameter passing, and the integrity pool creation got completely lost for the actual live mapped_device. Fix that by assigning the actual preallocated dm_md_mempools to the mapped_device and using that for I/O instead of creating new mempools.
Fixes: 2a2a4c510b76 ("dm: use bioset_init_from_src() to copy bio_set") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
|