summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* enhancement in write-behindAmar Tumballi2009-06-301-13/+22
* read-ahead: return with error code EBADF for fops on fds without file set in ...Raghavendra G2009-06-111-11/+45
* read-ahead: unwind with a return value of -1 and error code of ENOMEM on memo...Raghavendra G2009-06-111-0/+4
* removed unused option 'page-size' in io-cacheAmar Tumballi2009-06-091-5/+0
* io-cache: prevent frames from getting woken up while page is getting validatedAnand Avati2009-06-031-1/+1
* 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