summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-2410-11/+48
* cluster/tier: Handle FOPs on files being migratedN Balachandran2015-09-226-87/+475
* tier/dht: unlink fails after lookup in a directoryMohammed Rafi KC2015-09-171-14/+17
* cluster/tier do not flag migration error on already migrated fileDan Lambright2015-09-161-15/+13
* cluster/tier: Fixed a crash in tieringNithya Balachandran2015-09-161-2/+2
* afr: perform replace-brick in a synctaskRavishankar N2015-09-154-14/+73
* dht: reverting changes that takes lock on all subvols to prevent rmdir vs loo...Sakshi2015-09-145-331/+84
* afr : get split-brain-status in a synctaskAnuradha Talur2015-09-146-22/+103
* cluster/dht : Propagate op_errno on failureNithya Balachandran2015-09-131-0/+1
* dht/cluster: Avoid crash if local is NULLSusant Palai2015-09-131-5/+17
* cluster/tier fix bug with sql includes introduced by 12031Dan Lambright2015-09-112-3/+3
* dht/remove-brick: Avoid data loss for hard link migrationSusant Palai2015-09-091-6/+36
* dht: NULL dereferencing causes crashMohammed Rafi KC2015-09-081-2/+2
* tier/ctr: Solving DB Lock issue due to write contention from db connectionsJoseph Fernandes2015-09-083-44/+105
* afr: Do not wind the full writev payload to arbiter brickRavishankar N2015-09-071-0/+30
* cluster/tier: avoid filling /var/run with tiering filesDan Lambright2015-09-021-4/+28
* afr: Unset dirty xattr after setting pending xattr during post-opRavishankar N2015-09-021-13/+13
* build: Fix build on Mac OS X, booleanKaleb S. KEITHLEY2015-09-011-2/+1
* all: reduce "inline" usageJeff Darcy2015-09-0111-26/+19
* cluster/dht: Don't set posix acls on linkto filesNithya Balachandran2015-08-311-0/+34
* cluster/afr: Make [f]xattrop metadata transactionPranith Kumar K2015-08-304-183/+234
* cluster/ec: Allow read fops to be processed in parallelXavier Hernandez2015-08-297-192/+359
* ec : trusted.ec.version xattr of all root directories of all bricks should be...Ashish Pandey2015-08-291-0/+3
* fd: Do fd_bind on successful openPranith Kumar K2015-08-284-0/+7
* dht : lock on subvols to prevent lookup vs rmdir raceSakshi2015-08-275-84/+331
* cluster/afr : Examine data/metadata readable for read-subvolAnuradha Talur2015-08-252-23/+70
* afr: modify afr_txn_nothing_failed()Ravishankar N2015-08-251-12/+3
* cluster/dht: avoid mknod on decommissioned brickSusant Palai2015-08-252-35/+334
* dht: block/handle create op falling to decommissioned brickSusant Palai2015-08-235-57/+455
* afr: launch index heal on local subvols up on a child-up eventRavishankar N2015-08-211-17/+11
* cluster/tier : Use dht_* versions for xlator_fopsN Balachandran2015-08-181-16/+28
* cluster/ec: Fix write size in self-healXavier Hernandez2015-08-142-0/+10
* dht: return non NULL xattr,xdata for ret >= 0Susant Palai2015-08-131-2/+2
* dht/tier :rename fails with EBUSYMohammed Rafi KC2015-08-131-8/+20
* dht : updating return value for layout set functionSakshi2015-08-121-2/+2
* tier/libgfdb : Setting Freq counters of un-selected files to zeroJoseph Fernandes2015-08-121-2/+2
* cluster/tier: fix demotion when cold tier is ECDan Lambright2015-08-121-0/+2
* cluster/dht: Reset source file mode bits on migration failureNithya Balachandran2015-08-121-3/+95
* afr: Do not wind statfs to arbiter brickRavishankar N2015-08-073-5/+8
* cluster/ec: Fix tracking of good bricksXavier Hernandez2015-08-0611-258/+122
* dht/tiering : create new dictionary during migrationMohammed Rafi KC2015-08-061-2/+10
* cluster/ec: Minimize usage of EIO errorXavier Hernandez2015-07-2814-1890/+1201
* cluster/afr: Fix incorrect logging in read transactionsKrutika Dhananjay2015-07-261-2/+6
* dict: dict_set_bin() should never free the pointer on errorNiels de Vos2015-07-244-5/+27
* cluster/ec: Handle race between unlock-timer, new lockPranith Kumar K2015-07-233-50/+17
* dht: send lookup even for fd based operations during rebalanceRavishankar N2015-07-221-23/+30
* features/shard: Use xattrop (as opposed to setxattr) for updates to size xattrKrutika Dhananjay2015-07-151-2/+2
* cluster/ec: Propogate correct errno in case of failuresPranith Kumar K2015-07-141-1/+4
* cluster/ec: wind readlink on good subvol(s)Pranith Kumar K2015-07-146-48/+90
* cluster/ec: Prevent data corruptionsPranith Kumar K2015-07-143-14/+32