summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_fork.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison1-0/+5
2012-04-09s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke1-0/+19
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-1/+1
2012-03-31s3-aio-fork: Fix a segfault in vfs_aio_forkVolker Lendecke1-7/+9
2012-03-31s3-aio-fork: Fix aio_suspend event hierarchyVolker Lendecke1-10/+8
2012-03-31s3-aio-fork: Fix an alignment warning on OS/XVolker Lendecke1-2/+2
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-01-12Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison1-0/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-4/+4
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-2/+2
2011-05-31s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett1-3/+3
2011-04-20s3-build: move MAP_FILE define to the only place used.Günther Deschner1-0/+4
2011-03-30s3-vfs: try to fix build of aio_fork module.Günther Deschner1-1/+2
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/shmem.h when needed.Günther Deschner1-0/+1
2011-02-28s3: Survive an idle child that was killedChristian Ambach1-0/+6
2011-02-26s3: Improve a dbg msg in aio_forkVolker Lendecke1-4/+7
2011-01-14s3:vfs aio_fork children do not go awayChristian Ambach1-1/+13
2011-01-14s3:vfs fix children cleanup in aio_forkChristian Ambach1-0/+1
2010-09-28s3: Remove smbd_server_conn from files_forallVolker Lendecke1-3/+5
2010-07-18s3: Actually use the usecs in aio_fork_suspendVolker Lendecke1-1/+2
2010-07-18s3: Fix an uninitialized variableVolker Lendecke1-1/+1
2010-06-04Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison1-0/+124
2010-06-04Oops. Forgot to re-initialize the aio_ex pointer from sival_ptr.Jeremy Allison1-0/+1
2010-06-04Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). SimplifiesJeremy Allison1-7/+2
2010-04-12Move to using 64-bit mid values in our internal open file database.Jeremy Allison1-2/+3
2010-03-22s3: file_walk_table -> files_forallVolker Lendecke1-1/+1
2009-09-14s3: Test short reads in the build farmVolker Lendecke1-0/+3
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-16/+7
2009-05-18In aio_fork, we have to close all fd's, we might hold a gpfs share modeVolker Lendecke1-0/+16
2009-05-18Fix a race condition in vfs_aio_fork with gpfs share modesVolker Lendecke1-2/+8
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison1-2/+2
2009-01-27s3:smbd: convert aio to use tevent_signalStefan Metzmacher1-2/+1
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-4/+2
2008-04-11Remove a redundant TALLOC_FREEVolker Lendecke1-1/+0
2008-03-16Need to close the /dev/zero fdVolker Lendecke1-0/+2
2008-02-29Add vfs_aio_forkVolker Lendecke1-0/+728