s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
[kai/samba.git] / source3 / modules / vfs_aio_fork.c
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703870 Uninitialized scalar variable
2012-06-11 Volker Lendeckes3: Save errno around a TALLOC_FREE
2012-06-11 Volker Lendeckes3: Fix Coverity ID 703871 Unused pointer value
2012-04-12 Jeremy AllisonFix return_fn when aio was cancelled. We need to return...
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-03-31 Volker Lendeckes3-aio-fork: Fix a segfault in vfs_aio_fork
2012-03-31 Volker Lendeckes3-aio-fork: Fix aio_suspend event hierarchy
2012-03-31 Volker Lendeckes3-aio-fork: Fix an alignment warning on OS/X
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-01-12 Jeremy AllisonEnsure we always free aio_ex on all error paths by...
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-04-20 Günther Deschners3-build: move MAP_FILE define to the only place used.
2011-03-30 Günther Deschners3-vfs: try to fix build of aio_fork module.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/shmem.h when needed.
2011-02-28 Christian Ambachs3: Survive an idle child that was killed
2011-02-26 Volker Lendeckes3: Improve a dbg msg in aio_fork
2011-01-14 Christian Ambachs3:vfs aio_fork children do not go away
2011-01-14 Christian Ambachs3:vfs fix children cleanup in aio_fork
2010-09-28 Volker Lendeckes3: Remove smbd_server_conn from files_forall
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-18 Volker Lendeckes3: Actually use the usecs in aio_fork_suspend
2010-07-18 Volker Lendeckes3: Fix an uninitialized variable
2010-06-05 Jeremy AllisonFix a long-standing bug with async io that would only...
2010-06-04 Jeremy AllisonOops. Forgot to re-initialize the aio_ex pointer from...
2010-06-04 Jeremy AllisonChange smbd_aio_complete_mid() -> smbd_aio_complete_aio...
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-03-22 Volker Lendeckes3: file_walk_table -> files_forall
2009-09-14 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-14 Volker Lendeckes3: Test short reads in the build farm
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-05-18 Volker LendeckeIn aio_fork, we have to close all fd's, we might hold...
2009-05-18 Volker LendeckeFix a race condition in vfs_aio_fork with gpfs share...
2009-05-12 Jeremy AllisonClean up assignments to iov_base, ensure it's always...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-27 Stefan Metzmachers3:smbd: convert aio to use tevent_signal
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-04-11 Volker LendeckeRemove a redundant TALLOC_FREE
2008-03-16 Volker LendeckeNeed to close the /dev/zero fd
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-29 Volker LendeckeAdd vfs_aio_fork