summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* performance/quick-read: handle rollover of generation counterRaghavendra G2018-08-132-36/+108
* glusterd: compare friend data within mutexAtin Mukherjee2018-08-133-41/+48
* glusterd: Compare volume_id before start/attach a brickMohit Agrawal2018-08-101-20/+27
* glusterd: more stricter checks of if brick is running in multiplex modeAtin Mukherjee2018-08-091-32/+39
* performance/quick-read: don't update with stale data after invalidationRaghavendra G2018-08-042-44/+233
* posix: prevent crash when SEEK_DATA/HOLE is not supportedXavi Hernandez2018-08-032-4/+4
* Revert "performance/readdir-ahead: Invalidate cached dentries if they're modi...Raghavendra G2018-08-034-599/+21
* performance/ob: stringent synchronization between rename/unlink and openRaghavendra G2018-08-032-67/+330
* glusterd: Bricks of a normal volumes should not attach to gluster_shared_stor...Sanju Rakonde2018-08-031-0/+14
* performance/open-behind: don't use anonymous fds for reads by defaultRaghavendra G2018-08-021-1/+1
* performance/md-cache: update cache only from fops issued after previous inval...Raghavendra G2018-08-021-98/+238
* performance/write-behind: synchronize rename with cached writes on srcRaghavendra G2018-08-021-0/+40
* performance/write-behind: better invalidation in readdirpRaghavendra G2018-07-281-23/+28
* performance/readdir-ahead: Invalidate cached dentries if they're modified whi...Krutika Dhananjay2018-07-284-21/+599
* build: rename event.h to gf-event.hNiels de Vos2018-07-274-4/+4
* stack: Reduce stack usage for local variables to store tmpfile namesShyamsundarR2018-07-273-20/+61
* coverity: Ignore most of SECURE_TEMP issuesShyamsundarR2018-07-274-0/+6
* glusterd: Add multiple checks before attach/start a brickMohit Agrawal2018-07-274-49/+226
* sdfs: Fix missing NULL option list treminationShyamsundarR2018-07-251-0/+1
* glusterd: Coverity issues with type FORWARD_NULLSanju Rakonde2018-07-244-11/+11
* glusterd: Deadcode Coverity issueOshank Kumar2018-07-241-2/+0
* features/shard: Make lru limit of inode list configurableKrutika Dhananjay2018-07-233-4/+27
* storage/posix: Avoid log flood in posix_set_parent_ctime()Vijay Bellur2018-07-231-4/+0
* geo-rep : fix possible crashSunny Kumar2018-07-231-2/+5
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-234-6/+5
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-2292-217/+217
* quota: new volume set option to track of quota in GD2Hari Gowtham2018-07-211-0/+10
* glusterd-quota.c: fix coverity warning (BAD_COMPARE)Yaniv Kaul2018-07-201-1/+1
* performance/read-ahead: stricter adherence to force-atime-updateRaghavendra G2018-07-191-12/+18
* posix: check before removing stale symlinkRavishankar N2018-07-191-4/+8
* cluster/dht: Set loc->gfid before healing attrN Balachandran2018-07-181-1/+2
* afr: switch lk_owner only when pre-op succeedsRavishankar N2018-07-182-15/+10
* glusterd: memory leak in get-stateSanju Rakonde2018-07-181-34/+19
* dht: remove useless argument from dht_iatt_mergeKinglong Mee2018-07-187-88/+78
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-171-2/+1
* tier: Move time string formattingYaniv Kaul2018-07-171-7/+10
* glusterd-store: fix coverity warningYaniv Kaul2018-07-172-70/+63
* cluster/afr: Mark dirty for entry transactions for quorum failureskarthik-us2018-07-161-11/+51
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-161-0/+15
* add check if no matching password record was found with getpwuid_r(uid)Vitaly Lipatov2018-07-131-0/+5
* glusterd: To find a compatible brick ignore diagnostics.brick-log-level optionMohit Agrawal2018-07-131-0/+4
* Quota: Fix crawling of filesSanoj Unnikrishnan2018-07-131-1/+3
* core/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-07-121-1/+1
* snapshot : remove stale entrySunny Kumar2018-07-121-0/+38
* glusterd: _is_prefix should handle 0-length pathsKaushal M2018-07-111-0/+9
* glusterd: log improvements on brick creation validationAtin Mukherjee2018-07-111-2/+15
* md-cache: Do not invalidate cache post set/remove xattrPoornima G2018-07-118-68/+206
* server: Set ssl-allow option in options table and rename IDPrashanth Pai2018-07-111-1/+13
* dht: Inconsistent permission for directories after brick stop/startMohit Agrawal2018-07-113-9/+77
* Fix compile warningsXavi Hernandez2018-07-1032-600/+1345