summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* glusterd: Fix management encryption issues with GlusterDv3.6.4Kaushal M2015-07-132-8/+18
* glusterd: use a real host name (instead of numeric) when we have oneJeff Darcy2015-07-121-0/+6
* glusterd: Store peerinfo after updating hostnamesKaushal M2015-07-101-0/+4
* protocol/server: Correctly reconfigure auth.ssl-allowKaushal M2015-07-101-0/+2
* cluster/afr: Do not attempt entry self-heal if the last lookup on entry faile...Krutika Dhananjay2015-06-181-1/+8
* afr: allow readdir to proceed for directories in split-brainv3.6.4beta2Ravishankar N2015-06-151-18/+22
* afr: honour selfheal enable/disable volume set optionsRavishankar N2015-06-152-4/+22
* core: fix Ubuntu code audit (cppcheck) resultsKaleb S. KEITHLEY2015-06-1010-33/+58
* cluster/afr: Treat op_ret >= 0 as success in afr_final_errno()Krutika Dhananjay2015-06-031-1/+1
* fuse: squash 64-bit inodes in readdirp when enable-ino32 is setNiels de Vos2015-06-033-4/+9
* glusterd: Maintain local xaction_peer list for op-smAtin Mukherjee2015-05-287-38/+64
* posix: handle failure from posix_resolvevmallika2015-05-271-0/+4
* quota: Validate NULL inode from the entries received in readdirp_cbkvmallika2015-05-212-6/+13
* build: only include sys/sysctl.h when sysctl() is usedKaleb S. KEITHLEY2015-05-191-1/+1
* Fix case mistake for MKDIR_P in MakefilesEmmanuel Dreyfus2015-05-191-1/+1
* Tests: fix spurious failure in read-subvol-entry.tEmmanuel Dreyfus2015-05-191-1/+1
* features/glupy: fix file locationsJeff Darcy2015-05-193-2/+10
* cluster/dht: Unwind with proper op_retRaghavendra Talur2015-05-041-12/+86
* quota : Fix smoke test failure.Sachin Pandit2015-04-161-0/+6
* ec: Special handling of anonymous fdv3.6.3beta2Xavier Hernandez2015-03-301-11/+11
* cluster/ec: Wait for all bricks to notify before notifying parentPranith Kumar K2015-03-301-14/+34
* cluster/ec: Handle CHILD UP/DOWN in all casesPranith Kumar K2015-03-302-104/+134
* cluster/afr: serialize inode locksPranith Kumar K2015-03-252-60/+186
* cluster/afr: Make read child match check in afr optionalKrutika Dhananjay2015-03-254-0/+27
* afr: remove stale index entriesRavishankar N2015-03-252-3/+66
* Quota: Build ancestry in the lookupvmallika2015-03-253-10/+113
* glusterd: don't start gluster-nfs when NFS is disabledKrishnan Parthasarathi2015-03-251-1/+27
* cluster/afr: Convert quota size from n/w to host order before useKrutika Dhananjay2015-03-161-0/+4
* cluster/afr: Handle getxattr of quota-size keyPranith Kumar K2015-03-143-61/+103
* cluster/afr: Do not increment healed_count if no healing was performedKrutika Dhananjay2015-03-146-26/+79
* glusterd/quota : remove quota-deem-statfs and quota-timeout values when quota...Sachin Pandit2015-03-131-1/+3
* nfs: prevent logging missing 'system.posix_acl_access' xattrsNiels de Vos2015-03-091-0/+4
* Replace /dev/stderr with >&2 in mount scriptsNiels de Vos2015-03-072-9/+12
* nfs: prevent logging missing 'system.posix_acl_*' xattrsNiels de Vos2015-03-071-1/+4
* features/marker: log message clean upVijay Bellur2015-03-042-21/+18
* afr: stop encoding subvolume id in readdir d_offAnand Avati2015-03-033-131/+23
* glusterd : release cluster wide locks in op-sm during failuresAtin Mukherjee2015-03-034-69/+183
* glusterd: Maintain per transaction xaction_peers list in syncop & mgmt_v3Atin Mukherjee2015-02-269-166/+275
* protocol: Log ENODATA & ENOATTR logs at DEBUG loglevel in removexattr_cbk.Vijay Bellur2015-02-242-4/+16
* cluster/afr: Crawl should continue on self-heal failuresPranith Kumar K2015-02-221-3/+2
* glusterd: Fix spurious volume delete failurev3.6.3beta1Emmanuel Dreyfus2015-02-111-1/+6
* storage/posix: Don't try to set gfid in case of INTERNAL-mknodPranith Kumar K2015-02-111-7/+12
* storage/posix: Set gfid after all xattrs, uid/gid are setPranith Kumar K2015-02-111-32/+32
* ec: Don't use inodelk on getxattr when clearing locksXavier Hernandez2015-02-112-9/+12
* ec: Fix posix compliance failuresXavier Hernandez2015-02-116-87/+101
* afr : Fixes to 59ba78ae1461651e290ce72013786d828545d4c1Anuradha2015-02-111-0/+4
* cluster/afr: When parent and entry read subvols are different, set entry->ino...Krutika Dhananjay2015-02-112-23/+94
* ec: Fix failures with missing filesXavier Hernandez2015-02-112-102/+26
* cluster/ec: Do not modify quota, selinux xattrs in healingPranith Kumar K2015-02-041-14/+38
* cluster/ec: Handle internal xattr get/setPranith Kumar K2015-02-046-115/+188