[PATCH V2 5/7] Cleancache (was Transcendent Memory): btrfs hooks
[PATCH V2 5/7] Cleancache (was Transcendent Memory): btrfs hooks Filesystems must explicitly enable cleancache. Also, btrfs uses its own readpage which must be hooked. Signed-off-by: Dan Magenheimer <dan.magenheimer(a)oracle.com> Signed-off-by: Chris Mason <chris.mason(a)oracle.com> Diffstat: extent_io.c ... 28 May 2010 13:45
[PATCH V2 1/7] Cleancache (was Transcendent Memory): cleancache_poolid in superblock
[PATCH V2 1/7] Cleancache (was Transcendent Memory): cleancache_poolid in superblock Add cleancache_poolid to superblock structure... not tied to CONFIG_CLEANCACHE so as to avoid unnecessary clutter. Signed-off-by: Dan Magenheimer <dan.magenheimer(a)oracle.com> Diffstat: fs.h ... 28 May 2010 13:45
[PATCH V2 6/7] Cleancache (was Transcendent Memory): ext4 hook
[PATCH V2 6/7] Cleancache (was Transcendent Memory): ext4 hook Filesystems must explicitly enable cleancache. For ext4, all other cleancache hooks are in the VFS layer. Signed-off-by: Dan Magenheimer <dan.magenheimer(a)oracle.com> Acked-by: Andreas Dilger <adilger(a)sun.com> Diffstat: super.c ... 28 May 2010 13:45
[PATCH] mac8390: change an error return code and some cleanup, take 4
Propagate the request_irq() return code. Also promote the log level of the failure message. Likewise some other KERN_INFO messages. Signed-off-by: Finn Thain <fthain(a)telegraphics.com.au> Index: linux-2.6.34/drivers/net/mac8390.c =================================================================== --- linux-2... 28 May 2010 13:45
platform/x86: msi-laptop depends on SERIO_I8042
Applied, thanks. -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 28 May 2010 13:45
drivers/platform/x86: Eliminate a NULL pointer dereference
Applied this version, thanks. -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/... 28 May 2010 13:45
intel_menlow: fix memory leaks in error path
Applied, thanks. -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 28 May 2010 13:45
wait_even_interruptible_timeout(), signal, spin_lock() = system hang
After this sequence of calls, system hangs (smp, x86 box based with ..34 kernel), can ping only. I have not been able to break in with Alt Sysrq t, working on that rc = wait_event_interruptible_timeout(ses->server->response_q, (midQ->midState != MID_REQUEST_SUBMITTED), timeout); ... 6 Jun 2010 05:06
linux-next: Tree for May 28 (tm6000)
On Fri, 28 May 2010 15:27:18 +1000 Stephen Rothwell wrote: Hi all, We are in the merge window again. I remind you all not to add stuff for 2.6.36 to your linux-next trees until after 2.6.35-rc1. Changes since 20100527: drivers/staging/tm6000/Kconfig: config VIDEO_TM6000_DVB bool "DVB Su... 28 May 2010 13:45
zram: generic RAM based compressed R/W block devices
Hi All, On 05/24/2010 07:48 PM, Nitin Gupta wrote: Creates RAM based block devices: /dev/zramX (X = 0, 1, ...). Pages written to these disks are compressed and stored in memory itself. These disks allow very fast I/O and compression provides good amounts of memory savings. This is enhancement over... 16 Jun 2010 22:08