Linus Torvalds
d3c8108035
for-5.17/block-2022-01-11
...
-----BEGIN PGP SIGNATURE-----
iQJEBAABCAAuFiEEwPw5LcreJtl1+l5K99NY+ylx4KYFAmHd8DAQHGF4Ym9lQGtl
cm5lbC5kawAKCRD301j7KXHgpnhRD/wMAjsNO65PCA+o/bPpVi4ulx9EejAzrJnB
5vHFvREAoOOGKvRpYGe4w3TcKyW+zPb+GtlXFjPfK+wuVzWhrQtW/+vkjKlBt8wK
o7rzeMwTKJ9ZGvYaaQpp1yC0WURBB3qnCRQhb8dOQzhJgEXinhIOznZsut4mniLv
fTqcDmKAb/+G6K6CQCCqnH0I/+OJZyUeSFo1kk2i4ZqCBepQpBkOL6H2rBOtGxUg
bt1jiGHbbhCRYEE3u2kV0HP10qAChNaMQC705jV4Qpf4+3EntSxs+6nSb74dvMkX
3+Wmp8Ctq6lpPnDL1nrAFGz3jZnB0Y+GdgOclQn3ViQd1FCXZzuYWQ3fTaBfURCZ
/RE5nc047SqpwCFLOynM++OkaeQZ1zSxeyoFTtzDaPF4tLuaX3JHswvTzNGPw8SN
BnexseNnNBCjJliZSEE7fOkjJDcev2dvRxPtI8/wkF4lHUgETc5IW563C53xo/Tx
32yFjZwCVIpNWk21su/0H3iEq80wZ7PnriiN/E3JA6XbnevlRPu0NPMb0D258GCm
yCcdPVDNZsQCB8hluqZcu0g6LSgZRo90Yg1oqKqEpAllJJMBaEAPPPuUIJh998mo
iKGxZzgr7d9jrbGJTInp0F8b3B3/oV/hxgzy0Hu/mHP3AsnaAk9o/oEQZ7rX4Khr
6biloqkIMA==
=RWnJ
-----END PGP SIGNATURE-----
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Pull block updates from Jens Axboe:
- Unify where the struct request handling code is located in the blk-mq
code (Christoph)
- Header cleanups (Christoph)
- Clean up the io_context handling code (Christoph, me)
- Get rid of ->rq_disk in struct request (Christoph)
- Error handling fix for add_disk() (Christoph)
- request allocation cleanusp (Christoph)
- Documentation updates (Eric, Matthew)
- Remove trivial crypto unregister helper (Eric)
- Reduce shared tag overhead (John)
- Reduce poll_stats memory overhead (me)
- Known indirect function call for dio (me)
- Use atomic references for struct request (me)
- Support request list issue for block and NVMe (me)
- Improve queue dispatch pinning (Ming)
- Improve the direct list issue code (Keith)
- BFQ improvements (Jan)
- Direct completion helper and use it in mmc block (Sebastian)
- Use raw spinlock for the blktrace code (Wander)
- fsync error handling fix (Ye)
- Various fixes and cleanups (Lukas, Randy, Yang, Tetsuo, Ming, me)
* tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block: (132 commits)
MAINTAINERS: add entries for block layer documentation
docs: block: remove queue-sysfs.rst
docs: sysfs-block: document virt_boundary_mask
docs: sysfs-block: document stable_writes
docs: sysfs-block: fill in missing documentation from queue-sysfs.rst
docs: sysfs-block: add contact for nomerges
docs: sysfs-block: sort alphabetically
docs: sysfs-block: move to stable directory
block: don't protect submit_bio_checks by q_usage_counter
block: fix old-style declaration
nvme-pci: fix queue_rqs list splitting
block: introduce rq_list_move
block: introduce rq_list_for_each_safe macro
block: move rq_list macros to blk-mq.h
block: drop needless assignment in set_task_ioprio()
block: remove unnecessary trailing '\'
bio.h: fix kernel-doc warnings
block: check minor range in device_add_disk()
block: use "unsigned long" for blk_validate_block_size().
block: fix error unwinding in device_add_disk
...
2022-01-12 10:26:52 -08:00
..
2020-10-30 13:14:29 +01:00
2021-09-28 12:48:15 +02:00
2021-04-01 18:32:24 -04:00
2020-10-30 13:14:29 +01:00
2022-01-09 18:59:10 -07:00
2020-10-30 13:07:01 +01:00
2021-01-27 15:13:53 +01:00
2020-10-02 11:33:47 +02:00
2020-10-30 13:07:01 +01:00
2020-10-30 13:07:01 +01:00
2021-05-13 09:13:25 -06:00
2020-10-30 13:14:29 +01:00
2021-05-13 09:13:25 -06:00
2020-10-30 13:07:01 +01:00
2021-09-21 18:31:16 +02:00
2020-10-30 13:07:01 +01:00
2021-09-21 18:31:15 +02:00
2016-05-24 15:15:26 +02:00
2017-06-13 13:21:04 +03:00
2021-09-28 12:48:15 +02:00
2021-12-09 07:02:22 -08:00
2021-10-15 11:25:15 +02:00
2018-09-14 08:51:10 -04:00
2019-10-04 15:05:20 +02:00
2021-07-28 17:56:55 +05:30
2020-11-02 13:45:37 +01:00
2020-10-30 13:12:39 +01:00
2020-10-30 13:07:01 +01:00
2021-10-22 10:57:11 +02:00
2009-12-04 12:00:10 -06:00
2021-02-04 17:05:48 +01:00
2018-09-20 13:04:03 +02:00
2019-07-31 14:16:17 -06:00
2019-07-31 14:16:17 -06:00
2021-05-21 14:51:33 +02:00
2020-10-30 13:07:01 +01:00
2020-10-30 13:07:01 +01:00
2020-10-30 13:07:01 +01:00
2015-10-03 11:39:59 -04:00
2020-10-30 13:07:01 +01:00
2020-09-16 12:17:47 -06:00
2021-09-28 12:48:14 +02:00
2013-11-08 14:43:16 -08:00
2011-01-12 00:08:35 -05:00
2020-10-30 13:12:53 +01:00