summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* 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
* symlink-cache: fix return value of readlinkRaghavendra G2009-05-071-2/+2
* log level fixes in read-aheadAnand V. Avati2009-05-051-6/+6
* io-cache logging level fixesAnand V. Avati2009-05-054-33/+32
* io-threads: Clarify thread count rangeShehjar Tikoo2009-05-052-16/+23
* io-cache: indentation and logging fixesRaghavendra G2009-05-054-509/+426
* io-threads: indentation and logging fixesRaghavendra G2009-05-052-199/+250
* write-behind: indentation and logging fixesRaghavendra G2009-04-301-158/+74
* read-ahead: indentation and logging fixesRaghavendra G2009-04-302-105/+84
* 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
* iobuf - account with iobref_size() instead of iov_length (vector)Anand V. Avati2009-04-172-5/+9
* write-behind aggregate-size related changesRaghavendra G2009-04-161-15/+76
* write-behind: adhere to coding guidelines.Raghavendra G2009-04-161-16/+32
* use ctx->page_size in all translators and transports instead of having their ...Anand V. Avati2009-04-133-63/+3
* io-threads: Remove unnecessary call to pthread_attr_setstacksizeShehjar Tikoo2009-04-121-4/+0
* updated performance/io-cache with new readv writev prototypesAnand V. Avati2009-04-123-34/+41
* updated performance/io-threads with new readv writev prototypesAnand V. Avati2009-04-121-6/+10
* update performance/read-ahead with new readv writev prototypesAnand V. Avati2009-04-123-21/+21
* update performance/write-behind with new readv writev prototypesAnand V. Avati2009-04-121-18/+18
* 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