summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* fix build warnings in 'io-cache'Amar Tumballi2009-07-201-1/+7
* quick-read: implement release and forget cbks.Raghavendra G2009-07-161-0/+49
* quick-read: implement qr_lk.Raghavendra G2009-07-161-0/+97
* quick-read: implement qr_ftruncate.Raghavendra G2009-07-161-0/+142
* quick-read: implement qr_fsync.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_finodelk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_fentrylk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_flush.Raghavendra G2009-07-161-0/+74
* quick-read: implement qr_fgetxattr.Raghavendra G2009-07-161-0/+101
* quick-read: implement qr_fsetxattr.Raghavendra G2009-07-161-0/+99
* quick-read: implement lc_fchmodRaghavendra G2009-07-161-0/+93
* quick-read: implement qr_fchownRaghavendra G2009-07-161-0/+95
* quick-read: implement qr_fstat.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_writevRaghavendra G2009-07-161-0/+118
* quick-read: implement qr_readvRaghavendra G2009-07-161-0/+525
* quick-read: implement qr_openRaghavendra G2009-07-162-0/+219
* quick-read: add qr_lookup.Raghavendra G2009-07-162-0/+147
* Implementing quick-read translator.Raghavendra G2009-07-165-1/+184
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* read-ahead: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-2/+2
* write-behind: Use O_ACCMODE while checking for access modes.Raghavendra G2009-07-071-2/+2
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* enhancement in write-behindAmar Tumballi2009-06-301-18/+22
* write-behind: fix memory corruptionRaghavendra G2009-06-151-0/+1
* write-behind: check for memory allocation failures and take appropriate actionRaghavendra G2009-06-151-78/+434
* io-cache: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* read-ahead: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* io-cache: handle memory allocation failuresRaghavendra G2009-06-114-65/+373
* io-threads: Fix missed notification in sem_timedwaitShehjar Tikoo2009-06-112-5/+4
* read-ahead: handle memory allocation failuresRaghavendra G2009-06-113-17/+111
* 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
* 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
* 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