summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-helper.c
Commit message (Expand)AuthorAgeFilesLines
* dht - fixing xattr inconsistencyBarak Sason Rofman2020-07-221-0/+4
* dht xlator: integer handling issuenik-redhat2020-04-291-3/+5
* xlator/dht-helper: structure loggingyatipadia2020-03-031-96/+70
* dht-common.h/dht-helper.c: exctract the LOCK() from DHT_UPDATE_TIMEYaniv Kaul2019-12-171-6/+10
* dht: Rebalance causing IO Error - File descriptor in bad stateMohit Agrawal2019-10-151-0/+29
* Multiple files: make root gfid a static variableYaniv Kaul2019-10-141-6/+1
* cluster/dht: Correct fd processing loopN Balachandran2019-10-021-22/+62
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-2/+1
* dht: fix double extra unref of inode at heal pathKinglong Mee2019-02-131-1/+1
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-10/+10
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-2/+2
* cluster/dht: NULL pointer dereferencing clang fixHarpreet Lalwani2018-10-311-1/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-16/+16
* dht: utilize the framework to pass-through xlator tasksAmar Tumballi2018-09-191-0/+4
* Land part 2 of clang-format changesGluster Ant2018-09-121-1734/+1648
* dht: Use snprintf instead of strncpyN Balachandran2018-09-121-9/+20
* multiple files: calloc -> mallocYaniv Kaul2018-09-041-9/+12
* cluster/dht: fix inode ref management in dht_heal_pathSusant Palai2018-08-141-2/+7
* All: remove memset() before sprintf()Yaniv Kaul2018-08-141-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* dht: remove useless argument from dht_iatt_mergeKinglong Mee2018-07-181-2/+1
* cluster/dht: Do not try to use up the readdirp bufferN Balachandran2018-06-291-3/+0
* cluster/dht: fixes to parallel renames to same destination codepathRaghavendra G2018-05-071-0/+1
* cluster/dht: Add migration checks to dht_(f)xattropN Balachandran2017-12-261-0/+3
* cluster/dht: Check for NULL before using variableAshish Pandey2017-11-061-1/+3
* cluster/dht: Don't store the entire uuid for subvolsN Balachandran2017-10-101-1/+2
* cluster/dht : User xattrs are not healed after brick stop/startMohit Agrawal2017-10-041-0/+65
* cluster/dht: EBADF handling for fremovexattr and fsetxattrN Balachandran2017-08-091-3/+22
* cluster/dht: Check for open fd only on EBADFN Balachandran2017-08-081-0/+1
* cluster/dht: Fix fd check raceN Balachandran2017-07-111-0/+26
* cluster/dht: Check if fd is opened on dst subvolN Balachandran2017-06-281-0/+280
* cluster/dht: Make optimal usage of buffer provided with readdir(p)Sakshi2017-05-311-0/+3
* cluster/dht: Rebalance on all nodes should migrate filesN Balachandran2017-05-161-2/+6
* feature/dht: Directory synchronizationKotresh HR2017-04-261-648/+14
* refcount: typecast function for calling on freeNiels de Vos2017-01-311-7/+2
* dht/cluster: add logs to fix-layout code pathSusant Palai2017-01-201-7/+34
* feature/dht: undo partially successful dir renameCsaba Henk2017-01-111-0/+3
* cluster/dht: Fix dict_leak in migration check tasksN Balachandran2017-01-021-0/+7
* cluster/dht: remove unnecessary struct memberN Balachandran2016-09-221-4/+4
* quotad: fix potential buffer overflowsRaghavendra G2016-08-251-3/+15
* cluster/dht: Fix unsafe iteration on inode->fd_listXavier Hernandez2016-06-151-16/+70
* dht:remember locked subvol and send unlock to the sameMohammed Rafi KC2016-05-061-0/+155
* cluster/distribute: detect stale layouts in entry fopsRaghavendra G2016-04-221-0/+5
* dht: lock on subvols to prevent lookup vs rmdir raceSakshi2016-04-051-5/+28
* dht: report constant directory sizeJeff Darcy2016-03-201-0/+6
* cluster/dht : Ftruncate on migrating file fails with EINVALN Balachandran2015-12-221-25/+202
* cluster/tier: fix loading tier.so into glusterdN Balachandran2015-12-031-2/+1
* dht: heal directory path if the directory is not presentMohammed Rafi KC2015-11-081-0/+171
* dht/rebalance: fix layout and dict leaksSusant Palai2015-10-061-0/+5
* cluster/tier: Handle FOPs on files being migratedN Balachandran2015-09-221-23/+82