index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
aio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove use of "int ret" when we already have errcode.
Jeremy Allison
2009-11-26
1
-13
/
+8
*
Catch one more erroneous use of errno.
Jeremy Allison
2009-11-26
1
-1
/
+1
*
correctly handle aio_error() and errno
Olaf Flebbe
2009-11-26
1
-29
/
+24
*
allow for outstanding_aio_calls to be decremented
Olaf Flebbe
2009-11-26
1
-2
/
+4
*
Don't defer a talloc_move'd pointer.
Jeremy Allison
2009-09-28
1
-1
/
+1
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-14
/
+14
*
Set SIGRTMIN to NSIG
Timur I. Bakeyev
2009-06-08
1
-3
/
+0
*
Move down the become_root()/unbecome_root() calls into the VFS modules
Volker Lendecke
2009-05-18
1
-6
/
+0
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-8
/
+5
*
s3:signing: the seqnum should only be decremented by 1 for ntcancel requests
Stefan Metzmacher
2009-03-06
1
-4
/
+4
*
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
2009-02-09
1
-1
/
+3
*
S3: New module interface for SMB message statistics gathering
todd stecher
2009-02-09
1
-3
/
+5
*
Remove the global variable "chain_size"
Volker Lendecke
2009-01-31
1
-4
/
+2
*
s3:smbd: convert aio to use tevent_signal
Stefan Metzmacher
2009-01-27
1
-100
/
+50
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-16
/
+10
*
Remove a direct inbuf reference (should have been removed with 8987641d...)
Volker Lendecke
2008-11-08
1
-1
/
+1
*
Rewrite aio.c to keep the whole smb_request structure, not just the inbuf
Volker Lendecke
2008-11-04
1
-75
/
+41
*
Add construct_reply_common_req wrapper
Volker Lendecke
2008-11-04
1
-1
/
+1
*
Fix nonempty blank lines
Volker Lendecke
2008-11-04
1
-3
/
+3
*
Use talloc for struct aio_extra
Volker Lendecke
2008-11-04
1
-27
/
+14
*
Make a comment match its function definition
Volker Lendecke
2008-11-03
1
-1
/
+1
*
Make a [un]become_root wrap a bit tighter
Volker Lendecke
2008-11-02
1
-7
/
+11
*
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
2008-11-02
1
-3
/
+3
*
Fix aio on FreeBSD.
Timur
2008-09-15
1
-1
/
+16
*
become root for AIO operations
Andrew Tridgell
2008-08-26
1
-1
/
+7
*
Allow "max mux" async i/o requests
Volker Lendecke
2008-02-24
1
-5
/
+9
*
Export aio_request_done()
Volker Lendecke
2008-02-24
1
-3
/
+9
*
AIO on streams does not work (yet...)
Volker Lendecke
2008-02-24
1
-0
/
+12
*
Update position information also for AIO
Volker Lendecke
2008-02-19
1
-0
/
+5
*
Inform level II oplock holders when we write using AIO
Volker Lendecke
2008-02-19
1
-0
/
+2
*
Re-enable async I/O for non-TSM systems
Volker Lendecke
2008-01-30
1
-2
/
+4
*
Remove an unused variable
Volker Lendecke
2008-01-12
1
-1
/
+0
*
Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().
Michael Adam
2008-01-08
1
-1
/
+1
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-13
/
+14
*
Fix the build
Volker Lendecke
2007-12-27
1
-2
/
+3
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-6
/
+11
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-12
/
+12
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-20
/
+161
*
r24332: schedule_aio_read_and_X does not need InBuf/OutBuf
Volker Lendecke
2007-10-10
1
-13
/
+12
*
r24279: Remove reply_prep_legacy from reply_write_and_X
Volker Lendecke
2007-10-10
1
-18
/
+18
*
r24049: Some more 64-bit warnings
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23508: Fix sync_file() to return NTSTATUS and return this
Jeremy Allison
2007-10-10
1
-1
/
+8
*
r22411: Fix the build:
Michael Adam
2007-10-10
1
-3
/
+5
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22389: Start preparing for multiple encryption contexts in the
Jeremy Allison
2007-10-10
1
-3
/
+13
*
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
2007-10-10
1
-155
/
+1
*
r21278: The main goal of this was to get rid of the NetInBuffer / set_InBuffe...
Volker Lendecke
2007-10-10
1
-41
/
+13
*
r21277: Fix an off by one error in the signal handler for aio: We can actuall...
Volker Lendecke
2007-10-10
1
-1
/
+1
[next]