summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/inodelk.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:check for inodelk lists and blocked inodelks instead of entryl...Raghavendra Bhat2011-06-161-3/+3
* prevent few excessive logsAmar Tumballi2011-04-211-0/+2
* features/locks: logging enhancementAmar Tumballi2011-03-171-4/+0
* features/locks: White space related changes to adhere to coding guidelines.Pranith K2011-03-171-222/+222
* 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
* protocol/server: features/locks: Fix nonblocking entrylks, inodelks in locks ...Pavan Sondur2010-08-221-9/+8
* features/locks: Use fuse supplied lock owner even for internal locks.Pavan Sondur2010-05-261-1/+1
* 'features/locks': remove all reference to 'transport_t'Amar Tumballi2010-05-031-3/+3
* Memory accounting changesVijay Bellur2010-04-231-4/+5
* features/locks: Fix broken interface grant_blocked_inode_locksPavan Sondur2010-01-141-21/+34
* features/locks: Unwind if inode is NULL to prevent 'lost' frame.Pavan Sondur2009-12-211-6/+9
* features/locks: Fix inodelk leak when issued an UNLOCK.Pavan Sondur2009-12-031-4/+4
* features/locks: Changes in log messages reflecting lk-owner.Pavan Sondur2009-12-031-12/+19
* protocol/server: Changes in protocol client to include lk_owner in protocol h...Pavan Vilas Sondur2009-12-031-5/+10
* features/locks: Use owner field in inodelks.Pavan Vilas Sondur2009-12-031-4/+19
* features/locks: Release blocked locks also when server requests to release al...Pavan Sondur2009-12-021-7/+30
* 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
* Print inodelks in and out if option trace is on.Pavan Sondur2009-10-291-5/+70
* Implement lookup in locks to return lock count in a dict value.Pavan Sondur2009-10-281-0/+67
* locks: fix leak in inodelkAnand Avati2009-10-181-1/+2
* indentation fixes to conform to coding standards in locksAnand Avati2009-10-161-50/+50
* 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-2/+2
* Changes to use this->name while using logging instead of explicitly mentionin...Pavan Sondur2009-10-011-16/+16
* Check if path is valid after call to inode_path before accessing it.Pavan Sondur2009-10-011-4/+8
* Implemented inodelks with support for domains.Pavan Vilas Sondur2009-09-231-0/+548