Found 24 matching messages (0.022 seconds). Page 1 of 2.
Hi there, This patch is a guess at what's missing, to fix a compile ... 4 ++++ 1 files changed, 4 insertions(+) --- linux-2.6.20-rc6-mm3/kernel/params.c 2007-01-30 16:25:34.000000000 +1100 +++ linux-2.6.20-rc6-mm3c/kernel/params.c 2007-02-01 07:25:09. ...
linux-kernel - Grant Coady - Jan 31 2007 - 16:47
Originally from: Herbert Poetzl
linux-fsdevel - Dave Hansen - Jun 16 2006 - 19:12
... wrote:
>
> Originally from: Herbert Poetzl
linux-fsdevel - Al Viro - Jun 18 2006 - 14:36
...
> > Originally from: Herbert Poetzl
linux-fsdevel - Dave Hansen - Jun 19 2006 - 12:45
... at 07:47:33AM +1100, Grant Coady wrote: > Hi there, > > This patch is a guess at what's missing, to fix a compile failure ... > Compile tested. This looks correct, I'll add it to my patch queue, thanks. greg k-h - To unsubscribe from this list: ...
linux-kernel - Greg KH - Jan 31 2007 - 17:16
Signed-off-by: Dave Hansen
linux-fsdevel - Dave Hansen - Jun 7 2006 - 20:10
On Wed, Jun 07, 2006 at 05:10:30PM -0700, Dave Hansen wrote:
>
>
> Signed-off-by: Dave Hansen
linux-fsdevel - Herbert Poetzl - Jun 8 2006 - 07:07
Move the sk_mutex field to the transport independent svc_xprt structure. Now all the fields that svc_send touches are transport neutral. Change the svc_send function to use the transport independent svc_xprt directly instead of the transport
linux-nfs - Tom Tucker - Nov 29 2007 - 18:40
Move the sk_mutex field to the transport independent svc_xprt structure. Now all the fields that svc_send touches are transport neutral. Change the svc_send function to use the transport independent svc_xprt directly instead of the transport
linux-nfs - Tom Tucker - Nov 29 2007 - 18:54
Move the sk_mutex field to the transport independent svc_xprt structure. Now all the fields that svc_send touches are transport neutral. Change the svc_send function to use the transport independent svc_xprt directly instead of the transport
linux-nfs - Tom Tucker - Nov 29 2007 - 18:56
On Wed, 2008-01-09 at 18:29 -0500, Steven Rostedt wrote: > +enum trace_flag_type { > + TRACE_FLAG_IRQS_OFF = 0x01, > + TRACE_FLAG_NEED_RESCHED = 0x02, > + TRACE_FLAG_NEED_RESCHED_DELAYED = 0x04, > +
linux-kernel - Daniel Walker - Jan 9 2008 - 23:41
Add timestamps to trace entries.
Signed-off-by: Steven Rostedt
linux-kernel - Steven Rostedt - Jan 15 2008 - 16:49
I looked at what Mathieu Desnoyers did in his LTTng patches to use as a marker for the wakeup latency timings. But unfortunately, his marker didn't give me enough information. What I need is the task pointer itself. I also look at its priority but I ...
linux-kernel - Steven Rostedt - Jan 21 2008 - 11:22
This is the first really tricky patch in the series. It elevates the writer count on a mount each time a non-special file is opened for write. We used to do this in may_open(), but Miklos pointed out that __dentry_open() is used as well to create ...
linux-kernel - Dave Hansen - Feb 8 2008 - 18:27
This patch adds implementation of most of the VFS callbacks like ->readdir(), ->write_begin(), and so on. In most cases, it just does budgeting and calls corresponding journal function, because all new data goes first to the journal. Signed-off-by: ...
linux-kernel - Artem Bityutskiy - Mar 27 2008 - 10:55
Artem Bityutskiy
linux-kernel - Andi Kleen - Mar 27 2008 - 09:36
Andi Kleen wrote: >> + inode->i_gid = current->fsgid; >> + inode->i_mode = mode; >> + inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC; > > Any specific reason you didn't implement sub second time stamp support? > There is
linux-kernel - Artem Bityutskiy - Mar 27 2008 - 09:42
Hi Artem,
On Thu, Mar 27, 2008 at 5:55 PM, Artem Bityutskiy
linux-kernel - Pekka Enberg - Apr 1 2008 - 08:08
Pekka Enberg wrote:
> Hi Artem,
>
> On Thu, Mar 27, 2008 at 5:55 PM, Artem Bityutskiy
>
linux-kernel - Artem Bityutskiy - Apr 1 2008 - 08:42