s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of const...
[kamenim/samba-autobuild/.git] / source3 / modules / vfs_aio_pthread.c
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-02-09 Matthieu PatouMove pthreadpool to top of the tree.
2016-08-23 Volker Lendeckelib: Use pthreadpool_pipe instead of pthreadpool
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
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-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2014-10-23 Michael Adams3:vfs:aio_pthread: use smbXsrv_connection for schedule...
2014-10-21 Volker Lendeckevfs: fix a typo
2014-03-27 Volker Lendeckepthreadpool: Allow multiple jobs to be received
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-19 Stefan Metzmachers3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD...
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: Move the aio_pthread read/write functionality to...
2012-07-18 Volker Lendeckes3:vfs_aio_pthread: Convert to libasys
2012-07-13 Jeremy AllisonUse HAVE_FSYNC, we bothered to test for it.
2012-07-12 Jeremy AllisonLinux-specific optimization in aio_open code.
2012-07-12 Jeremy AllisonAdd an optimization to pthread aio writes to also do...
2012-07-11 Jeremy AllisonAdd in the threaded async open engine.
2012-07-03 Jeremy AllisonAllow init_aio_threadpool() to be setup for different...
2012-06-25 Volker Lendeckes3: Fix a typo
2012-06-25 Volker Lendeckes3: Avoid a call to server_event_context()
2012-04-12 Jeremy AllisonFix return_fn when aio was cancelled. We need to return...
2012-04-11 Jeremy AllisonSimplify the logic around doing an immediate event...
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-01-26 Jeremy AllisonUse sys_pread/sys_pwrite to cope correctly with 64...
2012-01-25 Volker Lendeckes3: Fix a panic in aio_pthread
2012-01-18 Volker Lendeckes3-aio-pthread: num threads should be int
2012-01-12 Jeremy AllisonEnsure we always free aio_ex on all error paths by...
2012-01-10 Volker Lendeckes3-aio_pthread: Fix the build
2012-01-10 Volker Lendeckes3-aio_pthread: Make "pd_list" static
2012-01-06 Jeremy AllisonRemove the commented out code.
2012-01-06 Jeremy AllisonAdd "aio num threads" parameter to allow manual configu...
2012-01-06 Jeremy AllisonAdd a sys_get_number_of_cores() function that calls...
2012-01-05 Jeremy AllisonAdd some debug to vfs_aio_pthread so I can see when...
2012-01-05 Jeremy AllisonAdd S3 vfs_aio_pthread module to replace broken glibc...