summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* features/locks: simplify and cleanup internal time managementDmitry Antipov2020-08-211-4/+2
* locks: prevent deletion of locked entriesXavi Hernandez2020-06-171-0/+301
* add clean local after grant lockl17zhou2020-04-011-7/+8
* features/locks: avoid use after freed of frame for blocked lockKinglong Mee2019-08-201-0/+4
* locks/fencing: Address hang while lock preemptionSusant Palai2019-08-021-7/+0
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-2/+0
* across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-06-041-1/+1
* across: coverity fixesAmar Tumballi2019-06-031-1/+0
* features/locks: error-out {inode,entry}lk fops with all-zero lk-ownerPranith Kumar K2019-04-261-3/+25
* features/locks: fix coverity issuesXavi Hernandez2019-04-191-1/+1
* Revert "features/locks: error-out {inode,entry}lk fops with all-zero lk-owner"Atin Mukherjee2019-04-171-25/+3
* features/locks: error-out {inode,entry}lk fops with all-zero lk-ownerPranith Kumar K2019-04-161-3/+25
* lock: Add fencing supportSusant Palai2019-01-171-3/+206
* Multiple posix related files: several modificationsYaniv Kaul2018-12-141-12/+5
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-5/+5
* locks : fix coverity issueSunny Kumar2018-10-101-0/+2
* Land part 2 of clang-format changesGluster Ant2018-09-121-738/+699
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-1/+1
* locks: FORWARD_NULL coverity fixShwetha Acharya2018-08-171-1/+3
* error-gen, locks: Fix a typo in commentsVijay Bellur2018-08-141-1/+1
* features/locks: Fix memory leaksXavier Hernandez2017-11-221-0/+1
* 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-31/+15
* features/locks: Fix leak of posix_lock_t's client_uidXavier Hernandez2017-03-111-50/+42
* Filter coverty false positivesMichael Scherer2017-02-241-0/+1
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-0/+1
* features/locks: Add lock revocation functionality to posix locks translatorRichard Wareing2016-07-181-0/+13
* posix/lock: implement meta-lock/unlock functionalitySusant Palai2016-06-031-3/+19
* __inode_ctx_put: fix mem leak on failurePrasanna Kumar Kalever2016-06-011-1/+6
* features/locks: Implement mandatory locksAnoop C S2016-05-021-4/+8
* posix/lock: add getactivelk () fopSusant Palai2016-05-011-0/+15
* features/locks: Remove unneeded function parameterAnoop C S2016-03-221-5/+5
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-1/+1
* features/locks: Clean up logging of cleanup in DISCONNECT codepathKrutika Dhananjay2014-06-111-15/+2
* locks: various fixesAnand Avati2014-01-131-120/+0
* client_t: phase 2, refactor server_ctx and locks_ctx outKaleb S. KEITHLEY2013-10-311-15/+137
* libglusterfs/client_t client_t implementation, phase 1Kaleb S. KEITHLEY2013-07-291-2/+2
* locks: Protected racy (read) access of ext_listKrishnan Parthasarathi2013-02-031-10/+18
* features/locks: fcntl(3) on F_GETLK must return first conflicting lockKrishnan Parthasarathi2012-11-181-1/+23
* All: License message changeVarun Shastry2012-09-131-7/+6
* All: License message changeVarun Shastry2012-08-281-14/+5
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* features/locks: update user_flock structure before insertingPranith Kumar K2012-06-011-0/+3
* features/locks: insert_and_merge should not operate on blocked locksPranith Kumar K2012-05-181-0/+2
* features/locks: INIT the list before insert_mergePranith Kumar K2012-03-311-0/+1
* core: adding extra data for fopsAmar Tumballi2012-03-221-2/+4
* features/locks: Avoid race in pl_inode_getPranith Kumar K2012-03-211-21/+25
* features/locks: Avoid race in creating domainsPranith Kumar K2012-03-211-10/+12
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-22/+21