Found 203 matching messages (0.020 seconds). Page 1 of 11.
... /sysfs/bin.c | 18 ++++++++++------ fs/sysfs/dir.c | 31 +++++++++++++--------------- fs/sysfs/file.c | 19 +++++++++-------- fs/sysfs/inode ... mount.c +++ b/fs/sysfs/mount.c @@ -31,7 +31,6 @@ static struct sysfs_dirent sysfs_root = { ...
linux-kernel - Greg Kroah-Hartman - Jul 11 2007 - 19:31
... =================================================================== --- work7.orig/drivers/pnp/resource.c 2008-03-31 17:12:25.000000000 -0600 +++ work7/drivers/pnp/resource.c 2008-03-31 17:15:31.000000000 -0600 @@ -216,14 +216,17 @@ ...
linux-kernel - Bjorn Helgaas - Apr 1 2008 - 11:17
... ide-scsi.c 2007-07-26 13:07:42.000000000 +0200 +++ linux-2.6.23-rc1-mm1-b/drivers/scsi/ide-scsi.c 2007-07-31 14:09:51.000000000 +0200 @@ -328,17 +328,15 @@ static int idescsi_check_condition(ide_d u8 *buf; /* stuff a sense request in ...
linux-kernel - Mariusz Kozlowski - Jul 31 2007 - 14:01
2.6.22-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Greg Kroah ... 2 deletions(-)
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -31,7 +31,6 @@
#include
linux-kernel - Greg KH - Dec 13 2007 - 02:35
... inode.c +++ b/fs/ext4/inode.c @@ -901,11 +901,31 @@ int ext4_get_blocks_wrap(handle_t *handle, struct inode *inode, sector_t block, ... (struct inode *inode, sector_t iblock, -- 1.5.4.rc3.31.g1271-dirty -- To unsubscribe from this list: send the line ...
linux-kernel - Theodore Ts'o - Jan 21 2008 - 23:02
... /watchdog/pc87413_wdt.c
index 15e4f88..326f2d2 100644
--- a/drivers/watchdog/pc87413_wdt.c
+++ b/drivers/watchdog/pc87413_wdt.c
@@ -31,9 +31,9 @@
#include
linux-kernel - Alan Cox - May 19 2008 - 09:07
... will be using this new functionality in a follow-on
patch.
Cc: Kay Sievers
linux-kernel - Greg Kroah-Hartman - Jul 22 2008 - 01:18
-stable review patch. If anyone has any objections, please let us know. ... length field read by cramfs_readpage(). This patch adds a sanity check to cramfs_readpage() ... :37:20 +0000 (-0800) Subject: [patch 31/50] [PATCH] corrupted cramfs filesystems cause ...
linux-kernel - Chris Wright - Jan 5 2007 - 22:28
2.6.25-stable review patch. If anyone has any objections, please let us ... which 1 is
subtracted elsewhere, giving net of 31).
I tested with a Seagate ST336753LC, and ... good, so
I'm satisfied with this patch.
Signed-off-by: Jeremy Higdon linux-kernel - Greg KH - May 13 2008 - 16:12
...
linux-kvm - Avi Kivity - Sep 23 2008 - 09:46
...
linux-kernel - Avi Kivity - Sep 23 2008 - 09:46
... /core.c 2007-01-25 04:19:28.000000000 +0200 +++ linux-2.6.20-rc6-mm3/drivers/pnp/pnpacpi/core.c 2007-01-31 22:19:30.000000000 +0200 @@ -236,7 +236,7 @@ static acpi_status __init pnpacpi_add_de return AE_OK; } -int pnpacpi_disabled __initdata; + ...
linux-kernel - Alon Bar-Lev - Feb 9 2007 - 11:34
-stable review patch. If anyone has any objections, please let us know.
------------------
From: Jeff Dike
linux-kernel - Greg KH - Mar 19 2007 - 17:41
-stable review patch. If anyone has any objections, please let us know. ------------------ Update libata drive blacklist to the latest from 2.6.21 Removes one duplicate entry from blacklist table, adds several entries for drives with broken NCQ ...
linux-kernel - Greg KH - Apr 11 2007 - 18:53
... - .quad 0x0000000000000000 /* 0xf0 - unused */ - .quad 0x0000000000000000 /* 0xf8 - GDT entry 31: double-fault TSS */ - Index: linux/arch/i386/kernel/smpboot.c =================================================================== --- linux.orig/arch/ ...
linux-kernel - Andi Kleen - Apr 29 2007 - 06:53
On Mon, Jul 16 2007, FUJITA Tomonori wrote:
> From: Jens Axboe
linux-kernel - Jens Axboe - Jul 16 2007 - 09:25
From: Jens Axboe linux-kernel - FUJITA Tomonori - Jul 16 2007 - 09:20
On Tuesday 31 July 2007, Mariusz Kozlowski wrote:
> Signed-off-by: Mariusz Kozlowski
linux-kernel - Bartlomiej Zolnierkiewicz - Aug 1 2007 - 17:02
On Dec 4 2006 07:31, Josef 'Jeff' Sipek wrote:
>+++ b/fs/unionfs/union.h
>+#include
linux-fsdevel - Jan Engelhardt - Dec 5 2006 - 15:41
... in a filesystem from code outside that filesystem. iget_locked() should be used instead. A new function is added in an earlier patch (iget_failed) that is to be called to mark an inode as bad, unlock it and release it should the get routine fail. ...
linux-fsdevel - David Howells - Oct 10 2007 - 17:45