summaryrefslogtreecommitdiffstats
path: root/xlators/features
Commit message (Expand)AuthorAgeFilesLines
* locks/fencing: Address hang while lock preemptionSusant Palai2020-07-083-20/+29
* features/shard: Fix crash during shards cleanup in error casesKrutika Dhananjay2020-07-081-2/+9
* features/utime: Don't access frame after stack-windPranith Kumar K2020-04-221-15/+20
* utime: resolve an issue of permission denied logsAmar Tumballi2020-04-221-0/+10
* lock: check null value of dict to avoid log floodingMohit Agrawal2020-02-271-1/+1
* libgfchangelog : use find_library to locate shared librarySunny Kumar2019-11-081-1/+3
* features/shard: Send correct size when reads are sent beyond file sizeKrutika Dhananjay2019-10-241-0/+2
* afr: support split-brain CLI for replica 3Ravishankar N2019-10-171-1/+2
* ctime: Fix ctime issue with utime family of syscallsKotresh HR2019-08-301-1/+12
* event: rename event_XXX with gf_ prefixedXiubo Li2019-08-282-3/+3
* ctime: Fix incorrect realtime passed to frame->root->ctimeKotresh HR2019-08-281-1/+1
* performance/md-cache: Do not skip caching of null character xattr valuesAnoop C S2019-08-281-1/+11
* features/utime: always update ctime at setattrKinglong Mee2019-08-071-12/+1
* features/utime: Fix mem_put crashPranith Kumar K2019-08-061-1/+3
* ctime: Set mdata xattr on legacy filesKotresh HR2019-08-062-14/+143
* features/snapview-server: obtain the list of snapshots inside the lockRaghavendra Bhat2019-08-011-1/+1
* features/snapview-server: use the same volfile server for gfapi optionsRaghavendra Bhat2019-07-162-4/+42
* upcall: Avoid sending notifications for invalid inodesSoumya Koduri2019-07-051-1/+18
* features/shard: Fix block-count accounting upon truncate to lower sizeKrutika Dhananjay2019-07-032-13/+49
* features/shard: Fix integer overflow in block count accountingKrutika Dhananjay2019-07-031-1/+1
* core: avoid dynamic TLS allocation when possibleXavi Hernandez2019-07-032-49/+5
* uss: Fix tar issue with ctime and uss enabledKotresh HR2019-07-021-9/+13
* core: Brick is not able to detach successfully in brick_mux environmentMohit Agrawal2019-04-161-0/+1
* rpm: add thin-arbiter packagev6.0rc1Ashish Pandey2019-03-131-2/+0
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-012-11/+3
* feature/bitrot: Avoid thread creation if xlator is not enabledMohit Agrawal2019-01-311-8/+64
* features/sdfs: disable by defaultAmar Tumballi2019-01-291-1/+1
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-294-18/+22
* features/shard: Ref shard inode while adding to fsync listKrutika Dhananjay2019-01-241-8/+22
* afr/self-heal:Fix wrong type checkingRavishankar N2019-01-241-4/+8
* rpc: use address-family option from vol fileMilind Changire2019-01-221-1/+4
* locks/fencing: Add a security knob for fencingSusant Palai2019-01-222-9/+31
* quotad: fix wrong memory freeKinglong Mee2019-01-213-19/+7
* core: Feature added to accept CidrIp in auth.allowRinku Kothiya2019-01-181-1/+1
* lock: Add fencing supportSusant Palai2019-01-176-122/+708
* core: Resolve memory leak for brickMohit Agrawal2019-01-161-0/+3
* features/index: Correct incorrect definition in headerVijay Bellur2019-01-111-2/+2
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-112-2/+3
* features/shard: Fix launch of multiple synctasks for background deletionKrutika Dhananjay2019-01-112-71/+128
* features/locks: Dump connection_id even for posix locksKrutika Dhananjay2019-01-091-1/+1
* features/shard: Assign fop id during background deletion to prevent excessive...Krutika Dhananjay2019-01-081-0/+1
* features/bit-rot: do not send version and signature keys in dictRaghavendra Bhat2019-01-082-10/+53
* gfapi: update returned/callback pre/post attributes to glfs_statShyamsundarR2019-01-071-2/+4
* leases: Reset lease_ctx->timer post deletionSoumya Koduri2019-01-071-0/+1
* multiple-files: clang-scan fixesAmar Tumballi2018-12-312-0/+7
* barrier: replace boolean-switch statement with if/elseNiels de Vos2018-12-281-43/+23
* all: handle USE_AFTER_FREE warningsAmar Tumballi2018-12-201-8/+8
* posix: use synctask for janitorPoornima G2018-12-191-3/+3
* Don't depend on string options to be valid alwaysPranith Kumar K2018-12-173-7/+17
* features/snapview-client: access priv->path inside lockRaghavendra Bhat2018-12-173-75/+360