blk_plug
Regular
4.4
: ✅struct blk_plug {
struct list_head list;
struct list_head mq_list;
struct list_head cb_list;
};
4.8
: ✅struct blk_plug {
struct list_head list;
struct list_head mq_list;
struct list_head cb_list;
};
4.10
: ✅struct blk_plug {
struct list_head list;
struct list_head mq_list;
struct list_head cb_list;
};
4.13
: ✅struct blk_plug {
struct list_head list;
struct list_head mq_list;
struct list_head cb_list;
};
4.15
: ✅struct blk_plug {
struct list_head list;
struct list_head mq_list;
struct list_head cb_list;
};
4.18
: ✅struct blk_plug {
struct list_head list;
struct list_head mq_list;
struct list_head cb_list;
};
5.0
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
5.3
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
5.4
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
5.8
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
5.11
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
bool nowait;
};
5.13
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
bool nowait;
};
5.15
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
bool nowait;
};
5.19
: ✅struct blk_plug {
struct request *mq_list;
struct request *cached_rq;
short unsigned int nr_ios;
short unsigned int rq_count;
bool multiple_queues;
bool has_elevator;
bool nowait;
struct list_head cb_list;
};
6.2
: ✅struct blk_plug {
struct request *mq_list;
struct request *cached_rq;
short unsigned int nr_ios;
short unsigned int rq_count;
bool multiple_queues;
bool has_elevator;
bool nowait;
struct list_head cb_list;
};
6.5
: ✅struct blk_plug {
struct request *mq_list;
struct request *cached_rq;
short unsigned int nr_ios;
short unsigned int rq_count;
bool multiple_queues;
bool has_elevator;
struct list_head cb_list;
};
6.8
: ✅struct blk_plug {
struct request *mq_list;
struct request *cached_rq;
short unsigned int nr_ios;
short unsigned int rq_count;
bool multiple_queues;
bool has_elevator;
struct list_head cb_list;
};
arm64
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
armhf
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
ppc64el
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
riscv64
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
aws
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
azure
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
gcp
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
lowlatency
: ✅struct blk_plug {
struct list_head mq_list;
struct list_head cb_list;
short unsigned int rq_count;
bool multiple_queues;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️short unsigned int rq_count
bool multiple_queues
struct list_head list
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️bool nowait
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️struct request *cached_rq
short unsigned int nr_ios
bool has_elevator
struct list_head mq_list
➡️ struct request *mq_list
5.19
and 6.2
✅
6.2
and 6.5
⚠️bool nowait
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