summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads
Commit message (Expand)AuthorAgeFilesLines
* performance/io-threads: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-90/+102
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-072-2/+2
* io-threads: Support readdirp fopShehjar Tikoo2009-10-061-0/+51
* io-threads: NFS-friendly logic changesShehjar Tikoo2009-10-011-25/+31
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-22/+36
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-207/+33
* Add iot_fxattrop to io-threadsPavan Sondur2009-09-171-0/+1
* io-threads: Fix missed notification in sem_timedwaitShehjar Tikoo2009-06-112-5/+4
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-211-0/+1
* io-threads: Use boolean enums instead of integer 1Shehjar Tikoo2009-05-201-2/+2
* io-threads: Change mutexes/condvars to spinlocks/semaphoresShehjar Tikoo2009-05-202-36/+80
* io-threads: Reduce default max for threads to 64Shehjar Tikoo2009-05-201-1/+1
* io-threads: Support mem-pool allocator for iot_request_tShehjar Tikoo2009-05-202-23/+44
* io-threads: Add graceful shutdown of worker threadsRaghavendra G2009-05-202-25/+79
* io-threads: handle memory allocation failuresRaghavendra G2009-05-201-197/+760
* io-threads: Clarify thread count rangeShehjar Tikoo2009-05-052-16/+23
* io-threads: indentation and logging fixesRaghavendra G2009-05-052-199/+250
* io-threads: Add fxattrop fopShehjar Tikoo2009-04-221-666/+565
* io-threads: Add xattrop fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add readdir fopShehjar Tikoo2009-04-221-0/+36
* io-threads: Add removexattr fopShehjar Tikoo2009-04-221-0/+45
* io-threads: Add fsetxattr fopShehjar Tikoo2009-04-221-0/+35
* io-threads: Add fgetxattr fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add getxattr fopShehjar Tikoo2009-04-221-0/+44
* io-threads: Add setxattr fopShehjar Tikoo2009-04-221-0/+45
* io-threads: Add statfs fopShehjar Tikoo2009-04-221-1/+34
* io-threads: Add fsyncdir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add opendir fopShehjar Tikoo2009-04-221-0/+34
* io-threads: Add link fopShehjar Tikoo2009-04-221-0/+37
* io-threads: Remove unnecessary call to pthread_attr_setstacksizeShehjar Tikoo2009-04-121-4/+0
* updated performance/io-threads with new readv writev prototypesAnand V. Avati2009-04-121-6/+10
* io-threads: Reduce default min and max threadsShehjar Tikoo2009-04-101-2/+2
* io-threads: Use non-default thread stack sizeShehjar Tikoo2009-04-102-1/+27
* io-threads: Refactor un-ordered worker exit pathShehjar Tikoo2009-04-081-33/+17
* io-threads: Refactor ordered worker exit pathShehjar Tikoo2009-04-081-34/+25
* io-threads: Cleaner stub destructionShehjar Tikoo2009-04-061-0/+3
* io-threads: Sanity check worker thread idxShehjar Tikoo2009-04-061-20/+62
* io-threads: Support autoscaling volfile optionsShehjar Tikoo2009-04-022-24/+104
* io-threads: Cleanup request queueing,thread firingShehjar Tikoo2009-04-021-30/+38
* io-threads: Allow scaling to be switched offShehjar Tikoo2009-04-022-11/+73
* io-threads: Add ordered threadpool state and codeShehjar Tikoo2009-04-022-58/+182
* io-threads: Add un-ordered thread-pool.Shehjar Tikoo2009-04-022-98/+334
* io-threads: Classify requests for threadpool typeShehjar Tikoo2009-04-021-26/+33
* io-threads: Wire in support for rename fopShehjar Tikoo2009-04-021-0/+55
* io-threads: Wire in support for symlink fopShehjar Tikoo2009-04-021-0/+53
* io-threads: Wire in support for rmdir fopShehjar Tikoo2009-04-021-0/+40
* io-threads: Wire in support for mkdir fopShehjar Tikoo2009-04-021-0/+44
* io-threads: Wire in support for mknod fopShehjar Tikoo2009-04-021-0/+47
* io-threads: Wire in support for readlink fopShehjar Tikoo2009-04-021-0/+43
* io-threads: Wire in support for access fopShehjar Tikoo2009-04-021-0/+43