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
..
2021-12-31 09:20:12 -08:00
2022-01-06 12:26:14 +01:00
2022-01-10 11:58:12 -08:00
2021-12-10 17:10:56 -08:00
2021-05-07 00:26:35 -07:00
2022-01-06 12:27:03 +01:00
2021-05-05 11:27:21 -07:00
2021-05-05 11:27:24 -07:00
2021-11-06 13:30:41 -07:00
2021-05-05 11:27:24 -07:00
2021-11-06 14:08:17 -07:00
2021-11-06 13:30:33 -07:00
2021-11-06 14:08:17 -07:00
2021-06-29 10:53:52 -07:00
2021-09-08 11:50:24 -07:00
2022-01-12 10:26:52 -08:00
2021-10-18 07:49:41 -04:00
2021-05-05 11:27:27 -07:00
2021-05-05 11:27:26 -07:00
2021-05-05 11:27:26 -07:00
2021-11-06 14:08:17 -07:00
2021-11-25 10:13:56 -08:00
2021-09-08 18:45:52 -07:00
2021-11-01 08:47:59 -07:00
2021-11-06 13:30:39 -07:00
2021-06-30 20:47:26 -07:00
2021-06-30 20:47:25 -07:00
2021-12-10 17:10:56 -08:00
2021-09-03 09:58:15 -07:00
2021-07-08 11:48:21 -07:00
2021-11-06 14:08:17 -07:00
2021-04-30 11:20:38 -07:00
2021-04-30 11:20:39 -07:00
2021-09-08 11:50:24 -07:00
2021-12-06 12:45:09 -05:00
2021-11-06 14:08:17 -07:00
2021-09-08 18:45:53 -07:00
2021-10-18 07:49:39 -04:00
2021-11-06 13:30:35 -07:00
2021-08-20 11:39:25 +01:00
2021-10-14 13:29:22 +02:00
2021-12-09 16:42:28 -08:00
2021-07-01 11:06:02 -07:00
2021-11-10 11:29:30 -08:00
2022-01-06 12:26:14 +01:00
2021-11-09 10:02:48 -08:00
2021-12-03 10:58:13 -08:00
2022-01-10 09:44:09 -08:00
2021-11-06 14:08:17 -07:00
2021-12-25 12:20:55 -08:00
2021-10-18 06:17:01 -06:00
2021-09-27 09:27:31 -04:00
2021-11-11 09:34:35 -08:00
2021-09-27 09:27:31 -04:00
2021-04-30 11:20:42 -07:00
2021-07-23 17:43:28 -07:00
2021-11-09 10:02:48 -08:00
2021-04-16 16:10:36 -07:00
2021-03-25 09:22:55 -07:00
2021-11-06 13:30:36 -07:00
2021-11-06 13:30:39 -07:00
2021-04-30 11:20:37 -07:00
2021-11-06 14:08:17 -07:00
2021-11-10 16:02:08 -08:00
2021-11-06 14:08:17 -07:00
2021-04-30 11:20:38 -07:00
2021-11-06 13:30:34 -07:00
2021-09-08 11:50:24 -07:00
2021-11-01 09:19:50 -07:00
2021-11-06 13:30:40 -07:00
2021-11-11 09:34:35 -08:00
2021-04-30 11:20:36 -07:00
2021-06-29 10:53:47 -07:00
2021-06-29 10:53:47 -07:00
2021-07-01 11:06:03 -07:00
2021-11-10 21:16:52 +00:00
2021-06-29 10:53:49 -07:00
2021-07-01 17:17:24 -07:00
2021-07-04 18:30:17 +00:00
2021-06-05 20:43:15 +00:00
2021-07-04 18:30:17 +00:00
2021-11-06 13:30:41 -07:00
2021-05-07 00:26:35 -07:00
2021-06-16 09:24:42 -07:00
2021-05-05 11:27:27 -07:00
2021-04-16 16:10:37 -07:00
2021-11-06 14:08:17 -07:00
2021-11-06 14:08:17 -07:00
2021-10-28 17:18:55 -07:00
2021-11-17 10:36:35 -05:00
2021-04-16 16:10:36 -07:00
2021-05-22 15:09:07 -10:00
2022-01-06 12:25:51 +01:00
2022-01-06 12:26:14 +01:00
2022-01-06 12:27:28 +01:00
2022-01-06 12:27:28 +01:00
2022-01-06 12:26:53 +01:00
2021-11-06 13:30:36 -07:00
2022-01-06 12:27:03 +01:00
2021-12-03 10:58:13 -08:00
2021-10-18 07:49:40 -04:00
2021-11-20 10:35:54 -08:00
2021-11-06 14:08:17 -07:00
2021-11-09 10:02:48 -08:00
2022-01-06 12:25:51 +01:00
2021-11-13 12:03:03 -08:00
2021-11-17 10:36:35 -05:00
2021-11-06 13:30:37 -07:00
2021-11-06 13:30:40 -07:00
2021-12-31 13:12:55 -08:00
2021-11-06 13:30:42 -07:00
2021-11-09 10:11:53 -08:00
2021-07-01 11:06:03 -07:00
2021-07-01 11:06:03 -07:00
2021-05-07 00:26:35 -07:00
2022-01-06 12:27:03 +01:00
2021-06-30 20:47:31 -07:00