dd_per_prioRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: ✅struct dd_per_prio {
struct list_head dispatch;
struct rb_root sort_list[2];
struct list_head fifo_list[2];
struct request * next_rq[2];
};
5.19: ✅struct dd_per_prio {
struct list_head dispatch;
struct rb_root sort_list[2];
struct list_head fifo_list[2];
struct request * next_rq[2];
struct io_stats_per_prio stats;
};
6.2: ✅struct dd_per_prio {
struct list_head dispatch;
struct rb_root sort_list[2];
struct list_head fifo_list[2];
struct request * next_rq[2];
struct io_stats_per_prio stats;
};
6.5: ✅struct dd_per_prio {
struct list_head dispatch;
struct rb_root sort_list[2];
struct list_head fifo_list[2];
sector_t latest_pos[2];
struct io_stats_per_prio stats;
};
6.8: ✅struct dd_per_prio {
struct list_head dispatch;
struct rb_root sort_list[2];
struct list_head fifo_list[2];
sector_t latest_pos[2];
struct io_stats_per_prio stats;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.15 and 5.19 ⚠️struct io_stats_per_prio stats
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️sector_t latest_pos[2]
struct request * next_rq[2]
6.5 and 6.8 ✅