Found 178 matching messages (0.017 seconds). Page 1 of 9.
... 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
... 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
...
From: Andrew Morton
linux-kernel - Greg KH - Dec 13 2007 - 02:52
... @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
Trivial.
Signed-off-by: Alon Bar-Lev
linux-kernel - Alon Bar-Lev - Feb 9 2007 - 11:35
From: Gerd Hoffmann linux-kernel - Andi Kleen - Apr 30 2007 - 11:50
From: Heiko Carstens
linux-kernel - Martin Schwidefsky - Oct 4 2007 - 07:27
From: David Brownell
linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14
From: Kay Sievers
linux-kernel - Greg Kroah-Hartman - Nov 2 2007 - 19:59
... .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
... .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
... .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
... .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
Read pages from an FS-Cache data storage object representing an inode into an
NFS inode.
Signed-off-by: David Howells
linux-fsdevel - David Howells - Feb 28 2008 - 20:46
Read pages from an FS-Cache data storage object representing an inode into an
NFS inode.
Signed-off-by: David Howells
linux-kernel - David Howells - Feb 28 2008 - 20:46
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
linux-kernel - Greg Kroah-Hartman - Apr 20 2008 - 06:46
Add documentation for the kernel parameters introduced with this driver.
Signed-off-by: Joerg Roedel
linux-kernel - Joerg Roedel - Jun 26 2008 - 15:28
On Thu, 26 Jun 2008 21:28:10 +0200
Joerg Roedel
linux-kernel - FUJITA Tomonori - Jun 29 2008 - 11:07
* FUJITA Tomonori
linux-kernel - Ingo Molnar - Jun 30 2008 - 08:25
Use the proper class iterator function instead of mucking around in the
internals of the class structures.
Cc: Kay Sievers
linux-kernel - Greg Kroah-Hartman - Jul 22 2008 - 01:18