login
Header Space

 
 

Mailing list archives

Search results

Found 1355 matching messages (0.035 seconds). Page 1 of 50.

[RFC][PATCH 0/5] Container Freezer: Reuse Suspend Freezer

... container : # echo RUNNING > /containers/freezer/0/freezer.state # cat /containers/freezer/ ... implementing the freezer cgroup subsystem. [RFC PATCH 1/5] Add TIF_FREEZE ... appropriate, resubmit as a non-RFC series next. Cheers, -Matt Helsley ...

linux-kernel - Matt Helsley - Apr 24 2008 - 02:47

Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches

... help our efforts > | on turning RFCs to code. > Are you suggesting ... patch: +int tfrc_rx_hist_init(struct tfrc_rx_hist *h) +{ + int i; + + for (i = 0; ... initially > initialised with zero (memset(...,0,...)); when first called, update_s() will ...

linux-netdev - Arnaldo Carvalho de Melo - Dec 3 2007 - 08:44

[RFC PATCH 0/4] Container Freezer: Reuse Suspend Freezer

... container : # echo 9 > /containers/freezer/0/freezer.kill * Caveats: - the FROZEN ... before implementing the freezer subsystem. [RFC PATCH 1/4] Add TIF_FREEZE ... during power management resume Each patch compiles, boots, and survives basic ...

linux-kernel - matthltc - Apr 3 2008 - 17:03

Re: [RFC patch 0/5] genirq: add infrastructure for threaded interrupt handlers

... that up separately. Do you see these patches going > > > into the -rt tree? No, ... some time ago. hrtimers didn't go RFC then straight to mainline either. > > ... is the real > > time development list .. > > This RFC patch is from a mainline developer/ ...

linux-kernel - Daniel Walker - Oct 3 2008 - 10:44

Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches

... have you tested your code? The patches you are referring to have been ... computing s (this is in the RFC), consequently update_s() is only called for ... is initially initialised with zero (memset(...,0,...)); when first called, update_s() will ...

linux-netdev - Gerrit Renker - Dec 3 2007 - 04:35

[RFC][PATCH 0/7] v9fs: Plan 9 resource sharing protocol (2.0-rc7)

This is part [0/7] of the v9fs-2.0-rc7 ... specification (http://v9fs.sf.net/rfc). There are a couple of ... Bonnie now ---------- v9fs-2.0-rc7 patch --- commit 33c38809fa7ba8854763409352f349b284ae9a57 tree 7d6ca5270f0ecf9306a944a3d39897a97dc9f67f ...

linux-fsdevel - ericvh - Jun 2 2005 - 15:35

[RFC PATCH 0/8] shared subtree

... Viro's RFC found at http://lwn.net/Articles/119232/ The incremental patches provide the following functionality: 1) shared_private_slave. ... \n", argv[0]); return 1; } fprintf(stdout, "%s %s ...

linux-fsdevel - Ram - Jul 8 2005 - 06:25

[RFC][PATCH 0/2] Extent base online defrag (ver 0.2)

Hi I've updated my patches for the extent base online ... The differences from my previous patches are as follows: - Fix the ... for the multi-block allocation. "[RFC] extents,mballoc,delalloc for 2 ... it from the following URL. "[RFC][PATCH 3/3] Online defrag ...

linux-fsdevel - sho - Dec 5 2006 - 07:18

Re: [RFC][PATCH 0/3][XFRM]: Support packet processing error statistics.

... mismatch goes "NoStates" at my patch. OTOH Key mismatch goes "ProtoError" ... to be defined by any RFC specification. > > I thought those were ... the following candidates: > > > > (1) my patch XFRM_MIB_INHDRERROR > > (2) some extender XFRM_XXX_INHDRERROR ...

linux-netdev - Masahide NAKAMURA - Oct 23 2007 - 23:30

Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches

... look that through. Last time a RFC patch appeared at 3pm and was ... , here it goes: | | Your original patch: | | +int tfrc_rx_hist_init(struct tfrc_rx_hist *h) ... , GFP_ATOMIC); h->loss_count = h->loss_start = 0; return h->ring == NULL; } which ...

linux-netdev - Gerrit Renker - Dec 3 2007 - 09:49

Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches

... look that through. Last time a RFC patch appeared at 3pm and was ... *h) > | +{ > | + int i; > | + > | + for (i = 0; i <= NDUPACK; i++) { > | + h->ring[ ... GFP_ATOMIC); > h->loss_count = h->loss_start = 0; > return h->ring == NULL; > } > > which ...

linux-netdev - Arnaldo Carvalho de Melo - Dec 3 2007 - 10:54

[RFC PATCH 0/3] An Unified tracing buffer (attempt)

***** RFC RFC RFC RFC ****** Note the above ;-) We had a meeting about ... attempts are always sucky ;-) The first patch implements the unified trace buffer system. ... clean ups to ftrace. The third patch does major heart transplant on ftrace ...

