summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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