summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* All: License message changeVarun Shastry2012-08-288-116/+42
* 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
* syncop: handle 'dataonly' flag in syncop_fsync()Amar Tumballi2012-08-201-1/+1
* cluster/dht: don't leak upon GF_REALLOC failureJim Meyering2012-08-191-4/+5
* cluster/dht: Optimize readdirp calls in DHTshishir gowda2012-08-133-0/+35
* 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/stripe: handle short writes and errors in writev callbackBrian Foster2012-07-303-38/+106
* 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-252-12/+11
* cluster/afr: Perform data self-heal for non regular filesPranith Kumar K2012-07-255-217/+162
* cluster/stripe: don't fail if no fctx on a non-regular fileBrian Foster2012-07-251-10/+14
* cluster/distribute: Suppress user xattr mismatch log messageshishir gowda2012-07-251-1/+1
* afr: pass back xdata in createBrian Foster2012-07-231-2/+5
* stripe: filter coalesce key in getxattr()/listxattr()Amar Tumballi2012-07-171-0/+3
* glusterfs_ctx_t: un-globalize the filesystem contextAnand Avati2012-07-171-6/+4
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-1320-180/+88
* core: remove the unused files - round 2Amar Tumballi2012-07-126-6034/+0
* 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/dht: Remove dht dependency on glusterfsd-mgmtshishir gowda2012-06-291-1/+7
* 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
* cluster/stripe: implement the coalesce stripe file formatBrian Foster2012-06-073-78/+407
* 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
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-054-16/+42
* replicate: default read_child to a local brick if there is one.Jeff Darcy2012-06-055-3/+162
* Self-heald: inode_link files while crawlingPranith Kumar K2012-06-051-5/+10
* cluster/dht: set conf->defrag to NULL after freeing the defrag structureRaghavendra Bhat2012-05-311-2/+3
* cluster/distribute: set the inode layout in readdirp_cbk() for filesAmar Tumballi2012-05-311-0/+16
* replicate: add hashed read-child method.Jeff Darcy2012-05-316-18/+93
* distribute: support user-specified layouts.Jeff Darcy2012-05-314-3/+15
* storage/posix: Move landfill inside .glusterfsPranith Kumar K2012-05-313-41/+2
* cluster/afr: decrement changelog when fdctx is absentPranith Kumar K2012-05-241-0/+2
* glusterd/rebalance: Display run-time of rebalance processshishir gowda2012-05-243-3/+59
* cluster/afr: Release inodelk on erase changelog failuresPranith Kumar K2012-05-231-0/+3
* distribute: use global synctask 'env' instead of localAmar Tumballi2012-05-236-41/+3
* cluster/afr: Unlock higher entry locks in rename entrylk failure.Pranith Kumar K2012-05-221-0/+4
* Thou shalt not free(3) memory dirname(3) returnedEmmanuel Dreyfus2012-05-211-1/+9
* cluster/afr: Assign gfid path if path is NULL in lookupPranith Kumar K2012-05-211-9/+14
* cluster/afr: Enforce order in pre/post opPranith Kumar K2012-05-189-100/+135
* cluster/afr: Perform conservative merge on dir with xattr split-brainPranith Kumar K2012-05-183-10/+61