summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
Commit message (Expand)AuthorAgeFilesLines
* [RFC] change get_real_filename implementation to use ENOATTR instead of ENOENTMichael Adam2019-06-261-4/+4
* cluster/dht: Strip out dht xattrsN Balachandran2019-06-191-0/+2
* clang-scan: resolve warningAmar Tumballi2019-06-151-4/+0
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-3/+1
* cluster/dht: Fix directory perms during selfhealN Balachandran2019-06-051-3/+5
* cluster/dht: Refactor dht lookup functionsN Balachandran2019-04-251-74/+30
* cluster/dht: refactor dht lookup functionsN Balachandran2019-04-051-100/+78
* dht: NULL check before setting error flagMohammed Rafi KC2019-03-121-1/+2
* cluster/dht: Request linkto xattrs in dht_rmdir opendirN Balachandran2019-02-131-1/+26
* cluster/dht: Do not use gfid-req in fresh lookupN Balachandran2019-02-021-7/+57
* cluster/dht: Remove internal permission bitsN Balachandran2019-02-011-0/+6
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-53/+50
* cluster/dht: Delete invalid linkto files in rmdirN Balachandran2019-01-221-1/+4
* 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-201-2/+41
* dht: Fix clang warnings in dht-common.cShyamsundarR2018-12-161-20/+37
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-6/+6
* cluster/dht: sync brick root perms on add brickN Balachandran2018-11-191-16/+9
* md-cache: request cached xattrs at getxattr/fgetxattrKinglong Mee2018-11-061-1/+8
* dht: fix use after free in dht_rmdir_readdirp_cbkKinglong Mee2018-11-051-8/+11
* cluster/dht: fixes to unlinking invalid linkto fileRaghavendra Gowdappa2018-10-161-1/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* dht: coverity fixesSusant Palai2018-10-051-4/+17
* dht: Coverity fixesSusant Palai2018-09-241-1/+3
* dht: utilize the framework to pass-through xlator tasksAmar Tumballi2018-09-191-0/+132
* Land part 2 of clang-format changesGluster Ant2018-09-121-9397/+8704
* 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
* cluster/dht: Rework the debug xattr to get hashed subvolN Balachandran2018-09-071-27/+31
* 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-071-12/+10
* multiple files: calloc -> mallocYaniv Kaul2018-09-041-13/+17
* xlators/cluster/dht/src/dht-common.c: simplify some if statementsYaniv Kaul2018-08-311-48/+52
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-291-1/+0
* cluster/dht: coverity fixesN Balachandran2018-08-211-12/+13
* performance/readdir-ahead: keep stats of cached dentries in sync with modific...Krutika Dhananjay2018-08-181-2/+2
* All: remove memset() before sprintf()Yaniv Kaul2018-08-141-1/+1
* 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
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-8/+8
* cluster/dht: Set loc->gfid before healing attrN Balachandran2018-07-181-1/+2
* dht: remove useless argument from dht_iatt_mergeKinglong Mee2018-07-181-28/+24
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-171-2/+1
* 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-111-8/+73
* cluster/dht: Do not try to use up the readdirp bufferN Balachandran2018-06-291-46/+66
* cluster/dht: refactor dht_lookupN Balachandran2018-06-211-211/+321
* cluster/dht: Minor code cleanupN Balachandran2018-06-201-15/+13