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
/
modules
/
vfs_aio_pthread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-19
s3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_
Stefan Metzmacher
1
-1
/
+1
2013-02-19
s3:modules: s/struct fd_event/struct tevent_fd
Stefan Metzmacher
1
-3
/
+3
2013-02-19
s3:modules: s/struct event_context/struct tevent_context
Stefan Metzmacher
1
-3
/
+3
2012-07-18
s3: Move the aio_pthread read/write functionality to vfs_default
Volker Lendecke
1
-160
/
+0
2012-07-18
s3:vfs_aio_pthread: Convert to libasys
Volker Lendecke
1
-524
/
+122
2012-07-13
Use HAVE_FSYNC, we bothered to test for it.
Jeremy Allison
1
-0
/
+2
2012-07-13
Linux-specific optimization in aio_open code.
Jeremy Allison
1
-0
/
+22
2012-07-12
Add an optimization to pthread aio writes to also do fsync if requested.
Jeremy Allison
1
-0
/
+15
2012-07-11
Add in the threaded async open engine.
Jeremy Allison
1
-0
/
+393
2012-07-03
Allow init_aio_threadpool() to be setup for different threadpool handles with...
Jeremy Allison
1
-10
/
+19
2012-06-25
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-06-25
s3: Avoid a call to server_event_context()
Volker Lendecke
1
-1
/
+1
2012-04-12
Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.
Jeremy Allison
1
-0
/
+5
2012-04-11
Simplify the logic around doing an immediate event reschedule.
Jeremy Allison
1
-23
/
+7
2012-04-09
s3: Initialize aio_pending_size from aio_pthread
Volker Lendecke
1
-19
/
+22
2012-01-26
Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...
Jeremy Allison
1
-2
/
+16
2012-01-25
s3: Fix a panic in aio_pthread
Volker Lendecke
1
-1
/
+1
2012-01-18
s3-aio-pthread: num threads should be int
Volker Lendecke
1
-4
/
+2
2012-01-12
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
Jeremy Allison
1
-1
/
+2
2012-01-10
s3-aio_pthread: Fix the build
Volker Lendecke
1
-1
/
+1
2012-01-10
s3-aio_pthread: Make "pd_list" static
Volker Lendecke
1
-1
/
+1
2012-01-06
Remove the commented out code.
Jeremy Allison
1
-52
/
+1
2012-01-06
Add "aio num threads" parameter to allow manual configuration of
Jeremy Allison
1
-16
/
+15
2012-01-06
Add a sys_get_number_of_cores() function that calls sysconf or sysctl
Jeremy Allison
1
-2
/
+13
2012-01-05
Add some debug to vfs_aio_pthread so I can see when jobs start and stop.
Jeremy Allison
1
-0
/
+16
2012-01-05
Add S3 vfs_aio_pthread module to replace broken glibc aio code.
Jeremy Allison
1
-0
/
+637