Found 366 matching messages (0.056 seconds). Page 1 of 19.
Carsten Otte wrote: >[RFC/PATCH 3/5] ext2: add execute in place support > > This patch does'nt compile without CONFIG_FS_XIP. Sorry. => fixed in next version - To unsubscribe from this list: send the line " ...
linux-fsdevel - Carsten Otte - May 13 2005 - 10:37
... accounts of activity across transactions in which an underlying inode is subject to change. Once that inode changes, we've lost audit. So, ... to maintain a relative focus here on linux-fsdevel. When I RFC on LKML, we can argue the virtues of audit and ...
linux-fsdevel - Timothy R. Chavez - Apr 28 2005 - 16:31
On 3/12/07, Dave Hansen
linux-kernel - Balbir Singh - Mar 12 2007 - 13:21
Hi, On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: > This patch adds the 'menu' governor, as was described in my first email. > > +/** > + * menu_select - selects the next idle state to enter > + * @dev: the CPU > + */ > +static int ...
linux-kernel - Shaohua Li - Mar 26 2007 - 01:36
... 2007-03-26 at 13:36 +0800, Shaohua Li wrote: > Hi, > On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: > > This patch adds the 'menu' governor, as was described in my first email. > > > > > +/** > > + * menu_select - selects the next idle state ...
linux-kernel - Adam Belay - Mar 27 2007 - 15:04
... 26 at 13:36 +0800, Shaohua Li wrote: >> Hi, >> On Sat, 2007-03-24 at 03:47 -0400, Adam Belay wrote: >>> This patch adds the 'menu' governor, as was described in my first >>> email. >>> >> >>> +/** >>> + * menu_select - selects the next idle state ...
linux-kernel - Venki Pallipadi - Mar 27 2007 - 21:43
... trying to push > some crack-smoking "Gujin native" patches into the kernel, too), > breaking ELILO would hurt ... make the code start. startup_32: movl %cs, %eax testl $3, %eax jnz 1f lgdt boot_gdt_descr - __PAGE_OFFSET movl ...
linux-kernel - Eric W. Biederman - May 4 2007 - 13:30
... > 2007/5/3, Martin Peschke
linux-kernel - Martin Peschke - May 7 2007 - 08:44
... satoshi.oshima.fk@hitachi.com) wrote: > This patch introduces memory usage measurement for UDP. > > These 3 points were updated. > > - UDP specific codes ... resonable. I already told that patches 1 and 3 have broken indent, please ...
linux-netdev - Evgeniy Polyakov - Sep 28 2007 - 10:37
... satoshi.oshima.fk@hitachi.com) wrote: >> This patch introduces memory usage measurement for UDP. >> >> These 3 points were updated. >> >> - UDP specific codes in ... . > I already told that patches 1 and 3 have broken indent, please ...
linux-netdev - Satoshi OSHIMA - Oct 1 2007 - 09:52
... lock); > cwq->run_depth++; > if (cwq->run_depth > 3) { > @@ -267,16 +280,25 @@ static void run_workqueue( ... . (I'll try to read this patch carefully tomorrow, but it is a bit ... read this series, and the very first patch has rejects. Could you make a ...
linux-kernel - Oleg Nesterov - Oct 22 2007 - 13:34
... ; > > cwq->run_depth++; > > if (cwq->run_depth > 3) { > > @@ -267,16 +280,25 @@ static void run_workqueue( ... > (I'll try to read this patch carefully tomorrow, but it is a bit ... read this series, and the very first patch has rejects. Could you make > a ...
linux-kernel - Peter Zijlstra - Oct 22 2007 - 15:17
On Saturday, 3 November 2007 21:08, Frans Pop wrote: > Rafael J. Wysocki wrote: > > +core run in a test mode. There are 5 test modes available: > > + > > +freezer - test the freezing of processes > > +devices - test the freezing of processes and ...
linux-kernel - Rafael J. Wysocki - Nov 3 2007 - 16:54
... things that I didn't get from your patch description are: 1) the rtime flag and ... is that this feature would become ext 2/3/4 specific, and I could see future ... ) process. Speaking of security, I assume your patch will never allow rtime to go backwards ...
linux-kernel - Theodore Tso - Nov 8 2007 - 10:37
... I didn't get from your patch > description are: > > 1) the rtime flag ... feature would become ext > 2/3/4 specific, and I could ... of security, I assume your patch will never allow rtime to ... utimes() system call)? No, the patch does not allow this. But ...
linux-kernel - Jan Kara - Nov 8 2007 - 11:28
... accuracy instead of rounding up to next > exponential back-off of syn-ack retry. This all makes sense Patrick. Your patch is quite large and difficult to review (for me :) ) 1) Adding "struct tcp_deferred_accept_info" on "struct tcp_sock" ...
linux-netdev - Eric Dumazet - Mar 1 2008 - 06:53
... connection in > > accept queue when first data packet arrives from slow path. > > > This all makes sense Patrick. > > Your patch is quite large and difficult to review (for me :) ) > Eric, thanks for the feedback! > 1) Adding "struct ...
linux-netdev - Patrick McManus - Mar 1 2008 - 16:59
Nick Piggin a écrit :
> Use SLAB_SMP_ALIGN in a few places.
>
>
I dont understand why you added SLAB_SMP_ALIGN, without removing
SLAB_HWCACHE_ALIGN on these places.
> Signed-off-by: Nick Piggin
linux-kernel - Eric Dumazet - Mar 3 2008 - 05:53
Nick Piggin a écrit :
> Use SLAB_SMP_ALIGN in a few places.
>
>
I dont understand why you added SLAB_SMP_ALIGN, without removing
SLAB_HWCACHE_ALIGN on these places.
> Signed-off-by: Nick Piggin
linux-netdev - Eric Dumazet - Mar 3 2008 - 05:53
On Mon, Mar 03, 2008 at 10:53:52AM +0100, Eric Dumazet wrote: > Nick Piggin a écrit : > >Use SLAB_SMP_ALIGN in a few places. > > > > > > I dont understand why you added SLAB_SMP_ALIGN, without removing > SLAB_HWCACHE_ALIGN on these places.
linux-kernel - Nick Piggin - Mar 3 2008 - 08:41