summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src
Commit message (Expand)AuthorAgeFilesLines
...
* locks: Added a getxattr interface to clear locks on a given inode.Krishnan Parthasarathi2012-02-144-6/+612
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-11/+10
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-0/+63
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-247-136/+137
* features/locks: Fix release of locks on disconnectPranith Kumar K2011-12-221-22/+17
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-161-2/+2
* locks: perform inode_ref of pl_update_refkeeper outside locked regionAnand Avati2011-10-281-1/+6
* locks: Avoid printing blocked times for locks that were never blocked.Krishnan Parthasarathi2011-10-051-17/+39
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-49/+19
* locks: dump client pid and time of blocking/granting.Krishnan Parthasarathi2011-09-306-19/+65
* features/locks: free the string allocated by inode_pathRaghavendra Bhat2011-09-191-3/+8
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-2/+0
* features/locks: avoid using reqlock to prevent raceRaghavendra Bhat2011-08-242-2/+2
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-201-1/+2
* Change Copyright current yearPranith Kumar K2011-08-108-8/+8
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-068-24/+24
* features/locks: Do not block UNLOCKsVijay Bellur2011-07-122-2/+2
* print the owner and the transport for the blocked locks in server statedumpRaghavendra Bhat2011-06-191-2/+4
* features/locks: check for inodelk lists and blocked inodelks instead of entry...Raghavendra Bhat2011-06-161-3/+3
* features/locks:update the refcount while releasing a lockRaghavendra Bhat2011-06-141-0/+1
* features/locks: Unwind with SUCCESS on non-blocking entrylk successPranith Kumar K2011-05-301-3/+4
* prevent few excessive logsAmar Tumballi2011-04-211-0/+2
* removed reference to GF_LOG_NORMALAmar Tumballi2011-04-072-8/+8
* free priv structure if something fails in init for locksRaghavendra Bhat2011-03-221-4/+12
* features/locks: logging enhancementAmar Tumballi2011-03-175-143/+63
* features/locks: White space related changes to adhere to coding guidelines.Pranith K2011-03-175-852/+852
* features/locks: Send prelock unlock only if it is not grantable and is a bloc...Pavan Sondur2010-11-181-6/+11
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* features/locks: free fdctx in release.Raghavendra G2010-10-111-64/+103
* Copyright changesVijay Bellur2010-10-111-1/+1
* Possible race condition between cleanup and dereferencingshishir gowda2010-10-081-0/+3
* features/locks: Handle lock upgrade and downgrade properly in locks.Pavan Sondur2010-10-052-3/+68
* features/locks: cluster/afr: Misc fixes for lock recovery.Pavan Sondur2010-10-051-32/+131
* Change GNU GPL to GNU AGPLPranith K2010-10-048-24/+24
* 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