summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-303-21/+1
* libglusterfs: rename macros roof and floor to not conflict with math.hRaghavendra Gowdappa2018-11-281-13/+14
* dht: fix buffer overflowSusant Palai2018-11-231-6/+35
* cluster/dht: sync brick root perms on add brickN Balachandran2018-11-191-16/+9
* afr: open_ftruncate_cbk should read fd from local->cont.open structSoumya Koduri2018-11-151-2/+2
* core: fix strncpy warningsKaleb S. KEITHLE2018-11-151-2/+2
* cluster/afr: s/uuid_is_null/gf_uuid_is_nullPranith Kumar K2018-11-071-1/+1
* md-cache: request cached xattrs at getxattr/fgetxattrKinglong Mee2018-11-061-1/+8
* all: fix the format string exceptionsAmar Tumballi2018-11-053-12/+12
* dht: fix use after free in dht_rmdir_readdirp_cbkKinglong Mee2018-11-051-8/+11
* tiering: remove the translator from build and glusterdAmar Tumballi2018-11-022-27/+3
* cluster/ec: prevent infinite loop in self-heal fullXavi Hernandez2018-10-311-5/+6
* cluster/dht: NULL pointer dereferencing clang fixHarpreet Lalwani2018-10-313-44/+32
* cluster/ec: Change log level to DEBUG for lookup combineAshish Pandey2018-10-311-1/+1
* stripe: remove the translator from build and glusterdAmar Tumballi2018-10-311-1/+1
* afr/lease: Read child nodes from lease structureroot2018-10-251-1/+1
* afr: thin-arbiter 2 domain locking and in-memory stateRavishankar N2018-10-256-76/+679
* cluster/afr : Check for UP bricks before starting healAshish Pandey2018-10-243-1/+19
* cluster/ec: NULL pointer deferencing clang fixSheetal Pamecha2018-10-191-2/+0
* cluster/dht: fixes to unlinking invalid linkto fileRaghavendra Gowdappa2018-10-161-1/+1
* libglusterfs/dict: Add sizeof()-1 variants of dict functionsPranith Kumar K2018-10-151-4/+4
* cluster/dht : Fix coverity issueAshish Pandey2018-10-111-2/+2
* afr: prevent winding inodelks twice for arbiter volumesRavishankar N2018-10-101-1/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-1020-126/+142
* dht: coverity fixesSusant Palai2018-10-054-35/+30
* dht: volume_options 'options' collision with nfs-ganesha's 'options'Kaleb S. KEITHLEY2018-10-044-7/+11
* Quota related files: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-09-262-2/+3
* cluster/ec: variable-length array (VLA) declaration clang fixSheetal Pamecha2018-09-261-1/+1
* dht: Coverity fixesSusant Palai2018-09-242-2/+3
* afr: fix incorrect reporting of directory split-brainRavishankar N2018-09-217-16/+22
* cluster/afr: Make data eager-lock decision based on number of locksPranith Kumar K2018-09-213-6/+47
* dht: Operate internal fops with negative pidSusant Palai2018-09-201-0/+1
* cluster/afr: Use 2 domain locking in SHD for thin-arbiterkarthik-us2018-09-203-91/+162
* cluster/afr: Batch writes in same lock even when multiple fds are openPranith Kumar K2018-09-191-9/+2
* dht: utilize the framework to pass-through xlator tasksAmar Tumballi2018-09-197-27/+231
* build: cleanup xlator link, --no-undefined, libuuidv6devKaleb S. KEITHLEY2018-09-121-8/+8
* Land part 2 of clang-format changesGluster Ant2018-09-1259-70721/+67551
* Land clang-format changesGluster Ant2018-09-1232-3929/+3873
* dht: Use snprintf instead of strncpyN Balachandran2018-09-121-9/+20
* cluster/dht: Create a linkto file if requiredN Balachandran2018-09-101-0/+30
* cluster/dht: optimize readdir for 1xn volsN Balachandran2018-09-101-12/+42
* ec-heal: remove a duplicate definition of alloca0Amar Tumballi2018-09-101-1/+0
* xlators/cluster/dht/src/tier-common.c:move to GF_MALLOC() instead of GF_CALLO...Yaniv Kaul2018-09-101-1/+1
* cluster/dht: Rework the debug xattr to get hashed subvolN Balachandran2018-09-072-28/+33
* cluster/ec: Don't update trusted.ec.version if fop succeedsAshish Pandey2018-09-071-0/+9
* cluster/ec: Improve logging for some critical error messagesAshish Pandey2018-09-073-14/+55
* xlators/cluster/dht/src/dht-common.c :move to GF_MALLOC() instead of GF_CALLO...Yaniv Kaul2018-09-071-2/+2
* multiple xlators: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-09-074-33/+30
* cluster/dht: Initialise pointers to nullN Balachandran2018-09-061-2/+2
* afr: thin-arbiter read txn changesRavishankar N2018-09-053-19/+255