<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/linux/ceph, branch linux-4.0.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.0.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.0.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-02-19T10:31:40Z</updated>
<entry>
<title>libceph: tcp_nodelay support</title>
<updated>2015-02-19T10:31:40Z</updated>
<author>
<name>Chaitanya Huilgol</name>
<email>chaitanya.huilgol@gmail.com</email>
</author>
<published>2015-01-23T11:11:25Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ba988f87f532cd2b8c4740aa8ec49056521ae833'/>
<id>urn:sha1:ba988f87f532cd2b8c4740aa8ec49056521ae833</id>
<content type='text'>
TCP_NODELAY socket option set on connection sockets,
disables Nagle’s algorithm and improves latency characteristics.
tcp_nodelay(default)/notcp_nodelay option flags provided to
enable/disable setting the socket option.

Signed-off-by: Chaitanya Huilgol &lt;chaitanya.huilgol@sandisk.com&gt;
[idryomov@redhat.com: NO_TCP_NODELAY -&gt; TCP_NODELAY, minor adjustments]
Signed-off-by: Ilya Dryomov &lt;idryomov@redhat.com&gt;
</content>
</entry>
<entry>
<title>ceph: handle SESSION_FORCE_RO message</title>
<updated>2015-02-19T10:31:37Z</updated>
<author>
<name>Yan, Zheng</name>
<email>zyan@redhat.com</email>
</author>
<published>2015-01-05T03:04:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=03f4fcb02884859b584c709652bb48f8125ceb45'/>
<id>urn:sha1:03f4fcb02884859b584c709652bb48f8125ceb45</id>
<content type='text'>
mark session as readonly and wake up all cap waiters.

Signed-off-by: Yan, Zheng &lt;zyan@redhat.com&gt;
</content>
</entry>
<entry>
<title>libceph: nuke pool op infrastructure</title>
<updated>2015-02-19T10:31:37Z</updated>
<author>
<name>Ilya Dryomov</name>
<email>idryomov@redhat.com</email>
</author>
<published>2014-12-22T16:14:26Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7a6fdeb2b1e93548854063c46c9724458564c76b'/>
<id>urn:sha1:7a6fdeb2b1e93548854063c46c9724458564c76b</id>
<content type='text'>
On Mon, Dec 22, 2014 at 5:35 PM, Sage Weil &lt;sage@newdream.net&gt; wrote:
&gt; On Mon, 22 Dec 2014, Ilya Dryomov wrote:
&gt;&gt; Actually, pool op stuff has been unused for over two years - looks like
&gt;&gt; it was added for rbd create_snap and that got ripped out in 2012.  It's
&gt;&gt; unlikely we'd ever need to manage pools or snaps from the kernel client
&gt;&gt; so I think it makes sense to nuke it.  Sage?
&gt;
&gt; Yep!

Signed-off-by: Ilya Dryomov &lt;idryomov@redhat.com&gt;
</content>
</entry>
<entry>
<title>libceph: fix sparse endianness warnings</title>
<updated>2015-01-08T17:36:57Z</updated>
<author>
<name>Ilya Dryomov</name>
<email>idryomov@redhat.com</email>
</author>
<published>2014-12-19T11:00:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d7d5a007b1c64c617ce3ee30c973ed0bb93443d9'/>
<id>urn:sha1:d7d5a007b1c64c617ce3ee30c973ed0bb93443d9</id>
<content type='text'>
The only real issue is the one in auth_x.c and it came with
3.19-rc1 merge.

Signed-off-by: Ilya Dryomov &lt;idryomov@redhat.com&gt;
</content>
</entry>
<entry>
<title>libceph: fixup includes in pagelist.h</title>
<updated>2014-12-17T17:09:53Z</updated>
<author>
<name>Ilya Dryomov</name>
<email>idryomov@redhat.com</email>
</author>
<published>2014-11-17T18:45:24Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=84a1d2d1ecd9ae2fc1ae51d8529090000e88a210'/>
<id>urn:sha1:84a1d2d1ecd9ae2fc1ae51d8529090000e88a210</id>
<content type='text'>
pagelist.h needs to include linux/types.h and asm/byteorder.h and not
rely on other headers pulling yet another set of headers.

