summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src
Commit message (Expand)AuthorAgeFilesLines
* locks/fencing: Address hang while lock preemptionSusant Palai2020-07-083-20/+29
* lock: check null value of dict to avoid log floodingMohit Agrawal2020-02-271-1/+1
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-0/+2
* locks/fencing: Add a security knob for fencingSusant Palai2019-01-222-9/+31
* lock: Add fencing supportSusant Palai2019-01-176-122/+708
* features/locks: Dump connection_id even for posix locksKrutika Dhananjay2019-01-091-1/+1
* locks: handle "clear locks" xattr in fgetxattr tooCsaba Henk2018-12-143-50/+82
* Multiple posix related files: several modificationsYaniv Kaul2018-12-146-232/+169
* clang: Fix various missing checks for empty listShyamsundarR2018-12-144-66/+86
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-3/+17
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0511-50/+50
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-1/+0
* features/locks: Move logging outside of a locked regionVijay Bellur2018-11-191-3/+3
* features/locks:Use pthread_mutex_unlock() instead of pthread_mutex_lock()Vijay Bellur2018-11-081-1/+1
* lock: Do not allow meta-lock count to be more than oneSusant Palai2018-11-061-1/+34
* all: fix the format string exceptionsAmar Tumballi2018-11-051-5/+5
* Multiple xlators: perform gettimeofday() not under lockYaniv Kaul2018-10-162-6/+6
* features/locks: Fix Coverity issuesAshish Pandey2018-10-121-1/+4
* locks : fix coverity issueSunny Kumar2018-10-102-0/+8
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* features/locks: NULL pointer deferencing clang fixIraj Jamali2018-09-261-3/+3
* Land part 2 of clang-format changesGluster Ant2018-09-126-6437/+6201
* Land clang-format changesGluster Ant2018-09-125-277/+282
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-1/+1
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-311-2/+5
* locks: coverity fixesBhumika Goyal2018-08-241-4/+21
* locks: FORWARD_NULL coverity fixShwetha Acharya2018-08-171-1/+3
* error-gen, locks: Fix a typo in commentsVijay Bellur2018-08-141-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-222-3/+3
* feature/locks: Unwind response based on clinet versionAshish Pandey2018-05-281-54/+88
* protocol/server : unwind as per op versionAshish Pandey2018-05-031-1/+7
* build: add --without-server optionNiels de Vos2018-02-191-0/+4
* libgfapi: Add new api for supporting mandatory-locksAnoop C S2018-01-221-1/+1
* features/locks: volume option fixes for GD2Pranith Kumar K2018-01-191-0/+18
* locks: added inodelk/entrylk contention upcall notificationsXavier Hernandez2018-01-167-159/+540
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-45/+11
* features/locks: Fix memory leaksXavier Hernandez2017-11-225-5/+11
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-096-6/+0
* features/locks: Maintain separation of lock->client_pid, flock->l_pidPranith Kumar K2017-09-272-34/+15
* multiple: fix struct/typedef inconsistenciesJeff Darcy2017-06-301-4/+4
* libglusterfs: fix race condition in client_ctx_setZhou Zhengping2017-05-121-2/+4
* features/locks: Fix leak of posix_lock_t's client_uidXavier Hernandez2017-03-113-69/+47
* Filter coverty false positivesMichael Scherer2017-02-241-0/+1
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-232-1/+4
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-5/+5
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-2/+4
* feature/locks: Implement fops in locks TranslatorAshish Pandey2016-09-011-30/+501
* core: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-291-3/+0
* features/locks: fix fdctx leak in locks xlatorsyanping.gao2016-08-241-1/+2
* features/locks: Add lock revocation functionality to posix locks translatorRichard Wareing2016-07-187-8/+321