Commit 2e45a49
committed
Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4
Pull NVMe fixes from Keith:
"nvme fixes for Linux 6.4
- Fixes for spurious Keep Alive timeouts (Uday)
- Fix for command type check on passthrough actions (Min)
- Fix for nvme command name for error logging (Christoph)"
* tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme:
nvme: fix the name of Zone Append for verbose logging
nvme: improve handling of long keep alives
nvme: check IO start time when deciding to defer KA
nvme: double KA polling frequency to avoid KATO with TBKAS on
nvme: fix miss command type checkFile tree
5 files changed
+53
-8
lines changed- drivers/nvme
- host
- target
5 files changed
+53
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
401 | 410 | | |
402 | 411 | | |
403 | 412 | | |
| |||
1115 | 1124 | | |
1116 | 1125 | | |
1117 | 1126 | | |
1118 | | - | |
| 1127 | + | |
1119 | 1128 | | |
1120 | 1129 | | |
1121 | 1130 | | |
| |||
1132 | 1141 | | |
1133 | 1142 | | |
1134 | 1143 | | |
| 1144 | + | |
| 1145 | + | |
1135 | 1146 | | |
1136 | 1147 | | |
1137 | 1148 | | |
| |||
1161 | 1172 | | |
1162 | 1173 | | |
1163 | 1174 | | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
1164 | 1190 | | |
1165 | 1191 | | |
1166 | | - | |
| 1192 | + | |
| 1193 | + | |
1167 | 1194 | | |
1168 | 1195 | | |
1169 | 1196 | | |
| |||
1172 | 1199 | | |
1173 | 1200 | | |
1174 | 1201 | | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
1175 | 1216 | | |
1176 | 1217 | | |
1177 | 1218 | | |
| |||
1182 | 1223 | | |
1183 | 1224 | | |
1184 | 1225 | | |
| 1226 | + | |
1185 | 1227 | | |
1186 | 1228 | | |
1187 | 1229 | | |
1188 | 1230 | | |
1189 | 1231 | | |
1190 | 1232 | | |
1191 | 1233 | | |
1192 | | - | |
| 1234 | + | |
1193 | 1235 | | |
1194 | 1236 | | |
1195 | 1237 | | |
| |||
1200 | 1242 | | |
1201 | 1243 | | |
1202 | 1244 | | |
| 1245 | + | |
| 1246 | + | |
1203 | 1247 | | |
1204 | 1248 | | |
1205 | 1249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
1077 | 1078 | | |
1078 | 1079 | | |
1079 | 1080 | | |
1080 | | - | |
| 1081 | + | |
1081 | 1082 | | |
1082 | 1083 | | |
1083 | 1084 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments