hib_bio_batch
Regular
4.4
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
int error;
};
4.8
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
int error;
};
4.10
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
int error;
};
4.13
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
4.15
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
4.18
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
5.0
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
5.3
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
5.4
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
5.8
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
5.11
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct blk_plug plug;
};
5.13
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct blk_plug plug;
};
5.15
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct blk_plug plug;
};
5.19
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct blk_plug plug;
};
6.2
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct blk_plug plug;
};
6.5
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct blk_plug plug;
};
6.8
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct blk_plug plug;
};
arm64
: Absent ⚠️
armhf
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
struct bio *current_bio;
};
azure
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
gcp
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
lowlatency
: ✅struct hib_bio_batch {
atomic_t count;
wait_queue_head_t wait;
blk_status_t error;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️int error
➡️ blk_status_t error
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
⚠️struct blk_plug plug
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and armhf
✅
generic
and aws
⚠️struct bio *current_bio
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