Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-18 | s3-aio-pthread: num threads should be int | Volker Lendecke | 1 | -4/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 18 21:04:20 CET 2012 on sn-devel-104 | |||||
2012-01-12 | Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE | Jeremy Allison | 1 | -1/+2 | |
call out of smbd_aio_complete_aio_ex() and into the caller. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jan 12 03:10:52 CET 2012 on sn-devel-104 | |||||
2012-01-10 | s3-aio_pthread: Fix the build | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 10 11:54:01 CET 2012 on sn-devel-104 | |||||
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 | |
threads via smb.conf if required. Ignore the number of cores. See comments inline. | |||||
2012-01-06 | Add a sys_get_number_of_cores() function that calls sysconf or sysctl | Jeremy Allison | 1 | -2/+13 | |
and tunes the aio threads. | |||||
2012-01-05 | Add some debug to vfs_aio_pthread so I can see when jobs start and stop. | Jeremy Allison | 1 | -0/+16 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jan 5 20:28:00 CET 2012 on sn-devel-104 | |||||
2012-01-05 | Add S3 vfs_aio_pthread module to replace broken glibc aio code. | Jeremy Allison | 1 | -0/+637 | |
Compiles but not yet tested. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jan 5 01:43:51 CET 2012 on sn-devel-104 |