| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2011-09-16 | Fixing Linux AIO syscalls return value handling: | Igor Sysoev | 1 | -9/+7 | |
| syscall(2) uses usual libc convention, it returns -1 on error and sets errno. Obsolete _syscall(2) returns negative value of error. Thanks to Hagai Avrahami. | |||||
| 2011-09-05 | Bugfix: open_file_cache lost is_directio flag. | Maxim Dounin | 1 | -0/+4 | |
| On file retest open_file_cache lost is_directio if file wasn't changed. This caused unaligned operations under Linux to fail with EINVAL. It wasn't noticeable with AIO though, as errors wasn't properly logged. | |||||
| 2010-10-12 | update event flags after successful io_submit() | Igor Sysoev | 1 | -0/+4 | |
| 2009-11-05 | export aio presence knowledge to prevent using "aio sendfile", | Igor Sysoev | 1 | -7/+6 | |
| if aio does not present | |||||
| 2009-08-28 | FreeBSD and Linux AIO support | Igor Sysoev | 1 | -0/+131 | |
