summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht
Commit message (Expand)AuthorAgeFilesLines
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-171-2/+1
* tier: Move time string formattingYaniv Kaul2018-07-171-7/+10
* 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-113-9/+77
* Fix compile warningsXavi Hernandez2018-07-101-12/+25
* cluster/dht: Do not try to use up the readdirp bufferN Balachandran2018-06-293-53/+66
* cluster/dht: Fix rename journal in changelogKotresh HR2018-06-241-0/+11
* cluster/dht: refactor dht_lookupN Balachandran2018-06-211-211/+321
* cluster/dht: Minor code cleanupN Balachandran2018-06-201-15/+13
* cluster/dht: Refactor rebalance codeN Balachandran2018-06-131-309/+253
* 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
* cluster:dht: Corrected ret code checkN Balachandran2018-05-301-1/+1
* dht: Excessive 'dict is null' logs in dht_revalidate_cbkMohit Agrawal2018-05-291-2/+4
* cluster/dht: Increase failure count for lookup failure in remove-brick opSusant Palai2018-05-281-3/+31
* cluster/dht: Fix rebalance log msgN Balachandran2018-05-241-2/+2
* build: Disallow unresolved symbol referencesPrashanth Pai2018-05-181-8/+12
* cluster/dht: Remove EIO from dht_inode_missingN Balachandran2018-05-172-4/+2
* dht: Excessive 'dict is null' logs in dht_discover_completeMohit Agrawal2018-05-111-1/+2
* cluster/dht: Debug virtual xattrs for dhtN Balachandran2018-05-092-0/+101
* 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-076-81/+558
* cluster/dht: log error only if layout healing is requiredRaghavendra G2018-05-072-188/+12
* cluster/dht: unwind if dht_selfheal_dir_mkdir returns an errorRaghavendra G2018-05-031-1/+5
* dht: gf_defrag_settle_hash should ignore ENOENT and ESTALE errorSusant Palai2018-04-301-1/+8
* cluster/dht: Fix dht_rename lock orderN Balachandran2018-04-231-18/+47
* fuse: do fd_resolve in fuse_getattr if fd is receivedSusant Palai2018-04-181-2/+2
* cluster/dht: Handle file migrations when brick downN Balachandran2018-04-131-5/+51
* cluster/dht: Wind open to all subvolsN Balachandran2018-04-111-10/+5
* cluster/dht: act as passthrough for renames on single child DHTRaghavendra G2018-04-101-7/+15
* cluster/dht: enable lookup-optimize by defaultN Balachandran2018-04-042-2/+4
* cluster/dht: Update dht option levelsN Balachandran2018-04-021-2/+16
* cluster/dht: Update layout in inode only on successN Balachandran2018-04-022-4/+24
* cluster/dht: ENOSPC will not fail rebalanceN Balachandran2018-03-281-6/+2
* Quota: heal directory on newly added bricks when quota limit is reachedSanoj Unnikrishnan2018-03-281-1/+16
* cluster/dht: Skipped files are not treated as errorsN Balachandran2018-03-121-9/+11
* cluster/dht: store the 'reaction' on failures per lockRaghavendra G2018-02-236-38/+46
* cluster/dht: Handle single dht child in dht_lookupN Balachandran2018-02-221-0/+13
* cluster/dht: Ignore ENODATA from getxattr for posix aclsN Balachandran2018-02-221-6/+8
* cluster/dht: Fixed a typoN Balachandran2018-02-211-2/+2
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-121-4/+7
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-121-1/+1
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-121-2/+3
* 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: Cleanup on fallocate failureN Balachandran2018-02-051-1/+17
* cluster/dht: Fixed a leak in inode_refN Balachandran2018-02-021-3/+2
* cluster/dht: avoid overwriting client writes during migrationSusant Palai2018-02-024-12/+138