s3: smbd: Change aio_pending_size static variable to a new "aio max threads" smb...
[vlendec/samba-autobuild/.git] / source3 / modules / vfs_aio_linux.c
2015-11-13 Jeremy Allisons3: smbd: Change aio_pending_size static variable to...
2015-11-13 Jeremy Allisons3: smbd: Remove aio_pending_size from globals.
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-08-20 Stefan Metzmachers3:modules/vfs_*: make function prototypes available...
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-19 Stefan Metzmachers3:modules: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:modules: s/struct event_context/struct tevent_context
2012-07-18 Volker Lendeckes3: Add aio_fsync to the aio_linux module
2012-07-18 Volker Lendeckes3: Convert aio_linux to pread/pwrite_send/recv
2012-07-17 Volker Lendeckes3-linux-aio: Fix error handling
2012-04-12 Jeremy AllisonFix return_fn when aio was cancelled. We need to return...
2012-04-12 Jeremy AllisonFix the same bug reported by Kirill Malkin <kirill...
2012-04-12 Volker Lendeckes3: Fix a typo
2012-04-11 Jeremy AllisonAdd a new module, aio_linux which implements Linux...