login
Header Space

 
 

Mailing list archives

Search results

Found 178 matching messages (0.017 seconds). Page 1 of 9.

[PATCH 34/45] NFS: Define and create superblock-level objects [ver #35]

... superblock is always coherent. This patch also adds uniquification handling such ... fs/nfs/fscache-index.c | 34 +++++++++++++ fs/nfs/fscache.c | 116 ... (void); extern void nfs_fscache_unregister(void); @@ -34,6 +72,10 @@ extern void ...

linux-fsdevel - David Howells - Mar 28 2008 - 10:33

[PATCH 34/45] NFS: Define and create superblock-level objects [ver #35]

... superblock is always coherent. This patch also adds uniquification handling such ... fs/nfs/fscache-index.c | 34 +++++++++++++ fs/nfs/fscache.c | 116 ... (void); extern void nfs_fscache_unregister(void); @@ -34,6 +72,10 @@ extern void ...

linux-kernel - David Howells - Mar 28 2008 - 10:33

[patch 34/60] revert "dpt_i2o: convert to SCSI hotplug model"

... From: Andrew Morton patch 24601bbcacb3356657747f2e64317923feb7a1a2 in mainline. revert commit ... \n"); return hba_count-1; @@ -248,33 +248,34 @@ rebuild_sys_tab: } for (pHba = hba_chain; pHba; pHba = ...

linux-kernel - Greg KH - Dec 13 2007 - 02:52

Re: [patch 34/37] LTTng instrumentation ipc

... @linux-foundation.org --- include/linux/marker.h | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 ... , ## args) + +/** + * trace_mark_cond - Marker using code patching, testing a condition + * @cond: condition to test + ...

linux-kernel - Mathieu Desnoyers - Apr 25 2008 - 08:56

[PATCH 34/34] __initdata cleanup - video

Trivial. Signed-off-by: Alon Bar-Lev Signed-off-by: Bernhard Walle --- diff -urNp linux-2.6.20-rc6-mm3.org/drivers/video/console/sticore.c linux-2.6.20-rc6-mm3/drivers/video/console/sticore.c --- linux

linux-kernel - Alon Bar-Lev - Feb 9 2007 - 11:35

[PATCH] [34/34] x86_64: ignore vgacon if hardware not present

From: Gerd Hoffmann Avoid trying to set up vgacon if there's no vga hardware present. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Rusty Russell Signed-off-by: Andi Kleen

linux-kernel - Andi Kleen - Apr 30 2007 - 11:50

[patch 34/34] vmwatchdog: fix broken inline assembly.

From: Heiko Carstens Constraint for err is wrong since it is preinitialized and the code relies on it in case of an exception. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky

linux-kernel - Martin Schwidefsky - Oct 4 2007 - 07:27

[linux-usb-devel] [PATCH 34/40] USB: remove new OHCI build warnings

From: David Brownell Remove various newly-introduced compiler warnings for OHCI. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/ohci-

linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14

[PATCH 34/54] Driver Core: add kobj_attribute handling

From: Kay Sievers Add kobj_sysfs_ops to replace subsys_sysfs_ops. There is no need for special kset operations, we want to be able to use simple attribute operations at any kobject, not only ksets. The whole concept of any

linux-kernel - Greg Kroah-Hartman - Nov 2 2007 - 19:59

[RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files

... .c index b31ba0e..7416e66 100644 --- a/net/sunrpc/svc_xprt.c +++ b/net/sunrpc/svc_xprt.c @@ -93,6 +93,34 @@ int svc_unreg_xprt_class(struct svc_xprt_class *xcl) } EXPORT_SYMBOL_GPL(svc_unreg_xprt_class); +/* + * Format the transport list for ...

linux-nfs - Tom Tucker - Nov 29 2007 - 18:41

[RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files

... .c index b31ba0e..7416e66 100644 --- a/net/sunrpc/svc_xprt.c +++ b/net/sunrpc/svc_xprt.c @@ -93,6 +93,34 @@ int svc_unreg_xprt_class(struct svc_xprt_class *xcl) } EXPORT_SYMBOL_GPL(svc_unreg_xprt_class); +/* + * Format the transport list for ...

linux-nfs - Tom Tucker - Nov 29 2007 - 18:56

[RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files

... .c index b31ba0e..7416e66 100644 --- a/net/sunrpc/svc_xprt.c +++ b/net/sunrpc/svc_xprt.c @@ -93,6 +93,34 @@ int svc_unreg_xprt_class(struct svc_xprt_class *xcl) } EXPORT_SYMBOL_GPL(svc_unreg_xprt_class); +/* + * Format the transport list for ...

linux-nfs - Tom Tucker - Nov 29 2007 - 18:54

Re: [RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files

... .c > +++ b/net/sunrpc/svc_xprt.c > @@ -93,6 +93,34 @@ int svc_unreg_xprt_class(struct svc_xprt_class > *xcl) > } > ... , I don't see any architectural problems with the patch series. > +{ > + struct list_head *le; > + char tmpstr[80]; > + int ...

linux-nfs - Chuck Lever - Dec 3 2007 - 12:44

[PATCH 34/37] NFS: Read pages from FS-Cache into an NFS inode [ver #34]

Read pages from an FS-Cache data storage object representing an inode into an NFS inode. Signed-off-by: David Howells --- fs/nfs/fscache.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ fs/nfs/fscache.h |

linux-fsdevel - David Howells - Feb 28 2008 - 20:46

[PATCH 34/37] NFS: Read pages from FS-Cache into an NFS inode [ver #34]

Read pages from an FS-Cache data storage object representing an inode into an NFS inode. Signed-off-by: David Howells --- fs/nfs/fscache.c | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ fs/nfs/fscache.h |

linux-kernel - David Howells - Feb 28 2008 - 20:46

[PATCH 34/36] IB: rename "dev" to "srp_dev" in srp_host structure

This sets us up to be able to convert the srp_host to use a struct device instead of a class_device. Based on a original patch from Tony Jones, but split up into this piece by Greg. Signed-off-by: Tony Jones Signed-off-by: Kay ...

linux-kernel - Greg Kroah-Hartman - Apr 20 2008 - 06:46

[PATCH 34/34] AMD IOMMU: add documentation for kernel parameters

Add documentation for the kernel parameters introduced with this driver. Signed-off-by: Joerg Roedel --- Documentation/kernel-parameters.txt | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git

linux-kernel - Joerg Roedel - Jun 26 2008 - 15:28

Re: [PATCH 34/34] AMD IOMMU: add documentation for kernel parameters

On Thu, 26 Jun 2008 21:28:10 +0200 Joerg Roedel wrote: > Add documentation for the kernel parameters introduced with this driver. > > Signed-off-by: Joerg Roedel > --- > Documentation/kernel-

linux-kernel - FUJITA Tomonori - Jun 29 2008 - 11:07

Re: [PATCH 34/34] AMD IOMMU: add documentation for kernel parameters

* FUJITA Tomonori wrote: > On Thu, 26 Jun 2008 21:28:10 +0200 > Joerg Roedel wrote: > > > Add documentation for the kernel parameters introduced with this driver. > > > > Signed-off-by:

linux-kernel - Ingo Molnar - Jun 30 2008 - 08:25

[PATCH 34/79] block: make printk_partition use the class iterator function

Use the proper class iterator function instead of mucking around in the internals of the class structures. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- block/genhd.c | 95

linux-kernel - Greg Kroah-Hartman - Jul 22 2008 - 01:18

speck-geostationary