Home
last modified time | relevance | path

Searched hist:"48 b5c1fbcd8c5bc6b91a56399a5257b801391dd8" (Results 1 – 5 of 5) sorted by relevance

/linux/block/
H A Dblk-stat.cdiff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them

This is essentially never used, yet it's about 1/3rd of the total
queue size. Allocate it when needed, and don't embed it in the queue.

Kill the queue flag for this while at it, since we can just check the
assigned pointer now.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
H A Dblk-mq-debugfs.cdiff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them

This is essentially never used, yet it's about 1/3rd of the total
queue size. Allocate it when needed, and don't embed it in the queue.

Kill the queue flag for this while at it, since we can just check the
assigned pointer now.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
H A Dblk-sysfs.cdiff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them

This is essentially never used, yet it's about 1/3rd of the total
queue size. Allocate it when needed, and don't embed it in the queue.

Kill the queue flag for this while at it, since we can just check the
assigned pointer now.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
H A Dblk-mq.cdiff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them

This is essentially never used, yet it's about 1/3rd of the total
queue size. Allocate it when needed, and don't embed it in the queue.

Kill the queue flag for this while at it, since we can just check the
assigned pointer now.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
/linux/include/linux/
H A Dblkdev.hdiff 48b5c1fbcd8c5bc6b91a56399a5257b801391dd8 Sat Nov 13 22:03:26 CET 2021 Jens Axboe <axboe@kernel.dk> block: only allocate poll_stats if there's a user of them

This is essentially never used, yet it's about 1/3rd of the total
queue size. Allocate it when needed, and don't embed it in the queue.

Kill the queue flag for this while at it, since we can just check the
assigned pointer now.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>