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_pthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...
Jeremy Allison
2012-01-26
1
-2
/
+16
*
s3: Fix a panic in aio_pthread
Volker Lendecke
2012-01-25
1
-1
/
+1
*
s3-aio-pthread: num threads should be int
Volker Lendecke
2012-01-18
1
-4
/
+2
*
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
Jeremy Allison
2012-01-12
1
-1
/
+2
*
s3-aio_pthread: Fix the build
Volker Lendecke
2012-01-10
1
-1
/
+1
*
s3-aio_pthread: Make "pd_list" static
Volker Lendecke
2012-01-10
1
-1
/
+1
*
Remove the commented out code.
Jeremy Allison
2012-01-06
1
-52
/
+1
*
Add "aio num threads" parameter to allow manual configuration of
Jeremy Allison
2012-01-06
1
-16
/
+15
*
Add a sys_get_number_of_cores() function that calls sysconf or sysctl
Jeremy Allison
2012-01-06
1
-2
/
+13
*
Add some debug to vfs_aio_pthread so I can see when jobs start and stop.
Jeremy Allison
2012-01-05
1
-0
/
+16
*
Add S3 vfs_aio_pthread module to replace broken glibc aio code.
Jeremy Allison
2012-01-05
1
-0
/
+637