index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
aio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-08
Remove a direct inbuf reference (should have been removed with 8987641d...)
Volker Lendecke
1
-1
/
+1
2008-11-04
Rewrite aio.c to keep the whole smb_request structure, not just the inbuf
Volker Lendecke
1
-75
/
+41
2008-11-04
Add construct_reply_common_req wrapper
Volker Lendecke
1
-1
/
+1
2008-11-04
Fix nonempty blank lines
Volker Lendecke
1
-3
/
+3
2008-11-04
Use talloc for struct aio_extra
Volker Lendecke
1
-27
/
+14
2008-11-03
Make a comment match its function definition
Volker Lendecke
1
-1
/
+1
2008-11-02
Make a [un]become_root wrap a bit tighter
Volker Lendecke
1
-7
/
+11
2008-11-02
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
1
-3
/
+3
2008-09-15
Fix aio on FreeBSD.
Timur
1
-1
/
+16
2008-08-26
become root for AIO operations
Andrew Tridgell
1
-1
/
+7
2008-02-24
Allow "max mux" async i/o requests
Volker Lendecke
1
-5
/
+9
2008-02-24
Export aio_request_done()
Volker Lendecke
1
-3
/
+9
2008-02-24
AIO on streams does not work (yet...)
Volker Lendecke
1
-0
/
+12
2008-02-19
Update position information also for AIO
Volker Lendecke
1
-0
/
+5
2008-02-19
Inform level II oplock holders when we write using AIO
Volker Lendecke
1
-0
/
+2
2008-01-30
Re-enable async I/O for non-TSM systems
Volker Lendecke
1
-2
/
+4
2008-01-12
Remove an unused variable
Volker Lendecke
1
-1
/
+0
2008-01-08
Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().
Michael Adam
1
-1
/
+1
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-13
/
+14
2007-12-27
Fix the build
Volker Lendecke
1
-2
/
+3
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-6
/
+11
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-12
/
+12
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-20
/
+161
2007-10-10
r24332: schedule_aio_read_and_X does not need InBuf/OutBuf
Volker Lendecke
1
-13
/
+12
2007-10-10
r24279: Remove reply_prep_legacy from reply_write_and_X
Volker Lendecke
1
-18
/
+18
2007-10-10
r24049: Some more 64-bit warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23508: Fix sync_file() to return NTSTATUS and return this
Jeremy Allison
1
-1
/
+8
2007-10-10
r22411: Fix the build:
Michael Adam
1
-3
/
+5
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-1
/
+1
2007-10-10
r22389: Start preparing for multiple encryption contexts in the
Jeremy Allison
1
-3
/
+13
2007-10-10
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
1
-155
/
+1
2007-10-10
r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...
Volker Lendecke
1
-41
/
+13
2007-10-10
r21277: Fix an off by one error in the signal handler for aio: We can actuall...
Volker Lendecke
1
-1
/
+1
2007-10-10
r21269: Reformatting
Volker Lendecke
1
-89
/
+151
2007-10-10
r20541: Fix some obvious glitches in wait_for_aio_completion. Hmmm. It seems
Volker Lendecke
1
-6
/
+5
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
1
-3
/
+3
2007-10-10
r11283: Move to using sival_int from sival_ptr. Part of bug #2922.
Jeremy Allison
1
-4
/
+10
2007-10-10
r9985: Move the all the strict sync logic into file_sync().
James Peach
1
-3
/
+1
2007-10-10
r8402: allow to build with --enable-aio-support.
Günther Deschner
1
-3
/
+3
2007-10-10
r7963: Add aio support to 3.0.
Jeremy Allison
1
-0
/
+748