summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-4/+7
* performance/write-behind: avoid deadlock while taking the statedump of fdsRaghavendra Bhat2012-08-191-6/+24
* performance/write-behind: store the wb_inode in local before windingRaghavendra Bhat2012-08-111-1/+3
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-1/+1
* performance/io-cache: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-021-7/+60
* performance/quick-read: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-021-3/+16
* performance/write-behind: maintain a per-inode request queue instead of maint...Raghavendra G2012-08-022-596/+769
* performance/read-ahead: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-011-11/+18
* performance/io-threads: dump the io-threads specific information in statedumpRaghavendra Bhat2012-07-302-2/+52
* performance/io-threads: Provide option to turn off least-priorityPranith Kumar K2012-07-302-5/+13
* performance/write-behind: detect short writes and pend an EIO errorBrian Foster2012-07-251-1/+15
* performance/write-behind: preserve lk-owner while syncing writes.Raghavendra G2012-07-251-66/+143
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-136-32/+12
* fuse/md-cache: add support for the 'fopen-keep-cache' mount optionBrian Foster2012-07-132-8/+39
* md-cache: cache SELinux and Posix ACL xattrs only if enabledAnand Avati2012-07-041-5/+56
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-292-8/+6
* io-cache,quick-read: bring down log levelAnand Avati2012-06-072-4/+5
* performance/md-cache: make cache timeout reconfigurable via cliRaghavendra Bhat2012-05-291-3/+3
* performance/quick-read: fix race-conditions in qr_unlink.Raghavendra G2012-05-233-46/+80
* performance/md-cache: use mdc_fsetattr_cbk as the callback if setattr is on a fdRaghavendra Bhat2012-05-211-1/+1
* mount/fuse: Use state->lk_lock to print lock information on EAGAIN.Mohammed Junaid2012-05-151-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