login
Header Space

 
 

Mailing list archives

Search results

Found 425 matching messages (0.022 seconds). Page 1 of 22.

[ patch .24-rc0 5/5 ] SuperIO locks coordinator - use in other hwmon/*.c

... rest of drivers/hwmon/*.c this patch is compile-tested only, please review ... c 2007-10-14 13:00:24.000000000 -0600 +++ hwmon-superio.old/drivers ... write only :/ @@ -1425,20 +1408,24 @@ static struct platform_driver w83627ehf_ }; /* w83627ehf_find() ...

linux-kernel - Jim Cromie - Oct 15 2007 - 01:11

[PATCH 24/25] bnx2x: Checkpatch compliance

... { - u32 op :8; - u32 offset :24; + u32 op:8; + u32 offset:24; ... - u32 op :8; - u32 offset :24; + u32 op:8; + u32 offset:24 ... - u32 op :8; - u32 offset :24; + u32 op:8; + u32 offset:24 ... - u32 op :8; - u32 offset :24; + u32 op:8; + u32 offset:24 ...

linux-netdev - Eilon Greenstein - Aug 13 2008 - 10:16

[PATCH 24/28] blk_end_request: changing ide normal caller (take 3)

This patch converts "normal" parts of ide to use blk_end_request(). Signed-off ... (+), 14 deletions(-) Index: 2.6.24-rc3-mm2/drivers/ide/ide- ... , flags); } } else Index: 2.6.24-rc3-mm2/drivers/ide/ide- ... /ide-io.c +++ 2.6.24-rc3-mm2/drivers/ide/ide- ...

linux-kernel - Kiyoshi Ueda - Nov 30 2007 - 19:33

[PATCH 24/28] blk_end_request: changing ide normal caller (take 3)

This patch converts "normal" parts of ide to use blk_end_request(). Signed-off ... (+), 14 deletions(-) Index: 2.6.24-rc3-mm2/drivers/ide/ide- ... , flags); } } else Index: 2.6.24-rc3-mm2/drivers/ide/ide- ... /ide-io.c +++ 2.6.24-rc3-mm2/drivers/ide/ide- ...

linux-scsi - Kiyoshi Ueda - Nov 30 2007 - 19:33

[PATCH 24/30] blk_end_request: add callback feature (take 4)

This patch adds a variant of the interface, blk_end_request_callback(), which has driver callback ... 68 insertions(+), 6 deletions(-) Index: 2.6.24-rc4/block/ll_rw_blk.c =================================================================== --- 2.6.24-rc4 ...

linux-scsi - Kiyoshi Ueda - Dec 11 2007 - 18:51

[PATCH 24/30] blk_end_request: add callback feature (take 4)

This patch adds a variant of the interface, blk_end_request_callback(), which has driver callback ... 68 insertions(+), 6 deletions(-) Index: 2.6.24-rc4/block/ll_rw_blk.c =================================================================== --- 2.6.24-rc4 ...

linux-kernel - Kiyoshi Ueda - Dec 11 2007 - 18:51

Re: [patch 24/26] mount options: fix tmpfs

... , 129 insertions(+), 65 deletions(-) --- 2.6.24-rc8-mm1/include/linux/shmem_fs.h ... Bad mount option %s\n", @@ -2170,24 +2216,20 @@ bad_val: static int ... #ifdef CONFIG_TMPFS /* @@ -2241,34 +2311,24 @@ static int shmem_fill_super(struct super * ...

linux-fsdevel - Hugh Dickins - Jan 28 2008 - 02:09

Re: [patch 24/26] mount options: fix tmpfs

... , 129 insertions(+), 65 deletions(-) --- 2.6.24-rc8-mm1/include/linux/shmem_fs.h ... Bad mount option %s\n", @@ -2170,24 +2216,20 @@ bad_val: static int ... #ifdef CONFIG_TMPFS /* @@ -2241,34 +2311,24 @@ static int shmem_fill_super(struct super * ...

linux-kernel - Hugh Dickins - Jan 28 2008 - 02:09

[patch 24/30] hptiop: add more adapter models and other fixes

... ->initialized = 0; @@ -725,16 +996,24 @@ static int __devinit hptiop_probe(struct ... goto unmap_pci_bar; @@ -839,21 +1118,24 @@ static int __devinit hptiop_probe(struct ... )\n", hba); @@ -876,11 +1156,24 @@ static void hptiop_shutdown(struct pci_d ...

linux-scsi - akpm - Dec 13 2007 - 20:14

Re: [PATCH 24/27] NFS: Use local caching [try #2]

... each specific change via individual patch descriptions. David Howells wrote: > The ... his NFS_ALL for 2.6.24. > + len = sizeof(struct nfs_server_key); > + break; ... latest fscache implementation in previous patches before commenting on most of ...

linux-kernel - Chuck Lever - Jan 24 2008 - 17:22

Re: [PATCH 24/27] NFS: Use local caching [try #2]

... each specific change via individual patch descriptions. David Howells wrote: > The ... his NFS_ALL for 2.6.24. > + len = sizeof(struct nfs_server_key); > + break; ... latest fscache implementation in previous patches before commenting on most of ...

linux-fsdevel - Chuck Lever - Jan 24 2008 - 17:22

Re: [PATCH 24/27] NFS: Use local caching [try #2]

... for each specific change via >> individual patch descriptions. > > Hmmm.... I broke the patch up ... this in a separate clean up patch. > > ???? +/* + * Notification that a PTE pointing to ... the NFS client >> in 2.6.24, I recommend you take a look ...

linux-kernel - Chuck Lever - Jan 30 2008 - 18:36

Re: [PATCH 24/27] NFS: Use local caching [try #2]

... for each specific change via >> individual patch descriptions. > > Hmmm.... I broke the patch up ... this in a separate clean up patch. > > ???? +/* + * Notification that a PTE pointing to ... the NFS client >> in 2.6.24, I recommend you take a look ...

linux-fsdevel - Chuck Lever - Jan 30 2008 - 18:36

[PATCH 24/24 for-2.6.25] DM9000: Show the MAC address source after printing MAC

... Dooks Index: linux-2.6.24-quilt3/drivers/net/dm9000.c =================================================================== --- linux-2.6. ... -quilt3.orig/drivers/net/dm9000.c +++ linux-2.6.24-quilt3/drivers/net/dm9000.c @@ -509,6 + ...

linux-netdev - Ben Dooks - Feb 4 2008 - 20:02

Re: [PATCH 24/25] r/o bind mounts: track number of mount writers

On Mon, 24 Sep 2007 12:28:11 -0700 Dave Hansen wrote: > On Mon, 2007-09-24 at 18:54 +0100, Christoph Hellwig wrote: > > As we already say in various messages the percpu ...

linux-kernel - Andrew Morton - Sep 24 2007 - 15:42

Re: [PATCH 24/25] r/o bind mounts: track number of mount writers

On Mon, 24 Sep 2007 16:05:37 -0700 Dave Hansen wrote: > On Mon, 2007-09-24 at 15:25 -0700, Andrew Morton wrote: > > hm. I saw that warning on my 2-way. It has ...

linux-kernel - Andrew Morton - Sep 24 2007 - 19:15

Re: [PATCH 24/25] r/o bind mounts: track number of mount writers

On Mon, 2007-09-24 at 16:15 -0700, Andrew Morton wrote: > On Mon, 24 Sep 2007 16:05:37 -0700 > Dave Hansen wrote: > > > On Mon, 2007-09-24 at 15:25 -0700, Andrew Morton wrote: > > > hm. I saw that ...

linux-kernel - Dave Hansen - Sep 25 2007 - 12:10

[PATCH 24/24] FS-Cache: Make kAFS use FS-Cache

The attached patch makes the kAFS filesystem in fs/afs/ use FS-Cache, and through it any attached caches. ... 100644 --- a/fs/afs/file.c +++ b/fs/afs/file.c @@ -24,6 +24,9 @@ static int afs_releasepage(struct page *page, gfp_t gfp_flags); static int ...

linux-kernel - David Howells - Sep 26 2007 - 10:23

Re: [PATCH 24/25] r/o bind mounts: track number of mount writers

On Mon, 2007-09-24 at 12:42 -0700, Andrew Morton wrote: > On Mon, 24 Sep 2007 12:28:11 -0700 > Dave Hansen wrote: > > On Mon, 2007-09-24 at 18:54 +0100, Christoph Hellwig wrote: > > > As we already say in ...

linux-kernel - Dave Hansen - Oct 1 2007 - 14:06

[ patch .24-rc0 3/5 ] SuperIO locks coordinator - use in hwmon/pc87360

... hwmon/Kconfig 2007-10-14 13:00:24.000000000 -0600 +++ hwmon-superio.old/drivers/hwmon ... pc87360.c 2007-10-14 13:00:24.000000000 -0600 +++ hwmon-superio.old/drivers/hwmon ... TMS 0x0e /* Logical device: temperatures */ @@ -77,24 +82,6 @@ static const u8 logdev[ ...

linux-kernel - Jim Cromie - Oct 15 2007 - 01:07

speck-geostationary