Found 113 matching messages (0.014 seconds). Page 1 of 6.
... 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
... Signed-off-by: Jakub Narebski
git - Jakub Narebski - Dec 27 2006 - 19:04
...
git - Junio C Hamano - Dec 10 2006 - 17:29
... _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
... (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
... / 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
... = 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
On 4/19/07, Christoph Lameter
linux-kernel - Adam Litke - Apr 19 2007 - 14:48
On Thu, 19 Apr 2007, Adam Litke wrote:
> On 4/19/07, Christoph Lameter
linux-kernel - Christoph Lameter - Apr 19 2007 - 15:10
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
... , 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
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
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
...
linux-kernel - Ethan Solomita - Jun 1 2007 - 02:13
[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
... 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
... 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
[4/4] ext4: fix rec_len overflow
- prevent rec_len from overflow with 64KB blocksize
Signed-off-by: Takashi Sato
linux-kernel - Mingming Cao - Aug 29 2007 - 20:48
... ); + } 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
... 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