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
/
modules
/
vfs_aio_fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.
Jeremy Allison
2012-04-12
1
-0
/
+5
*
s3: Initialize aio_pending_size from aio_pthread
Volker Lendecke
2012-04-09
1
-0
/
+19
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-1
/
+1
*
s3-aio-fork: Fix a segfault in vfs_aio_fork
Volker Lendecke
2012-03-31
1
-7
/
+9
*
s3-aio-fork: Fix aio_suspend event hierarchy
Volker Lendecke
2012-03-31
1
-10
/
+8
*
s3-aio-fork: Fix an alignment warning on OS/X
Volker Lendecke
2012-03-31
1
-2
/
+2
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
1
-1
/
+1
*
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
Jeremy Allison
2012-01-12
1
-0
/
+1
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-4
/
+4
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
2011-05-31
1
-3
/
+3
*
s3-build: move MAP_FILE define to the only place used.
Günther Deschner
2011-04-20
1
-0
/
+4
*
s3-vfs: try to fix build of aio_fork module.
Günther Deschner
2011-03-30
1
-1
/
+2
*
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/shmem.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Survive an idle child that was killed
Christian Ambach
2011-02-28
1
-0
/
+6
*
s3: Improve a dbg msg in aio_fork
Volker Lendecke
2011-02-26
1
-4
/
+7
*
s3:vfs aio_fork children do not go away
Christian Ambach
2011-01-14
1
-1
/
+13
*
s3:vfs fix children cleanup in aio_fork
Christian Ambach
2011-01-14
1
-0
/
+1
*
s3: Remove smbd_server_conn from files_forall
Volker Lendecke
2010-09-28
1
-3
/
+5
*
s3: Actually use the usecs in aio_fork_suspend
Volker Lendecke
2010-07-18
1
-1
/
+2
*
s3: Fix an uninitialized variable
Volker Lendecke
2010-07-18
1
-1
/
+1
*
Fix a long-standing bug with async io that would only be triggered by SMB2.
Jeremy Allison
2010-06-04
1
-0
/
+124
*
Oops. Forgot to re-initialize the aio_ex pointer from sival_ptr.
Jeremy Allison
2010-06-04
1
-0
/
+1
*
Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies
Jeremy Allison
2010-06-04
1
-7
/
+2
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-2
/
+3
*
s3: file_walk_table -> files_forall
Volker Lendecke
2010-03-22
1
-1
/
+1
*
s3: Test short reads in the build farm
Volker Lendecke
2009-09-14
1
-0
/
+3
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-16
/
+7
*
In aio_fork, we have to close all fd's, we might hold a gpfs share mode
Volker Lendecke
2009-05-18
1
-0
/
+16
*
Fix a race condition in vfs_aio_fork with gpfs share modes
Volker Lendecke
2009-05-18
1
-2
/
+8
*
Clean up assignments to iov_base, ensure it's always cast to void *. This sho...
Jeremy Allison
2009-05-12
1
-2
/
+2
*
s3:smbd: convert aio to use tevent_signal
Stefan Metzmacher
2009-01-27
1
-2
/
+1
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-4
/
+2
*
Remove a redundant TALLOC_FREE
Volker Lendecke
2008-04-11
1
-1
/
+0
*
Need to close the /dev/zero fd
Volker Lendecke
2008-03-16
1
-0
/
+2
*
Add vfs_aio_fork
Volker Lendecke
2008-02-29
1
-0
/
+728