summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/dht: Debug logs in dht_readdir(p)_cbkN Balachandran2018-05-221-2/+27
* dht: Excessive 'dict is null' logs in dht_discover_completeMohit Agrawal2018-05-221-1/+2
* dht: Avoid dict log flooding for internal MDS xattrMohit Agrawal2018-05-221-1/+1
* 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
* cluster/dht: Fix crash in dht rmdirN Balachandran2017-05-161-4/+10
* cluster/dht: Pass the correct xdata in fremovexattr fopKrutika Dhananjay2017-04-281-8/+4
* cluster/dht Remove redundant logs in dht rmdirN Balachandran2017-04-261-8/+7
* feature/dht: Directory synchronizationKotresh HR2017-04-261-219/+74
* cluster/dht: Pass the req dict instead of NULL in dht_attr2()Krutika Dhananjay2017-04-241-33/+20
* cluster/dht: rm -rf fails if dir has stale linkto filesN Balachandran2017-04-211-45/+203
* dht: Add missing braces in dht_opendirPoornima G2017-04-131-1/+2
* dht: The xattrs sent in readdirp should be sent in opendir aswellPoornima G2017-04-061-28/+44
* cluster/dht: Modify local->loc.gfid in thread safe mannerPranith Kumar K2017-04-041-3/+2
* cluster/dht: Fix crash in "nuke-dir" featureKrutika Dhananjay2017-03-021-1/+10
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-1/+3
* Ressources used by va_start must be freed with va_endMichael Scherer2017-02-201-1/+4
* cluster/dht Fix error assignment in dht_*xattr2 functionsN Balachandran2017-02-151-2/+6
* cluster/dht: Use int8 instead of string to pass DHT_IATT_IN_XDATA_KEYKrutika Dhananjay2017-02-131-8/+4
* Readdir-ahead : Honor readdir-optimise option of dhtPoornima G2017-01-241-0/+13