summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: add --enable-asan configure optionsNiels de Vos2018-08-301-1/+1
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-291-1/+0
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-291-1/+1
* dht/switch: Fix coverity issuesShyamsundarR2018-08-241-4/+19
* cluster/dht: coverity fixesN Balachandran2018-08-212-12/+14
* performance/readdir-ahead: keep stats of cached dentries in sync with modific...Krutika Dhananjay2018-08-181-2/+2
* cluster/dht: Fixed rebalanced filesN Balachandran2018-08-141-1/+1
* cluster/dht: fix inode ref management in dht_heal_pathSusant Palai2018-08-141-2/+7
* All: remove memset() before sprintf()Yaniv Kaul2018-08-142-2/+2
* Revert "performance/readdir-ahead: Invalidate cached dentries if they're modi...Raghavendra G2018-08-031-2/+2
* performance/readdir-ahead: Invalidate cached dentries if they're modified whi...Krutika Dhananjay2018-07-281-2/+2
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-231-2/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-227-25/+25
* cluster/dht: Set loc->gfid before healing attrN Balachandran2018-07-181-1/+2
* dht: remove useless argument from dht_iatt_mergeKinglong Mee2018-07-187-88/+78
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-171-2/+1
* tier: Move time string formattingYaniv Kaul2018-07-171-7/+10
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-161-0/+15
* md-cache: Do not invalidate cache post set/remove xattrPoornima G2018-07-111-2/+2
* dht: Inconsistent permission for directories after brick stop/startMohit Agrawal2018-07-113-9/+77
* Fix compile warningsXavi Hernandez2018-07-101-12/+25
* cluster/dht: Do not try to use up the readdirp bufferN Balachandran2018-06-293-53/+66