summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_linux.c
Commit message (Expand)AuthorAgeFilesLines
* vfs/aio_linux: measure libaio aio function call durationRalph Boehme2016-03-021-0/+8
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-021-10/+9
* s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison2015-11-131-20/+2
* s3: smbd: Remove aio_pending_size from globals.Jeremy Allison2015-11-131-4/+4
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-0/+1
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-2/+2
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* s3:modules: s/struct fd_event/struct tevent_fdStefan Metzmacher2013-02-191-3/+3
* s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-2/+2
* s3: Add aio_fsync to the aio_linux moduleVolker Lendecke2012-07-181-0/+44
* s3: Convert aio_linux to pread/pwrite_send/recvVolker Lendecke2012-07-181-543/+100
* s3-linux-aio: Fix error handlingVolker Lendecke2012-07-171-4/+2
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-121-0/+5
* Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison2012-04-121-4/+24
* s3: Fix a typoVolker Lendecke2012-04-121-1/+1
* Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison2012-04-111-0/+730