summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster/dht: Fixed leak in dht_populate_inode_for_dentryN Balachandran2018-02-022-4/+10
* 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-174-6/+6
* cluster/dht: Update options for gd2N Balachandran2018-01-121-15/+40
* cluster/dht: Change datatype of search_unhashed variableVarsha Rao2018-01-101-1/+1
* cluster/dht: Use percentages for space checkN Balachandran2018-01-021-5/+20
* cluster/dht: Add migration checks to dht_(f)xattropN Balachandran2017-12-265-47/+326
* dht: Fill first_up_subvol before use in dht_opendirPoornima G2017-12-151-0/+5
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-1153/+141
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-123-37/+14
* cluster/dht: fix memory leaks in rebalanceSusant Palai2017-12-111-12/+19
* dht: Send an event when disks get fullAnkit raj2017-12-091-4/+22
* dht/crypt/tier: Fix use of booleans as integersShyamsundarR2017-12-062-16/+6
* 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-022-1/+69
* cluster/dht: don't overfill the buffer in readdir(p)Raghavendra G2017-12-021-3/+18
* Tier: Stop tierd for detach starthari gowtham2017-12-011-3/+10
* dht: coverity fix in dht-rebalance.ckarthik-us2017-11-301-1/+0
* tier: coverity fixes in tier.chari gowtham2017-11-231-25/+16
* cluster/dht: Serialize mds update code path with lookup unwind in selfhealMohit Agrawal2017-11-223-306/+216
* cluster/dht: make rebalance use truncate incaseSusant Palai2017-11-223-71/+99
* cluster/dht: Coverity fixes for dht-rebalance.ckarthik-us2017-11-211-80/+54
* cluster/dht: dead code coverity fixKartik_Burmee2017-11-211-3/+0
* cluster/dht: Don't set ACLs on linkto fileN Balachandran2017-11-191-0/+11