John Baldwin
9c20dc9963
Add more documentation regarding unsafe AIO requests.
...
The asynchronous I/O changes made previously result in different
behavior out of the box. Previously all AIO requests failed with
ENOSYS / SIGSYS unless aio.ko was explicitly loaded. Now, some AIO
requests complete and others ("unsafe" requests) fail with EOPNOTSUPP.
Reword the introductory paragraph in aio(4) to add a general
description of AIO before describing the vfs.aio.enable_unsafe sysctl.
Remove the ENOSYS error description from aio_fsync(2), aio_read(2),
and aio_write(2) and replace it with a description of EOPNOTSUPP.
Remove the ENOSYS error description from aio_mlock(2).
Log a message to the system log the first time a process requests an
"unsafe" AIO request that fails with EOPNOTSUPP. This is modeled on
the log message used for processes using the legacy pty devices.
Reviewed by: kib (earlier version)
MFC after: 1 week
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D7151
2016-07-21 22:49:47 +00:00
..
2015-09-20 03:49:08 +00:00
2015-08-04 12:33:51 +00:00
2016-06-04 20:20:14 +00:00
2014-06-23 08:25:03 +00:00
2015-01-03 18:38:46 +00:00
2014-10-10 03:05:55 +00:00
2015-01-03 18:38:46 +00:00
2014-12-21 12:36:36 +00:00
2014-06-23 08:25:03 +00:00
2014-06-23 08:25:03 +00:00
2016-07-21 22:49:47 +00:00
2016-07-21 22:49:47 +00:00
2016-07-21 22:49:47 +00:00
2016-03-21 21:37:33 +00:00
2014-06-23 08:25:03 +00:00
2015-01-03 18:38:46 +00:00
2016-03-21 21:37:33 +00:00
2016-07-21 22:49:47 +00:00
2014-06-26 10:21:00 +00:00
2014-06-23 08:25:03 +00:00
2015-12-15 15:19:06 +00:00
2014-03-27 21:43:00 +00:00
2014-06-23 08:25:03 +00:00
2015-03-07 03:48:32 +00:00
2014-06-23 08:25:03 +00:00
2014-01-11 22:00:16 +00:00
2013-12-01 12:24:57 +00:00
2013-01-15 14:09:08 +00:00
2015-12-27 15:37:07 +00:00
2012-06-22 07:13:30 +00:00
2013-09-12 00:53:38 +00:00
2015-09-20 03:45:57 +00:00
2015-04-23 14:22:20 +00:00
2016-02-04 18:03:06 +00:00
2015-01-03 18:38:46 +00:00
2014-06-23 08:25:03 +00:00
2016-06-03 14:30:32 +00:00
2015-10-20 23:52:37 +00:00
2013-08-16 13:16:27 +00:00
2013-04-02 05:30:41 +00:00
2016-07-07 21:44:59 +00:00
2015-04-18 21:50:13 +00:00
2014-06-23 08:25:03 +00:00
2011-11-10 06:20:18 +00:00
2015-05-02 00:29:27 +00:00
2015-01-03 18:38:46 +00:00
2015-09-20 03:45:57 +00:00
2016-01-12 20:53:57 +00:00
2016-03-09 13:45:03 +00:00
2016-02-29 17:20:04 +00:00
2011-04-14 22:06:11 +00:00
2015-12-15 15:19:06 +00:00
2011-01-21 22:15:17 +00:00
2016-07-12 06:00:57 +00:00
2012-11-23 10:14:54 +00:00
2015-12-15 15:19:06 +00:00
2015-08-20 00:00:15 +00:00
2012-11-23 10:14:54 +00:00
2013-04-05 18:09:43 +00:00
2015-12-27 15:37:07 +00:00
2013-01-30 12:48:16 +00:00
2015-12-15 15:08:29 +00:00
2016-02-08 19:24:13 +00:00
2014-06-23 18:40:21 +00:00
2013-09-12 00:53:38 +00:00
2016-05-30 05:21:24 +00:00
2014-06-23 08:25:03 +00:00
2015-03-29 19:14:41 +00:00
2012-10-22 03:37:00 +00:00
2012-03-28 23:51:06 +00:00
2016-05-03 15:58:35 +00:00
2014-06-23 08:25:03 +00:00
2016-03-31 23:55:19 +00:00
2016-07-15 15:12:56 +00:00
2014-07-15 02:21:51 +00:00
2016-02-18 18:50:03 +00:00
2015-07-12 19:18:19 +00:00
2016-06-22 21:11:27 +00:00
2014-05-30 02:16:28 +00:00
2012-12-25 13:43:01 +00:00
2015-02-19 01:51:17 +00:00
2016-03-18 08:47:17 +00:00
2015-04-12 21:14:58 +00:00
2014-02-21 13:53:41 +00:00
2016-07-15 15:12:56 +00:00
2014-09-15 22:32:35 +00:00
2011-05-17 21:03:34 +00:00
2012-05-08 18:56:21 +00:00
2014-05-07 08:38:02 +00:00
2015-09-20 03:45:57 +00:00
2015-01-03 18:38:46 +00:00
2012-02-12 18:29:56 +00:00
2015-07-11 15:21:37 +00:00
2015-07-07 19:23:59 +00:00
2015-01-11 22:16:31 +00:00
2015-01-03 18:38:46 +00:00
2012-05-08 18:56:21 +00:00
2016-06-08 02:09:14 +00:00
2016-07-20 18:16:58 +00:00
2016-06-22 21:11:27 +00:00
2014-12-21 12:36:36 +00:00
2015-01-03 18:38:46 +00:00
2015-10-03 22:27:14 +00:00
2014-06-23 08:25:03 +00:00
2015-04-26 10:52:37 +00:00
2015-04-18 21:35:41 +00:00
2015-08-21 02:42:14 +00:00
2014-06-23 08:25:03 +00:00
2015-01-03 18:38:46 +00:00
2016-07-18 14:53:55 +00:00
2012-03-29 05:02:12 +00:00
2015-12-15 15:19:06 +00:00
2015-01-03 18:38:46 +00:00
2015-09-20 03:45:57 +00:00
2016-02-29 17:22:34 +00:00
2016-01-29 14:12:12 +00:00
2015-01-03 18:38:46 +00:00
2015-01-03 18:38:46 +00:00
2016-01-26 07:57:44 +00:00
2011-07-12 20:38:42 +00:00
2014-06-23 08:25:03 +00:00
2014-12-21 12:36:36 +00:00
2013-05-28 21:05:06 +00:00
2013-05-28 21:05:06 +00:00
2013-05-28 21:05:06 +00:00
2012-03-29 05:02:12 +00:00
2015-01-03 18:38:46 +00:00
2016-02-07 21:25:08 +00:00
2016-01-29 14:12:12 +00:00
2016-01-08 20:34:57 +00:00
2015-01-03 18:38:46 +00:00
2015-01-03 18:38:46 +00:00
2015-01-03 18:38:46 +00:00
2013-05-20 20:47:40 +00:00
2015-02-07 13:11:45 +00:00
2015-12-15 15:08:29 +00:00
2014-06-23 08:25:03 +00:00
2015-10-10 09:29:47 +00:00
2015-07-27 13:17:57 +00:00
2013-09-06 09:08:40 +00:00
2015-08-29 14:25:01 +00:00
2013-09-06 09:08:40 +00:00
2015-08-29 14:25:01 +00:00
2013-02-10 13:20:23 +00:00
2013-09-06 09:08:40 +00:00
2013-08-15 22:33:27 +00:00
2015-08-29 14:25:01 +00:00
2015-01-03 18:38:46 +00:00
2013-09-06 09:08:40 +00:00
2015-01-03 18:38:46 +00:00
2014-12-21 12:36:36 +00:00
2015-01-03 18:38:46 +00:00
2014-06-24 20:23:18 +00:00
2015-05-04 14:23:31 +00:00
2016-01-14 01:33:16 +00:00
2015-01-03 18:38:46 +00:00
2013-12-25 16:01:29 +00:00
2016-03-12 07:13:20 +00:00
2014-02-27 04:06:34 +00:00
2016-06-01 21:58:13 +00:00
2016-06-01 21:58:13 +00:00
2016-06-03 14:30:32 +00:00
2016-06-01 21:58:13 +00:00
2016-06-01 21:58:13 +00:00
2016-07-15 15:12:56 +00:00
2012-05-08 18:56:21 +00:00
2012-05-08 18:56:21 +00:00
2015-04-02 21:18:11 +00:00
2015-05-04 14:47:00 +00:00
2015-07-28 22:48:58 +00:00
2016-01-17 21:14:27 +00:00
2016-01-12 20:53:57 +00:00
2016-06-09 22:14:58 +00:00
2016-01-18 20:21:38 +00:00
2016-05-22 13:32:45 +00:00
2015-01-03 18:38:46 +00:00
2015-04-18 21:35:41 +00:00
2016-06-01 19:49:38 +00:00
2015-12-15 15:19:06 +00:00
2015-01-03 18:38:46 +00:00
2015-09-20 03:45:57 +00:00