Jens Axboe
f8e85cf255
io_uring: add support for IORING_OP_CONNECT
...
This allows an application to call connect() in an async fashion. Like
other opcodes, we first try a non-blocking connect, then punt to async
context if we have to.
Note that we can still return -EINPROGRESS, and in that case the caller
should use IORING_OP_POLL_ADD to do an async wait for completion of the
connect request (just like for regular connect(2), except we can do it
async here too).
Signed-off-by: Jens Axboe <axboe@kernel.dk >
2019-11-25 19:56:11 -07:00
..
2019-11-05 12:44:34 +01:00
2019-06-05 10:55:30 -04:00
2019-09-07 17:44:25 +02:00
2019-09-10 22:35:37 +02:00
2019-09-25 11:00:46 +02:00
2019-08-14 23:36:27 +02:00
2019-08-14 23:36:27 +02:00
2019-09-10 09:26:33 -04:00
2019-09-13 13:10:06 -07:00
2019-06-24 19:23:46 +02:00
2019-07-09 12:11:59 -07:00
2019-08-28 13:04:59 +03:00
2019-06-26 20:14:13 -04:00
2019-05-23 21:07:30 -04:00
2019-06-27 19:25:05 +02:00
2019-11-07 06:31:50 -07:00
2019-09-06 16:49:17 +02:00
2019-07-25 11:05:10 +02:00
2019-09-19 14:22:44 +02:00
2019-11-18 17:51:49 +01:00
2019-11-18 17:51:49 +01:00
2019-11-05 12:44:34 +01:00
2019-05-23 05:32:40 -04:00
2019-07-16 19:23:23 -07:00
2019-09-25 17:51:39 -07:00
2019-08-02 14:44:02 +10:00
2019-11-11 16:04:21 -08:00
2019-09-16 10:18:01 -04:00
2019-06-14 15:00:51 +05:30
2019-09-16 22:02:45 +02:00
2019-10-25 14:28:10 -06:00
2019-08-05 17:56:46 +02:00
2019-09-21 14:26:33 -07:00
2019-11-06 12:34:36 -08:00
2019-08-12 19:33:50 -07:00
2019-10-23 14:26:37 +02:00
2019-09-04 12:43:54 +02:00
2019-07-31 19:13:40 -04:00
2019-06-05 13:04:29 -07:00
2019-07-04 12:30:48 -07:00
2019-06-29 11:06:17 -07:00
2019-08-31 01:08:26 +02:00
2019-08-31 23:44:28 -07:00
2019-05-13 15:21:48 -07:00
2019-11-25 19:56:11 -07:00
2019-06-18 17:14:35 +02:00
2019-07-04 02:29:49 +02:00
2019-07-25 11:05:10 +02:00
2019-07-25 11:05:10 +02:00
2019-08-22 17:24:51 +02:00
2019-09-08 15:37:04 +02:00
2019-07-10 18:43:43 -07:00
2019-08-07 10:21:38 -05:00
2019-07-02 18:56:01 +02:00
2019-11-21 09:58:35 +01:00
2019-08-24 14:20:10 +02:00
2019-08-19 13:04:45 -07:00
2019-06-25 22:14:11 +02:00
2019-06-21 16:45:38 -04:00
2019-06-06 13:48:51 -07:00
2019-08-23 14:58:07 -07:00
2019-05-28 21:37:30 -07:00
2019-07-12 11:05:40 -07:00
2019-08-30 12:28:44 +02:00
2019-11-06 06:17:38 +09:00
2019-09-06 14:59:18 +02:00
2019-09-23 16:10:28 -05:00
2019-08-28 11:29:38 +02:00
2019-10-02 20:32:27 -06:00
2019-09-06 15:02:16 +02:00
2019-09-16 21:32:57 +02:00
2019-07-30 20:34:34 +02:00
2019-09-16 18:47:53 -07:00
2019-07-25 11:05:10 +02:00
2019-11-15 12:48:32 -08:00
2019-07-16 19:23:24 -07:00
2019-08-24 16:55:25 -07:00
2019-05-28 21:37:30 -07:00
2019-07-25 11:05:10 +02:00
2019-11-05 15:50:14 +01:00
2019-08-27 20:54:14 -07:00
2019-11-04 07:11:31 -07:00
2019-10-04 15:57:51 +02:00
2019-07-22 07:35:24 +03:00
2019-06-17 20:20:36 -07:00
2019-08-03 11:02:46 -07:00
2019-11-13 12:15:34 -08:00
2019-09-16 16:26:11 +02:00
2019-05-20 20:16:08 -04:00
2019-08-31 23:44:28 -07:00
2019-05-22 10:36:35 -07:00
2019-08-14 16:52:13 +02:00
2019-05-29 06:19:12 -04:00
2019-07-25 11:05:10 +02:00
2019-07-25 11:05:10 +02:00
2019-08-23 11:26:24 -06:00
2019-08-19 14:56:31 -03:00
2019-09-18 20:17:50 +02:00
2019-09-18 20:17:50 +02:00
2019-07-22 11:52:27 -04:00
2019-07-25 11:05:10 +02:00
2019-07-25 11:05:10 +02:00
2019-08-01 21:49:46 +02:00
2019-07-25 11:05:10 +02:00