login
Header Space

 
 

Mailing list archives

Search results

Found 13 matching messages (0.037 seconds). Page 1 of 1.

[RFC PATCH 21/22 -v2] Split out specific tracing functions

... use the same core functions. This patch separates the core functions from more ... = idx + 1; @@ -71,12 +64,21 @@ mctracer_add_trace_entry(struct mctracer if (unlikely( ... kfree(iter); iter = NULL; @@ -570,21 +563,40 @@ __mctrace_open(struct inode * ...

linux-kernel - Steven Rostedt - Jan 9 2008 - 19:29

[RFC PATCH 21/23 -v4] mcount tracer for wakeup latency timings.

This patch adds hooks to trace the wake up latency of the highest priority waking task. The following files are added to /debugfs/tracing/ wakeup_max_latency holds the current max latency for wakeup wakeup_thresh if set to other ...

linux-kernel - Steven Rostedt - Jan 21 2008 - 11:22

Re: [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it

... Style police again. I notice several of these patches add new functions with the return value split ... a whole bunch of trivial ones in this patch. Thus it would be nicer if we did this in a separate patch so you can document your rationale for this ...

linux-nfs - Chuck Lever - Nov 30 2007 - 17:33

Re: [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it

... police again. I notice several of these patches add new > functions with the return value split ... a whole bunch of trivial > ones in this patch. Thus it would be nicer if we did this in a > separate patch so you can document your rationale for ...

linux-nfs - Tom Tucker - Nov 30 2007 - 19:17

[RFC][PATCH 21/27] mount_is_safe(): add comment

This area of code is currently #ifdef'd out, so add a comment for the time when it is actually used. Signed-off-by: Dave Hansen --- lxc-dave/fs/namespace.c | 4 ++++ 1 files changed, 4 insertions(+) diff -puN fs/

linux-fsdevel - Dave Hansen - Jun 7 2006 - 20:10

[RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it

All fields touched by svc_sock_received are now transport independent. Change it to use svc_xprt directly. This function is called from transport dependent code, so export it. Signed-off-by: Tom Tucker --- include/

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

[RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it

All fields touched by svc_sock_received are now transport independent. Change it to use svc_xprt directly. This function is called from transport dependent code, so export it. Signed-off-by: Tom Tucker --- include/

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

[RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it

All fields touched by svc_sock_received are now transport independent. Change it to use svc_xprt directly. This function is called from transport dependent code, so export it. Signed-off-by: Tom Tucker --- include/

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

Re: [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it

On Nov 30, 2007, at 6:17 PM, Tom Tucker wrote: > On Fri, 2007-11-30 at 16:33 -0500, Chuck Lever wrote: >> On Nov 29, 2007, at 5:40 PM, Tom Tucker wrote: >>> { >>> - svsk->sk_xprt.xpt_pool = NULL; >>> - clear_bit(XPT_BUSY, &svsk->sk_xprt.xpt_flags);

linux-nfs - Chuck Lever - Nov 30 2007 - 19:23

[RFC PATCH 21/30 v3] Sort trace by timestamp

Now that each entry has a reliable timestamp, we can use the timestamp as the source of sorting the trace and remove the atomic increment. Signed-off-by: Steven Rostedt --- lib/tracing/tracer.c | 3 +-- lib/tracing/tracer

linux-kernel - Steven Rostedt - Jan 15 2008 - 16:49

[RFC][PATCH 21/30] r/o bind mounts: get write access for vfs_rename() callers

This also uses the little helper in the NFS code to make an if() a little bit less ugly. We introduced the helper at the beginning of the series. Signed-off-by: Dave Hansen Acked-by: Christoph Hellwig

linux-kernel - Dave Hansen - Feb 8 2008 - 18:27

[RFC PATCH 21/26] UBIFS: add budgeting

Because of compression and space wastage (due to paddings) it is not always possible to know whether the cached data fits the flash space or not. Sometimes this problem is called "ENOSPC" problem. UBIFS implements the budgeting sub-system to solve the

linux-kernel - Artem Bityutskiy - Mar 27 2008 - 10:55

[RFC patch 21/27] Add __discard section to x86

Add a __discard sectionto the linker script. Code produced in this section will not be put in the vmlinux file. This is useful when we have to calculate the size of an instruction before actually declaring it (for alignment purposes for instance). This

linux-kernel - Mathieu Desnoyers - Apr 16 2008 - 17:34

speck-geostationary