summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/ec/src/ec-common.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-24/+25
* Land part 2 of clang-format changesGluster Ant2018-09-121-903/+882
* cluster/ec: Don't update trusted.ec.version if fop succeedsAshish Pandey2018-09-071-0/+9
* cluster/ec: Improve logging for some critical error messagesAshish Pandey2018-09-071-14/+52
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* cluster/ec: Fix pre-op xattrop managementXavi Hernandez2018-05-231-29/+40
* cluster/ec: Do lock conflict check correctly for wait-listPranith Kumar K2018-02-011-8/+15
* locks: added inodelk/entrylk contention upcall notificationsXavier Hernandez2018-01-161-87/+166
* cluster/ec: OpenFD heal implementation for ECSunil Kumar Acharya2018-01-051-0/+113
* cluster/ec: Fix possible shift overflowXavier Hernandez2017-12-221-3/+3
* cluster/ec: Change [f]getxattr to parallel-dispatch-onePranith Kumar K2017-12-221-0/+7
* cluster/ec: Fix bugs in stripe-cache featureAshish Pandey2017-12-051-1/+1
* cluster/ec: Keep last written strip in in-memory cacheAshish Pandey2017-11-101-0/+115
* cluster/ec: Remove possibility of NULL derefAshish Pandey2017-11-051-1/+1
* cluster/ec: create eager-lock option for non-regular filesXavier Hernandez2017-11-051-1/+21
* cluster/ec: Allow parallel writes in EC if possiblePranith Kumar K2017-10-241-59/+132
* cluster/ec: Handle parallel get_size_versionPranith Kumar K2017-10-101-55/+95
* Coverity Issue Fix : CHECKED_RETURNSubha sree Mohankumar2017-09-261-1/+1
* cluster/ec: fix for BAD_SHIFT, follow-up patchKaleb S. KEITHLEY2017-09-201-11/+14
* cluster/ec: coverity, fix for BAD_SHIFTKaleb S. KEITHLEY2017-08-281-11/+14
* cluster/ec: Non-disruptive upgrade on EC volume failsSunil Kumar Acharya2017-07-141-1/+4
* cluster/ec: Get size of file in EC [f]xattropPranith Kumar K2017-07-131-2/+17
* cluster/ec: Update xattr and heal size properlyAshish Pandey2017-06-061-2/+9
* cluster/ec : Don't count healing brick as healthy brickAshish Pandey2017-04-121-1/+1
* cluster/ec: Don't mark dirty on entry/meta ops in query-infoPranith Kumar K2017-03-071-6/+0
* cluster/ec: Introduce optimistic changelog in ECPranith Kumar K2017-03-041-1/+48
* cluster/ec: Don't trigger data/metadata heal on LookupsPranith Kumar K2017-02-261-14/+52
* cluster/ec: Change level of messages to DEBUGAshish Pandey2017-01-271-2/+2
* cluster/disperse: Do not log fop failed for lockless fopsAshish Pandey2017-01-191-12/+13
* cluster/ec: Fixing log messageSunil Kumar H G2017-01-081-5/+10
* cluster/ec: Do lookup on an existing file in linkPranith Kumar K2017-01-051-3/+4
* cluster/ec: Fix lk-owner set race in ec_unlockPranith Kumar K2016-12-131-6/+8
* cluster/ec: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-161-2/+0
* cluster/ec: set/unset dirty flag for data/metadata updateAshish Pandey2016-09-151-122/+162
* cluster/ec: Add support for hardware accelerationXavier Hernandez2016-09-081-1/+1
* cluster/afr: Prevent split-brain when bricks are brought off and on in cyclic...Krutika Dhananjay2016-08-221-8/+8
* cluster/ec: Fix race in timer cancellationXavier Hernandez2016-06-131-15/+56
* cluster/ec: Fix invalid __fd_unref() callXavier Hernandez2016-06-131-4/+1
* core: assorted typos and spelling mistakes reported by Debian lintianKaleb S KEITHLEY2016-05-181-1/+1
* cluster/ec: Fix issues with eager lockingXavier Hernandez2016-05-021-68/+174
* cluster/ec: Provide an option to enable/disable eager lockAshish Pandey2016-03-151-3/+6
* cluster/ec: Fix invalid config check for directoriesXavier Hernandez2016-02-291-1/+2
* cluster/ec: Handle non-existent config xattr for non regular filesXavier Hernandez2016-02-051-23/+25
* cluster/ec: Get size and config for invalid inodeAshish Pandey2016-01-131-11/+20
* cluster/ec: Mark internal fops appropriatelyXavier Hernandez2015-11-191-14/+4
* cluster/ec: fix bug in update_goodPranith Kumar K2015-11-111-5/+7
* cluster/ec: Fix bad management of lock ownersXavier Hernandez2015-11-051-8/+8
* cluster/ec: update version and size on good bricksAshish Pandey2015-10-281-10/+2
* cluster/ec: Implement gfid-hash read-policyPranith Kumar K2015-10-091-9/+28
* cluster/ec: Allow read fops to be processed in parallelXavier Hernandez2015-08-291-160/+311