summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_fork.c
AgeCommit message (Expand)AuthorFilesLines
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