public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] aoe: add debugfs-based export of debug counters
@ 2013-07-23 21:06 Ed Cashin
  2013-07-23 21:09 ` [PATCH 1/6] aoe: create and destroy debugfs directory for aoe Ed Cashin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ed Cashin @ 2013-07-23 21:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, ecashin

This patch series applies to today's linux-next/akpm, commit
0c2f52fa9a7cb139617078568c48026c49927617.

It adds the debugging information that the coraid.com-distributed aoe
driver exports via sysfs, but instead of sysfs, it uses debugfs.

With these patches applied, even without AoE targets on the network,
KEDR reports new possible memory leaks, but these are from callers
outside the aoe driver that have used aoe_devnode to get the name of
the character devices through the aoe_class->devnode callback, and I
believe they're responsible for freeing that memory.

Ed L. Cashin (6):
  aoe: create and destroy debugfs directory for aoe
  aoe: add AoE-target files to debugfs
  aoe: provide file operations for debugfs files
  aoe: fill in per-AoE-target information for debugfs file
  aoe: update copyright date
  aoe: update internal version number to 85

 drivers/block/aoe/aoe.h    |    4 +-
 drivers/block/aoe/aoeblk.c |  101 +++++++++++++++++++++++++++++++++++++++++++-
 drivers/block/aoe/aoedev.c |    1 +
 3 files changed, 103 insertions(+), 3 deletions(-)


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

end of thread, other threads:[~2013-07-23 21:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 21:06 [PATCH 0/6] aoe: add debugfs-based export of debug counters Ed Cashin
2013-07-23 21:09 ` [PATCH 1/6] aoe: create and destroy debugfs directory for aoe Ed Cashin
2013-07-23 21:11 ` [PATCH 2/6] aoe: add AoE-target files to debugfs Ed Cashin
2013-07-23 21:13 ` [PATCH 3/6] aoe: provide file operations for debugfs files Ed Cashin
2013-07-23 21:15 ` [PATCH 4/6] aoe: fill in per-AoE-target information for debugfs file Ed Cashin
2013-07-23 21:17 ` [PATCH 5/6] aoe: update copyright date Ed Cashin
2013-07-23 21:19 ` [PATCH 6/6] aoe: update internal version number to 85 Ed Cashin

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