summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
Commit message (Expand)AuthorAgeFilesLines
...
* afr/shd: Cleanup self heal daemon resources during afr finiMohammed Rafi KC2019-02-122-0/+59
* cluster/thin-arbiter: Consider thin-arbiter before marking new entry changelogAshish Pandey2019-02-014-19/+87
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-292-12/+13
* afr: not resolve splitbrains when copies are of same sizeIraj Jamali2019-01-221-18/+25
* afr: Splitbrain with size as policy must not resolve for directorySheetal Pamecha2019-01-211-2/+12
* cluster/afr: fix zerofill transaction.startXiubo Li2019-01-141-1/+1
* afr : fix memory leakSunny Kumar2019-01-111-23/+15
* cluster/afr: Disable client side heals in AFR by default.Sunil Kumar Acharya2019-01-101-3/+3
* cluster/afr: Refactor internal locking code to allow multiple inodelksPranith Kumar K2018-12-286-798/+366
* cluster/afr: Allow lookup on root if it is from ADD_REPLICA_MOUNTkarthik-us2018-12-187-30/+78
* xlators/cluster/afr/src/afr-self-heal-common.c: remove a variable array.Yaniv Kaul2018-12-181-10/+6
* Don't depend on string options to be valid alwaysPranith Kumar K2018-12-175-41/+56
* AFR xlator: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-12-1712-203/+282
* cluster/afr: Fix mem leak reported by ASANKotresh HR2018-12-171-4/+39
* afr: some minor itable related cleanupsRavishankar N2018-12-124-12/+17
* cluster/afr: Do not update read_subvol in inode_ctx after rename/link fopkarthik-us2018-12-121-1/+3
* afr: Resource leak coverity fixesBhumika Goyal2018-12-111-2/+13
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-2/+17
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0517-102/+102
* afr: assign gfid during name heal when no 'source' is present.Ravishankar N2018-12-034-52/+52
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-17/+1
* afr: open_ftruncate_cbk should read fd from local->cont.open structSoumya Koduri2018-11-151-2/+2
* 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-256-76/+679
* cluster/afr : Check for UP bricks before starting healAshish Pandey2018-10-243-1/+19
* libglusterfs/dict: Add sizeof()-1 variants of dict functionsPranith Kumar K2018-10-151-4/+4
* afr: prevent winding inodelks twice for arbiter volumesRavishankar N2018-10-101-1/+1
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-102-26/+30
* Quota related files: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-09-261-1/+2
* afr: fix incorrect reporting of directory split-brainRavishankar N2018-09-217-16/+22
* cluster/afr: Make data eager-lock decision based on number of locksPranith Kumar K2018-09-213-6/+47
* cluster/afr: Use 2 domain locking in SHD for thin-arbiterkarthik-us2018-09-203-91/+162
* cluster/afr: Batch writes in same lock even when multiple fds are openPranith Kumar K2018-09-191-9/+2
* Land part 2 of clang-format changesGluster Ant2018-09-1216-20572/+19717
* Land clang-format changesGluster Ant2018-09-1210-1326/+1303
* multiple xlators: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-09-071-14/+11
* afr: thin-arbiter read txn changesRavishankar N2018-09-053-19/+255
* glusterd: Fix Buffer size issuesSanju Rakonde2018-09-041-3/+3
* multiple files: calloc -> mallocYaniv Kaul2018-09-042-13/+15
* xlators/cluster/afr/src/afr-inode-read.c: move to GF_MALLOC() instead of GF_C...Yaniv Kaul2018-09-041-1/+1
* cluster/afr: Delegate name-heal when possiblePranith Kumar K2018-09-042-27/+85
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-291-2/+4
* cluster/afr: Coverity fixes in afrkarthik-us2018-08-292-3/+5
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-291-7/+7
* cluster/afr: Delegate metadata heal with pending xattrs to SHDPranith Kumar K2018-08-283-38/+47
* afr: common thin-arbiter functionsRavishankar N2018-08-236-12/+173
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-225-13/+13
* afr: switch lk_owner only when pre-op succeedsRavishankar N2018-07-181-10/+10