Add bug number for samba/talloc breakage and fix
[abartlet/samba-debian.git] / source3 / modules / vfs_aio_pthread.c
2016-04-04 Andrew BartlettImported Upstream version 4.3.6
2016-04-01 Andrew BartlettImported Upstream version 4.4.0
2015-11-07 Jelmer VernooijMerge tag 'debian/4.1.20+dfsg-1' of git://git.debian...
2015-09-19 Jelmer VernooijMerge tag 'upstream/4.3.0+dfsg' into experimental
2015-09-19 Jelmer VernooijImported Upstream version 4.3.0+dfsg
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-04-25 Jelmer VernooijMerge 4.1 branch.
2014-12-07 Jelmer VernooijMerge tag 'upstream/4.2.0_rc2+dfsg' into experimental
2014-12-07 Jelmer VernooijImported Upstream version 4.2.0~rc2+dfsg
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-12-09 Ivo De DeckerMerge branch 'master' into samba_4.1
2013-12-09 Ivo De DeckerMerge tag 'upstream/4.0.13+dfsg' into samba_4.1
2013-12-06 Jelmer VernooijMerge branch 'master' of git+ssh://git.debian.org/git...
2013-11-17 Jelmer VernooijMerge tag 'upstream/4.1.1+dfsg' into debian.
2013-11-17 Jelmer VernooijImported Upstream version 4.1.1+dfsg
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-15 Ivo De DeckerMerge branch 'master' into samba_4.0
2013-05-10 Ivo De DeckerMerge tag 'upstream/4.0.5+dfsg1' into samba_4.0_ivo
2013-05-10 Ivo De DeckerImported Upstream version 4.0.0+dfsg1
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-12-13 bubullemerge upstream 3.6.10
2012-12-12 bubulleLoad samba-3.6.10 into branches/samba/upstream.
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-26 bubullemerge upstream 3.6.6
2012-06-26 bubulleLoad samba-3.6.6 into branches/samba/upstream.
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...