ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Changes
(Generate patch)

Comparing IO-AIO/Changes (file contents):
Revision 1.404 by root, Mon Sep 5 00:03:54 2022 UTC vs.
Revision 1.405 by root, Mon Sep 5 08:43:58 2022 UTC

16http://msdn.microsoft.com/en-us/library/windows/desktop/aa364996%28v=vs.85%29.aspx 16http://msdn.microsoft.com/en-us/library/windows/desktop/aa364996%28v=vs.85%29.aspx
17http://msdn.microsoft.com/en-us/library/windows/desktop/aa364994%28v=vs.85%29.aspx 17http://msdn.microsoft.com/en-us/library/windows/desktop/aa364994%28v=vs.85%29.aspx
18TODO: extra socket/tcp constants &c? 18TODO: extra socket/tcp constants &c?
19TODO: name_to_handle_At + open_by_handle_at = clone fds 19TODO: name_to_handle_At + open_by_handle_at = clone fds
20TODO: lchown 20TODO: lchown
21TODO: mount/umount2/MS_* flags
22TODO: fsmount/fspick/fsconfig/fsmount et al. https://lwn.net/Articles/759499/
23TODO: ioprio_get/set 21TODO: ioprio_get/set
24 22
25TODO: rewrite rmtree et al. to support working directories (also speed them up) 23TODO: rewrite rmtree et al. to support working directories (also speed them up)
26TODO: maybe IO::AIO leaks fds when requests are cancelled? maybe initialise result to -1? 24TODO: maybe IO::AIO leaks fds when requests are cancelled? maybe initialise result to -1?
27TODO: aio_wd should use O_PATH on linux, due to lacking O_SEARCH (http://comments.gmane.org/gmane.linux.file-systems/33611) 25TODO: aio_wd should use O_PATH on linux, due to lacking O_SEARCH (http://comments.gmane.org/gmane.linux.file-systems/33611)
44TODO: copy_file_range 42TODO: copy_file_range
45TODO: write more abpout the thread model, maybe bump some defaults? 43TODO: write more abpout the thread model, maybe bump some defaults?
46TODO: io_uring, but it's so broken :/ 44TODO: io_uring, but it's so broken :/
47TODO: allow import of fds as aio_wd 45TODO: allow import of fds as aio_wd
48TODO: close_range 46TODO: close_range
49TODO: move_mount, open_tree, mount 47TODO: move_mount, open_tree, fsmount, fspick, fsconfig, fsopen https://lwn.net/Articles/759499/
48
49 - add IO::AIO::mount and IO::AIO::umount.
50 - add a bunch of symbols from sys/mount.h.
50 51
514.77 Mon 05 Sep 2022 02:03:38 CEST 524.77 Mon 05 Sep 2022 02:03:38 CEST
52 - add MFD_HUGETLB_2MB and MFD_HUGETLB_1GB constants. 53 - add MFD_HUGETLB_2MB and MFD_HUGETLB_1GB constants.
53 - add fexecve. 54 - add fexecve.
54 - add lots of missing functions to @EXPORT_OK. 55 - add lots of missing functions to @EXPORT_OK.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines