summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster/ec: Use fd when appropriate for updating size/versionPranith Kumar K2015-03-271-3/+9
* libxlator: Change marker xattr handling interfacePranith Kumar K2015-03-258-188/+88
* Fixing build of xlator/cluster/dht/src/dht-rebalance.c when tiering is disabledJoseph Fernandes2015-03-252-4/+8
* features/bit-rot: Implementation of bit-rot xlatorVenky Shankar2015-03-241-12/+0
* cluster/ec: Refactor ec-dir-writePranith Kumar K2015-03-242-670/+158
* build: tier.h does not need to include sys/xattr.hNiels de Vos2015-03-231-1/+0
* build: pass SQLITE_CFLAGS while building dht files that include tier.hNiels de Vos2015-03-231-2/+1
* cluster/dht: Add tier translator.Dan Lambright2015-03-2112-31/+1300
* cluster/afr : enable inspection & resolution of files in split-brainAnuradha2015-03-195-33/+336
* features/quota : Introducing inode quotavmallika2015-03-182-52/+108
* cluster/dht: Change the subvolume encoding in d_off to be a "global"Dan Lambright2015-03-189-176/+77
* dht: suggest to add more bricks when min-free-disk is exceeded.Humble Devassy Chirammal2015-03-182-3/+3
* cluster/afr: Make read child match check in afr optionalKrutika Dhananjay2015-03-183-0/+19
* afr: remove stale index entriesRavishankar N2015-03-173-4/+66
* cluster/afr: Convert quota size from n/w to host order before useKrutika Dhananjay2015-03-121-0/+4
* cluster/ec: Add self-heal-daemon command handlersPranith Kumar K2015-03-098-39/+719
* cluster/afr: Handle getxattr of quota-size keyPranith Kumar K2015-03-093-61/+103
* cluster/dht: create request dictionary if necessary during refreshRaghavendra G2015-03-061-10/+17
* cluster/afr: Implementation of quorum-readsPranith Kumar K2015-03-055-2/+32
* cluster/ec: Allow heal on name less locPranith Kumar K2015-03-053-14/+39
* testing: Switch to cmocka the successor of cmockery2Niels de Vos2015-03-053-18/+8
* xlators/dht : divide by zero coverity fixManikandan Selvaganesh2015-03-051-1/+2
* cluster/dht: fixes to should_layout_fix logicRaghavendra G2015-03-052-12/+53
* cluster/afr: Do not increment healed_count if no healing was performedKrutika Dhananjay2015-03-047-67/+92
* glfs_fini: Clean up all the resources allocated in glfs_new.Poornima G2015-03-041-1/+0
* cluster/dht: Fixes to should_fix_layout logicRaghavendra G2015-03-031-6/+38
* dht : logically dead code removedManikandan Selvaganesh2015-03-032-12/+4
* libglusterfs: Moved common functions as utils in syncop/common-utilsPranith Kumar K2015-02-273-138/+11
* cluster/dht: Propagate an event only after hearing the same from all subvolumesAnoop C S2015-02-261-0/+3
* dht: fix for dht_lock_count() compile errorNiels de Vos2015-02-262-2/+2
* cluster/dht: serialize execution of dht_discover_complete andRaghavendra G2015-02-251-1/+10
* cluster/afr : provide split-brain info by using getxattrAnuradha2015-02-253-0/+140
* ec: Add trusted.ec.dirty xattrXavier Hernandez2015-02-238-121/+297
* cluster/dht: synchronize with other concurrent healers while healing layout.Raghavendra G2015-02-205-41/+562
* Storage/posix : Adding error checks in path formationNithya Balachandran2015-02-181-0/+6
* cluster/dht: Fix dht_link to follow files under migrationShyam2015-02-171-19/+124
* cluster/dht: Modify dht-rebalance.c to use trusted.distribute.migrate-dataDan Lambright2015-02-133-5/+25
* cluster/afr: Enable auto-quorum for replicate with odd number of bricksPranith Kumar K2015-02-091-8/+16
* cluster/afr: Re-introduce heal-timeout optionPranith Kumar K2015-02-063-1/+14
* syncop: Provide syncop_ftw and syncop_dir_scan utilsPranith Kumar K2015-02-061-257/+117
* ec: Special handling of anonymous fdXavier Hernandez2015-02-051-11/+11
* cluster/afr: Fix parent read subvol selection policy in lookupKrutika Dhananjay2015-02-041-1/+1
* cluster/ec: Wait for all bricks to notify before notifying parentPranith Kumar K2015-02-021-14/+34
* Compare key with GF_XATTR_LOCKINFO_KEY with length of GF_XATTR_LOCKINFO_KEY i...Dennis Schafroth2015-02-021-1/+1
* cluster/afr: When parent and entry read subvols are different, set entry->ino...Krutika Dhananjay2015-02-022-23/+94
* afr : Change in heal info split-brain commandAnuradha2015-01-302-5/+12
* afr: Don't write to sparse regions of sink.Ravishankar N2015-01-301-2/+39
* doc: Fix typos in stripe xlator src, no code changes presentHumble Chirammal2015-01-281-5/+5
* cluster/ec: Handle CHILD UP/DOWN in all casesPranith Kumar K2015-01-282-104/+134
* ec: Fix posix compliance failuresXavier Hernandez2015-01-286-87/+101