summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* features/shard: Fix EIO error on add-brickrelease-3.9Krutika Dhananjay2017-02-272-19/+154
* features/shard: Put onus of choosing the inode to resolve on individual fopsKrutika Dhananjay2017-02-272-26/+21
* cluster/ec: Change log level of messages to DEBUGSunil Kumar Acharya2017-02-201-5/+7
* protocol/client: Fix double free of client fdctx destroyRavishankar N2017-02-203-34/+33
* nfs: revalidate lookup converted to fresh lookupMohammed Rafi KC2017-02-164-10/+15
* afr: all children of AFR must be up to resolve s-brainRavishankar N2017-02-153-15/+61
* snapshot: Fix restore rollback to reassign snap volume ids to bricksAvra Sengupta2017-02-036-5/+163
* debug/trace: Print entries' iatts in readdirp cbkKrutika Dhananjay2017-02-011-2/+16
* upcall: Resolve dict leak from up_(f)removexattr in upcall code pathMohit Agrawal2017-01-311-22/+14
* features/changelog: Fix htime xattr during brick crashKotresh HR2017-01-311-1/+30
* Upcall: Fix possible memleak when inode_ctx_set failsSoumya Koduri2017-01-241-0/+1
* cluster/ec: Do not start heal on good file while IO is going onAshish Pandey2017-01-232-4/+41
* cluster/disperse: Do not log fop failed for lockless fopsAshish Pandey2017-01-231-7/+9
* cluster/dht: Do rename cleanup as rootPranith Kumar K2017-01-191-0/+1
* cluster/ec: Do lookup on an existing file in linkPranith Kumar K2017-01-183-17/+18
* ec: Invalidations in disperse volume should not update the statPoornima G2017-01-173-4/+16
* cluster/afr: Remove backward compatibility for locks with v1Pranith Kumar K2017-01-172-69/+13
* cluster/afr: Do not log of split-brain when there isn't oneKrutika Dhananjay2017-01-133-24/+21
* mount/fuse: Fix the place where graph-switch event is loggedKrutika Dhananjay2017-01-131-3/+4
* afr: Avoid resetting event_gen when brick is always downRavishankar N2017-01-133-19/+17
* storage/posix: Do not create a directory which already existAshish Pandey2017-01-111-1/+8
* cluster/ec: Check xdata to avoid memory leakAshish Pandey2017-01-111-0/+3
* glusterd/geo-rep: Fix geo-rep config issueKotresh HR2017-01-101-14/+0
* posix: make sure atime and mtime are set when calling lutimes()Niels de Vos2017-01-081-6/+20
* glusterd (geo-rep): fix unused variable warnings/errorsKaleb S. KEITHLEY2017-01-081-18/+4
* geo-rep: Do not restart workers when log-rsync-performance config changeAravinda VK2017-01-051-0/+2
* dht/md-cache: Filter invalidate if the file is made a linkto filePoornima G2017-01-042-1/+58
* cluster/dht: Fix memory corruption while accessing regex stored inRaghavendra G2017-01-033-45/+64
* uss: snapd should enable SSL if SSL is enabled on volumeRajesh Joseph2017-01-021-0/+15
* cluster/afr: Fix missing name indices due to EEXIST errorKrutika Dhananjay2016-12-281-0/+10
* afr: use accused matrix instead of readable matrix for deciding healsRavishankar N2016-12-281-1/+1
* afr: Ignore event_generation checks post inode refresh for write txnsRavishankar N2016-12-263-1/+4
* client,server: Free xdr-allocated compound req/rsp arraysKrutika Dhananjay2016-12-222-1/+2
* cluster/ec: Healing should not start if only "data" bricks are UPAshish Pandey2016-12-211-11/+17
* afr: fix bug in passing child index in afr_inode_write_fillRavishankar N2016-12-211-4/+3
* protocol/client: Fix potential mem-leaksKrutika Dhananjay2016-12-202-4/+1
* afr, client: More mem-leak fixes in COMPOUND fop cbkKrutika Dhananjay2016-12-207-292/+196
* upcall: Fix 'use after free' in a log messageNiels de Vos2016-12-191-3/+5
* snapshot/ganesha: Copy export.conf, only if ganesha.enable is on.Avra Sengupta2016-12-181-13/+25
* protocol/client: fix op_errno handling, was unused variableKaleb S. KEITHLEY2016-12-181-5/+9
* glusterd: use GF_BRICK_STOPPING as intermediate brickinfo->status stateAtin Mukherjee2016-12-142-1/+3
* glusterd/geo-rep: Fix glusterd crashKotresh HR2016-12-142-3/+12
* cluster/ec: Fix lk-owner set race in ec_unlockPranith Kumar K2016-12-146-34/+42
* protocol/server: Remove unused variableAnoop C S2016-12-131-2/+0
* protocol/server: Print error-xlator namePranith Kumar K2016-12-131-182/+255
* protocol/server: Print pargfid in logs for rename errorPranith Kumar K2016-12-131-2/+2
* glusterd: Handle volinfo->refcnt properly during volume start commandAvra Sengupta2016-12-131-10/+10
* afr,dht,ec: Replace GF_EVENT_CHILD_MODIFIED with event SOME_DESCENDENT_DOWN/UPPoornima G2016-12-135-34/+28
* afr: Fix the EIO that can occur in afr_inode_refresh as a resultPoornima G2016-12-134-18/+84
* afr: allow I/O when favorite-child-policy is enabledRavishankar N2016-12-128-61/+387