summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/entrylk.c
Commit message (Expand)AuthorAgeFilesLines
* features/locks: Add lk-owner checks in entrylkPranith Kumar K2014-12-261-21/+42
* features/locks: Clean up logging of cleanup in DISCONNECT codepathKrutika Dhananjay2014-06-111-28/+61
* features/locks: Remove stale entrylk objects from 'blocked_locks' listKrutika Dhananjay2014-04-261-3/+47
* features/locks: Remove stale inodelk objects from 'blocked_locks' listKrutika Dhananjay2014-04-251-1/+1
* 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-221-3/+4
* locks: various fixesAnand Avati2014-01-131-266/+224
* client_t: phase 2, refactor server_ctx and locks_ctx outKaleb S. KEITHLEY2013-10-311-37/+44
* features/locks : Improves debuggability of inode/entry locks.Anuradha Talur2013-09-031-11/+36
* locks: fix leaking entrylk lock structureAnand Avati2013-05-161-0/+2
* All: License message changeVarun Shastry2012-09-131-7/+6
* All: License message changeVarun Shastry2012-08-281-14/+5
* features/locks: Fix statedump codePranith Kumar K2012-07-291-15/+1
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-10/+5
* features/locks: Find parent-entrylk presence in lookupPranith Kumar K2012-04-181-0/+26
* core: adding extra data for fopsAmar Tumballi2012-03-221-4/+4
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-17/+14
* locks: dump client pid and time of blocking/granting.Krishnan Parthasarathi2011-09-301-0/+3
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-2/+0
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* features/locks: Unwind with SUCCESS on non-blocking entrylk successPranith Kumar K2011-05-301-3/+4
* removed reference to GF_LOG_NORMALAmar Tumballi2011-04-071-3/+3
* features/locks: logging enhancementAmar Tumballi2011-03-171-4/+0
* features/locks: White space related changes to adhere to coding guidelines.Pranith K2011-03-171-266/+266
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* Leak in LocksKaushik BV2010-09-151-3/+13
* protocol/server: features/locks: Fix nonblocking entrylks, inodelks in locks ...Pavan Sondur2010-08-221-17/+28
* Remove dead assignment reported by clang.Sachidananda2010-07-191-2/+0
* 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-4/+4
* Memory accounting changesVijay Bellur2010-04-231-14/+15
* features/locks: Changes in log messages reflecting lk-owner.Pavan Sondur2009-12-031-3/+3
* features/locks: Use owner field for entrylks.Pavan Vilas Sondur2009-12-031-15/+34
* features/locks: Release blocked locks also when server requests to release al...Pavan Sondur2009-12-021-5/+16
* Fix logic while granting blocked entrylks, which could run into an infinite l...Pavan Sondur2009-10-301-5/+6
* Print entrylks in and out if option trace is on.Pavan Sondur2009-10-291-4/+136
* Implement lookup in locks to return lock count in a dict value.Pavan Sondur2009-10-281-0/+61
* indentation fixes to conform to coding standards in locksAnand Avati2009-10-161-15/+15
* 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-3/+3
* Changes to use this->name while using logging instead of explicitly mentionin...Pavan Sondur2009-10-011-1/+1
* Implemented entry locks and support for domains.Pavan Vilas Sondur2009-09-231-0/+577