Signed-off-by: Ilya Dryomov &lt;idryomov@redhat.com&gt;
</content>
</entry>
<entry>
<title>ceph: use getattr request to fetch inline data</title>
<updated>2014-12-17T17:09:52Z</updated>
<author>
<name>Yan, Zheng</name>
<email>zyan@redhat.com</email>
</author>
<published>2014-11-14T13:56:29Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=01deead041e03c9a6b4e1b2dd165dee4cced6112'/>
<id>urn:sha1:01deead041e03c9a6b4e1b2dd165dee4cced6112</id>
<content type='text'>
Add a new parameter 'locked_page' to ceph_do_getattr(). If inline data
in getattr reply will be copied to the page.

Signed-off-by: Yan, Zheng &lt;zyan@redhat.com&gt;
</content>
</entry>
<entry>
<title>ceph: add inline data to pagecache</title>
<updated>2014-12-17T17:09:52Z</updated>
<author>
<name>Yan, Zheng</name>
<email>zyan@redhat.com</email>
</author>
<published>2014-11-14T13:41:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=31c542a199d79f0f402c2f3e04229464510d47ec'/>
<id>urn:sha1:31c542a199d79f0f402c2f3e04229464510d47ec</id>
<content type='text'>
Request reply and cap message can contain inline data. add inline data
to the page cache if there is Fc cap.

Signed-off-by: Yan, Zheng &lt;zyan@redhat.com&gt;
</content>
</entry>
<entry>
<title>libceph: specify position of extent operation</title>
<updated>2014-12-17T17:09:52Z</updated>
<author>
<name>Yan, Zheng</name>
<email>zyan@redhat.com</email>
</author>
<published>2014-11-13T06:40:37Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=715e4cd405cfd67bd058e410b3e599bab2072645'/>
<id>urn:sha1:715e4cd405cfd67bd058e410b3e599bab2072645</id>
<content type='text'>
allow specifying position of extent operation in multi-operations
osd request. This is required for cephfs to convert inline data to
normal data (compare xattr, then write object).

