summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster/ec: honor contention notifications for partially acquired locksXavi Hernandez2019-06-281-1/+1
* ec: fix truncate lock to cover the write in tuncate cleanKinglong Mee2019-05-081-2/+6
* cluster/afr: Remove local from owners_list on failure of lock-acquisitionPranith Kumar K2019-05-084-18/+14
* cluster/dht: Request linkto xattrs in dht_rmdir opendirN Balachandran2019-04-101-1/+26
* cluster/dht: Fix lookup selfheal and rmdir raceN Balachandran2019-04-081-9/+25
* cluster/afr: Send truncate on arbiter brick from SHDkarthik-us2019-03-121-15/+13
* cluster/thin-arbiter: Consider thin-arbiter before marking new entry changelogAshish Pandey2019-02-184-19/+87
* cluster/dht: Delete invalid linkto files in rmdirN Balachandran2019-02-041-1/+4
* cluster/dht: sync brick root perms on add brickN Balachandran2018-12-261-16/+9
* afr: thin-arbiter 2 domain locking and in-memory stateRavishankar N2018-12-126-76/+679
* afr: assign gfid during name heal when no 'source' is present.Ravishankar N2018-12-124-52/+52
* afr: open_ftruncate_cbk should read fd from local->cont.open structSoumya Koduri2018-11-291-2/+2
* cluster/afr: Use 2 domain locking in SHD for thin-arbiterkarthik-us2018-11-293-89/+160
* cluster/ec: prevent infinite loop in self-heal fullXavi Hernandez2018-11-291-5/+6
* cluster/ec: Change log level to DEBUG for lookup combineAshish Pandey2018-11-141-1/+1
* all: fix the format string exceptionsAmar Tumballi2018-11-094-13/+14
* cluster/afr : Check for UP bricks before starting healAshish Pandey2018-11-083-1/+19
* afr/lease: Read child nodes from lease structureroot2018-11-081-1/+1
* afr: fix incorrect reporting of directory split-brainRavishankar N2018-10-117-16/+22
* afr: prevent winding inodelks twice for arbiter volumesRavishankar N2018-10-111-1/+1
* cluster/afr: Make data eager-lock decision based on number of locksPranith Kumar K2018-10-053-6/+47
* cluster/afr: Batch writes in same lock even when multiple fds are openPranith Kumar K2018-10-051-9/+2
* gfapi: revert several patchs that introduced pre/post attrsShyamsundarR2018-09-172-13/+12
* build: cleanup xlator link, --no-undefined, libuuidv6devKaleb S. KEITHLEY2018-09-121-8/+8
* Land part 2 of clang-format changesGluster Ant2018-09-1259-70721/+67551
* Land clang-format changesGluster Ant2018-09-1232-3929/+3873
* dht: Use snprintf instead of strncpyN Balachandran2018-09-121-9/+20
* cluster/dht: Create a linkto file if requiredN Balachandran2018-09-101-0/+30
* cluster/dht: optimize readdir for 1xn volsN Balachandran2018-09-101-12/+42
* ec-heal: remove a duplicate definition of alloca0Amar Tumballi2018-09-101-1/+0
* xlators/cluster/dht/src/tier-common.c:move to GF_MALLOC() instead of GF_CALLO...Yaniv Kaul2018-09-101-1/+1
* cluster/dht: Rework the debug xattr to get hashed subvolN Balachandran2018-09-072-28/+33
* cluster/ec: Don't update trusted.ec.version if fop succeedsAshish Pandey2018-09-071-0/+9
* cluster/ec: Improve logging for some critical error messagesAshish Pandey2018-09-073-14/+55
* xlators/cluster/dht/src/dht-common.c :move to GF_MALLOC() instead of GF_CALLO...Yaniv Kaul2018-09-071-2/+2
* multiple xlators: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-09-074-33/+30
* cluster/dht: Initialise pointers to nullN Balachandran2018-09-061-2/+2
* afr: thin-arbiter read txn changesRavishankar N2018-09-053-19/+255
* glusterd: Fix Buffer size issuesSanju Rakonde2018-09-041-3/+3
* {dht-rebalance|glusterd-geo-rep|glusterd-utils|nfs|bd}.c: no dict_del before ...Yaniv Kaul2018-09-041-1/+0
* multiple files: calloc -> mallocYaniv Kaul2018-09-047-41/+50
* 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
* cluster/dht: In rename, unlink after creating linkto fileN Balachandran2018-09-031-122/+132
* cluster/ec: Fix Coverity issueAshish Pandey2018-08-312-42/+0
* xlators/cluster/dht/src/dht-common.c: simplify some if statementsYaniv Kaul2018-08-311-48/+52
* build: add --enable-asan configure optionsNiels de Vos2018-08-301-1/+1
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-293-4/+4
* cluster/afr: Coverity fixes in afrkarthik-us2018-08-292-3/+5
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-293-10/+10