summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src/posix.c
Commit message (Expand)AuthorAgeFilesLines
...
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* features/locks: Handle virtual getxattrs in more fopsPranith Kumar K2015-05-271-277/+337
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-1/+1
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-1/+1
* libglusterfs: change signature of syncop_(f)getxattrRavishankar N2015-01-051-1/+1
* mgmt/glusterd: Add option to enable lock tracePranith Kumar K2014-12-281-10/+15
* Changes in statedump for stack, frame, locksPranith Kumar K2014-07-071-42/+55
* build: MacOSX Porting fixesHarshavardhana2014-04-241-5/+6
* syncop: Change return value of syncopPranith Kumar K2014-01-191-1/+2
* locks: various fixesAnand Avati2014-01-131-77/+32
* client_t: phase 2, refactor server_ctx and locks_ctx outKaleb S. KEITHLEY2013-10-311-26/+141
* features/locks : Improves debuggability of inode/entry locks.Anuradha Talur2013-09-031-8/+13
* locks: Added an xdata-based 'cmd' for inodelk count in a given domainshishir gowda2013-07-181-8/+33
* features/locks : Made changes to display brick information on clearing locks.Avra Sengupta2012-12-181-16/+101
* features/locks: implement fgetxattr and fsetxattrRaghavendra G2012-11-271-0/+341
* 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-33/+46
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-10/+5
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-13/+18
* protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCLPranith Kumar K2012-06-191-2/+1
* features/locks: Don't delete blocked locks in pl_flushPranith Kumar K2012-05-181-0/+2
* locks: Set flock.l_type on successful F_UNLCK to signal last unlock on fd.Krishnan Parthasarathi2012-05-101-4/+7
* features/locks: Find parent-entrylk presence in lookupPranith Kumar K2012-04-181-4/+30
* locks, stripe: check if dict is NULL before refing itRaghavendra Bhat2012-04-031-1/+2
* features/locks: check whether dict is NULL before refing itRaghavendra Bhat2012-03-291-1/+6
* core: adding extra data for fopsAmar Tumballi2012-03-221-89/+105
* features/locks: Make inodelk ref-countedPranith Kumar K2012-03-101-2/+2
* locks: Made dump locks formatting more 'readable'.Krishnan Parthasarathi2012-02-241-18/+23
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+1
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-19/+18
* NLM - Network Lock Manger V4Krishna Srinivas2012-02-201-0/+27
* locks: Added a getxattr interface to clear locks on a given inode.Krishnan Parthasarathi2012-02-141-1/+110
* 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-241-47/+46
* 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-301-19/+44
* features/locks: avoid using reqlock to prevent raceRaghavendra Bhat2011-08-241-1/+1
* 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: Do not block UNLOCKsVijay Bellur2011-07-121-1/+1
* print the owner and the transport for the blocked locks in server statedumpRaghavendra Bhat2011-06-191-2/+4
* features/locks:update the 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