summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src
Commit message (Expand)AuthorAgeFilesLines
* dht: NULL check before setting error flagMohammed Rafi KC2019-03-121-1/+2
* dht-shared.c: minor reduction of work under lock.Yaniv Kaul2019-02-141-6/+7
* cluster/dht: Request linkto xattrs in dht_rmdir opendirN Balachandran2019-02-131-1/+26
* dht: fix double extra unref of inode at heal pathKinglong Mee2019-02-131-1/+1
* cluster/dht: Fix lookup selfheal and rmdir raceN Balachandran2019-02-131-9/+25
* cluster/dht: Do not use gfid-req in fresh lookupN Balachandran2019-02-022-8/+60
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-011-6/+1
* cluster/dht: Remove internal permission bitsN Balachandran2019-02-011-0/+6
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-295-83/+79
* cluster/dht: Delete invalid linkto files in rmdirN Balachandran2019-01-221-1/+4
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-111-1/+1
* dht: Add NULL check for stbuf in dht_rmdir_lookup_cbkSusant Palai2019-01-101-2/+1
* cluster/dht: refactor dht_lookup_cbkN Balachandran2018-12-261-93/+101
* all: handle USE_AFTER_FREE warningsAmar Tumballi2018-12-202-3/+42
* dht: Fix clang warnings in dht-common.cShyamsundarR2018-12-161-20/+37
* all: remove code which is not being considered in buildAmar Tumballi2018-12-135-4463/+0
* xlator: make 'xlator_api' mandatoryAmar Tumballi2018-12-136-46/+35
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0520-51/+51
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-3/+0
* dht: fix buffer overflowSusant Palai2018-11-231-6/+35
* cluster/dht: sync brick root perms on add brickN Balachandran2018-11-191-16/+9
* core: fix strncpy warningsKaleb S. KEITHLE2018-11-151-2/+2
* md-cache: request cached xattrs at getxattr/fgetxattrKinglong Mee2018-11-061-1/+8
* all: fix the format string exceptionsAmar Tumballi2018-11-051-1/+1
* 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/dht: NULL pointer dereferencing clang fixHarpreet Lalwani2018-10-313-44/+32
* cluster/dht: fixes to unlinking invalid linkto fileRaghavendra Gowdappa2018-10-161-1/+1
* cluster/dht : Fix coverity issueAshish Pandey2018-10-111-2/+2
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-105-27/+29
* 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
* dht: Coverity fixesSusant Palai2018-09-242-2/+3
* dht: Operate internal fops with negative pidSusant Palai2018-09-201-0/+1
* 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-1220-30886/+29016
* Land clang-format changesGluster Ant2018-09-126-1376/+1297
* 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
* 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
* 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-072-15/+13
* cluster/dht: Initialise pointers to nullN Balachandran2018-09-061-2/+2
* {dht-rebalance|glusterd-geo-rep|glusterd-utils|nfs|bd}.c: no dict_del before ...Yaniv Kaul2018-09-041-1/+0
* multiple files: calloc -> mallocYaniv Kaul2018-09-044-27/+34
* cluster/dht: In rename, unlink after creating linkto fileN Balachandran2018-09-031-122/+132
* xlators/cluster/dht/src/dht-common.c: simplify some if statementsYaniv Kaul2018-08-311-48/+52