summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2013-02-082-8/+6
* performance/quick-read: fix race condition in unlinkRaghavendra G2013-02-071-2/+2
* performance/io-cache: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-161-18/+81
* performance/write-behind: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-151-3/+15
* performance/io-threads: Provide option to turn off least-priorityPranith Kumar K2012-08-122-5/+13
* performance/read-ahead: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-111-11/+18
* performance/quick-read: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-111-3/+17
* mount/fuse: Use state->lk_lock to print lock information on EAGAIN.Mohammed Junaid2012-05-251-1/+1
* performance/quick-read: fix race-conditions in qr_unlink.v3.3.0qa43Raghavendra G2012-05-233-46/+80
* performance/md-cache: use mdc_fsetattr_cbk as the callback if setattr is on a fdRaghavendra Bhat2012-05-231-1/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-1020-283/+103
* quick-read, md-cache: selectively cache xattr data to conserve memoryBrian Foster2012-05-082-7/+94
* core: coverity issues fixedAmar Tumballi2012-04-231-4/+6
* clean up handling of special client pidsCsaba Henk2012-04-231-1/+1
* performance/io-threads: Change the thread scaling logic.Pranith Kumar K2012-04-202-6/+8
* performance/quick-read: disable reading from cache if unlink hasRaghavendra G2012-04-181-0/+4
* md-cache: fix dict memory leak in mdc_inode_xatt_updateBrian Foster2012-04-121-2/+0
* md-cache: fix time comparison to support 0 timeoutBrian Foster2012-04-021-2/+2
* performance/quick-read: open shouldn't be worried about checkingRaghavendra G2012-04-022-73/+0
* performance/io-cache: Enhance state-dump outputshishir gowda2012-04-011-4/+10
* performance/quick-read: fix build errors.Raghavendra G2012-03-282-9/+13
* performance/quick-read: make unlink aware of open-behind behaviour of quick-r...Raghavendra G2012-03-283-24/+336
* performance/write-behind: queue setattr fop with writes always.v3.3.0qa32Raghavendra G2012-03-271-8/+1
* core: adding extra data for fopsAmar Tumballi2012-03-2210-786/+887
* performance/read-ahead: destroy pages which survived from being flushedRaghavendra G2012-03-203-2/+10
* performance/io-cache: destroy the pages which survived inRaghavendra G2012-03-202-0/+6
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-181-1/+1
* performance/io-cache: cleanup the xlator private data completely in fini.Raghavendra G2012-03-141-1/+16
* performance/read-ahead: cleanup xlator private data completely in fini.Raghavendra G2012-03-141-2/+5
* performance/quick-read: implement finiRaghavendra G2012-03-141-0/+51
* performance/io-cache: store op_errno in page.Raghavendra G2012-03-144-4/+8
* Print non-zero timestamps in statedumpv3.3.0qa27Vijay Bellur2012-03-112-10/+15
* performance/io-cache: pass appropriate op_errno even during successfulRaghavendra G2012-03-084-11/+21
* performance/io-cache: move mem-pool initialisation to init.Raghavendra G2012-03-081-24/+13
* Fix memory leaks found in readdirVijay Bellur2012-03-011-0/+2
* perf/md-cache: hold lock on modification of md_cache structureAmar Tumballi2012-02-291-36/+69
* mempool: adjustments in pool sizesAmar Tumballi2012-02-224-4/+4
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-2110-81/+79
* features/md-cache: Change strdup to gf_strdupVijay Bellur2012-02-211-1/+1
* Honor O_SYNC etc. properly.Jeff Darcy2012-02-211-2/+28
* performance/md-cache: Add mem_acct_initPranith Kumar K2012-02-201-0/+8
* md-cache: replace stat-prefetch with md-cache in a backward compatible wayAnand Avati2012-02-207-4426/+10
* md-cache: meta-data caching translatorAnand Avati2012-02-205-1/+1813
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-202-0/+4
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-148-138/+122
* read-ahead: add performance.read-ahead--page-count option to 'volume set' fra...Kaushik BV2012-02-031-42/+25
* performanc/stat-prefetch: check if loc->gfid is present before checking loc->...Raghavendra Bhat2012-02-021-5/+10
* Fix race between read-ahead and write.Jeff Darcy2012-01-303-26/+68
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+49
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-253-9/+46