summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: mark new entry changelog for create/mknod failuresPranith Kumar K2012-12-045-67/+228
* afr: use data trylock mode in read/write self-heal trigger pathsBrian Foster2012-12-041-1/+8
* afr: support self-heal data trylock mechanismBrian Foster2012-12-044-8/+15
* afr: make flush non-transactionalBrian Foster2012-12-043-139/+38
* cluster/afr: Provide option to disable readdir failoverPranith Kumar K2012-12-034-25/+41
* cluster/afr: Added descriptions to afr optionsPranith Kumar K2012-11-291-11/+86
* afr: send unique dict_t instances to replicas in self-heal fxattropBrian Foster2012-11-291-28/+42
* afr: handle short writes in afr_writev_wind and self-heal to avoid corruptionBrian Foster2012-11-295-16/+75
* cluster/afr: handle GF_XATTR_LOCKINFO_KEY appropriately.Raghavendra G2012-11-272-26/+521
* replicate: don't stop checking xattrs because one was absentJeff Darcy2012-11-263-114/+41
* Cluster/afr: Fix output for gluster volume heal vn info healedVenkatesh Somyajula2012-11-267-17/+53
* cluster/afr: check transaction type for eager-lock after it is setPranith Kumar K2012-11-211-6/+6
* cluster/afr : Edited log message in afr_sh_entry_expunge_entry_cbkVenkatesh Somyajulu2012-10-121-1/+2
* Preventing client crashing as the callings of GF_CALLOC has been failed.linbaiye2012-10-114-31/+107
* replicate: don't use synctask_new from within a synctaskJeff Darcy2012-10-111-3/+14
* cli: Changes and enhancements to XML outputKaushal M2012-10-111-4/+8
* cluster/afr Changed the message's log level from Error to DebugVenkatesh Somyajulu2012-10-101-3/+3
* cluster/afr: check transaction type for eager-lock after it is setPranith Kumar K2012-10-101-6/+6
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+4
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* cluster/afr: Provide option to set readdir-size in entry-self-healPranith Kumar K2012-10-013-1/+14
* cluster/afr: Trigger heal on local subvols on any child_upPranith Kumar K2012-09-251-13/+21
* cluster/afr: Wake up post-op on non-co-operative transactionPranith Kumar K2012-09-251-0/+23
* Clean up of typepunning errors ( Strict aliasing warnings )Varun Shastry2012-09-171-1/+3
* afr: add option description of 'open'.Jules.Wang2012-09-061-0/+2
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-063-12/+11
* cluster/afr: Don't stop entry/data self-heal on metadata split-brainPranith Kumar K2012-08-292-12/+6
* afr: Avoid excessive logging in self-heal.Krishnan Parthasarathi2012-08-236-22/+25
* Self-heald: Prevent logging of errno ENOENTVenkatesh Somyajulu2012-08-201-4/+4
* cluster/afr: Unwind with correct pre/post parent bufsPranith Kumar K2012-08-023-403/+147
* cluster/afr: Handle child_up & fd not opened case in xactionPranith Kumar K2012-08-011-7/+8
* cluster/afr: Handle failures in fop_cbk gracefullyPranith Kumar K2012-07-311-31/+46
* cluster/afr: update loc inode after inode_linkPranith Kumar K2012-07-311-12/+24
* cluster/afr: Modified split-brain handlingPranith Kumar K2012-07-265-57/+146
* cluster/afr: Filter O_TRUNC in afr-fix-openPranith Kumar K2012-07-251-1/+2
* cluster: fix crash on link of named pipe in stripe/replicate volBrian Foster2012-07-251-2/+1
* cluster/afr: Perform data self-heal for non regular filesPranith Kumar K2012-07-255-217/+162
* afr: pass back xdata in createBrian Foster2012-07-231-2/+5
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-139-88/+44
* xlator options: remove overwritten data-self-heal initializerJim Meyering2012-07-111-1/+0
* cluster/afr: post-op-delay supportAnand Avati2012-07-046-2/+175
* cluster/afr: cleanup lk_owner and PID messAnand Avati2012-07-043-41/+28
* cluster/afr: add a new option to select read-subvol by indexJeff Darcy2012-07-031-0/+27
* cluster/afr: fix for read-subvolume option does not workJeff Darcy2012-07-031-2/+2
* cluster/afr: Don't reset split-brain when data-self-heal is offPranith Kumar K2012-06-193-2/+4
* cluster/afr: Treat EEXIST as success in hardlinkPranith Kumar K2012-06-141-0/+12
* libglusterfs : Fix validation for integer volume options.Kaushal M2012-06-071-0/+1
* cluster/afr: Check for null gfid_reqPranith Kumar K2012-06-061-1/+1