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

Comparing IO-AIO/Changes (file contents):
Revision 1.271 by root, Mon Jul 18 03:09:06 2011 UTC vs.
Revision 1.285 by root, Fri Dec 30 07:52:12 2011 UTC

5TODO: reduce condvar fairness: schedule hot-cache-threads first? 5TODO: reduce condvar fairness: schedule hot-cache-threads first?
6TODO: splice/tee/vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) 6TODO: splice/tee/vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/)
7TODO: aio_fcntl, at least for file-locking 7TODO: aio_fcntl, at least for file-locking
8TODO: aio_mincore? 8TODO: aio_mincore?
9TODO: getxattr etc.? 9TODO: getxattr etc.?
10TODO: F_DUPFD_CLOEXEC
11
124.12 Fri Dec 30 08:51:25 CET 2011
13 - realpath would return a random value if the name was too long,
14 instead of -1.
15 - port to c89.
16
174.11 Mon Oct 10 00:24:11 CEST 2011
18 - libeio didn't compile on !linux (Paul Howarth).
19
204.1 Sun Oct 9 10:24:11 CEST 2011
21 - IO::AIO did access uninitialised memory on unsuccessful stats.
22 - (libeio) added syncfs syscall wrapper.
23 - (libeio) set thread name on linux (ps -L/Hcx, top, gdb).
24 - (libeio) support multiple indepenent working directories.
25 - applied speling corrections by Nicholas Bamber.
26 - tune treescan #threads and #outstanding requests a bit.
27 - reduce the number of file descriptors in use at any one time
28 in treescan, to avoid running out of them (and using too much ram).
29 - take advantage of working directoriy abstractions
30 in aio_scandir and treescan.
31 - reduce compiled size by ~10% by not inlining some key functionality.
32 - added --progress switch to treescan.
10 33
114.0 Mon Jul 18 05:01:10 CEST 2011 344.0 Mon Jul 18 05:01:10 CEST 2011
12 - INCOMPATIBLE CHANGE: fork is no longer supported (indeed, it never was), 35 - INCOMPATIBLE CHANGE: fork is no longer supported (indeed, it never was),
13 see FORK BEHAVIOUR in manpage for details. 36 see FORK BEHAVIOUR in manpage for details.
14 - passes testsuite on win32 now and may actually work 37 - passes testsuite on win32 now and may actually work

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines