summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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