summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/posix.c
Commit message (Expand)AuthorAgeFilesLines
* features/locks: Avoid using reqlock to prevent racev3.2.2qa8v3.2.2Vijay Bellur2011-07-131-1/+1
* features/locks: Do not block UNLOCKsVijay Bellur2011-07-071-1/+1
* features/locks: update refcount while releasing a lockRaghavendra Bhat2011-06-141-0/+1
* free priv structure if something fails in init for locksRaghavendra Bhat2011-03-221-4/+12
* features/locks: logging enhancementAmar Tumballi2011-03-171-104/+32
* features/locks: White space related changes to adhere to coding guidelines.Pranith K2011-03-171-146/+146
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* features/locks: free fdctx in release.Raghavendra G2010-10-111-64/+103
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-081-0/+3
* features/locks: cluster/afr: Misc fixes for lock recovery.Pavan Sondur2010-10-051-32/+131
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-6/+6
* cluster/afr: Recover locks on child_up from source to sink.Pavan Sondur2010-10-011-1/+1
* protocol/client: cluster/afr: Support lock recovery and self heal.Pavan Sondur2010-09-301-0/+256
* 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
* cluster/afr: Return correct flock structures correctly in lk fopsPranith Kumar K2010-08-171-0/+6
* Remove unused variables.Sachidananda2010-08-021-4/+0
* features/locks convert STACK_UNWIND to STACK_UNWIND_STRICTshishir gowda2010-07-201-1/+3
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-4/+0
* 'features/locks': remove all reference to 'transport_t'Amar Tumballi2010-05-031-3/+3
* Memory accounting changesVijay Bellur2010-04-231-19/+41
* iatt: changes across the codebaseAnand V. Avati2010-03-161-10/+10
* 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-181-3/+61
* features/locks: Do not call grant blocked locks in pl_forgetPavan Sondur2010-01-141-44/+85
* features/locks: Implement release xlator callback.Pavan Sondur2009-12-061-6/+36
* 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
* features/locks: Release all locks of an fd when a client disconnects.Pavan Vilas Sondur2009-12-031-3/+58
* features/locks: Changes in log messages reflecting lk-owner.Pavan Sondur2009-12-031-4/+5
* features/locks: Use lock_owner from fuse in posix locks.Pavan Vilas Sondur2009-12-031-3/+10
* features/locks: Do not try to set value in dict when lookup has failed.Vijay Bellur2009-11-011-35/+42
* 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-291-3/+3
* Trace locks in and out with an option in normal log mode.Pavan Sondur2009-10-291-2/+22
* Implement lookup in locks to return lock count in a dict value.Pavan Sondur2009-10-281-0/+181
* indentation fixes to conform to coding standards in locksAnand Avati2009-10-161-498/+498
* locks: keep ref on the inode while locks are heldAnand Avati2009-10-161-0/+1
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* features/locks: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-051-14/+17
* locks: NFS-friendly logic changesShehjar Tikoo2009-10-011-5/+6
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-8/+11
* Changes to use this->name while using logging instead of explicitly mentionin...Pavan Sondur2009-10-011-1/+1
* Implemented inodelks with support for domains.Pavan Vilas Sondur2009-09-231-25/+20
* Implemented entry locks and support for domains.Pavan Vilas Sondur2009-09-231-17/+27
* Dumop inodectx addedVijay Bellur2009-09-161-12/+14
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-161-2/+1
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-191-0/+55