summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-transaction.c
Commit message (Expand)AuthorAgeFilesLines
* afr: propagate correct errno for fop failures in arbiterRavishankar N2017-05-171-11/+12
* afr: don't do a post-op on a brick if op failedRavishankar N2017-04-291-2/+10
* cluster/afr: Do not log of split-brain when there isn't oneKrutika Dhananjay2017-01-161-7/+1
* afr: allow I/O when favorite-child-policy is enabledRavishankar N2017-01-081-8/+1
* cluster/afr: Fix missing name indices due to EEXIST errorKrutika Dhananjay2016-12-291-0/+10
* cluster/afr: Fix per-txn optimistic changelog initialisationKrutika Dhananjay2016-12-131-24/+69
* cluster/afr: When failing fop due to lack of quorum, also log error stringKrutika Dhananjay2016-11-111-11/+12
* afr: Take full locks in arbiter only for data transactionsRavishankar N2016-10-151-1/+2
* cluster/afr: Prevent split-brain when bricks are brought off and on in cyclic...Krutika Dhananjay2016-08-221-0/+7
* cluster/afr: Bug fixes in txn codepathKrutika Dhananjay2016-08-171-2/+2
* core, shard: Make shards inherit main file's O_DIRECT flag if presentKrutika Dhananjay2016-06-271-1/+2
* cluster/afr: Unwind with xdata in inode-write fopsPranith Kumar K2016-06-131-1/+2
* afr: Consider ENOSPC and EDQUOT as symmetric errorsRavishankar N2016-06-131-5/+1
* cluster/afr: Unwind xdata_rsp even in case of failuresPranith Kumar K2016-06-101-0/+71
* cluster/afr: Refresh inode for inode-write fops in needPranith Kumar K2016-05-241-24/+71
* cluster/afr: If possible give errno received from lower xlatorsPranith Kumar K2016-05-241-1/+3
* cluster/afr : Do post-op in case of symmetric errorsAnuradha Talur2016-05-241-2/+6
* cluster/afr: Don't let NFS cache stat after writesPranith Kumar K2016-05-141-2/+44
* afr/index: changes for granular entry self-healRavishankar N2016-04-301-9/+84
* arbiter: write performance improvementRavishankar N2016-04-111-4/+12
* all: fixes for clang compile warningsKaleb S KEITHLEY2016-02-151-1/+1
* afr: wind writes only on subvols where preop succeededRavishankar N2015-10-261-2/+4
* afr: do not wind write if pre-op fails on all childrenRavishankar N2015-10-201-1/+5
* afr: Unset dirty xattr after setting pending xattr during post-opRavishankar N2015-09-021-13/+13
* afr: modify afr_txn_nothing_failed()Ravishankar N2015-08-251-12/+3
* afr: Porting messages to new logging frameworkarao2015-06-271-19/+29
* afr: Block fops when file is in split-brainRavishankar N2015-06-261-0/+7
* afr: add arbitration supportRavishankar N2015-05-051-31/+152
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-1/+1
* cluster/afr: Implementation of quorum-readsPranith Kumar K2015-03-051-2/+9
* afr: coverity fixesRavishankar N2014-12-231-2/+2
* cluster/afr: Preserve errno in case of failures on all subvolsPranith Kumar K2014-11-051-5/+16
* cluster/afr: Set all the xattrs needed by index xlatorAnuradha2014-09-161-26/+20
* cluster/afr: move messages to new logging frameworkRavishankar N2014-05-171-2/+3
* cluster/afr: Fix bugs in quorum implementationPranith Kumar K2014-05-141-2/+142
* cluster/afr: Remove eager-lock stub on finodelk failurePranith Kumar K2014-04-021-6/+2
* cluster/afr: refactorAnand Avati2014-03-221-847/+610
* libglusterfs: Add monotonic clocking counter for timer threadHarshavardhana2013-10-151-2/+2
* cluster/afr: Add special handling for failure postopsPranith Kumar K2013-08-281-0/+56
* cluster/afr: Don't delay post op in cases of failuresPranith Kumar K2013-08-281-7/+23
* cluster/afr: Disable eager-lock if open-fd-count > 1Pranith Kumar K2013-08-021-2/+34
* storage/posix: implement batched fsync in a single threadAnand Avati2013-07-231-1/+10
* cluster/afr: Refactor inodelk to handle multiple domainsPranith Kumar K2013-07-031-274/+291
* cluster/afr: Provide an option to disable afr durabilityPranith Kumar K2013-07-031-3/+11
* cluster/afr: post-op should complete before starting flushPranith Kumar K2013-07-031-2/+2
* cluster/afr: Handle NULL fdctx in fsyncPranith Kumar K2013-06-271-1/+4
* cluster/afr: Fix fd/memory leak on fsyncPranith Kumar K2013-06-241-1/+1
* cluster/afr: Perform delayed changelog wakeups for anon fdPranith Kumar K2013-06-201-0/+3
* cluster/afr: Added documentation for eager-lock checkPranith Kumar K2013-04-221-0/+17
* afr: let eager-locking do its own overlap checksAnand Avati2013-04-051-0/+78