Edgar Gabriel
|
05c34946f7
|
implementation of non-blocking read/write operations through aio
functions for the posix module. Som interface changes for the fbtl were
necessary for that.
This commit was SVN r32777.
|
2014-09-23 21:27:57 +00:00 |
|
Edgar Gabriel
|
cc46b65a5e
|
the fbtl interfaces should really be an ssize_t not a size_t, since the return
value could be negative, which is allowed for ssize_t, but not for size_t.
This commit was SVN r32700.
|
2014-09-10 15:01:54 +00:00 |
|
Edgar Gabriel
|
52eac0146d
|
cleanup of the fbtl interfaces: remove the *sorted optimization flag, since it
was not used anyway in the last two years. Simplifies the code significantly.
This commit was SVN r32602.
|
2014-08-25 18:04:24 +00:00 |
|
Edgar Gabriel
|
9987135da0
|
add initial support for non-blocking read and write operations.
This commit was SVN r32571.
|
2014-08-22 01:34:19 +00:00 |
|
Hadi Montakhabi
|
8af6b8b4e4
|
add support for PLFS filesystem
This commit was SVN r30370.
|
2014-01-22 21:16:15 +00:00 |
|