summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
Commit message (Expand)AuthorAgeFilesLines
* afr: simplify afr_has_quorum()Yaniv Kaul2020-01-021-26/+7
* afr: make heal info locklessRavishankar N2019-12-121-200/+168
* Revert "afr: make heal info lockless"Ravishankar N2019-11-281-138/+65
* afr: make heal info locklessRavishankar N2019-11-281-65/+138
* afr: fix log floodingRavishankar N2019-11-161-0/+2
* afr: lock healing changesRavishankar N2019-10-301-35/+783
* cluster/afr: Take a copy of xattr-reqPranith Kumar K2019-10-301-2/+7
* afr: support split-brain CLI for replica 3Ravishankar N2019-10-091-1/+2
* afr: replace afr_frame_return() when possible with direct callYaniv Kaul2019-10-071-8/+5
* afr-common.c, afr-self-heal.h: calloc/alloca0 -> malloc/allocaYaniv Kaul2019-09-201-1/+1
* afr/lookup: Pass xattr_req in while doing a selfheal in lookupMohammed Rafi KC2019-09-051-2/+6
* afr: wake up index healer threadsRavishankar N2019-08-301-4/+2
* cluster/afr - Unused variablesBarak Sason2019-08-241-3/+8
* Multiple files: get trivial stuff done before lockYaniv Kaul2019-08-011-6/+4
* cluster/ta: Notify the clients only if there are pending healskarthik-us2019-07-121-0/+21
* afr/read: Implement latency based read child selectionMohammed Rafi KC2019-06-201-21/+80
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-2/+0
* afr: thin-arbiter lock release fixesRavishankar N2019-05-101-1/+11
* cluster/afr: Set lk-owner before inodelk/entrylk/lkPranith Kumar K2019-04-221-18/+19
* cluster/afr: Remove local from owners_list on failure of lock-acquisitionPranith Kumar K2019-04-151-4/+4
* cluster/afr: Invalidate inode on change of split-brain-choicePranith Kumar K2019-04-051-4/+1
* cluster/afr: Send inodelk/entrylk with non-zero lk-ownerPranith Kumar K2019-04-021-1/+16
* afr: thin-arbiter read txn fixesRavishankar N2019-03-291-7/+13
* afr: add client-pid to all gf_event() callsRavishankar N2019-03-271-4/+8
* cluster/afr: Add quorum checks to open & opendir fopskarthik-us2019-03-081-0/+18
* cluster/thin-arbiter: Consider thin-arbiter before marking new entry changelogAshish Pandey2019-02-011-0/+1
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-8/+7
* afr : fix memory leakSunny Kumar2019-01-111-23/+15
* cluster/afr: Refactor internal locking code to allow multiple inodelksPranith Kumar K2018-12-281-8/+1
* cluster/afr: Allow lookup on root if it is from ADD_REPLICA_MOUNTkarthik-us2018-12-181-21/+62
* Don't depend on string options to be valid alwaysPranith Kumar K2018-12-171-13/+9
* AFR xlator: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-12-171-48/+67
* cluster/afr: Fix mem leak reported by ASANKotresh HR2018-12-171-4/+39
* afr: some minor itable related cleanupsRavishankar N2018-12-121-2/+0
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-15/+15
* cluster/afr: s/uuid_is_null/gf_uuid_is_nullPranith Kumar K2018-11-071-1/+1
* all: fix the format string exceptionsAmar Tumballi2018-11-051-2/+2
* afr/lease: Read child nodes from lease structureroot2018-10-251-1/+1
* afr: thin-arbiter 2 domain locking and in-memory stateRavishankar N2018-10-251-47/+157
* cluster/afr : Check for UP bricks before starting healAshish Pandey2018-10-241-1/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-14/+17
* afr: fix incorrect reporting of directory split-brainRavishankar N2018-09-211-7/+7
* cluster/afr: Use 2 domain locking in SHD for thin-arbiterkarthik-us2018-09-201-3/+4
* Land part 2 of clang-format changesGluster Ant2018-09-121-5428/+5257
* multiple xlators: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-09-071-14/+11
* afr: thin-arbiter read txn changesRavishankar N2018-09-051-0/+22
* glusterd: Fix Buffer size issuesSanju Rakonde2018-09-041-3/+3
* cluster/afr: Delegate name-heal when possiblePranith Kumar K2018-09-041-24/+76
* cluster/afr: Coverity fixes in afrkarthik-us2018-08-291-2/+0
* cluster/afr: Delegate metadata heal with pending xattrs to SHDPranith Kumar K2018-08-281-0/+44