summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/write-behind: guarantee non-overlapping concurrent writesAnand Avati2013-02-201-1/+65
* read-ahead: re-enable support for variable page sizeAnand Avati2013-02-201-1/+12
* open-behind: propagate errors from ob_wake_cbkAnand Avati2013-02-201-9/+25
* call-stub: internal refactorAnand Avati2013-02-191-40/+40
* performance/open-behind: use anonymous fd for doing fstat and readvRaghavendra Bhat2013-02-191-2/+2
* performance/write-behind: mark fd bad if any written behind writes fail.Raghavendra G2013-02-171-57/+114
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-078-8/+8
* open-behind: translator to perform open calls in backgroundAnand Avati2013-02-065-1/+958
* performance/write-behind: do not try to take LOCK in forgetRaghavendra Bhat2013-02-031-7/+3
* quick-read: various fixesAnand Avati2013-01-291-1/+12
* performance/io-cache: propagate errors while unwinding frame inRaghavendra G2013-01-291-5/+11
* performance/md-cache: add force-readdirp flag to make readdirp configurableBrian Foster2013-01-281-3/+29
* quick-read: refactorAnand Avati2013-01-283-3340/+413
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-232-6/+4
* glusterd/cli: Updated the options descriptions for "volume set help"Avra Sengupta2013-01-211-0/+2
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-212-3/+6
* write-behind: fixes issues with iobuf length for large writesKaushal M2012-12-131-5/+15
* fix memory leaksRaghavendra Bhat2012-12-041-0/+2
* perf/io-threads: least-rate-limit least priority throttlingBrian Foster2012-11-212-2/+94
* write-behind: use uint64_t for overlap comparisonAnand Avati2012-10-131-4/+4
* performance/write-behind: use try lock while taking statedumpsRaghavendra Bhat2012-10-111-2/+9
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-037-14/+23
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-037-14/+14
* build: remove -nostartfiles flagJeff Darcy2012-10-027-7/+7
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-017-7/+7
* write-behind: implement causal ordering and other cleanupAnand Avati2012-10-011-2418/+1068
* performance/io-cache: provide hook for dumping inode contextRaghavendra Bhat2012-09-191-29/+38
* 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