--- IO-AIO/Changes 2017/06/23 21:43:51 1.339 +++ IO-AIO/Changes 2018/01/06 01:04:42 1.347 @@ -3,8 +3,7 @@ TODO: scandir - some dirs mostly contain subdirs - invert logic? TODO: aio_cptree/mvtree TODO: vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) -TODO: getxattr etc.? -TODO: F_DUPFD_CLOEXEC +TODO: getxattr, setxattr, listxattr, removexattr etc.? TODO: emulation for splice? TODO: syncfs/sync windows: TODO: posix_fallocate when flags=0 @@ -17,10 +16,7 @@ http://msdn.microsoft.com/en-us/library/windows/desktop/aa364996%28v=vs.85%29.aspx http://msdn.microsoft.com/en-us/library/windows/desktop/aa364994%28v=vs.85%29.aspx TODO: extra socket/tcp constants &c? -TODO: execveat? really? TODO: http://lwn.net/Articles/593918/ SHMEM_SET_SEALS, SHMEM_GET_SEALS, SEAL_SHRINK, SEAL_GROW, SEAL_WRITE, int memfd_create(const char *name, u64 size, u64 flags);, MFD_CLOEXEC, int fd = open("/tmp", O_RDWR | O_TMPFILE | O_EXCL, S_IRWXU); -TODO: fcntl F_GETLKP/F_SETLKP/F_SETLKPW, http://lwn.net/Articles/586904/ -TODO: linkat + AT_EMPTY_PATH TODO: name_to_handle_At + open_by_handle_at = clone fds TODO: lchown TODO: mount/umount2/MS_* flags @@ -33,9 +29,11 @@ TODO: FIDEDUPERANGE, file_ioctl.c TODO: mincore TODO: SOCK_CLOEXEc etc. -TODO: unlinkat flags, linkat flags +TODO: unlinkat flags, linkat flags, statat flags +TODO: https://kernelnewbies.org/Linux_4.11 +TODO: define useful rules for [[$wd, $path], $path] &c and implement them - - add MADV_FREE constant. + - new aio_slurp request. - add a bunch of (mostly linux-specific) constants for use in ioctls (see aio_ioctl docs). - treescan now has a proper manpage and useful --help output. @@ -44,7 +42,14 @@ - document offset/length behaviour of mprotect/madvise. - support linux's renameat2 (via aio_rename2). - add aio_rename2, an aio_rename with flags. - - addf F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants. + - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants. + - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE. + - add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit. + - point out that aio_copy overwrites existing files. + - (libeio) use posix_close if available. + - (libeio) internal close() calls no longer disturb errno. + - do not use + 1 as argument to sv_grow, as it apparently + does it already. 4.34 Sun May 1 19:18:24 CEST 2016 - def0.h was not properly generated during previous release, causing