linux-kernel - Steven Rostedt - Sep 24 2008 - 01:10

Re: [RFC patch 0/5] genirq: add infrastructure for threaded interrupt handlers

... up separately. Do you see these patches going > > into the -rt tree? ... mainline. > > Again it's an RFC .. It's not going into ... of developers.. It's an RFC, it's coming from > real ... real > time development list .. This RFC patch is from a mainline ...

linux-kernel - Thomas Gleixner - Oct 2 2008 - 20:26

[RFC] [Patch 0/3] readahead statistics slimmed down

... readahead feature by using the proposed statistic infrastructure. Patches are against 2.6.21-rc7-mm2. [RFC] [Patch 1/3] readahead statistics slimmed down, statistics prereq [RFC] [Patch 2/3] readahead statistics slimmed down, adapt ...

linux-kernel - Martin Peschke - May 3 2007 - 13:56

[RFC PATCH 0/10] vfs: shared subtree patches

... to coding style 2. shared_private_slave.patch : provides the ability to mark ... during the RFC review. 4. namespace_sem_removal.patch : this patch is written ... shared subtree semantics. 10. documentation.patch: Contains all the documentation details ...

linux-fsdevel - Ram - Sep 16 2005 - 14:26

Re: [RFC][PATCH 0/3] Extent base online defrag

... for device(/dev/hda10) Total: 4426 Success: 0 Failure: 4426 [root@metis ~]# ./e4defrag/defrag / ... multi-block allocation patch which is for 2.6.16.8. > "[RFC] extents,mballoc, ...

linux-fsdevel - Girish Shilamkar - Nov 29 2006 - 06:27

Re: [RFC patch 0/5] genirq: add infrastructure for threaded interrupt handlers

... separately. Do you see these patches going > into the -rt tree? ... mainline. Again it's an RFC .. It's not going into ... development list .. Your preempt-rt patch isn't even what I' ... to totally disconnect these threading patches from > > any type of real ...

linux-kernel - Daniel Walker - Oct 2 2008 - 19:24

[RFC][PATCH 0/3] ext4 online defrag (ver 0.2)

... offset for allocation */ }; Current status: These patches are at the experimental stage so ... to examine my trial. Dependencies: My patches depend on the following Alex's ... apply on top of Alex's patches. "[RFC] delayed allocation, mballoc, etc" ...

linux-fsdevel - sho - Jan 16 2007 - 08:03

[RFC][PATCH 0/3] ext4 online defrag (ver 0.3)

... and comments, Andrew. Current status: These patches are at the experimental stage so ... to examine my trial. Dependencies: My patches depend on the following Alex's ... apply on top of Alex's patches. "[RFC] delayed allocation, mballoc, etc" http:// ...

linux-fsdevel - Takashi Sato - Feb 8 2007 - 05:00

[RFC][PATCH 0/10] ext4 online defrag (ver 0.5)

... with ext4_ext_defrag(). (EXT4_IOC_DEFRAG) Current status: These patches are at the experimental stage so ... on top of Alex's patches. "[RFC] delayed allocation, mballoc, etc" ... and s_inodes_per_group of target filesystem. [PATCH 4/10] Get free blocks ...

linux-fsdevel - Takashi Sato - Jun 20 2007 - 21:51

speck-geostationary