summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache
Commit message (Expand)AuthorAgeFilesLines
* IO cache : fix coverity issue in page.cSunny Kumar2018-09-041-3/+3
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-0/+1
* IO cache : fix coverity issues in io-cache.cSunny Kumar2018-08-301-3/+8
* performance/io-cache: fix a missing unlockVijay Bellur2018-05-311-1/+1
* xlators/performance: Add pass-through optionVarsha Rao2018-04-111-0/+13
* io-cache: Fix coverity issue NEGATIVE_RETURNSPoornima G2018-03-051-1/+1
* io-cache: Fix coverity issuePoornima G2018-02-271-4/+2
* perf/io-cache: Update options for gd2N Balachandran2018-01-121-6/+16
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-121/+21
* xlators/performance/io-cache/: DEADCODE in ioc_open_cbkGirjesh Rajoria2017-11-031-8/+0
* mem-pool: track glusterfs_ctx_t in struct mem_poolNiels de Vos2017-08-291-1/+1
* performance/io-cache: update inode contexts of each entry in readdirplusRaghavendra G2017-07-273-39/+67
* perf/ioc: Fix race causing crash when accessing freed pageN Balachandran2017-05-301-38/+40
* libglusterfs: stop special casing "cache-size" in size_t validationCsaba Henk2017-05-081-1/+2
* io-cache: Fix a read hangPoornima G2016-11-231-6/+6
* performance/open-behind: Pass O_DIRECT flags for anon fd reads when requiredKrutika Dhananjay2016-09-221-31/+14
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-0/+1
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-241-1/+1
* all: reduce "inline" usageJeff Darcy2015-09-011-4/+4
* performance translators : porting the missing gf_log to gf_msgHari Gowtham2015-08-313-4/+33
* feature/performace: Fix broken buildKotresh HR2015-06-281-1/+1
* Logging: Porting the performance translatorarao2015-06-275-140/+291
* build: do not #include "config.h" in each fileNiels de Vos2015-05-294-20/+0
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-1/+1
* glfs_fini: Clean up all the resources allocated in glfs_new.Poornima G2015-03-041-2/+5
* build: MacOSX Porting fixesHarshavardhana2014-04-241-8/+13
* io-cache: Unlock and then goto out in failure case.Raghavendra Talur2014-02-171-0/+1
* performance/io-cache: Fix dereferencing of freed pointerPoornima2014-02-121-2/+6
* performance/io-cache: Fix for the bugs reported by coverityPoornima2014-02-101-0/+2
* performance/io-cache: reduce the severity of log-messageRaghavendra G2014-01-031-1/+1
* io-cache: handle iobref_merge() error gracefullyAnand Avati2013-11-261-1/+4
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+26
* io-cache: fix unsafe typcasting of pointer to uint64Anand Avati2013-08-221-1/+3
* performance/io-cache: check for non-null gfid before calling inode_pathRaghavendra G2013-07-101-10/+13
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+28
* performance/io-cache: check the inode context to be NULL before accessingRaghavendra Bhat2013-05-011-0/+7
* performance/io-cache: Avoid double mem_put in ioc_readvPranith Kumar K2013-04-261-2/+3
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* performance/io-cache: propagate errors while unwinding frame inRaghavendra G2013-01-291-5/+11
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-232-6/+4
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+4
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* performance/io-cache: provide hook for dumping inode contextRaghavendra Bhat2012-09-191-29/+38
* performance/io-cache: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-021-7/+60
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-6/+2
* fuse/md-cache: add support for the 'fopen-keep-cache' mount optionBrian Foster2012-07-131-1/+14