summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix/lock: implement meta-lock/unlock functionalitySusant Palai2016-06-035-27/+462
* __inode_ctx_put: fix mem leak on failurePrasanna Kumar Kalever2016-06-011-1/+6
* 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-024-151/+567
* 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-013-0/+123
* locks: fix build breakage from missing pl-messages.hJeff Darcy2016-04-011-1/+1
* cluster/ec: Rebalance hangs during renameAshish Pandey2016-03-305-50/+177
* features/locks: Remove unneeded function parameterAnoop C S2016-03-223-9/+9
* afr: misc performance improvementsRavishankar N2016-03-081-0/+18
* locks: Handle negative values for flock->l_lenSoumya Koduri2016-02-251-1/+12
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-241-1/+1
* all: reduce "inline" usageJeff Darcy2015-09-013-9/+9
* build: do not #include "config.h" in each fileNiels de Vos2015-05-299-45/+0
* features/locks: Handle virtual getxattrs in more fopsPranith Kumar K2015-05-272-279/+339
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-1/+1
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-042-2/+2
* libglusterfs: change signature of syncop_(f)getxattrRavishankar N2015-01-051-1/+1
* mgmt/glusterd: Add option to enable lock tracePranith Kumar K2014-12-281-10/+15
* features/locks: Add lk-owner checks in entrylkPranith Kumar K2014-12-262-21/+54
* Changes in statedump for stack, frame, locksPranith Kumar K2014-07-071-42/+55
* features/locks: Clean up logging of cleanup in DISCONNECT codepathKrutika Dhananjay2014-06-114-69/+126
* features/locks: Remove stale entrylk objects from 'blocked_locks' listKrutika Dhananjay2014-04-262-4/+48
* features/locks: Remove stale inodelk objects from 'blocked_locks' listKrutika Dhananjay2014-04-252-6/+52
* build: MacOSX Porting fixesHarshavardhana2014-04-242-6/+7
* features/locks: Fix a missing assignment in new_entrylk_lock()Vijay Bellur2014-04-081-0/+1
* locks: fix unconditional op_ret success of entrylkAnand Avati2014-03-121-2/+3
* locks: set @lock->frame = NULL when lock is grantedAnand Avati2014-01-222-3/+5
* syncop: Change return value of syncopPranith Kumar K2014-01-191-1/+2
* locks: various fixesAnand Avati2014-01-137-626/+383
* client_t: phase 2, refactor server_ctx and locks_ctx outKaleb S. KEITHLEY2013-10-317-117/+423
* features/locks : Improves debuggability of inode/entry locks.Anuradha Talur2013-09-036-41/+94
* features/locks: Convert old style metadata locks to new-stylePranith Kumar K2013-08-071-0/+48
* libglusterfs/client_t client_t implementation, phase 1Kaleb S. KEITHLEY2013-07-291-2/+2
* locks: Added an xdata-based 'cmd' for inodelk count in a given domainshishir gowda2013-07-184-20/+67
* locks: fix leaking entrylk lock structureAnand Avati2013-05-161-0/+2
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* locks: Protected racy (read) access of ext_listKrishnan Parthasarathi2013-02-031-10/+18