summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/ec/src
Commit message (Expand)AuthorAgeFilesLines
* fd: Do fd_bind on successful openPranith Kumar K2015-10-051-0/+1
* ec : trusted.ec.version xattr of all root directories of all bricks should be...Ashish Pandey2015-08-291-0/+3
* cluster/ec: Fix write size in self-healXavier Hernandez2015-08-142-0/+10
* cluster/ec: Fix tracking of good bricksXavier Hernandez2015-08-1411-258/+122
* cluster/ec: Minimize usage of EIO errorXavier Hernandez2015-08-0814-1890/+1201
* cluster/ec: Handle race between unlock-timer, new lockPranith Kumar K2015-07-233-50/+17
* cluster/ec: Propogate correct errno in case of failuresPranith Kumar K2015-07-211-1/+4
* cluster/ec: Prevent data corruptionsPranith Kumar K2015-07-213-14/+32
* cluster/ec: wind readlink on good subvol(s)Pranith Kumar K2015-07-216-48/+90
* cluster/ec: Don't read from bricks that are healingPranith Kumar K2015-07-211-1/+1
* cluster/ec: Remove locks in opendirPranith Kumar K2015-07-211-21/+1
* cluster/ec: Fix use after free bugPranith Kumar K2015-07-212-0/+9
* cluster/ec: Don't read from bad subvolsPranith Kumar K2015-07-211-18/+23
* cluster/ec: Remove failed subvols from source/sink computationPranith Kumar K2015-07-211-1/+6
* cluster/ec: Make background healing optional behaviorPranith Kumar K2015-07-213-11/+55
* cluster/ec: Add throttling in background healingPranith Kumar K2015-07-216-5/+114
* cluster/ec: Do not handle GF_CONTENT_KEYPranith Kumar K2015-07-211-85/+7
* cluster/ec: Remove dead codePranith Kumar K2015-07-061-1376/+2
* cluster/ec: wind fops on good subvols for access/readdir[p]Pranith Kumar K2015-07-017-137/+203
* quota: Fix statfs values in EC when quota_deem_statfs is enabledvmallika2015-06-271-4/+12
* ec: Porting messages to new logging frameworkNandaja Varma2015-06-2715-463/+1323
* EC : While Healing a file, set the config xattrAshish Pandey2015-06-261-1/+14
* ec: Display correct message after successful heal startAshish Pandey2015-06-221-1/+1
* Changing log level to DEBUG in case of ENOENTAshish Pandey2015-06-191-2/+3
* cluster/ec: Avoid parallel executions of the same state machineXavier Hernandez2015-06-181-11/+13
* cluster/ec: Wind unlock fops at all costPranith Kumar K2015-06-182-8/+45
* cluster/ec: Prevent double unwindPranith Kumar K2015-06-184-13/+12
* cluster/ec: Prevent Null dereference in dht-renamePranith Kumar K2015-06-161-1/+1
* cluster/ec: EC_XATTR_DIRTY doesn't come in responsePranith Kumar K2015-06-062-27/+9
* cluster/dht: Fix dht_setxattr to follow files under migrationNithya Balachandran2015-06-041-0/+1
* cluster/ec: Fix incorrect check for iatt differencesXavier Hernandez2015-06-031-5/+19
* cluster/ec: Ignore differences in non locked inodesXavier Hernandez2015-05-305-28/+100
* cluster/ec: Fix all EIO errors in ECPranith Kumar K2015-05-2817-1065/+1347
* ec: Fix failures with missing filesXavier Hernandez2015-05-095-283/+164
* cluster/ec: Change meaning of trusted.ec.dirtyPranith Kumar K2015-05-087-208/+555
* cluster/ec: data heal implementation for ecPranith Kumar K2015-05-083-8/+788
* cluster/ec: metadata/name/entry heal implementation for ecPranith Kumar K2015-05-082-0/+1058
* cluster/ec: Fix dictionary compare functionPranith Kumar K2015-05-083-83/+51
* cluster/ec: add separate versions for data/entry, metadataAshish Pandey2015-05-088-29/+104
* cluster/ec: Use fd instead of loc for get_size_versionAshish Pandey2015-05-083-57/+63
* cluster/ec: Perform inode-write on healing subvolsPranith Kumar K2015-05-073-129/+88
* cluster/ec: Handle unhandled statesPranith Kumar K2015-05-021-0/+3
* quota/disperse: handle inode quotas in xattr aggregatevmallika2015-04-141-13/+22
* cluster/ec: Entry self-heal fixesPranith Kumar K2015-04-131-79/+27
* cluster/ec: Fix readdir de-itransformPranith Kumar K2015-04-113-8/+73
* cluster/ec: Ignore volume-mark key for comparing dictsPranith Kumar K2015-04-101-0/+1
* cluster/ec: Fix iobuf mem leakRaghavendra Talur2015-04-101-2/+2
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-4/+5
* cluster/ec: Have same ec_manager_* for [f]set/[f]removexattrPranith Kumar K2015-04-081-206/+80
* cluster/ec: Refactor inode-writevPranith Kumar K2015-04-064-478/+145