summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/posix.c
Commit message (Expand)AuthorAgeFilesLines
* locks/fencing: Address hang while lock preemptionSusant Palai2020-07-081-13/+28
* 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-221-9/+30
* lock: Add fencing supportSusant Palai2019-01-171-115/+446
* features/locks: Dump connection_id even for posix locksKrutika Dhananjay2019-01-091-1/+1
* locks: handle "clear locks" xattr in fgetxattr tooCsaba Henk2018-12-141-50/+74
* Multiple posix related files: several modificationsYaniv Kaul2018-12-141-170/+121
* clang: Fix various missing checks for empty listShyamsundarR2018-12-141-15/+23
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-3/+17
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-8/+8
* 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
* features/locks: Fix Coverity issuesAshish Pandey2018-10-121-1/+4
* locks : fix coverity issueSunny Kumar2018-10-101-0/+6
* 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-121-3391/+3258
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-311-2/+5
* locks: coverity fixesBhumika Goyal2018-08-241-4/+21
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* 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
* 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-161-0/+40
* features/locks: Fix memory leaksXavier Hernandez2017-11-221-0/+3
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-091-1/+0
* features/locks: Maintain separation of lock->client_pid, flock->l_pidPranith Kumar K2017-09-271-3/+0
* 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-111-4/+2
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-1/+3
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-5/+5
* 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-181-0/+56
* posix/lock: implement meta-lock/unlock functionalitySusant Palai2016-06-031-23/+416
* core: Honour mandatory lock flags during lock migrationAnoop C S2016-05-201-0/+4
* locks: Fix a compile warning to use labs instead of absSoumya Koduri2016-05-111-1/+1
* features/locks: Implement mandatory locksAnoop C S2016-05-021-142/+546
* cluster/dht: handle EREMOTE in dht lk/flushSusant Palai2016-05-011-0/+27
* posix/lock: add setactivelk () fopSusant Palai2016-05-011-0/+119
* posix/lock: add getactivelk () fopSusant Palai2016-05-011-0/+97
* cluster/ec: Rebalance hangs during renameAshish Pandey2016-03-301-45/+109
* features/locks: Remove unneeded function parameterAnoop C S2016-03-221-3/+3
* afr: misc performance improvementsRavishankar N2016-03-081-0/+18
* locks: Handle negative values for flock->l_lenSoumya Koduri2016-02-251-1/+12