login
Header Space

 
 

Mailing list archives

Search results

Found 358 matching messages (0.023 seconds). Page 1 of 18.

[PATCH 26/27] blk_end_request: changing ide-cd (take 2)

... 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

[patch 26/37] Scheduler Profiling - Use Immediate Values

... /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

Re: [RFC PATCH 26/26] UBIFS: include FS to compilation

... it's own > > assert. On Tue, Apr 1, 2008 at 1:26 PM, Artem Bityutskiy wrote: > True. But it ... ' in dir ino %lu", On Tue, Apr 1, 2008 at 1:26 PM, Artem Bityutskiy wrote: > This means that ...

linux-kernel - Pekka Enberg - Apr 1 2008 - 07:33

[PATCH 26/30] NFS: Use local caching [try #11]

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 #include ...

linux-fsdevel - David Howells - Jul 27 2006 - 16:53

[patch 26/44] hfsplus convert to new aops

... --- 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

Re: [RFC PATCH 26/26] UBIFS: include FS to compilation

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

Re: [RFC PATCH 26/26] UBIFS: include FS to compilation

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

Re: [RFC PATCH 26/26] UBIFS: include FS to compilation

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

[patch 26/38] zfcpdump support.

... 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

[patch 26/26] V4L: cx88-blackbird: fix vidioc_g_tuner never ending list of tuners

-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

[patch 26/26] i2c/eeprom: Recognize VGN as a valid Sony Vaio name prefix

2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jean Delvare patch 8b925a3dd8a4d7451092cb9aa11da727ba69e0f0 in mainline. Recent (i.e. 2005 and later) Sony ...

linux-kernel - Greg Kroah-Hartman - Nov 19 2007 - 14:19

Re: [PATCH 26/28] blk_end_request: changing ide-cd (take 3)

... 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

Re: [PATCH 26/28] blk_end_request: changing ide-cd (take 3)

... 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

Re: [PATCH 26/28] blk_end_request: changing ide-cd (take 3)

... > 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

Re: [PATCH 26/28] blk_end_request: changing ide-cd (take 3)

... > 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

[PATCH 26/55] KVM: Portability: Move pio emulation functions to x86.c

From: Carsten Otte This patch moves implementation of the following functions from kvm_main.c to x86.c: ... The function inject_gp, which was duplicated by yesterday's patch series, is removed from kvm_main.c now because it is not ...

linux-kernel - Avi Kivity - Dec 26 2007 - 07:05

[patch 26/26] Linux Kernel Markers - Use Immediate Values

... 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

[patch 26/42] sctp: fix potential panics in the SCTP-AUTH API.

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

[patch 26/26] Dynamic kernel command-line - xtensa

1. Rename saved_command_line into boot_command_line. 2. Set command_line as __initdata. Signed-off-by: Alon Bar-Lev --- --- arch/xtensa/kernel/setup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

linux-kernel - Bernhard Walle - Jan 18 2007 - 08:59

[patch 26/26] Xen-paravirt_ops: Add the Xen virtual network device driver.

... 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

speck-geostationary