summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache/src/io-cache.c
Commit message (Expand)AuthorAgeFilesLines
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-111-3/+3
* performance/io-cache: update pages with write dataRaghavendra Gowdappa2018-12-181-4/+88
* New xlator option to control enable/disable of xlators in Gd2Aravinda VK2018-12-071-0/+8
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-0/+14
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-5/+5
* io-cache: xdata needs to be passed for readv operationsSoumya Koduri2018-12-041-1/+6
* libglusterfs: rename macros roof and floor to not conflict with math.hRaghavendra Gowdappa2018-11-281-2/+2
* all: fix the format string exceptionsAmar Tumballi2018-11-051-7/+7
* Multiple xlators: perform gettimeofday() not under lockYaniv Kaul2018-10-161-2/+10
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-1538/+1485
* 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
* 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-271-36/+60
* 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
* all: reduce "inline" usageJeff Darcy2015-09-011-4/+4
* Logging: Porting the performance translatorarao2015-06-271-60/+90
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+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
* 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
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-231-4/+4
* 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
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-4/+3
* io-cache,quick-read: bring down log levelAnand Avati2012-06-071-2/+2
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* performance/io-cache: Enhance state-dump outputshishir gowda2012-04-011-4/+10
* core: adding extra data for fopsAmar Tumballi2012-03-221-56/+58
* 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/io-cache: store op_errno in page.Raghavendra G2012-03-141-3/+5
* Print non-zero timestamps in statedumpv3.3.0qa27Vijay Bellur2012-03-111-5/+8