login
Header Space

 
 

Mailing list archives

Search results

Found 113 matching messages (0.014 seconds). Page 1 of 6.

[PATCH/RFC 4/3] gitweb: SHA-1 in commit log message links to "object" view

... symbolic link support in the "tree" view. It is an RFC (Requests For Comments) because I'm not sure if it wouldn' ... hash_text); + $line =~ s/$hash_text/$link/; } return $line; } -- 1.4.4.1 - To unsubscribe from this list: send the line ...

git - Jakub Narebski - Dec 10 2006 - 08:25

[PATCH/RFC 4/6] gitweb: Prepare for mod_perl specific support

... Signed-off-by: Jakub Narebski --- A bit of RFC, because I'm not sure if "my $r" or "our ... CGI; our $version = "++GIT_VERSION++"; our $my_url = $cgi->url(); -- 1.4.4.3 - To unsubscribe from this list: send the line "unsubscribe ...

git - Jakub Narebski - Dec 27 2006 - 19:04

Re: [PATCH/RFC 4/3] gitweb: SHA-1 in commit log message links to "object" view

... > --- > This follows the "lazy hyperlink" idea of symbolic link support in the > "tree" view. > > It is an RFC (Requests For Comments) because I'm not sure if it > wouldn't be better to make dead SHA-1 marked in commit log message, ...

git - Junio C Hamano - Dec 10 2006 - 17:29

[PATCH RFC 4/7] x86: unify pgtable*.h

... _PAGE_BIT_USER 2 +#define _PAGE_BIT_PWT 3 +#define _PAGE_BIT_PCD 4 +#define _PAGE_BIT_ACCESSED 5 +#define _PAGE_BIT_DIRTY 6 +# ... 2 -#define _PAGE_BIT_PWT 3 -#define _PAGE_BIT_PCD 4 -#define _PAGE_BIT_ACCESSED 5 -#define _PAGE_BIT_DIRTY 6 -# ...

linux-kernel - Jeremy Fitzhardinge - Nov 7 2007 - 21:50

[RFC 4/13] extents and 48bit ext3: convert ext3 filesystem blocks to ext3_fsblk_t

... (struct inode *inode, long block, Indirect chain[4], Indirect *partial) { struct ext3_block_alloc_info *block_i; @@ -516,13 ... *bh; int num; - unsigned long long new_blocks[4]; - unsigned long long current_block; + ext3_fsblk_t new_blocks[4]; ...

linux-fsdevel - Mingming Cao - Jun 8 2006 - 21:21

[RFC 4/8] Per cpuset dirty ratio handling and writeout

... / 2) @@ -164,8 +215,9 @@ get_dirty_limits(long *pbackground, long background += background / 4; dirty += dirty / 4; } - *pbackground = background; - *pdirty = dirty; + dl->thresh_background = background; + dl->thresh_dirty = dirty; + ...

linux-kernel - Christoph Lameter - Jan 16 2007 - 01:48

[RFC 4/6] bidi support: bidirectional SCSI layer

... = 3; + sdb->sglist_len = 3; break; #if (SCSI_MAX_PHYS_SEGMENTS > 64) case 65 ... 128: - cmd->sglist_len = 4; + sdb->sglist_len = 4; break; #if (SCSI_MAX_PHYS_SEGMENTS > 128) case 129 ... 256: - cmd->sglist_len = 5; + sdb-> ...

linux-kernel - Boaz Harrosh - Jan 21 2007 - 19:26

Re: [RFC 4/8] Enhance fallback functions in libs to support higher order pages

