summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Fix spurious entries in heal infoPranith Kumar K2016-04-204-16/+48
* quota: setting 'read-only' option in xdata to instruct DHT to not healSakshi Bansal2016-04-191-2/+10
* cluster/afr: Fix partial heals in 3-way replicationPranith Kumar K2016-04-155-15/+138
* cluster/afr: Fix witness counting code in src/sink detectionPranith Kumar K2016-04-111-7/+19
* arbiter: write performance improvementRavishankar N2016-04-112-12/+12
* dht: add "nuke" functionality for efficient server-side deletionJeff Darcy2016-04-071-0/+45
* dht: lock on subvols to prevent rename and lookup selfheal raceSakshi2016-04-061-43/+158
* dht: lock on subvols to prevent lookup vs rmdir raceSakshi2016-04-055-89/+435
* cluster/afr: Use parallel dir scan functionalityPranith Kumar K2016-04-044-13/+59
* cluster/afr: Don't lookup/forget inodesPranith Kumar K2016-03-315-43/+6
* afr: add mtime based split-brain resolution to CLIRavishankar N2016-03-291-10/+71
* tier/dht : Attach tier fix layout to run in backgroundJoseph Fernandes2016-03-282-25/+247
* cluster/afr: Fix read-child selection in entry create fopPranith Kumar K2016-03-282-3/+46
* dht: update attr information in refresh layout to avoidSakshi Bansal2016-03-231-1/+8
* afr : Enable auto heal when replica count increasesAnuradha Talur2016-03-215-82/+134
* dht: report constant directory sizeJeff Darcy2016-03-204-1/+81
* cluster/tier: add tunable to migrate files based on sizeDan Lambright2016-03-163-0/+29
* cluster/ec: Provide an option to enable/disable eager lockAshish Pandey2016-03-153-3/+16
* TIER: stopping the tierd when the volume goes downhari gowtham2016-03-141-0/+9
* cluster/ec: Do not ref dictionary in lookupPranith Kumar K2016-03-141-7/+4
* Tier: Avoiding stale entries from causing demotion to stophari gowtham2016-03-132-3/+36
* cluster/afr: Choose local child as source if possiblePranith Kumar K2016-03-119-31/+57
* afr: misc performance improvementsRavishankar N2016-03-082-29/+56
* afr: do not set arbiter as a readable subvol in inode contextRavishankar N2016-03-041-0/+13
* tier: Fix unused-but-set-variable warningRaghavendra Talur2016-03-031-2/+0
* cluster/afr: Don't delete gfid-req from lookup requestPranith Kumar K2016-03-022-5/+9
* afr: Add throttled background client-side healsRavishankar N2016-03-016-58/+200
* cluster/ec: Fix invalid config check for directoriesXavier Hernandez2016-02-292-1/+15
* cluster/tier: make promotion and demotion independantDan Lambright2016-02-282-126/+127
* dht: mkdir must unwind with latest ctimeSakshi Bansal2016-02-262-0/+24
* dht: cleanup dict and free memory in rename code pathSakshi Bansal2016-02-241-0/+4
* dht: file rename must take blocking inode locksSakshi Bansal2016-02-211-5/+5
* all: fixes for clang compile warningsKaleb S KEITHLEY2016-02-153-3/+5
* all: fix various cppcheck warningsKaleb S KEITHLEY2016-02-151-3/+1
* cluster/dht: Skip subvols if no layout presentN Balachandran2016-02-141-0/+8
* cli/ afr: op_ret for index heal launchRavishankar N2016-02-111-2/+3
* cluster/tier : Fixed wrong variable comparisonN Balachandran2016-02-101-3/+15
* dht/quota : heal the limit_objects_key xattr needed for inode-quotaManikandan Selvaganesh2016-02-101-0/+11
* cluster/ec: Automate heal for replace brickAshish Pandey2016-02-083-0/+68
* cluster/ec: Never return -ve statePranith Kumar K2016-02-081-1/+1
* cluster/tier: Create linkfiles to hardlinks correctlyN Balachandran2016-02-073-1/+132
* cluster/ec: Handle non-existent config xattr for non regular filesXavier Hernandez2016-02-051-23/+25
* afr: add seek() FOPNiels de Vos2016-02-052-0/+83
* cluster/ec: add seek() FOPXavier Hernandez2016-02-054-1/+209
* stripe: add seek() FOP as not supportedNiels de Vos2016-02-041-0/+12
* cluster/dht: Cleanup dict in dht_do_rename()Vijay Bellur2016-02-041-0/+2
* cluster/afr: Fix heal-info slow response while IO is in progressKrutika Dhananjay2016-02-033-19/+39
* tier/gfdb : Round-Robin read of query filesJoseph Fernandes2016-02-033-81/+326
* cluster/tier : Reset watermarks in tierN Balachandran2016-02-031-9/+36
* cluster/tier: break out of iterating query file once cycle time endsDan Lambright2016-02-031-0/+27