summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks
Commit message (Expand)AuthorAgeFilesLines
* 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
* features/locks : Made changes to display brick information on clearing locks.Avra Sengupta2012-12-181-16/+101
* features/locks: implement fgetxattr and fsetxattrRaghavendra G2012-11-272-0/+342
* features/locks: fcntl(3) on F_GETLK must return first conflicting lockKrishnan Parthasarathi2012-11-181-1/+23
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-3/+3
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-2/+2
* All: License message changeVarun Shastry2012-09-1311-77/+66
* All: License message changeVarun Shastry2012-08-2811-155/+56
* features/locks: Fix statedump codePranith Kumar K2012-07-294-74/+52
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-135-26/+13
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-13/+18
* protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCLPranith Kumar K2012-06-191-2/+1
* features/locks: update user_flock structure before insertingPranith Kumar K2012-06-011-0/+3
* locks: Fixed opt arg parsing in clear-locksKrishnan Parthasarathi2012-05-211-2/+3
* features/locks: Don't delete blocked locks in pl_flushPranith Kumar K2012-05-181-0/+2
* features/locks: insert_and_merge should not operate on blocked locksPranith Kumar K2012-05-181-0/+2
* locks: Set flock.l_type on successful F_UNLCK to signal last unlock on fd.Krishnan Parthasarathi2012-05-101-4/+7
* features/locks: Find parent-entrylk presence in lookupPranith Kumar K2012-04-184-4/+59
* locks, stripe: check if dict is NULL before refing itRaghavendra Bhat2012-04-031-1/+2
* features/locks: INIT the list before insert_mergePranith Kumar K2012-03-311-0/+1
* features/locks: check whether dict is NULL before refing itRaghavendra Bhat2012-03-291-1/+6
* core: adding extra data for fopsAmar Tumballi2012-03-227-104/+127
* features/locks: Avoid race in pl_inode_getPranith Kumar K2012-03-211-21/+25
* features/locks: Avoid race in creating domainsPranith Kumar K2012-03-212-10/+16
* Logs: Improved logs in lock/unlock execution pathPranith Kumar K2012-03-181-5/+9
* locks: Fixed incorrect list ptr manipulation in clearing entrylksKrishnan Parthasarathi2012-03-141-17/+25
* features/locks: Make inodelk ref-countedPranith Kumar K2012-03-105-47/+71
* locks/glusterd: Fixed clearing of posix locks from failing always.Krishnan Parthasarathi2012-02-271-0/+1
* locks: Made dump locks formatting more 'readable'.Krishnan Parthasarathi2012-02-242-18/+39
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+1
* features/locks: Don't access free'd memoryPranith Kumar K2012-02-221-3/+4