On 4/19/07, Christoph Lameter wrote: > @@ -331,11 +331,15 @@ int simple_prepare_write(struct file *fi > unsigned from, unsigned to) > { > if (!PageUptodate(page)) { > - if (to - from != ...

linux-kernel - Adam Litke - Apr 19 2007 - 14:48

Re: [RFC 4/8] Enhance fallback functions in libs to support higher order pages

On Thu, 19 Apr 2007, Adam Litke wrote: > On 4/19/07, Christoph Lameter wrote: > > @@ -331,11 +331,15 @@ int simple_prepare_write(struct file *fi > > unsigned from, unsigned to) > > { > > if (! ...

linux-kernel - Christoph Lameter - Apr 19 2007 - 15:10

Re: [RFC 4/8] Enhance fallback functions in libs to support higher order pages

On Fri, 20 Apr 2007, David Chinner wrote: > I think PAGE_CACHE_SIZE is a redundant define with these > modifications. The page cache size in now variable and it is based > on a multiple of PAGE_SIZE. Hence I suggest that PAGE_CACHE_SIZE and > it's

linux-kernel - Christoph Lameter - Apr 19 2007 - 21:15

Re: [RFC 4/8] Enhance fallback functions in libs to support higher order pages

... , page); > + flush_mapping_page(file->f_mapping, page); right, I think it would be easier to read if patches 3 and 4 were merged. Personal preference, feel free to ignore > SetPageUptodate(page); > unlock_page(page); > return 0; > @@ -331, ...

linux-kernel - Mel Gorman - Apr 20 2007 - 07:05

Re: [RFC 4/8] Enhance fallback functions in libs to support higher order pages

On Fri, 20 Apr 2007, Jens Axboe wrote: > This works fine as long as you are in the submitter context, but once > you pass the into the block layer, we don't have any way to find the > address space (at least we don't want to). Would something like

linux-kernel - Christoph Lameter - Apr 20 2007 - 12:01

Re: [RFC 4/8] Enhance fallback functions in libs to support higher order pages

On Fri, 20 Apr 2007, Dave Kleikamp wrote: > On Fri, 2007-04-20 at 12:05 +0100, Mel Gorman wrote: > > > comments about missing page_cache_size() covered elsewhere. However, I > > note that Dave Kleikamp might be interested in this changing of > >

linux-kernel - Christoph Lameter - Apr 20 2007 - 15:10

[RFC 4/7] cpuset write vmscan

... --- diff -uprN -X 0/Documentation/dontdiff 3/mm/vmscan.c 4/mm/vmscan.c --- 3/mm/vmscan.c 2007-05-30 11:34:21.000000000 -0700 +++ 4/mm/vmscan.c 2007-05-30 11:36:17.000000000 -0700 @@ -1198,7 + ...

linux-kernel - Ethan Solomita - Jun 1 2007 - 02:13

[PATCH/RFC 4/4]Modify KVM to use the "account modifiers"

[PATCH 4/4] Modify KVM to use the "account modifiers". KVM can now measure time consumed by a Virtual Machine on a per-cpu basis and modify kernel statistics to report this value. Signed-off-by: Laurent Vivier -- ...

linux-kernel - Laurent Vivier - Aug 16 2007 - 11:59

Re: [kvm-devel] [PATCH/RFC 4/4, second shot]KVM uses "account_guest_time()"

... 2007-08-17 10:24:46.000000000 +0200 > +++ kvm/drivers/kvm/Kconfig 2007-08-17 10:25:25.000000000 +0200 > @@ -41,4 +41,10 @@ > Provides support for KVM on AMD processors equipped with the AMD-V > (SVM) extensions. > > +config GUEST_ACCOUNTING ...

linux-kernel - Avi Kivity - Aug 17 2007 - 09:03

Re: [kvm-devel] [PATCH/RFC 4/4, second shot]KVM uses "account_guest_time()"

... 2007-08-17 10:24:46.000000000 +0200 >> +++ kvm/drivers/kvm/Kconfig 2007-08-17 10:25:25.000000000 +0200 >> @@ -41,4 +41,10 @@ >> Provides support for KVM on AMD processors equipped with the AMD-V= >> (SVM) extensions. >> =20 >> +config ...

linux-kernel - Laurent Vivier - Aug 17 2007 - 09:16

[RFC 4/4]ext4: fix rec_len overflow with 64KB block size

[4/4] ext4: fix rec_len overflow - prevent rec_len from overflow with 64KB blocksize Signed-off-by: Takashi Sato Signed-off-by: Mingming Cao --- fs/ext4/dir.c | 11 ++++-- fs/ext4/ ...

linux-kernel - Mingming Cao - Aug 29 2007 - 20:48

[RFC 4/5] Log ref updates to logs/refs/<ref>

... ); + } else { + maxlen = strlen(comitter) + 2*40 + 4; + logrec = xmalloc(maxlen); + len = snprintf(logrec, maxlen, "%s %s ... b7e9df2..43831e9 100644 --- a/refs.h +++ b/refs.h @@ -4,6 +4,7 @@ #define REFS_H struct ref_lock { char *ref_file; ...

git - Shawn Pearce - May 17 2006 - 05:55

[RFC 4/7] LTTng instrumentation kernel

... kernel/exit.c | 5 +++++ kernel/fork.c | 4 ++++ kernel/irq/handle.c | 6 ++++++ ... /itimer.c | 11 +++++++++++ kernel/kthread.c | 4 ++++ kernel/lockdep.c | 19 +++++++++++++++++++ kernel/module.c ...

linux-kernel - Mathieu Desnoyers - Nov 13 2007 - 15:33

speck-geostationary