summaryrefslogtreecommitdiff
path: root/source3/smbd/aio.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke1-155/+1
2007-10-10r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...Volker Lendecke1-41/+13
2007-10-10r21277: Fix an off by one error in the signal handler for aio: We can actuall...Volker Lendecke1-1/+1
2007-10-10r21269: ReformattingVolker Lendecke1-89/+151
2007-10-10r20541: Fix some obvious glitches in wait_for_aio_completion. Hmmm. It seemsVolker Lendecke1-6/+5
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-3/+3
2007-10-10r11283: Move to using sival_int from sival_ptr. Part of bug #2922.Jeremy Allison1-4/+10
2007-10-10r9985: Move the all the strict sync logic into file_sync().James Peach1-3/+1
2007-10-10r8402: allow to build with --enable-aio-support.Günther Deschner1-3/+3
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+748