Found 358 matching messages (0.023 seconds). Page 1 of 18.
... the oddness of the driver, the patch adds a variant of the ... -caller-change/block/ll_rw_blk.c 26-ide-odd-caller-change/block/ ... -10 18:17:38.000000000 -0400 +++ 26-ide-odd-caller-change/drivers/ ... -change/include/linux/blkdev.h 26-ide-odd-caller-change/include/ ...
linux-kernel - Kiyoshi Ueda - Sep 11 2007 - 15:05
... /profile.c 2008-04-22 20:23:26.000000000 -0400 @@ -40,8 +40,8 @@ ... profile.h 2008-04-22 20:23:26.000000000 -0400 @@ -7,10 +7,11 @@ ... sched_fair.c 2008-04-22 20:23:26.000000000 -0400 @@ -616,11 +616,8 ... .c 2008-04-22 20:23:26.000000000 -0400 @@ -2604,7 +2604,7 ...
linux-kernel - Mathieu Desnoyers - Apr 24 2008 - 11:03
... it's own
> > assert.
On Tue, Apr 1, 2008 at 1:26 PM, Artem Bityutskiy
linux-kernel - Pekka Enberg - Apr 1 2008 - 07:33
The attached patch makes it possible for the NFS filesystem to make use o=
f the
network filesystem local caching ... 13ff66a 100644
--- a/fs/nfs/read.c
+++ b/fs/nfs/read.c
@@ -26,11 +26,13 @@ #include
linux-fsdevel - David Howells - Jul 27 2006 - 16:53
... --- linux-2.6.orig/fs/hfsplus/inode.c +++ linux-2.6/fs/hfsplus/inode.c @@ -26,10 +26,14 @@ static int hfsplus_writepage(struct page return block_write_full_page(page, hfsplus_get_block, wbc); } -static int hfsplus_prepare_write(struct file * ...
linux-fsdevel - Nick Piggin - Apr 23 2007 - 21:24
Pekka Enberg wrote: > On Tue, Apr 1, 2008 at 1:26 PM, Artem Bityutskiy > ubifs_assert(PageLocked(page)); > ubifs_assert(!PageChecked(page)); > ubifs_assert(!PagePrivate(page)); > > So instead of arguing about this you really ...
linux-kernel - Artem Bityutskiy - Apr 1 2008 - 07:56
On Tue, Apr 01, 2008 at 11:51:50AM +0300, Artem Bityutskiy wrote: >> But these don't make much sense to me. Why would you want to be able >> to compile out printks at this granularity? Why not enable all of them >> when CONFIG_UBIFS_FS_DEBUG is enabled
linux-kernel - Christoph Hellwig - Apr 26 2008 - 05:35
On Tue, Apr 01, 2008 at 02:33:37PM +0300, Pekka Enberg wrote: > I don't know how many times I have to say this: you're doing it at the > wrong level! The reason you want to compile them out is because you've > added crap like this all over your code
linux-kernel - Christoph Hellwig - Apr 26 2008 - 05:37
... can be accessed from Linux. This patch exports memory and registers of ... which is included in this patch. Signed-off-by: Michael Holzheu ... .000000000 +0200 @@ -285,6 +285,26 @@ } } +#if defined(CONFIG_ZFCPDUMP) || defined(CONFIG_ZFCPDUMP_MODULE) ...
linux-kernel - Martin Schwidefsky - Apr 27 2007 - 10:05
-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jelle Foks < ... application think there is a never ending list of tuners... This patch adds the same index check as done in vidioc_g_tuner() in cx88- ...
linux-kernel - Greg KH - Jul 31 2007 - 00:34
2.6.22-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Jean Delvare
linux-kernel - Greg Kroah-Hartman - Nov 19 2007 - 14:19
... post_transform_command() call can be removed (patch below). > > > 2. wait completing request ... O completion > handler (take 3)" patch series from Kiyoshi Ueda. > > Cc ... think about the patch below? Subject: [PATCH 26/28] blk_end_request: changing ...
linux-scsi - Kiyoshi Ueda - Dec 3 2007 - 18:52
... post_transform_command() call can be removed (patch below). > > > 2. wait completing request ... O completion > handler (take 3)" patch series from Kiyoshi Ueda. > > Cc ... think about the patch below? Subject: [PATCH 26/28] blk_end_request: changing ...
linux-kernel - Kiyoshi Ueda - Dec 3 2007 - 18:52
... > Thank you for the comments. > I rebased my patch on top of 2.6.24-rc3- ... do you think about the patch below? > > > > Subject: [PATCH 26/28] blk_end_request: changing ide-cd (take 3) > > > This patch converts ide-cd (cdrom_newpc_intr()) to use ...
linux-scsi - Bartlomiej Zolnierkiewicz - Dec 4 2007 - 09:46
... > Thank you for the comments. > I rebased my patch on top of 2.6.24-rc3- ... do you think about the patch below? > > > > Subject: [PATCH 26/28] blk_end_request: changing ide-cd (take 3) > > > This patch converts ide-cd (cdrom_newpc_intr()) to use ...
linux-kernel - Bartlomiej Zolnierkiewicz - Dec 4 2007 - 09:46
From: Carsten Otte
linux-kernel - Avi Kivity - Dec 26 2007 - 07:05
... Marker + * trace_mark - Marker using code patching * @name: marker name, not quoted ... a marker using optimized code patching technique (imv_read()) + * to be enabled ... immediate values based on code patching. + + * Probe / marker example See the ...
linux-kernel - Mathieu Desnoyers - Jan 24 2008 - 16:27
2.6.26-stable review patch. If anyone has any objections, please let us know. ------------------ From: Vlad Yasevich ... always be valid which may not always be the case. This patch hardens the API and address all of the crash scenarios. ...
linux-kernel - Greg KH - Sep 3 2008 - 13:26
1. Rename saved_command_line into boot_command_line.
2. Set command_line as __initdata.
Signed-off-by: Alon Bar-Lev
linux-kernel - Bernhard Walle - Jan 18 2007 - 08:59
... Linux kernel or incorporated into other + * software packages, subject to the following license: + * + * Permission is hereby granted ... whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice ...
linux-kernel - Jeremy Fitzhardinge - Feb 27 2007 - 04:14