summaryrefslogtreecommitdiffstats
path: root/xlators/performance
Commit message (Expand)AuthorAgeFilesLines
* performance/write-behind: invoke request queue processing ifRaghavendra G2013-09-101-19/+30
* io-cache: fix unsafe typcasting of pointer to uint64Anand Avati2013-09-101-1/+3
* performance/io-threads: fix potential use after free crashBrian Foster2013-09-091-1/+1
* performance/open-behind: Fix fd-leaks in unlink, renamePranith Kumar K2013-09-091-0/+4
* xlator: NULL terminate volume_options structSantosh Kumar Pradhan2013-09-092-5/+7
* open-behind: propagate errors from ob_wake_cbkAnand Avati2013-09-091-9/+25
* performance/open-behind: use anonymous fd for doing fstat and readvRaghavendra Bhat2013-09-091-2/+2
* mount/fuse: perform lookup() on inodes linked through readdirplusAnand Avati2013-09-091-0/+7
* md-cache: fix xattr caching code in getxattrAnand Avati2013-09-091-2/+2
* md-cache: invalidate attributes on xattr updateAnand Avati2013-09-081-0/+164
* call-stub: internal refactorAnand Avati2013-09-051-40/+40
* md-cache: support negative xattr entriesAnand Avati2013-06-081-10/+31
* quick-read: prune cache on write/[f]truncateAnand Avati2013-06-081-0/+43
* performance/write-behind: Enable write-behind when strict_O_DIRECT is not set.Vijay Bellur2013-05-291-2/+1
* performance/io-cache: check the inode context to be NULL before accessingv3.4.0beta2Raghavendra Bhat2013-05-231-0/+7
* md-cache: Make options structure NULL terminatedKrishnan Parthasarathi2013-05-201-0/+1
* performance/io-cache: Avoid double mem_put in ioc_readvPranith Kumar K2013-05-071-2/+3
* performance/write-behind: guarantee non-overlapping concurrent writesv3.4.0alpha2Jeff Darcy2013-03-061-1/+65
* performance/write-behind: mark fd bad if any written behind writes failRaghavendra G2013-03-061-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