summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a race condition in vfs_aio_fork with gpfs share modesVolker Lendecke2009-05-181-2/+8
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-121-2/+2
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-271-2/+1
* s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-4/+2
* Remove a redundant TALLOC_FREEVolker Lendecke2008-04-111-1/+0
* Need to close the /dev/zero fdVolker Lendecke2008-03-161-0/+2
* Add vfs_aio_forkVolker Lendecke2008-02-291-0/+728