Linus Torvalds
a9aa31cdc2
Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-block
...
Pull block driver updates from Jens Axboe:
"Here are the block driver changes for 4.4. This pull request
contains:
- NVMe:
- Refactor and moving of code to prepare for proper target
support. From Christoph and Jay.
- 32-bit nvme warning fix from Arnd.
- Error initialization fix from me.
- Proper namespace removal and reference counting support from
Keith.
- Device resume fix on IO failure, also from Keith.
- Dependency fix from Keith, now that nvme isn't under the
umbrella of the block anymore.
- Target location and maintainers update from Jay.
- From Ming Lei, the long awaited DIO/AIO support for loop.
- Enable BD-RE writeable opens, from Georgios"
* 'for-4.4/drivers' of git://git.kernel.dk/linux-block: (24 commits)
Update target repo for nvme patch contributions
NVMe: initialize error to '0'
nvme: use an integer value to Linux errno values
nvme: fix 32-bit build warning
NVMe: Add explicit block config dependency
nvme: include <linux/types.ĥ> in <linux/nvme.h>
nvme: move to a new drivers/nvme/host directory
nvme.h: add missing nvme_id_ctrl endianess annotations
nvme: move hardware structures out of the uapi version of nvme.h
nvme: add a local nvme.h header
nvme: properly handle partially initialized queues in nvme_create_io_queues
nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe
nvme: factor reset code into a common helper
nvme: merge nvme_dev_reset into nvme_reset_failed_dev
nvme: delete dev from dev_list in nvme_reset
NVMe: Simplify device resume on io queue failure
NVMe: Namespace removal simplifications
NVMe: Reference count open namespaces
cdrom: Random writing support for BD-RE media
block: loop: support DIO & AIO
...
2015-11-04 20:37:27 -08:00
..
2015-10-19 17:08:32 +01:00
2015-09-29 10:56:05 +03:00
2015-10-09 07:49:01 -07:00
2015-09-17 20:14:27 +03:00
2015-09-01 13:00:04 -07:00
2015-10-16 22:11:16 +02:00
2015-08-04 17:03:52 -07:00
2015-08-08 12:50:40 +01:00
2015-11-04 18:10:13 -08:00
2015-09-04 11:46:02 -07:00
2015-10-14 19:14:44 -07:00
2015-10-14 19:14:43 -07:00
2015-10-27 10:38:41 +01:00
2015-08-10 23:07:05 -04:00
2015-10-09 07:49:00 -07:00
2015-09-18 21:57:43 +02:00
2015-09-18 21:57:35 +02:00
2015-09-18 21:57:43 +02:00
2015-09-18 21:57:43 +02:00
2015-10-27 11:24:23 +01:00
2015-11-04 09:41:05 -08:00
2015-10-27 19:34:54 -07:00
2015-08-30 14:40:11 +01:00
2015-09-23 09:51:25 +02:00
2015-09-01 13:00:04 -07:00
2015-09-16 20:44:47 +01:00
2015-09-17 18:01:28 -04:00
2015-10-20 06:08:27 -07:00
2015-11-04 18:10:13 -08:00
2015-08-05 13:38:07 +01:00
2015-08-03 12:01:54 -04:00
2015-11-03 17:22:17 -08:00
2015-08-06 16:17:25 -04:00
2015-08-20 14:10:23 -07:00
2015-10-12 10:31:12 -06:00
2015-10-15 09:53:28 -06:00
2015-08-19 14:26:02 -07:00
2015-08-05 09:38:08 +02:00
2015-08-05 09:38:08 +02:00
2015-09-03 12:28:30 -07:00
2015-10-27 15:04:56 +09:00
2015-10-01 10:10:57 +02:00
2015-09-29 11:32:45 -06:00
2015-11-02 22:48:39 -05:00
2015-10-08 04:45:52 -07:00
2015-09-10 18:56:14 -07:00
2015-09-16 11:51:12 -04:00
2015-08-25 14:19:29 -04:00
2015-08-24 16:49:11 -07:00
2015-09-14 11:00:55 +02:00
2015-10-01 02:18:39 +02:00
2015-10-23 17:55:10 +09:00
2015-10-29 07:01:48 -07:00
2015-11-04 11:31:31 -08:00
2015-08-05 13:30:16 -07:00
2015-10-07 16:02:49 -07:00
2015-10-28 09:21:12 +01:00
2015-08-28 15:14:54 +02:00
2015-09-04 16:54:41 -07:00
2015-08-17 16:53:53 +08:00
2015-09-08 15:35:28 -07:00
2015-10-09 07:49:02 -07:00
2015-09-11 14:23:29 +09:00
2015-08-13 12:31:57 -06:00
2015-09-01 19:45:46 -07:00
2015-10-23 17:55:10 +09:00
2015-08-20 12:01:03 +05:30
2015-09-08 15:35:28 -07:00
2015-09-22 12:29:46 +02:00
2015-10-28 12:28:06 +01:00
2015-08-17 12:14:53 -07:00
2015-08-10 11:48:55 +09:00
2015-08-21 22:45:13 -07:00
2015-08-20 10:20:11 +03:00
2015-10-31 16:12:10 -07:00
2015-10-11 04:40:05 -07:00
2015-09-08 15:35:28 -07:00
2015-08-14 16:50:36 -07:00
2015-08-07 22:59:34 -05:00
2015-09-05 20:34:28 -07:00
2015-11-04 18:10:13 -08:00
2015-09-04 16:54:41 -07:00
2015-10-09 07:48:59 -07:00
2015-09-08 15:35:28 -07:00
2015-09-08 15:35:28 -07:00
2015-09-08 15:35:28 -07:00
2015-08-05 11:44:28 -07:00
2015-08-24 14:05:19 +02:00
2015-10-13 10:34:46 +02:00
2015-09-24 20:42:37 +02:00
2015-09-23 14:35:58 -07:00
2015-10-23 05:44:28 -07:00
2015-09-29 16:27:47 -07:00
2015-10-09 07:49:05 -07:00
2015-10-15 11:23:41 +02:00
2015-08-12 16:23:33 +02:00
2015-09-22 12:39:57 +02:00
2015-08-10 23:07:05 -04:00
2015-08-27 19:40:58 -04:00
2015-10-16 22:18:51 +02:00
2015-09-03 15:02:28 -05:00
2015-10-05 02:45:25 -07:00
2015-10-11 11:33:42 +02:00
2015-10-01 02:18:38 +02:00
2015-09-16 15:47:51 +02:00
2015-10-13 19:01:25 +02:00
2015-09-16 15:47:51 +02:00
2015-10-30 10:13:26 +01:00
2015-09-03 12:52:19 -07:00
2015-09-01 14:04:50 -07:00
2015-09-15 07:12:06 +02:00
2015-08-22 14:54:55 +02:00
2015-08-18 15:49:15 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-08-04 10:16:54 +02:00
2015-09-04 16:54:41 -07:00
2015-09-06 16:27:10 +02:00
2015-10-26 09:10:56 +01:00
2015-08-28 23:40:05 -04:00
2015-10-06 11:16:42 -07:00
2015-10-06 11:16:42 -07:00
2015-10-06 11:16:42 -07:00
2015-08-12 11:59:08 +02:00
2015-08-10 14:29:27 +05:30
2015-08-03 17:30:00 -07:00
2015-09-08 15:35:28 -07:00
2015-10-12 10:31:13 -06:00
2015-10-23 14:19:58 +01:00
2015-09-09 17:19:14 -07:00
2015-08-05 10:35:49 -07:00
2015-09-08 15:35:28 -07:00
2015-10-01 21:42:35 -04:00
2015-09-10 13:29:01 -07:00
2015-09-08 14:35:59 -07:00
2015-08-07 15:03:42 +02:00
2015-10-20 22:10:45 +08:00
2015-10-16 13:07:16 +01:00
2015-10-08 05:26:35 -07:00
2015-11-03 11:29:57 -05:00
2015-11-04 11:30:22 -08:00
2015-09-17 17:18:37 -07:00
2015-09-17 17:18:32 -07:00
2015-09-29 20:21:32 +02:00
2015-09-30 01:45:03 -05:00
2015-10-16 18:45:36 +02:00
2015-09-09 21:43:22 -07:00
2015-08-17 13:22:49 -05:00
2015-08-27 19:45:27 -04:00
2015-08-17 13:32:56 -05:00
2015-09-07 12:36:13 -04:00
2015-09-08 12:28:10 -07:00
2015-09-07 15:17:08 -04:00
2015-09-07 15:17:09 -04:00
2015-10-09 10:40:37 -06:00
2015-08-05 13:43:44 -07:00
2015-08-05 13:43:12 -07:00
2015-10-16 22:49:26 +02:00
2015-10-16 13:07:15 +01:00
2015-08-25 11:29:55 -05:00
2015-08-26 01:46:39 +02:00
2015-09-01 09:59:20 +10:00
2015-10-28 10:05:58 -07:00
2015-10-08 05:26:36 -07:00
2015-09-08 15:35:28 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-10 13:29:01 -07:00
2015-09-08 15:35:28 -07:00
2015-08-16 13:26:01 -03:00
2015-10-16 22:18:51 +02:00
2015-08-13 15:59:58 -05:00
2015-09-08 15:35:28 -07:00
2015-10-06 11:25:31 -07:00
2015-09-13 11:27:30 +02:00
2015-08-31 14:48:02 -07:00
2015-10-23 05:57:43 -07:00
2015-10-28 04:33:04 +01:00
2015-09-15 02:03:16 +02:00
2015-10-14 02:17:34 +02:00
2015-08-27 19:40:59 -04:00
2015-09-10 13:29:01 -07:00
2015-10-01 09:59:16 -07:00
2015-10-06 17:08:19 +02:00
2015-09-10 13:29:01 -07:00
2015-09-25 02:00:19 +02:00
2015-08-07 14:37:04 +02:00
2015-11-03 11:08:22 -05:00
2015-08-17 15:40:20 +02:00
2015-10-08 05:26:38 -07:00
2015-10-06 11:25:45 -07:00
2015-10-06 11:16:18 -07:00
2015-10-06 11:16:31 -07:00
2015-10-06 11:08:23 -07:00
2015-10-06 11:08:05 -07:00
2015-10-12 19:25:07 +01:00
2015-09-01 09:56:58 +02:00
2015-09-04 16:54:41 -07:00
2015-10-09 07:49:06 -07:00
2015-08-24 14:28:01 -06:00
2015-11-04 09:41:05 -08:00
2015-10-27 19:55:13 -07:00
2015-09-20 17:00:26 -07:00
2015-09-11 15:21:34 -07:00
2015-08-05 08:48:00 +05:30
2015-10-21 07:00:46 -07:00
2015-09-04 16:54:41 -07:00
2015-10-20 10:23:55 +02:00
2015-09-01 08:40:25 -07:00
2015-10-06 11:15:43 -07:00
2015-10-20 10:23:55 +02:00
2015-09-10 13:29:01 -07:00
2015-09-10 15:36:59 -04:00
2015-10-14 02:17:33 +02:00
2015-09-08 15:35:28 -07:00
2015-09-08 15:35:28 -07:00
2015-09-11 15:21:34 -07:00
2015-10-22 06:22:13 -07:00
2015-09-14 07:39:46 -07:00
2015-08-05 13:24:12 -07:00
2015-09-02 10:33:22 +02:00
2015-08-17 11:25:28 -07:00
2015-10-01 09:59:01 -07:00
2015-10-01 09:57:59 -07:00
2015-08-06 15:29:14 -03:00
2015-08-03 15:24:43 -07:00
2015-08-28 16:27:27 -07:00
2015-08-18 09:59:12 -07:00
2015-09-04 16:54:41 -07:00
2015-08-12 17:01:01 +01:00
2015-11-01 17:09:15 -08:00
2015-09-22 15:09:53 -07:00
2015-09-04 16:54:41 -07:00
2015-08-17 15:48:24 -04:00
2015-09-08 15:35:28 -07:00
2015-09-10 13:29:01 -07:00
2015-09-08 15:35:28 -07:00