Signed-off-by: Yan, Zheng &lt;zyan@redhat.com&gt;
Reviewed-by: Ilya Dryomov &lt;idryomov@redhat.com&gt;
</content>
</entry>
<entry>
<title>libceph: add SETXATTR/CMPXATTR osd operations support</title>
<updated>2014-12-17T17:09:51Z</updated>
<author>
<name>Yan, Zheng</name>
<email>zyan@redhat.com</email>
</author>
<published>2014-11-12T06:00:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d74b50bed037794135cb5a4e7418ad71d9848ce1'/>
<id>urn:sha1:d74b50bed037794135cb5a4e7418ad71d9848ce1</id>
<content type='text'>
Signed-off-by: Yan, Zheng &lt;zyan@redhat.com&gt;
Reviewed-by: Ilya Dryomov &lt;idryomov@redhat.com&gt;
</content>
</entry>
<entry>
<title>libceph: require cephx message signature by default</title>
<updated>2014-12-17T17:09:51Z</updated>
<author>
<name>Yan, Zheng</name>
<email>zyan@redhat.com</email>
</author>
<published>2014-11-11T08:30:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a3fc98005c9c6e4649d26bee0935a7048a95c9e6'/>
<id>urn:sha1:a3fc98005c9c6e4649d26bee0935a7048a95c9e6</id>
<content type='text'>
Signed-off-by: Yan, Zheng &lt;zyan@redhat.com&gt;
Reviewed-by: Ilya Dryomov &lt;idryomov@redhat.com&gt;
</content>
</entry>
</feed>
tro/kernel/?h=linux-5.1.y'>summary</a><a href='/distro/kernel/refs/?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05'>refs</a><a class='active' href='/distro/kernel/log/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;showmsg=1'>log</a><a href='/distro/kernel/tree/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05'>tree</a><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05'>commit</a><a href='/distro/kernel/diff/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05'>diff</a></td><td class='form'><form class='right' method='get' action='/distro/kernel/log/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c'>
<input type='hidden' name='h' value='linux-5.1.y'/><input type='hidden' name='id' value='5a0e3ad6af8660be21ca98a971cd00f331318c05'/><input type='hidden' name='showmsg' value='1'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/distro/kernel/log/?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05&amp;showmsg=1'>root</a>/<a href='/distro/kernel/log/drivers?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05&amp;showmsg=1'>drivers</a>/<a href='/distro/kernel/log/drivers/staging?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05&amp;showmsg=1'>staging</a>/<a href='/distro/kernel/log/drivers/staging/rtl8192e?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05&amp;showmsg=1'>rtl8192e</a>/<a href='/distro/kernel/log/drivers/staging/rtl8192e/ieee80211?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05&amp;showmsg=1'>ieee80211</a>/<a href='/distro/kernel/log/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05&amp;showmsg=1'>ieee80211_softmac.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/distro/kernel/log/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05'>Collapse</a>)</th><th class='left'>Author</th></tr>
<tr class='logheader'><td><span title='2010-03-30 22:02:32 +0900'>2010-03-30</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=5a0e3ad6af8660be21ca98a971cd00f331318c05'>include cleanup: Update gfp.h and slab.h includes to prepare for breaking ↵</a></td><td>Tejun Heo</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
implicit slab.h inclusion from percpu.h

percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files.  percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.

percpu.h -&gt; slab.h dependency is about to be removed.  Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability.  As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.

  http://userweb.kernel.org/~tj/misc/slabh-sweep.py

The script does the followings.

* Scan files for gfp and slab usages and update includes such that
  only the necessary includes are there.  ie. if only gfp is used,
  gfp.h, if slab is used, slab.h.

* When the script inserts a new include, it looks at the include
  blocks and try to put the new include such that its order conforms
  to its surrounding.  It's put in the include block which contains
  core kernel includes, in the same order that the rest are ordered -
  alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
  doesn't seem to be any matching order.

* If the script can't find a place to put a new include (mostly
  because the file doesn't have fitting include block), it prints out
  an error message indicating which .h file needs to be added to the
  file.

The conversion was done in the following steps.

1. The initial automatic conversion of all .c files updated slightly
   over 4000 files, deleting around 700 includes and adding ~480 gfp.h
   and ~3000 slab.h inclusions.  The script emitted errors for ~400
   files.

2. Each error was manually checked.  Some didn't need the inclusion,
   some needed manual addition while adding it to implementation .h or
   embedding .c file was more appropriate for others.  This step added
   inclusions to around 150 files.

3. The script was run again and the output was compared to the edits
   from #2 to make sure no file was left behind.

4. Several build tests were done and a couple of problems were fixed.
   e.g. lib/decompress_*.c used malloc/free() wrappers around slab
   APIs requiring slab.h to be added manually.

5. The script was run on all .h files but without automatically
   editing them as sprinkling gfp.h and slab.h inclusions around .h
   files could easily lead to inclusion dependency hell.  Most gfp.h
   inclusion directives were ignored as stuff from gfp.h was usually
   wildly available and often used in preprocessor macros.  Each
   slab.h inclusion directive was examined and added manually as
   necessary.

6. percpu.h was updated not to include slab.h.

7. Build test were done on the following configurations and failures
   were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my
   distributed build env didn't work with gcov compiles) and a few
   more options had to be turned off depending on archs to make things
   build (like ipr on powerpc/64 which failed due to missing writeq).

   * x86 and x86_64 UP and SMP allmodconfig and a custom test config.
   * powerpc and powerpc64 SMP allmodconfig
   * sparc and sparc64 SMP allmodconfig
   * ia64 SMP allmodconfig
   * s390 SMP allmodconfig
   * alpha SMP allmodconfig
   * um on x86_64 SMP allmodconfig

