summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks
Commit message (Expand)AuthorAgeFilesLines
* Set the lock owner properly for lock self heal.Pavan Sondur2010-10-021-0/+1
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-015-27/+27
* cluster/afr: Recover locks on child_up from source to sink.Pavan Sondur2010-10-012-3/+3
* protocol/client: cluster/afr: Support lock recovery and self heal.Pavan Sondur2010-09-307-1/+738
* Leak in LocksKaushik BV2010-09-151-3/+13
* features/locks: Dump transport pointer also while dumping locks.Pavan Sondur2010-09-091-8/+15
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* protocol/server: features/locks: Fix nonblocking entrylks, inodelks in locks ...Pavan Sondur2010-08-222-26/+36
* cluster/afr: Return correct flock structures correctly in lk fopsPranith Kumar K2010-08-171-0/+6
* Remove unused variables.Sachidananda2010-08-021-4/+0
* removed last few remaining 'ERR_ABORT's from codebaseAmar Tumballi2010-07-281-22/+58
* Remove dead assignment.Sachidananda2010-07-201-1/+1
* features/locks convert STACK_UNWIND to STACK_UNWIND_STRICTshishir gowda2010-07-201-1/+3
* Remove dead assignment reported by clang.Sachidananda2010-07-191-2/+0
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* features/locks: Use fuse supplied lock owner even for internal locks.Pavan Sondur2010-05-262-2/+2
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-4/+0
* 'features/locks': remove all reference to 'transport_t'Amar Tumballi2010-05-036-16/+15
* Memory accounting changesVijay Bellur2010-04-236-55/+132
* iatt: changes across the codebaseAnand V. Avati2010-03-162-12/+13
* When option mandatory is given, print warning messages instead of Error.Sachidananda2010-03-121-1/+1
* features/locks: Set dummy fd ctx in all relevant places so that release callb...Pavan Sondur2010-02-183-3/+82
* features/locks: Fix broken interface grant_blocked_inode_locksPavan Sondur2010-01-142-22/+35
* features/locks: Do not call grant blocked locks in pl_forgetPavan Sondur2010-01-141-44/+85
* features/locks: Unwind if inode is NULL to prevent 'lost' frame.Pavan Sondur2009-12-211-6/+9
* features/locks: Implement release xlator callback.Pavan Sondur2009-12-064-10/+48
* features/locks: Disable mandatory locks, until we can use lock-owner field wi...Pavan Sondur2009-12-061-9/+3
* features/locks: Correct the order of arguments and print a log message in pl_...Pavan Sondur2009-12-061-2/+12
* features/locks: Process State Dump support for locks.Pavan Sondur2009-12-041-0/+213
* fixing some warnings on 64bit machine.Amar Tumballi2009-12-031-1/+1
* features/locks: Fix inodelk leak when issued an UNLOCK.Pavan Sondur2009-12-031-4/+4
* features/locks: Release all locks of an fd when a client disconnects.Pavan Vilas Sondur2009-12-033-5/+65
* features/locks: Changes in log messages reflecting lk-owner.Pavan Sondur2009-12-034-26/+38
* protocol/server: Changes in protocol client to include lk_owner in protocol h...Pavan Vilas Sondur2009-12-032-9/+18
* features/locks: Use owner field in inodelks.Pavan Vilas Sondur2009-12-032-4/+20
* features/locks: Use owner field for entrylks.Pavan Vilas Sondur2009-12-032-15/+35
* features/locks: Use lock_owner from fuse in posix locks.Pavan Vilas Sondur2009-12-034-7/+20
* features/locks: Release blocked locks also when server requests to release al...Pavan Sondur2009-12-022-12/+46
* Do not access a free'd lock while releasing all inodelks of transport.Pavan Sondur2009-11-191-6/+4
* Remove unnecessary log message. It also accesses a freed lock after an 'unlock'.Pavan Sondur2009-11-031-6/+0
* features/locks: Do not try to set value in dict when lookup has failed.v3.0.0pre1Vijay Bellur2009-11-011-35/+42
* Fix logic while granting blocked entrylks, which could run into an infinite l...Pavan Sondur2009-10-301-5/+6
* Remove unnecessary check of xattr_req in lookup.Pavan Sondur2009-10-291-1/+0
* Print inodelks in and out if option trace is on.Pavan Sondur2009-10-294-18/+96
* Print entrylks in and out if option trace is on.Pavan Sondur2009-10-291-4/+136
* Trace locks in and out with an option in normal log mode.Pavan Sondur2009-10-294-2/+281
* Implement lookup in locks to return lock count in a dict value.Pavan Sondur2009-10-285-0/+320
* locks: fix leak in inodelkAnand Avati2009-10-181-1/+2
* indentation fixes to conform to coding standards in locksAnand Avati2009-10-166-798/+798
* locks: keep ref on the inode while locks are heldAnand Avati2009-10-166-7/+66