summaryrefslogtreecommitdiffstats
path: root/source/smbd/aio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix aio on FreeBSD.Timur2008-09-161-1/+16
* become root for AIO operationsAndrew Tridgell2008-08-281-1/+7
* Allow "max mux" async i/o requestsVolker Lendecke2008-02-241-5/+9
* Export aio_request_done()Volker Lendecke2008-02-241-3/+9
* AIO on streams does not work (yet...)Volker Lendecke2008-02-241-0/+12
* Update position information also for AIOVolker Lendecke2008-02-191-0/+5
* Inform level II oplock holders when we write using AIOVolker Lendecke2008-02-191-0/+2
* Re-enable async I/O for non-TSM systemsVolker Lendecke2008-01-301-2/+4
* Remove an unused variableVolker Lendecke2008-01-121-1/+0
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-081-1/+1
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-13/+14
* Fix the buildVolker Lendecke2007-12-271-2/+3
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-6/+11
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-12/+12
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-20/+161
* r24332: schedule_aio_read_and_X does not need InBuf/OutBufVolker Lendecke2007-10-101-13/+12
* r24279: Remove reply_prep_legacy from reply_write_and_XVolker Lendecke2007-10-101-18/+18
* r24049: Some more 64-bit warningsVolker Lendecke2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison2007-10-101-1/+8
* r22411: Fix the build:Michael Adam2007-10-101-3/+5
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-1/+1
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-101-3/+13
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-101-155/+1
* r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...Volker Lendecke2007-10-101-41/+13
* r21277: Fix an off by one error in the signal handler for aio: We can actuall...Volker Lendecke2007-10-101-1/+1
* r21269: ReformattingVolker Lendecke2007-10-101-89/+151
* r20541: Fix some obvious glitches in wait_for_aio_completion. Hmmm. It seemsVolker Lendecke2007-10-101-6/+5
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-101-3/+3
* r11283: Move to using sival_int from sival_ptr. Part of bug #2922.Jeremy Allison2007-10-101-4/+10
* r9985: Move the all the strict sync logic into file_sync().James Peach2007-10-101-3/+1
* r8402: allow to build with --enable-aio-support.Günther Deschner2007-10-101-3/+3
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+748