summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_fork.c
Commit message (Expand)AuthorAgeFilesLines
* build: rename HAVE_MSGHDR_MSG_ACCTRIGHTS to HAVE_STRUCT_MSGHDR_MSG_ACCTRIGHTSMichael Adam2014-06-021-1/+1
* build: rename HAVE_MSGHDR_MSG_CONTROL to HAVE_STRUCT_MSGHDR_MSG_CONTROLMichael Adam2014-06-021-4/+4
* vfs:aio_fork: simplify checking of MSG_CONTROL and MSG_ACCTRIGHTSMichael Adam2014-06-021-9/+8
* s3-vfs: Don't leak file descriptor.Andreas Schneider2013-02-221-2/+1
* s3:modules: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-2/+2
* s3:modules: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3: Fix warnings in aio_fork.cVolker Lendecke2012-09-011-2/+4
* s3-vfs: Make vfs_aio_fork erratic timing behaviour a run-time optionAndrew Bartlett2012-08-211-5/+44
* build: Remove special case for the build farmAndrew Bartlett2012-08-211-3/+3
* config: The AIO engine is indepent of HAVE_AIO nowVolker Lendecke2012-07-181-0/+2
* s3: Add aio_fsync to the aio_fork moduleVolker Lendecke2012-07-181-1/+112
* s3-aio-fork: make "read_cmd" an enumVolker Lendecke2012-07-181-7/+35
* s3: Convert aio_fork to pread/pwrite_send/recvVolker Lendecke2012-07-181-323/+174
* s3-aio_fork: Convert get_idle_child from NTSTATUS to errnoVolker Lendecke2012-07-181-14/+17
* s3-aio_fork: Convert create_aio_child from NTSTATUS to errnoVolker Lendecke2012-07-181-16/+20
* s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-181-0/+1
* s3: Fix Coverity ID 703870 Uninitialized scalar variableVolker Lendecke2012-06-111-0/+1
* s3: Save errno around a TALLOC_FREEVolker Lendecke2012-06-111-0/+3
* s3: Fix Coverity ID 703871 Unused pointer valueVolker Lendecke2012-06-111-0/+4
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-121-0/+5
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-0/+19
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-1/+1
* s3-aio-fork: Fix a segfault in vfs_aio_forkVolker Lendecke2012-03-311-7/+9
* s3-aio-fork: Fix aio_suspend event hierarchyVolker Lendecke2012-03-311-10/+8
* s3-aio-fork: Fix an alignment warning on OS/XVolker Lendecke2012-03-311-2/+2
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2012-01-121-0/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-4/+4
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-3/+3
* s3-build: move MAP_FILE define to the only place used.Günther Deschner2011-04-201-0/+4
* s3-vfs: try to fix build of aio_fork module.Günther Deschner2011-03-301-1/+2
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/shmem.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Survive an idle child that was killedChristian Ambach2011-02-281-0/+6
* s3: Improve a dbg msg in aio_forkVolker Lendecke2011-02-261-4/+7
* s3:vfs aio_fork children do not go awayChristian Ambach2011-01-141-1/+13
* s3:vfs fix children cleanup in aio_forkChristian Ambach2011-01-141-0/+1
* s3: Remove smbd_server_conn from files_forallVolker Lendecke2010-09-281-3/+5
* s3: Actually use the usecs in aio_fork_suspendVolker Lendecke2010-07-181-1/+2
* s3: Fix an uninitialized variableVolker Lendecke2010-07-181-1/+1
* Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison2010-06-041-0/+124
* Oops. Forgot to re-initialize the aio_ex pointer from sival_ptr.Jeremy Allison2010-06-041-0/+1
* Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). SimplifiesJeremy Allison2010-06-041-7/+2
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-2/+3
* s3: file_walk_table -> files_forallVolker Lendecke2010-03-221-1/+1
* s3: Test short reads in the build farmVolker Lendecke2009-09-141-0/+3
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-16/+7
* In aio_fork, we have to close all fd's, we might hold a gpfs share modeVolker Lendecke2009-05-181-0/+16