[RFC PATCH -tip 1/2 v3] tracepoints: add tracepoints for pagecache
This patch adds several tracepoints to track pagecach behavior. These trecepoints would help us monitor pagecache usage with high resolution. Signed-off-by: Keiichi Kii <k-keiichi(a)bx.jp.nec.com> Cc: Atsushi Tsuji <a-tsuji(a)bk.jp.nec.com> --- include/trace/events/filemap.h | 83 ++++++++++++++++++++++++++++++++... 4 Feb 2010 22:28
[PATCH 03/13] net: x25: use seq_hlist_foo() helpers
Simplify seq_file code. Signed-off-by: Li Zefan <lizf(a)cn.fujtisu.com> --- net/x25/x25_proc.c | 30 +++--------------------------- 1 files changed, 3 insertions(+), 27 deletions(-) diff --git a/net/x25/x25_proc.c b/net/x25/x25_proc.c index 0a04e62..c4cd322 100644 --- a/net/x25/x25_proc.c +++ b/net/x25/x25... 4 Feb 2010 21:22
[PATCH 08/13] net: appletalk: use seq_hlist_foo() helpers
Simplify seq_file code. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- net/appletalk/atalk_proc.c | 30 +++--------------------------- 1 files changed, 3 insertions(+), 27 deletions(-) diff --git a/net/appletalk/atalk_proc.c b/net/appletalk/atalk_proc.c index 80caad1..6ef0e76 100644 --- a/net/appletalk... 4 Feb 2010 21:22
[git patches] libata fixes
Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus to receive the following updates: drivers/ata/ahci.c | 15 +++++++++++++++ drivers/ata/libata-scsi.c | 2 +- drivers/ata/libata-sff.c | 3 +++ include/linux/ata.h ... 4 Feb 2010 21:22
MMC: fix hang if card was removed during suspend and unsafe resume was enabled
On Fri, 5 Feb 2010 01:18:15 +0200 Maxim Levitsky <maximlevitsky(a)gmail.com> wrote: Currently removal of the card leads to del_disk called indirectly by mmc core. This function expects userspace to be running, which isn't when .resume is called Fix that by removing the code that did that in mmc_resume_hos... 5 Feb 2010 15:04
[PATCH V6] Work to enable SmartMedia/xD support
Hi, This version fixes few bugs I discovered, especially place where I forgot to unlock a mutex, another mistake in suspend/resume code that prevented driver from working if card was removed during low power state. David, merge window will soon open, so could you somehow review this? Best regards, Maxim Le... 4 Feb 2010 19:07
[PATCH 2.6.33 1/4] net: Micrel KSZ8841/2 PCI Ethernet driver
From: Tristram Ha <Tristram.Ha(a)micrel.com> This is a new network driver for Micrel KSZ8841/KSZ8842 PCI Ethernet chips. The same driver can run both chips at the same time. It supports IPv4 TCP hardware checksumming and so can use scatter/gather transmission. The KSZ8842 switch has 2 ports. Some users like to t... 4 Feb 2010 19:07
[PATCH 2.6.33 3/4] net: Makefile change for KSZ884X driver
From: Tristram Ha <Tristram.Ha(a)micrel.com> Add Micrel KSZ884X network driver for KSZ8841/KSZ8842 PCI Ethernet chips. Signed-off-by: Tristram Ha <Tristram.Ha(a)micrel.com> --- This is a resubmission of the Micrel KSZ8841/2 PCI Ethernet driver. --- linux-2.6.33-rc3.old/drivers/net/Makefile 2010-01-05 16:02:46.00... 4 Feb 2010 19:07
[PATCH 2.6.33 2/4] net: Kconfig change for KSZ884X driver
From: Tristram Ha <Tristram.Ha(a)micrel.com> Add Micrel KSZ8841/KSZ8842 PCI Ethernet chip support. Signed-off-by: Tristram Ha <Tristram.Ha(a)micrel.com> --- This is a resubmission of the Micrel KSZ8841/2 PCI Ethernet driver. --- linux-2.6.33-rc5.old/drivers/net/Kconfig 2010-01-21 15:31:35.000000000 -0800 +++ li... 4 Feb 2010 19:07
[PATCH] cciss: Make cciss_seq_show handle holes in the h->drv[] array.
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: Make cciss_seq_show handle holes in the h->drv[] array. It is possible (and expected) for there to be holes in the h->drv[] array, that is, some elements may be NULL pointers. cciss_seq_show needs to be made aware of this possibility to avoid an Oops.... 4 Feb 2010 19:06