<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/md/md-cluster.c, branch v4.4</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-10-24T06:16:18Z</updated>
<entry>
<title>md-cluster: remove mddev arg from add_resync_info()</title>
<updated>2015-10-24T06:16:18Z</updated>
<author>
<name>NeilBrown</name>
<email>neilb@suse.com</email>
</author>
<published>2015-10-19T04:44:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=30661b49be784e8eecde60330ad7a8bdeb5291b1'/>
<id>urn:sha1:30661b49be784e8eecde60330ad7a8bdeb5291b1</id>
<content type='text'>
The arg isn't used, so its presence is only confusing.

Signed-off-by: NeilBrown &lt;neilb@suse.com&gt;

</content>
</entry>
<entry>
<title>md-cluster: don't cast void pointers when assigning them.</title>
<updated>2015-10-24T06:16:18Z</updated>
<author>
<name>NeilBrown</name>
<email>neilb@suse.com</email>
</author>
<published>2015-10-19T04:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2e2a7cd96f5a076db4d4a4bd564652d37dd034c2'/>
<id>urn:sha1:2e2a7cd96f5a076db4d4a4bd564652d37dd034c2</id>
<content type='text'>
It is common practice in the kernel to leave out this case.
It isn't needed and adds little if any value.

Signed-off-by: NeilBrown &lt;neilb@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: discard unused sb_mutex.</title>
<updated>2015-10-24T06:16:18Z</updated>
<author>
<name>NeilBrown</name>
<email>neilb@suse.com</email>
</author>
<published>2015-10-19T04:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=823815238f5e2bfd3783602ca9c50da9fe41c778'/>
<id>urn:sha1:823815238f5e2bfd3783602ca9c50da9fe41c778</id>
<content type='text'>
Signed-off-by: NeilBrown &lt;neilb@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__</title>
<updated>2015-10-24T06:16:18Z</updated>
<author>
<name>Guoqing Jiang</name>
<email>gqjiang@suse.com</email>
</author>
<published>2015-10-16T07:40:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cf97a348c8f700e448588bad4de3504d8d65c2f9'/>
<id>urn:sha1:cf97a348c8f700e448588bad4de3504d8d65c2f9</id>
<content type='text'>
This patches fixes sparse warnings like incorrect type in assignment
(different base types), cast to restricted __le64.

Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Guoqing Jiang &lt;gqjiang@suse.com&gt;
Signed-off-by: NeilBrown &lt;neilb@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32</title>
<updated>2015-10-16T02:48:35Z</updated>
<author>
<name>NeilBrown</name>
<email>neilb@suse.com</email>
</author>
<published>2015-10-16T02:48:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ba2746b0facf83c62bebf8aed8f0a3fd446de612'/>
<id>urn:sha1:ba2746b0facf83c62bebf8aed8f0a3fd446de612</id>
<content type='text'>
As cmsg.raid_slot is le32, comparing for &gt;0 is not meaningful.

So introduce cpu-endian 'raid_slot' and only assign to cmsg.raid_slot
when we know value is valid.

Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;
Signed-off-by: NeilBrown &lt;neilb@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: Add 'SUSE' as author for md-cluster.c</title>
<updated>2015-10-12T16:58:15Z</updated>
<author>
<name>Guoqing Jiang</name>
<email>gqjiang@suse.com</email>
</author>
<published>2015-10-12T09:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=86b572770e7964f006d438c4e05008914e9db79b'/>
<id>urn:sha1:86b572770e7964f006d438c4e05008914e9db79b</id>
<content type='text'>
Signed-off-by: Guoqing Jiang &lt;gqjiang@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: zero cmsg before it was sent</title>
<updated>2015-10-12T16:58:15Z</updated>
<author>
<name>Guoqing Jiang</name>
<email>gqjiang@suse.com</email>
</author>
<published>2015-10-12T09:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=aee177ac5a4225ac4eeed0aa5edf2338c2d713a4'/>
<id>urn:sha1:aee177ac5a4225ac4eeed0aa5edf2338c2d713a4</id>
<content type='text'>
Signed-off-by: Guoqing Jiang &lt;gqjiang@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: make sure the node do not receive it's own msg</title>
<updated>2015-10-12T16:58:14Z</updated>
<author>
<name>Guoqing Jiang</name>
<email>gqjiang@suse.com</email>
</author>
<published>2015-10-12T09:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=256f5b245aab93bfa2d8b86d66545fceea05408e'/>
<id>urn:sha1:256f5b245aab93bfa2d8b86d66545fceea05408e</id>
<content type='text'>
During the past test, the node occasionally received the msg which is
sent from itself, this case should not happen in theory, but it is
better to avoid it in case something wrong happened.

Signed-off-by: Guoqing Jiang &lt;gqjiang@suse.com&gt;
Signed-off-by: Goldwyn Rodrigues &lt;rgoldwyn@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: remove unnecessary setting for slot</title>
<updated>2015-10-12T16:58:14Z</updated>
<author>
<name>Guoqing Jiang</name>
<email>gqjiang@suse.com</email>
</author>
<published>2015-10-12T09:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=487cf9142c434530443b7bb8c545e9d0f30391b1'/>
<id>urn:sha1:487cf9142c434530443b7bb8c545e9d0f30391b1</id>
<content type='text'>
Since slot will be set within _sendmsg, we can remove
the redundant code in resync_info_update.

Signed-off-by: Guoqing Jiang &lt;gqjiang@suse.com&gt;
</content>
</entry>
<entry>
<title>md-cluster: make other members of cluster_msg is handled by little endian funcs</title>
<updated>2015-10-12T16:58:14Z</updated>
<author>
<name>Guoqing Jiang</name>
<email>gqjiang@suse.com</email>
</author>
<published>2015-10-12T09:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=faeff83fa478b4dca9877d6b10a25ad252891f14'/>
<id>urn:sha1:faeff83fa478b4dca9877d6b10a25ad252891f14</id>
<content type='text'>
Signed-off-by: Guoqing Jiang &lt;gqjiang@suse.com&gt;
</content>
</entry>
</feed>
