summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* glusterd: Nullify pmap entry for bricks belonging to same portAtin Mukherjee2018-01-031-1/+1
* mount/fuse: use fstat in getattr implementation if any opened fd is availableRaghavendra G2018-01-031-1/+1
* Revert "mount/fuse: report ESTALE as ENOENT"Raghavendra G2018-01-021-3/+0
* mount/fuse: never fail open(dir) with ENOENTRaghavendra G2018-01-021-0/+7
* performance/write-behind: fix bug while handling short writesRaghavendra G2017-12-261-2/+3
* glusterd: Free up svc->conn on volume deleteAtin Mukherjee2017-12-071-0/+4
* features/locks: Fix memory leaksXavier Hernandez2017-11-275-5/+11
* cluster/afr: Honor default timeout of 5min for analyzing split-brain fileskarthik-us2017-11-271-1/+5
* glusterd: use sys_lstat instead of lstatJeff Darcy2017-11-011-1/+1
* glusterd: delete source brick only once in reset-brick commit forceAtin Mukherjee2017-10-311-1/+1
* glusterd: clean up portmap on brick disconnectAtin Mukherjee2017-10-314-16/+53
* glusterd: persist brickinfo's port change into glusterd's storeGaurav Yadav2017-10-315-10/+62
* md-cache: Use correct xattr keynames for virtual glusterfs ACLs.Günther Deschner2017-10-251-2/+8
* libgfchangelog: Fix possible null pointer dereferenceKotresh HR2017-10-251-6/+6
* glusterd: Gluster should keep PID file in correct locationGaurav Kumar Garg2017-10-256-24/+152
* features/worm: Adding check to newloc when doing renameluneo72017-10-251-2/+16
* md-cache: avoid checking the xattr value buffer with string functions.Günther Deschner2017-10-251-1/+1
* afr: don't check for file size in afr_mark_source_sinks_if_file_emptyRavishankar N2017-10-051-6/+7
* cluster/dht: EBADF handling for fremovexattr and fsetxattrN Balachandran2017-10-033-3/+44
* mount/fuse: Make event-history feature configurableKrutika Dhananjay2017-10-023-14/+41
* afr: auto-resolve split-brains for zero-byte filesRavishankar N2017-10-023-0/+79
* dht: add FOP check to dht_file_setattr_cbkRavishankar N2017-09-291-2/+2
* posix: add sanity checks for removing the gfid symlink for directoriesRavishankar N2017-09-231-14/+56
* afr: Prevent null gfids in self-heal entry re-creationRavishankar N2017-09-171-3/+11
* afr: heal metadata in discover code pathRavishankar N2017-09-172-17/+46
* glusterd: fix invalid memory reference returnedXavier Hernandez2017-09-171-2/+9
* posix: add null gfid checksRavishankar N2017-09-174-0/+50
* afr: check validity of afr_replyRavishankar N2017-09-175-47/+71
* features/shard: Return aggregated size in stbuf of LINK fopKrutika Dhananjay2017-09-171-2/+42
* features/shard: Increment counts in locksPranith Kumar K2017-09-171-2/+10
* glusterd : glusterd fails to start when peer's network interface is downGaurav Yadav2017-09-173-2/+17
* cluster/dht: Check for open fd only on EBADFN Balachandran2017-09-174-160/+160
* cluster/ec: Node uuid xattr support update for ECSunil Kumar Acharya2017-09-132-6/+23
* xlators/ganesha : remove ganesha xlator code from 3.10Jiffin Tony Thottan2017-09-071-19/+0
* cluster/ec: return all node uuids from all subvolumesXavier Hernandez2017-09-012-105/+141
* nfs: add NULL check for call state in nfs3_call_state_wipeJiffin Tony Thottan2017-08-111-3/+4
* cluster/rebalance: Fix hardlink migration failuresSusant Palai2017-08-112-15/+82
* cluster/dht: fix on demand migration files from clientSusant Palai2017-08-114-20/+35
* cluster/dht: initialize throttle option "normal" to same in init and reconfigureSusant Palai2017-08-111-77/+52
* cluster/dht: Make rebalance throttle option tuned by numberSusant Palai2017-08-114-30/+138
* cluster/dht: rebalance perf enhancementSusant Palai2017-08-112-108/+246
* cluster/dht: correct space check for rebalanceSusant Palai2017-08-111-1/+1
* cluster/dht: Skip file migration if the subvol that meets min-free-diskSusant Palai2017-08-113-25/+92
* cluster/dht: Make rebalance honor min-free-diskSusant Palai2017-08-114-17/+235
* nfs/nlm: keep track of the call-state and frame for notificationsNiels de Vos2017-08-112-24/+84
* dht/rebalance: Crawler performance improvementSusant Palai2017-08-111-127/+33
* nfs/nlm: use refcounting for nfs3_call_state_tNiels de Vos2017-08-111-11/+35
* refcount: typecast function for calling on freeNiels de Vos2017-08-113-14/+4
* performance/io-cache: update inode contexts of each entry in readdirplusRaghavendra G2017-08-113-39/+67
* nfs/nlm: handle reconnect for non-NLM4_LOCK requestsNiels de Vos2017-08-111-22/+79