summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster/dht: Leverage MDS subvol for dht_removexattr alsoMohit Agrawal2018-06-111-60/+190
* dht: Delete MDS internal xattr from dict in dht_getxattr_cbkMohit Agrawal2018-06-031-0/+4
* dht: Excessive 'dict is null' logs in dht_revalidate_cbkMohit Agrawal2018-05-291-2/+4
* dht: Excessive 'dict is null' logs in dht_discover_completeMohit Agrawal2018-05-111-1/+2
* cluster/dht: Debug virtual xattrs for dhtN Balachandran2018-05-091-0/+95
* cluster/dht: Debug logs in dht_readdir(p)_cbkN Balachandran2018-05-091-2/+27
* dht: Avoid dict log flooding for internal MDS xattrMohit Agrawal2018-05-081-1/+1
* cluster/dht: fixes to parallel renames to same destination codepathRaghavendra G2018-05-071-17/+158
* cluster/dht: Wind open to all subvolsN Balachandran2018-04-111-10/+5
* cluster/dht: Update layout in inode only on successN Balachandran2018-04-021-1/+24
* cluster/dht: store the 'reaction' on failures per lockRaghavendra G2018-02-231-5/+6
* cluster/dht: Handle single dht child in dht_lookupN Balachandran2018-02-221-0/+13
* performance/io-threads: expose io-thread queue depthsVarsha Rao2018-02-081-1/+4
* cluster/dht: Unlink linkto files as rootN Balachandran2018-02-061-3/+7
* cluster/dht: Fixed a leak in inode_refN Balachandran2018-02-021-3/+2
* cluster/dht: Fixed leak in dht_populate_inode_for_dentryN Balachandran2018-02-021-3/+9
* cluster/dht: Skip '..' for the volume root dirN Balachandran2018-01-241-0/+5
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-171-2/+2
* cluster/dht: Add migration checks to dht_(f)xattropN Balachandran2017-12-261-0/+47
* dht: Fill first_up_subvol before use in dht_opendirPoornima G2017-12-151-0/+5
* cluster/dht: Fix build error due to switch statement on a booleanShreyas Siravara2017-12-051-16/+5
* cluster/dht: populate inode in dentry for single subvolume dhtRaghavendra G2017-12-021-1/+66
* cluster/dht: don't overfill the buffer in readdir(p)Raghavendra G2017-12-021-3/+18
* cluster/dht: Serialize mds update code path with lookup unwind in selfhealMohit Agrawal2017-11-221-141/+179
* cluster/dht: dead code coverity fixKartik_Burmee2017-11-211-3/+0
* cluster/dht: fix crash when deleting directoriesZhang Huan2017-10-161-2/+4
* cluster/dht: Don't store the entire uuid for subvolsN Balachandran2017-10-101-7/+13
* cluster/dht : User xattrs are not healed after brick stop/startMohit Agrawal2017-10-041-63/+1275
* Fix a coverity error of checker type: CHECKED_RETURNKamal Mohanan2017-09-261-1/+1
* cluster/dht: Aggregate xattrs only for dirs in dht_discover_cbkN Balachandran2017-08-301-2/+11
* cluster/dht: EBADF handling for fremovexattr and fsetxattrN Balachandran2017-08-091-0/+16
* cluster/dht: Fixed crash in dht_rmdir_is_subvol_emptyN Balachandran2017-07-201-13/+34
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-1/+2
* cluster/dht: Check if fd is opened on dst subvolN Balachandran2017-06-281-0/+8
* cluster/rebalance: Use GF_XATTR_LIST_NODE_UUIDS_KEY to figure out local subvols.Susant Palai2017-06-261-2/+29
* dht/hardlink : Remove stale linkto file incase of failureJiffin Tony Thottan2017-06-221-0/+73
* cluster/dht: Include dirs in rebalance estimatesN Balachandran2017-06-071-3/+3
* cluster/dht: Make optimal usage of buffer provided with readdir(p)Sakshi2017-05-311-52/+53
* cluster/dht: fix on demand migration files from clientSusant Palai2017-05-301-0/+3
* cluster/dht: Rebalance on all nodes should migrate filesN Balachandran2017-05-161-3/+61