summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-inode-write.c
Commit message (Expand)AuthorAgeFilesLines
* arbiter: write performance improvementRavishankar N2016-04-111-8/+0
* cluster/afr: Fix read-child selection in entry create fopPranith Kumar K2016-03-281-2/+33
* afr : Enable auto heal when replica count increasesAnuradha Talur2016-03-211-74/+110
* cluster/afr: Move remaining gf_logs to gf_msgsPranith Kumar K2016-01-271-6/+8
* cluster/ec: Mark self-heal fops as internalPranith Kumar K2015-11-181-1/+1
* afr: perform replace-brick in a synctaskRavishankar N2015-09-151-12/+58
* afr : get split-brain-status in a synctaskAnuradha Talur2015-09-141-0/+3
* afr: Do not wind the full writev payload to arbiter brickRavishankar N2015-09-071-0/+30
* cluster/afr: Make [f]xattrop metadata transactionPranith Kumar K2015-08-301-15/+214
* afr: Porting messages to new logging frameworkarao2015-06-271-4/+10
* cluster/afr : set pending xattrs for replaced brickAnuradha2015-06-251-1/+216
* cluster/afr: Pick gfid from poststat during fresh lookup for read child calcu...Krutika Dhananjay2015-06-241-2/+3
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* cluster/afr : Prevent inode-evict during split-brain resolutionAnuradha2015-05-071-34/+106
* afr: add arbitration supportRavishankar N2015-05-051-1/+11
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-1/+1
* cluster/afr : enable inspection & resolution of files in split-brainAnuradha2015-03-191-1/+145
* afr: coverity fixesRavishankar N2014-12-231-1/+1
* cluster/afr: Fix bugs in quorum implementationPranith Kumar K2014-05-141-61/+1
* build: MacOSX Porting fixesHarshavardhana2014-04-241-3/+0
* cluster/afr: Init local on txn-frame for zerofillPranith Kumar K2014-04-081-1/+1
* afr: Simple 1-liner fix for crash in RackspaceBrian Foster2014-04-041-1/+1
* cluster/afr: refactorAnand Avati2014-03-221-1858/+751
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+250
* cluster/afr: Have common inode-write-fop cbkPranith Kumar K2013-09-181-160/+565
* afr: make NOP truncate/ftruncate efficientAnand Avati2013-09-031-0/+14
* cluster/afr: Add special handling for failure postopsPranith Kumar K2013-08-281-3/+9
* cluster/afr: Don't delay post op in cases of failuresPranith Kumar K2013-08-281-4/+11
* cluster/afr: Add largest file is source policyAnand Avati2013-08-141-22/+0
* afr: treat appending writes as stable writes.Anand Avati2013-08-131-1/+22
* cluster/afr: Disable eager-lock if open-fd-count > 1Pranith Kumar K2013-08-021-3/+30
* cluster/afr: ensure DATA operations are made durable before POST-OPAnand Avati2013-03-271-0/+8
* cluster/afr: Don't queue transactions during open-fd fixPranith Kumar K2013-02-221-181/+71
* cluster/afr: do complete split-brain check in all the fd based fopsRaghavendra Bhat2013-02-191-0/+23
* cluster/afr: Perform wakeup just before fopPranith Kumar K2013-02-061-0/+7
* cluster/afr: Change order of unwind, resume for writevPranith Kumar K2013-01-291-31/+87
* afr: handle short writes in afr_writev_wind and self-heal to avoid corruptionBrian Foster2012-11-291-15/+46
* cluster/afr: handle GF_XATTR_LOCKINFO_KEY appropriately.Raghavendra G2012-11-271-3/+0
* Preventing client crashing as the callings of GF_CALLOC has been failed.linbaiye2012-10-111-12/+48
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-6/+4
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* cluster/afr: Handle invalid inode in open_fd_fixPranith Kumar K2012-03-311-1/+5
* core: adding extra data for fopsAmar Tumballi2012-03-221-47/+67
* fops/removexattr: prevent users from removing glusterfs xattrsRajesh Amaravathi2012-03-051-9/+24
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-9/+9
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-1/+3
* complete the implementation of missing 'f**xattr()' fopsAmar Tumballi2012-01-251-4/+5
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+180