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

Comparing IO-AIO/Changes (file contents):
Revision 1.302 by root, Mon Jul 30 16:44:12 2012 UTC vs.
Revision 1.317 by root, Tue Jun 3 01:30:33 2014 UTC

1Revision history for IO::AIO 1Revision history for IO::AIO
2 2
3TODO: scandir - some dirs mostly contain subdirs - invert logic?
3TODO: aio_cptree/mvtree 4TODO: aio_cptree/mvtree
4TODO: reduce condvar fairness: schedule hot-cache-threads first? 5TODO: reduce condvar fairness: schedule hot-cache-threads first?
5TODO: vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) 6TODO: vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/)
6TODO: aio_fcntl, at least for file-locking 7TODO: aio_fcntl, at least for file-locking
7TODO: aio_mincore? 8TODO: aio_mincore?
8TODO: getxattr etc.? 9TODO: getxattr etc.?
9TODO: F_DUPFD_CLOEXEC 10TODO: F_DUPFD_CLOEXEC
10TODO: emulation for splice? 11TODO: emulation for splice?
11TODO: eio_mmap|mlock|munmap|splice... 12TODO: eio_mmap|mlock|munmap|splice...
13TODO: syncfs/sync windows:
14TODO: F_SETPIPE_SZ, F_GETPIPE_SZ
15http://stackoverflow.com/questions/65170/how-to-get-name-associated-with-open-handle/5286888#5286888
16http://blogs.msdn.com/b/adioltean/archive/2005/04/16/408947.aspx
17http://msdn.microsoft.com/en-us/library/aa366789%28v=vs.85%29.aspx
18http://msdn.microsoft.com/en-us/library/windows/desktop/aa366789%28v=vs.85%29.aspx
19http://msdn.microsoft.com/en-us/library/windows/desktop/aa364425%28v=vs.85%29.aspx
20http://msdn.microsoft.com/en-us/library/windows/desktop/aa364963%28v=vs.85%29.aspx
21http://msdn.microsoft.com/en-us/library/windows/desktop/aa364996%28v=vs.85%29.aspx
22http://msdn.microsoft.com/en-us/library/windows/desktop/aa364994%28v=vs.85%29.aspx
23TODO: extra socket/tcp constants &c?
12 24
254.31 Tue Jun 3 03:29:27 CEST 2014
26 - work around more 5.20 bugs. backwards compatibility my ass.
27
284.3 Fri Apr 11 06:22:38 CEST 2014
29 - perl5porters broke Async::Interrupt, BDB, EV, IO::AIO, OpenCL
30 without warning by switching the meaning of USE_SOCKETS_AS_HANDLES
31 in 5.18. What's so attractive about giving a shit about backwards
32 compatibility - I will never understand.
33
344.2 Sat Jan 25 01:13:14 CET 2014
35 - aio_group could corrupt memory because it didn't restore
36 the stack after req_submit.
37 - be more careful on (e.g. permission) errors in bin/treescan.
38 - work around changes in ExtUtils::MakeMaker.
39 - (libeio) implement aio_realpath for win32.
40 - (xthread) work around compile time bugs in ptw32.
41 - added IO::AIO::pipesize.
42 - (libecb) insignificant update.
43
444.19 Sun Jan 6 12:47:26 CET 2013
45 - avoid endless loop in fiemap with some XFS files.
46 - in aio_rename and aio_rmdir, specialcase the case of [$wd, "."]
47 and call rename/rmdir instead of renameat/unlinkat.
48
494.18 Thu Oct 11 07:01:26 CEST 2012
50 - fix unintended xthread_create by intentionalising it :)
51
524.17 Thu Oct 11 05:19:47 CEST 2012
53 - rename aio_fallocate to aio_allocate, to match documentation.
54 - add list of linux fsid values to aio_statvfs docs.
55 - work around a bug in btrfs' FIEMAP ioctl implementation.
56 - work around AIX bug: statvfs.f_fsid is a struct, not unsigned long
57 as per unix spec.
58
594.16 Tue Aug 14 05:39:03 CEST 2012
60 - aio_statvfs was wromgly marked for wd emulation, causing
61 it to malfunction for paths.
13 - fix a crash in aio_fiemap, when used on ranges without any 62 - fix a crash in aio_fiemap, when used on ranges without any
14 extents. 63 extents.
15 - work around linux kernel bug (at least in 3.2): kernel might 64 - work around linux kernel bug (at least in 3.2): kernel might
16 trash fiemap input arguments. 65 trash fiemap input arguments.
17 - work around linux kernel bug (at least in 3.2): kernel does not 66 - work around linux kernel bug (at least in 3.2): kernel does not
22 to quick overview. 71 to quick overview.
23 - splice can corrupt data. 72 - splice can corrupt data.
24 - (libeio) remove pread/pwrite emulation. 73 - (libeio) remove pread/pwrite emulation.
25 - do not grow mmaped scalars in aio_read. 74 - do not grow mmaped scalars in aio_read.
26 - add FALLOC_FL_PUNCH_HOLE and document fallocate. 75 - add FALLOC_FL_PUNCH_HOLE and document fallocate.
76 - provide pread/pwrite for win32, making it link again on native win32.
27 77
284.15 Tue Apr 10 06:59:00 CEST 2012 784.15 Tue Apr 10 06:59:00 CEST 2012
29 - always include linux/types.h for fiemap, for compatibility to 79 - always include linux/types.h for fiemap, for compatibility to
30 ancient systems (Paul Howarth). 80 ancient systems (Paul Howarth).
31 - experimental support for IO::AIO::splice and ::tee (no aio_...). 81 - experimental support for IO::AIO::splice and ::tee (no aio_...).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines