Commit e50df24
committed
Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linux
Pull more block updates from Jens Axboe:
"Mostly items that came in a bit late for the initial pull request,
wanted to make sure they had the appropriate amount of linux-next soak
before going upstream.
Outside of stragglers, just generic fixes for either merge window
items, or longer standing bugs"
* tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linux: (25 commits)
md/raid0: add discard support for the 'original' layout
nvme: disable controller on reset state failure
nvme: sync timeout work on failed reset
nvme: ensure unquiesce on teardown
cdrom/gdrom: Fix build error
nvme: improved uring polling
block: add request polling helper
nvme-mpath: fix I/O failure with EAGAIN when failing over I/O
nvme: host: fix command name spelling
blk-sysfs: add a new attr_group for blk_mq
blk-iocost: move wbt_enable/disable_default() out of spinlock
blk-wbt: cleanup rwb_enabled() and wbt_disabled()
blk-wbt: remove dead code to handle wbt enable/disable with io inflight
blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is disabled
blk-mq: fix two misuses on RQF_USE_SCHED
blk-throttle: Fix io statistics for cgroup v1
bcache: Fix bcache device claiming
bcache: Alloc holder object before async registration
raid10: avoid spin_lock from fastpath from raid10_unplug()
md: fix 'delete_mutex' deadlock
...25 files changed
Lines changed: 341 additions & 304 deletions
File tree
- block
- drivers
- cdrom
- md
- bcache
- nvme
- host
- target
- include
- linux
- uapi/linux
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2086 | 2086 | | |
2087 | 2087 | | |
2088 | 2088 | | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
2089 | 2092 | | |
2090 | 2093 | | |
2091 | 2094 | | |
| |||
2116 | 2119 | | |
2117 | 2120 | | |
2118 | 2121 | | |
2119 | | - | |
2120 | | - | |
| 2122 | + | |
2121 | 2123 | | |
2122 | 2124 | | |
2123 | 2125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3301 | 3301 | | |
3302 | 3302 | | |
3303 | 3303 | | |
3304 | | - | |
3305 | 3304 | | |
3306 | 3305 | | |
3307 | 3306 | | |
3308 | | - | |
3309 | 3307 | | |
3310 | 3308 | | |
3311 | 3309 | | |
| |||
3318 | 3316 | | |
3319 | 3317 | | |
3320 | 3318 | | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
3321 | 3324 | | |
3322 | 3325 | | |
3323 | 3326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 52 | + | |
| 53 | + | |
63 | 54 | | |
64 | 55 | | |
65 | 56 | | |
| |||
1248 | 1239 | | |
1249 | 1240 | | |
1250 | 1241 | | |
1251 | | - | |
| 1242 | + | |
1252 | 1243 | | |
1253 | 1244 | | |
1254 | 1245 | | |
| |||
1280 | 1271 | | |
1281 | 1272 | | |
1282 | 1273 | | |
1283 | | - | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
1284 | 1279 | | |
1285 | 1280 | | |
1286 | 1281 | | |
| |||
1350 | 1345 | | |
1351 | 1346 | | |
1352 | 1347 | | |
1353 | | - | |
| 1348 | + | |
1354 | 1349 | | |
1355 | 1350 | | |
1356 | 1351 | | |
| |||
4745 | 4740 | | |
4746 | 4741 | | |
4747 | 4742 | | |
4748 | | - | |
4749 | | - | |
| 4743 | + | |
| 4744 | + | |
4750 | 4745 | | |
4751 | | - | |
4752 | 4746 | | |
4753 | 4747 | | |
4754 | 4748 | | |
| |||
4773 | 4767 | | |
4774 | 4768 | | |
4775 | 4769 | | |
| 4770 | + | |
| 4771 | + | |
| 4772 | + | |
| 4773 | + | |
| 4774 | + | |
| 4775 | + | |
| 4776 | + | |
| 4777 | + | |
| 4778 | + | |
| 4779 | + | |
| 4780 | + | |
| 4781 | + | |
| 4782 | + | |
| 4783 | + | |
| 4784 | + | |
| 4785 | + | |
| 4786 | + | |
| 4787 | + | |
| 4788 | + | |
| 4789 | + | |
| 4790 | + | |
| 4791 | + | |
| 4792 | + | |
| 4793 | + | |
| 4794 | + | |
| 4795 | + | |
4776 | 4796 | | |
4777 | 4797 | | |
4778 | 4798 | | |
| |||
0 commit comments