8. percpu.h modifications were reverted so that it could be applied as
   a separate patch and serve as bisection point.

Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.

Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;
Guess-its-ok-by: Christoph Lameter &lt;cl@linux-foundation.org&gt;
Cc: Ingo Molnar &lt;mingo@redhat.com&gt;
Cc: Lee Schermerhorn &lt;Lee.Schermerhorn@hp.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2010-03-03 16:42:30 -0800'>2010-03-03</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=65a4378471510787e080188f933913315f1afa0c'>Staging: rtl9192e: fix power usage issues</a></td><td>david woo</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This patch should allow the driver to consume a lot less power.

Signed-off-by: david woo &lt;xinhua_wu@realsil.com.cn&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;





</td></tr>
<tr class='logheader'><td><span title='2010-03-03 16:42:29 -0800'>2010-03-03</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=0ee9f67c4028500a4348e8bc87ee7ec1139b8259'>Staging: rtl8187x: Use %pM for mac address output</a></td><td>Joe Perches</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Uncompiled.  Doesn't currently build anyway.

Converted MAC_FMT to %pM
Converted some %02x%02x%02x%02x%02x%02x to %pm
Converted MAC_ARG to direct use
Removed MAC_FMT and MAC_ARG macros

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;



</td></tr>
<tr class='logheader'><td><span title='2009-12-23 11:27:46 -0800'>2009-12-23</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=fb5fe2776d1e2a0645d8aa3286a1d5ddd95b0723'>staging: fix rtl8192e compilation errors with mac80211</a></td><td>George Kadianakis</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This patch series fixes compilation problems that were caused by
function naming conflicts between the rtl8192e driver and the
mac80211 stack.

Signed-off-by: George Kadianakis &lt;desnacked at gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;



</td></tr>
<tr class='logheader'><td><span title='2009-12-11 12:23:20 -0800'>2009-12-11</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=bbc9a9916bc1cd997f3bf303e7930d5f3c804d37'>Staging: fix assorted typos all over the place</a></td><td>André Goddard Rosa</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Signed-off-by: André Goddard Rosa &lt;andre.goddard@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;



</td></tr>
<tr class='logheader'><td><span title='2009-10-30 14:47:43 -0700'>2009-10-30</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=a010a3375227efbd6b8ac11b99c34c807a77c45a'>Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload</a></td><td>Herton Ronaldo Krzesinski</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
On rtl81* additions, they had its wireless stack made builtin instead of
separated modules. But try_module_get/module_put in stack were kept,
they are uneeded with the stack builtin and makes rtl81* modules
impossible to remove on a system with an rtl81* card. request_module
calls are also uneeded with stack builtin, so remove them too.

Signed-off-by: Herton Ronaldo Krzesinski &lt;herton@mandriva.com.br&gt;
Cc: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;



</td></tr>
<tr class='logheader'><td><span title='2009-09-15 12:02:32 -0700'>2009-09-15</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=54fb0579b9a35101b01d7b277a933e6af200ae88'>Staging: rtl8192e: remove annoying printk()</a></td><td>Greg Kroah-Hartman</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This message doesn't need to be constantly sent to the syslog,
it's nothing but annoying gibberish.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2009-09-15 12:02:30 -0700'>2009-09-15</span></td><td class='logsubject'><a href='/distro/kernel/commit/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c?h=linux-5.1.y&amp;id=ecdfa44610fa18678c3dd481af75368b9800c6c7'>Staging: add Realtek 8192 PCI wireless driver</a></td><td>Greg Kroah-Hartman</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
This wireless driver should work for the Realtek 8192 PCI devices.

It comes directly from Realtek and has been tested to work on at least
one laptop in the wild.

Cc: Anthony Wong &lt;awong1@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;



</td></tr>
