summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* md-cache: fix several NULL dereferencesXavi Hernandez2020-05-091-66/+129
* afr: event gen changesRavishankar N2020-05-093-78/+25
* md-cache: avoid clearing cache when not necessaryXavi Hernandez2020-05-091-72/+93
* fuse: degrade logging of write failure to fuse deviceCsaba Henk2020-05-052-7/+80
* posix: log aio_error return codes in posix_fs_health_checkMohit Agrawal2020-04-141-3/+2
* mount/fuse: Wait for 'mount' child to exit before dyingPranith Kumar K2020-04-141-0/+27
* features/utime: Don't access frame after stack-windPranith Kumar K2020-04-071-15/+20
* write-behind: fix data corruptionXavi Hernandez2020-04-071-2/+2
* utime: resolve an issue of permission denied logsAmar Tumballi2020-04-071-0/+10
* features/shard: Fix crash during shards cleanup in error casesKrutika Dhananjay2020-04-071-2/+9
* afr: mark pending xattrs as a part of metadata healRavishankar N2020-04-071-1/+61
* open-behind: fix missing fd referenceXavi Hernandez2020-04-071-11/+16
* cluster/ec: Change handling of heal failure to avoid crashAshish Pandey2020-03-172-13/+13
* glusterd: Brick process fails to come up with brickmux onVishal Pandey2020-03-171-6/+8
* glusterd: stop stale bricks during handshaking in brick mux modeAtin Mukherjee2020-03-164-9/+55
* multiple: fix bad type castXavi Hernandez2020-03-166-21/+42
* cluster/afr: fix race when bricks come upXavi Hernandez2020-03-163-6/+9
* cluster/ec: skip updating ctx->loc again when ec_fix_open/opendirKinglong Mee2020-03-162-10/+14
* afr: prevent spurious entry heals leading to gfid split-brainRavishankar N2020-02-255-15/+7
* cluster/thin-arbiter: Wait for TA connection before ta-file lookupAshish Pandey2020-02-181-19/+21
* volgen: make thin-arbiter name unique in 'pending-xattr' optionAmar Tumballi2020-02-171-2/+12
* tests: Fix spurious self-heald.t failurePranith Kumar K2020-02-131-23/+15
* server: Mount fails after reboot 1/3 gluster nodesMohit Agrawal2020-02-102-16/+28
* Fix possible resource leaks.Xi Jinyu2020-02-101-0/+3
* To fix readdir-ahead memory leakHuangShujun2020-01-101-0/+1
* afr: expose cluster.optimistic-change-log to CLI.Ravishankar N2020-01-092-0/+7
* system/posix-acl: update ctx only if iatt is non-NULLHomma2019-12-201-0/+8
* performance/md-cache: Do not skip caching of null character xattr valuesAnoop C S2019-12-192-20/+23
* afr: make heal info locklessRavishankar N2019-12-166-217/+326
* cluster/dht: Correct fd processing loopN Balachandran2019-11-261-22/+62
* gnfs: use strcpy to prevent memory overflowXie Changlong2019-11-221-1/+1
* cluster/afr: Heal entries when there is a source & no healed_sinkskarthik-us2019-11-141-0/+15
* tests/shard: fix tests/bugs/shard/unlinks-and-renames.t failureSheetal Pamecha2019-11-131-0/+1
* afr: support split-brain CLI for replica 3Ravishankar N2019-11-132-2/+4
* dht: Rebalance causing IO Error - File descriptor in bad stateMohit Agrawal2019-11-135-17/+116
* Detach iot_worker to release its resourcesLiguang Li2019-11-131-0/+1
* perf/write-behind: Clear frame->local on conflict errorv7.0rc3N Balachandran2019-09-271-0/+4
* ctime/rebalance: Heal ctime xattr on directory during rebalanceKotresh HR2019-09-169-52/+132
* glusterd: fix use-after-free of a dict_tXavi Hernandez2019-09-151-1/+1
* afr/lookup: Pass xattr_req in while doing a selfheal in lookupMohammed Rafi KC2019-09-113-5/+16
* glusterd: IPV6 hostname address is not parsed correctlyMohit Agrawal2019-09-061-5/+11
* [RFC] change get_real_filename implementation to use ENOATTR instead of ENOENTMichael Adam2019-09-032-6/+6
* afr: wake up index healer threadsRavishankar N2019-08-305-11/+25
* ctime: Fix incorrect realtime passed to frame->root->ctimeKotresh HR2019-08-281-1/+1
* ctime: Fix ctime issue with utime family of syscallsKotresh HR2019-08-274-52/+68
* fuse: add missing GF_FREE to fuse_interruptCsaba Henk2019-08-271-1/+4
* storage/posix: set the op_errno to proper errno during gfid setv7.0rc0Raghavendra Bhat2019-08-221-0/+1
* cluster/ec: Update lock->good_mask on parent fop failurePranith Kumar K2019-08-222-0/+4
* cluster/ec: Fix reopen flags to avoid misbehaviorPranith Kumar K2019-08-222-3/+8
* cluster/ec: Always read from good-maskPranith Kumar K2019-08-222-5/+25