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
*
s3-aio: Remove unused VFS functions and more
Volker Lendecke
2012-07-18
1
-76
/
+0
*
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
2012-07-18
1
-72
/
+20
*
s3: Remove the unused completion handling from aio.c
Volker Lendecke
2012-07-18
1
-342
/
+1
*
s3: Properly handle shutdown with the _send/_recv based aio
Volker Lendecke
2012-07-18
1
-107
/
+103
*
s3: Use SMB_VFS_PWRITE_SEND in schedule_smb2_aio_write
Volker Lendecke
2012-07-18
1
-5
/
+55
*
s3: Use SMB_VFS_PREAD_SEND in schedule_smb2_aio_read
Volker Lendecke
2012-07-18
1
-5
/
+61
*
s3: Use SMB_VFS_PWRITE_SEND in schedule_aio_write_and_X
Volker Lendecke
2012-07-18
1
-3
/
+113
*
s3: Use SMB_VFS_PREAD_SEND in schedule_aio_read_and_X
Volker Lendecke
2012-07-18
1
-3
/
+76
*
Add an optimization to pthread aio writes to also do fsync if requested.
Jeremy Allison
2012-07-12
1
-0
/
+9
*
s3: Make us survive base-delaywrite with aio enabled
Volker Lendecke
2012-07-12
1
-0
/
+4
*
s3: Restore async i/o with the "native" AIO interface
Volker Lendecke
2012-06-26
1
-3
/
+0
*
s3:smbd: change aio.c to use fsp_fnum_dbg() for logging fsp->fnum.
Michael Adam
2012-06-15
1
-2
/
+2
*
build: Rationalise AIO support in configure, ensure on by default
Andrew Bartlett
2012-06-06
1
-1
/
+1
*
We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a...
Jeremy Allison
2012-04-12
1
-12
/
+7
*
Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...
Jeremy Allison
2012-04-12
1
-30
/
+9
*
Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr...
Jeremy Allison
2012-04-12
1
-6
/
+2
*
s3: Move the aio signal init to the vfs module
Volker Lendecke
2012-04-09
1
-21
/
+7
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-6
/
+6
*
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
Jeremy Allison
2012-01-12
1
-2
/
+1
*
Remove unneeded NULL check.
Jeremy Allison
2011-11-15
1
-4
/
+0
*
s3:smbd/aio: handle_aio_completed() should do nothing if aio_ex->fsp is NULL
Stefan Metzmacher
2011-11-15
1
-0
/
+5
*
s3:smbd/aio: pass ECANCELED to the smb2 aio handlers
Stefan Metzmacher
2011-11-15
1
-1
/
+4
*
s3:smbd/aio: add cancel_smb2_aio()
Stefan Metzmacher
2011-11-15
1
-0
/
+38
*
s3: Fix smb2 handling error returns from aio
Volker Lendecke
2011-08-02
1
-0
/
+2
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
2011-05-31
1
-2
/
+2
*
Fixup build without --with-aio.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-2
/
+2
*
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB.
Jeremy Allison
2010-12-15
1
-3
/
+11
*
s3: use monotonic clock for aio timeout
Björn Jacke
2010-09-07
1
-2
/
+2
*
s3: Make srv_send_smb take an sconn instead of a sock fd
Volker Lendecke
2010-08-24
1
-3
/
+3
*
s3: Remove smbd_server_fd from handle_aio_read/write_complete
Volker Lendecke
2010-08-16
1
-2
/
+2
*
s3: Remove smbd_server_fd from schedule_aio_write_and_X
Volker Lendecke
2010-08-16
1
-1
/
+2
*
s3: Fix some error messages
Volker Lendecke
2010-08-13
1
-3
/
+4
*
Fix warning - no return value for a non-void fn.
Jeremy Allison
2010-07-20
1
-0
/
+1
*
s3: Work better without the aio sighandler
Volker Lendecke
2010-07-18
1
-7
/
+22
*
Fix the build in the non WITH_AIO case (sorry).
Jeremy Allison
2010-06-10
1
-0
/
+20
*
Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added).
Jeremy Allison
2010-06-10
1
-0
/
+281
*
Make aio_ex owned by a talloc context, not neccessarily on the null context.
Jeremy Allison
2010-06-07
1
-8
/
+12
*
Move "write_though" into aio_ex struct.
Jeremy Allison
2010-06-07
1
-5
/
+5
*
wait_for_aio_completion() should return 0 on non-aio compiled case.
Jeremy Allison
2010-06-04
1
-1
/
+1
*
Rename req -> smbreq.
Jeremy Allison
2010-06-04
1
-26
/
+26
*
Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies
Jeremy Allison
2010-06-04
1
-32
/
+4
*
Move to using a DATA_BLOB inside of struct aio_extra, not a char *.
Jeremy Allison
2010-06-02
1
-16
/
+16
*
Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_...
Jeremy Allison
2010-06-01
1
-38
/
+26
*
This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...
Jeremy Allison
2010-05-07
1
-2
/
+2
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-15
/
+23
*
Fix issue with aio where r/w lock wasn't kept across aio read operations.
Jeremy Allison
2010-04-05
1
-23
/
+56
[next]