summaryrefslogtreecommitdiffstats
path: root/source/smbd/aio.c
Commit message (Collapse)AuthorAgeFilesLines
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-251-31/+29
|
* r24049: Some more 64-bit warningsVolker Lendecke2007-07-251-1/+1
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison2007-06-151-1/+8
| | | | | on failure in the write path. Jeremy.
* r21479: Merge Volker's code simplification for the AIOJeremy Allison2007-02-211-41/+13
| | | | | paths. Jeremy.
* r21288: Merge from Volker :Jeremy Allison2007-02-111-1/+1
| | | | | Fix an off by one error in the signal handler for aio: We can actually receive AIO_PENDING_SIZE signals, not one less.
* r21271: Janitor for Volker. Keep branches as muchJeremy Allison2007-02-101-89/+151
| | | | | in sync as possible. Jeremy.
* r20541: Fix some obvious glitches in wait_for_aio_completion. Hmmm. It seemsVolker Lendecke2007-01-051-6/+5
| | | | | | reply_close() at its heart is going to be an async call :-) Volker
* r20238: svn merge -r 20236:20237 branches/SAMBA_3_0/source .James Peach2006-12-181-3/+3
| | | | | | Replace exit_server with exit_server_cleanly where appropriate. All send_smb failures should be clean exits. All times when we exit as a matter of policy should also be clean exits.
* r11590: syncing up for 3.0.21rc1Gerald Carter2005-11-091-4/+10
|
* r9985: Move the all the strict sync logic into file_sync().James Peach2005-09-031-3/+1
|
* r8402: allow to build with --enable-aio-support.Günther Deschner2005-07-131-3/+3
| | | | Guenther
* r7963: Add aio support to 3.0.Jeremy Allison2005-06-271-0/+748
Jeremy.