Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-04-07 | native preadv/pwritev support (Christoph Hellwig) | aliguori | 1 | -2/+83 |
2009-04-07 | push down vector linearization to posix-aio-compat.c (Christoph Hellwig) | aliguori | 1 | -26/+92 |
2009-03-28 | new scsi-generic abstraction, use SG_IO (Christoph Hellwig) | aliguori | 1 | -34/+66 |
2009-02-21 | Properly handle pthread_cond_timedwait timing out | malc | 1 | -1/+1 |
2009-02-21 | Cosmetics | malc | 1 | -11/+13 |
2009-02-21 | Avoid thundering herd problem | malc | 1 | -4/+4 |
2009-02-21 | Avoid infinite loop around timed condition variable | malc | 1 | -6/+7 |
2009-02-21 | Error checking | malc | 1 | -24/+72 |
2009-01-24 | Rename sigev_signo to avoid FreeBSD problems (Juergen Lock) | blueswir1 | 1 | -1/+1 |
2009-01-17 | Use kill instead of sigqueue: re-enables AIO on OpenBSD | blueswir1 | 1 | -3/+1 |
2009-01-13 | Fix race in POSIX AIO emulation (Jan Kiszka) | aliguori | 1 | -7/+2 |
2008-12-13 | Remove unnecessary trailing newlines | blueswir1 | 1 | -1/+0 |
2008-12-12 | Replace posix-aio with custom thread pool | aliguori | 1 | -0/+202 |