summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_linux.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-02vfs/aio_linux: measure libaio aio function call durationRalph Boehme1-0/+8
2016-03-02s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme1-10/+9
2015-11-13s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison1-20/+2
2015-11-13s3: smbd: Remove aio_pending_size from globals.Jeremy Allison1-4/+4
2015-10-13lib: Move sys_rw* to lib/utilVolker Lendecke1-1/+1
2015-08-20s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher1-0/+1
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-2/+2
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-0/+1
2013-02-19s3:modules: s/struct fd_event/struct tevent_fdStefan Metzmacher1-3/+3
2013-02-19s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher1-2/+2
2012-07-18s3: Add aio_fsync to the aio_linux moduleVolker Lendecke1-0/+44
2012-07-18s3: Convert aio_linux to pread/pwrite_send/recvVolker Lendecke1-543/+100
2012-07-17s3-linux-aio: Fix error handlingVolker Lendecke1-4/+2
2012-04-12Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison1-0/+5
2012-04-12Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison1-4/+24
2012-04-12s3: Fix a typoVolker Lendecke1-1/+1
2012-04-11Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison1-0/+730