Pavel Begunkov
b7ddce3cbf
io_uring: fix cancel of deferred reqs with ->files
...
While trying to cancel requests with ->files, it also should look for
requests in ->defer_list, otherwise it might end up hanging a thread.
Cancel all requests in ->defer_list up to the last request there with
matching ->files, that's needed to follow drain ordering semantics.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-09-05 15:59:51 -06:00
..
2020-07-31 07:28:25 +02:00
2020-06-24 09:16:02 -06:00
2020-06-24 09:16:02 -06:00
2020-08-04 13:49:43 -07:00
2020-08-14 19:56:56 -07:00
2020-06-24 09:16:02 -06:00
2020-04-20 15:45:22 -06:00
2020-08-13 12:26:18 -07:00
2020-07-08 08:27:56 +02:00
2020-08-05 17:47:07 +02:00
2020-08-15 08:31:39 -07:00
2020-05-05 09:22:21 -06:00
2020-06-01 15:45:27 -07:00
2020-04-20 15:45:22 -06:00
2020-08-07 11:33:22 -07:00
2020-08-05 20:13:21 -07:00
2020-08-06 19:44:25 -07:00
2020-08-07 11:33:22 -07:00
2020-07-09 10:14:29 +03:00
2020-06-24 09:16:02 -06:00
2020-08-06 19:22:51 -07:00
2020-08-12 08:31:13 +09:00
2020-07-27 10:58:06 +02:00
2020-08-06 19:35:12 -07:00
2020-08-10 18:33:22 -07:00
2020-08-12 10:58:01 -07:00
2020-06-03 16:27:18 -07:00
2020-08-11 14:34:17 -07:00
2020-08-10 18:22:43 -07:00
2020-06-24 09:16:02 -06:00
2020-07-16 12:35:15 -07:00
2020-03-29 23:23:00 +02:00
2020-06-06 10:08:17 -07:00
2020-08-12 10:57:56 -07:00
2020-08-05 09:24:16 -07:00
2020-08-04 13:49:43 -07:00
2020-06-15 09:32:10 -07:00
2020-08-10 18:20:04 -07:00
2020-06-24 09:16:02 -06:00
2020-07-27 23:15:48 +02:00
2020-02-04 03:05:26 +00:00
2020-08-12 10:58:00 -07:00
2020-08-15 08:26:55 -07:00
2020-08-09 13:58:04 -07:00
2020-08-12 10:58:01 -07:00
2020-06-14 01:57:21 +09:00
2020-07-28 10:58:07 +02:00
2020-08-07 11:33:21 -07:00
2020-08-07 21:14:30 -07:00
2020-07-16 12:35:15 -07:00
2020-08-04 15:01:58 -04:00
2020-08-04 13:49:43 -07:00
2020-08-12 10:57:56 -07:00
2020-07-06 19:42:31 -07:00
2020-06-02 10:59:07 -07:00
2020-08-06 19:28:26 -07:00
2020-02-07 14:48:37 -05:00
2020-08-06 19:28:26 -07:00
2020-06-14 01:57:21 +09:00
2020-07-24 12:42:41 -07:00
2020-06-05 14:05:57 -07:00
2020-04-20 15:45:22 -06:00
2020-08-10 18:20:04 -07:00
2020-08-06 19:28:26 -07:00
2020-08-12 10:58:01 -07:00
2020-03-25 11:50:48 +01:00
2020-05-07 08:45:47 -06:00
2020-07-21 16:02:41 -07:00
2020-08-13 12:22:19 -07:00
2020-08-11 17:42:24 +09:00
2020-08-07 11:33:27 -07:00
2020-06-03 23:16:55 -04:00
2020-05-07 16:55:47 -05:00
2020-08-07 13:29:39 -07:00
2020-07-27 14:29:23 -04:00
2020-06-04 19:18:29 -07:00
2020-06-10 16:02:54 -07:00
2020-06-04 19:18:29 -07:00
2020-06-04 19:18:29 -07:00
2020-08-03 13:01:22 -07:00
2020-08-03 11:57:03 -07:00
2020-05-14 16:44:23 +02:00
2020-06-05 13:45:21 -07:00
2020-08-12 10:58:01 -07:00
2020-07-30 18:14:33 -06:00
2020-07-29 16:14:27 +02:00
2020-07-01 08:08:20 -06:00
2020-04-27 02:07:40 -04:00
2020-05-06 22:33:43 -04:00
2020-05-14 10:00:35 -07:00
2020-08-12 10:58:04 -07:00
2020-03-03 10:55:06 -05:00
2020-06-29 09:40:55 -07:00
2020-08-07 09:40:34 -07:00
2020-04-10 15:36:22 -07:00
2020-05-14 16:44:25 +02:00
2020-04-02 09:35:26 -07:00
2020-07-29 16:14:27 +02:00
2020-06-05 16:19:28 -07:00
2020-02-07 14:48:35 -05:00
2020-08-04 21:02:38 -04:00
2020-06-05 16:26:36 -07:00
2020-08-07 09:40:34 -07:00
2020-09-05 15:59:51 -06:00
2020-08-23 11:38:50 -06:00
2020-07-24 13:00:44 -06:00
2020-07-31 08:16:01 +02:00
2020-08-07 11:33:24 -07:00
2020-06-14 01:57:21 +09:00
2020-05-22 08:45:46 -06:00
2020-08-09 13:58:04 -07:00
2020-07-31 08:17:51 +02:00
2020-05-14 16:44:24 +02:00
2020-06-02 10:59:07 -07:00
2020-08-14 19:56:56 -07:00
2020-08-07 21:03:25 -07:00
2020-05-13 11:41:22 +02:00
2020-08-12 10:58:01 -07:00
2020-06-13 09:56:21 -07:00
2020-04-27 10:37:14 -04:00
2020-06-08 11:04:19 -07:00
2020-06-04 13:54:34 -07:00
2020-07-30 08:22:47 +02:00
2020-07-31 08:16:00 +02:00
2020-05-29 19:10:42 -04:00
2020-06-04 19:06:25 -07:00
2020-08-12 10:58:01 -07:00
2020-06-13 09:56:21 -07:00
2020-06-02 19:45:12 -07:00
2020-06-10 16:09:11 -07:00
2020-06-09 15:40:50 -07:00
2020-08-10 19:07:44 -07:00
2020-07-31 08:16:01 +02:00
2020-07-13 17:27:03 -04:00