public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Various fixes for zcache for v3.10
@ 2013-03-04 18:18 Konrad Rzeszutek Wilk
  2013-03-04 18:18 ` [PATCH 01/11] zcache: s/int/bool/ on the various options Konrad Rzeszutek Wilk
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-03-04 18:18 UTC (permalink / raw)
  To: linux-kernel, gregkh, devel; +Cc: dan.magenheimer

Now that v3.9-rc1 is out and you are enjoying your time in Hong Kong
and are probabally fighting with the jet-lag, here are eleven
patches that per your recommendation were deferred to v3.10.

Nothing has changed with them and they just make the code easier
to understand. The bulk of the code is moving the debug counters
to its own file.

This is of course also available on a git tree

git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm.git stable/for-greg-3.10

in case it strikes your fancy to do a git pull.

 drivers/staging/zcache/Kconfig       |   8 +
 drivers/staging/zcache/Makefile      |   1 +
 drivers/staging/zcache/debug.c       |  71 +++++++
 drivers/staging/zcache/debug.h       | 229 ++++++++++++++++++++
 drivers/staging/zcache/zbud.c        |  58 +++--
 drivers/staging/zcache/zcache-main.c | 402 +++++++++--------------------------
 6 files changed, 443 insertions(+), 326 deletions(-)

Konrad Rzeszutek Wilk (11):
      zcache: s/int/bool/ on the various options.
      zcache: Provide accessory functions for counter increase
      zcache: Provide accessory functions for counter decrease.
      zcache: The last of the atomic reads has now an accessory function.
      zcache: Make the debug code use pr_debug
      zcache: Move debugfs code out of zcache-main.c file.
      zcache/debug: Use an array to initialize/use debugfs attributes.
      zcache: Move the last of the debugfs counters out
      zcache: Module license is defined twice.
      zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG
      zcache/zbud: Add incremental accessory counters


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-03-05 21:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 18:18 [PATCH] Various fixes for zcache for v3.10 Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 01/11] zcache: s/int/bool/ on the various options Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 02/11] zcache: Provide accessory functions for counter increase Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 03/11] zcache: Provide accessory functions for counter decrease Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 04/11] zcache: The last of the atomic reads has now an accessory function Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 05/11] zcache: Make the debug code use pr_debug Konrad Rzeszutek Wilk
2013-03-04 18:28   ` Joe Perches
2013-03-05 21:54     ` Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 06/11] zcache: Move debugfs code out of zcache-main.c file Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 07/11] zcache/debug: Use an array to initialize/use debugfs attributes Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 08/11] zcache: Move the last of the debugfs counters out Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 09/11] zcache: Module license is defined twice Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 10/11] zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG Konrad Rzeszutek Wilk
2013-03-04 18:18 ` [PATCH 11/11] zcache/zbud: Add incremental accessory counters Konrad Rzeszutek Wilk
2013-03-05  8:44   ` Greg KH
2013-03-05 14:02     ` Konrad Rzeszutek Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox