summaryrefslogtreecommitdiff
path: root/source3/smbd/aio.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-16/+10
2008-11-08Remove a direct inbuf reference (should have been removed with 8987641d...)Volker Lendecke1-1/+1
2008-11-04Rewrite aio.c to keep the whole smb_request structure, not just the inbufVolker Lendecke1-75/+41
2008-11-04Add construct_reply_common_req wrapperVolker Lendecke1-1/+1
2008-11-04Fix nonempty blank linesVolker Lendecke1-3/+3
2008-11-04Use talloc for struct aio_extraVolker Lendecke1-27/+14
2008-11-03Make a comment match its function definitionVolker Lendecke1-1/+1
2008-11-02Make a [un]become_root wrap a bit tighterVolker Lendecke1-7/+11
2008-11-02Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke1-3/+3
2008-09-15Fix aio on FreeBSD.Timur1-1/+16
2008-08-26become root for AIO operationsAndrew Tridgell1-1/+7
2008-02-24Allow "max mux" async i/o requestsVolker Lendecke1-5/+9
2008-02-24Export aio_request_done()Volker Lendecke1-3/+9
2008-02-24AIO on streams does not work (yet...)Volker Lendecke1-0/+12
2008-02-19Update position information also for AIOVolker Lendecke1-0/+5
2008-02-19Inform level II oplock holders when we write using AIOVolker Lendecke1-0/+2
2008-01-30Re-enable async I/O for non-TSM systemsVolker Lendecke1-2/+4
2008-01-12Remove an unused variableVolker Lendecke1-1/+0
2008-01-08Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam1-1/+1
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-13/+14
2007-12-27Fix the buildVolker Lendecke1-2/+3
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-6/+11
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-20/+161
2007-10-10r24332: schedule_aio_read_and_X does not need InBuf/OutBufVolker Lendecke1-13/+12
2007-10-10r24279: Remove reply_prep_legacy from reply_write_and_XVolker Lendecke1-18/+18
2007-10-10r24049: Some more 64-bit warningsVolker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison1-1/+8
2007-10-10r22411: Fix the build:Michael Adam1-3/+5
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-1/+1
2007-10-10r22389: Start preparing for multiple encryption contexts in theJeremy Allison1-3/+13
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