<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:14:03 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-1156] improve flock deadlock detection: per-export instead of 1 common list</title>
                <link>https://jira.whamcloud.com/browse/LU-1156</link>
                <project id="10000" key="LU">Lustre</project>
                    <description></description>
                <environment></environment>
        <key id="13391">LU-1156</key>
            <summary>improve flock deadlock detection: per-export instead of 1 common list</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="vitaly_fertman">Vitaly Fertman</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Mar 2012 11:40:48 +0000</created>
                <updated>Wed, 21 Nov 2012 19:42:17 +0000</updated>
                            <resolved>Fri, 6 Apr 2012 23:40:36 +0000</resolved>
                                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="30185" author="adilger" created="Thu, 1 Mar 2012 16:43:28 +0000"  >&lt;p&gt;Vitaly, can you please provide some more information.  This sounds like an efficiency improvement - do you have any kind of numbers to indicate how much improvement this provides?&lt;/p&gt;</comment>
                            <comment id="30230" author="vitaly_fertman" created="Thu, 1 Mar 2012 18:04:24 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/2239&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2239&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="30235" author="vitaly_fertman" created="Thu, 1 Mar 2012 18:09:00 +0000"  >&lt;p&gt;the test:&lt;br/&gt;
3000 threads takes by 1 non-conflicnting locks, after that these 3000 threads takes the lock its right neighbour thread has taken, so 3000-th lock gets deadlocked on the 1st one. to check it is dead locked, we need to search the list 3000 times on the last enqueue. this enqueue is done 2000 times. 2000 enqueues (only the deadlocked one is accounted) + 2000*3000 deadlock detections takes for following, in seconds:&lt;br/&gt;
===vanilla=== &lt;br/&gt;
exports: 1 deadlocks: 2000 locks: 3000 time: 148 &lt;br/&gt;
exports: 2 deadlocks: 2000 locks: 3000 time: 148 &lt;br/&gt;
exports: 4 deadlocks: 2000 locks: 3000 time: 148 &lt;br/&gt;
exports: 8 deadlocks: 2000 locks: 3000 time: 148 &lt;br/&gt;
===per-export locking &amp;amp; list=== &lt;br/&gt;
exports: 1 deadlocks: 2000 locks: 3000 time: 148 &lt;br/&gt;
exports: 2 deadlocks: 2000 locks: 3000 time: 85 &lt;br/&gt;
exports: 4 deadlocks: 2000 locks: 3000 time: 49 &lt;br/&gt;
exports: 8 deadlocks: 2000 locks: 3000 time: 27&lt;/p&gt;</comment>
                            <comment id="33840" author="hudson" created="Fri, 6 Apr 2012 21:39:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33841" author="hudson" created="Fri, 6 Apr 2012 21:58:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33843" author="hudson" created="Fri, 6 Apr 2012 21:59:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33844" author="hudson" created="Fri, 6 Apr 2012 22:02:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33845" author="hudson" created="Fri, 6 Apr 2012 22:05:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33846" author="hudson" created="Fri, 6 Apr 2012 22:08:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33847" author="hudson" created="Fri, 6 Apr 2012 22:11:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33848" author="hudson" created="Fri, 6 Apr 2012 22:11:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33849" author="hudson" created="Fri, 6 Apr 2012 22:17:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33850" author="hudson" created="Fri, 6 Apr 2012 22:20:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33851" author="hudson" created="Fri, 6 Apr 2012 22:21:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33852" author="hudson" created="Fri, 6 Apr 2012 22:23:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33853" author="hudson" created="Fri, 6 Apr 2012 22:29:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33854" author="hudson" created="Fri, 6 Apr 2012 22:32:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33855" author="hudson" created="Fri, 6 Apr 2012 22:35:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33856" author="hudson" created="Fri, 6 Apr 2012 22:38:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33857" author="hudson" created="Fri, 6 Apr 2012 22:41:53 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #478&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="33906" author="pjones" created="Fri, 6 Apr 2012 23:40:36 +0000"  >&lt;p&gt;Landed for 2.3&lt;/p&gt;</comment>
                            <comment id="36154" author="hudson" created="Wed, 2 May 2012 14:53:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36451" author="hudson" created="Wed, 2 May 2012 14:55:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36748" author="hudson" created="Wed, 2 May 2012 14:58:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37046" author="hudson" created="Wed, 2 May 2012 15:13:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37343" author="hudson" created="Wed, 2 May 2012 15:14:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37641" author="hudson" created="Wed, 2 May 2012 15:19:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37938" author="hudson" created="Wed, 2 May 2012 15:37:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1156&quot; title=&quot;improve flock deadlock detection: per-export instead of 1 common list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1156&quot;&gt;&lt;del&gt;LU-1156&lt;/del&gt;&lt;/a&gt; ldlm: per-export waiting flock lists for deadlock detection (Revision 2179aa60137557a8a289ee3b105a5efa7db90ac8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=2179aa60137557a8a289ee3b105a5efa7db90ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2179aa60137557a8a289ee3b105a5efa7db90ac8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_flock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="48261" author="nrutman" created="Wed, 21 Nov 2012 19:42:17 +0000"  >&lt;p&gt;Xyratex-bug-id: &lt;a href=&quot;http://jira-nss.xy01.xyratex.com:8080/browse/MRP-382&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MRP-382&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv6x3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4655</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>