Displaying 20 results from an estimated 51 matches for "neilb".
Did you mean:
neil
2007 Apr 02
2
Software RAID 10?
...you know if this is
possible? I noticed that under the Centos 4.92 beta, RAID 5 is an option
but for some reason RAID 10 is not listed.
There does appear to be a RAID 10 module....
/lib/modules/2.6.9-42.0.8.ELsmp/kernel/drivers/md/raid10.ko
More info I found here:
http://cgi.cse.unsw.edu.au/~neilb/01093607424
Many thanks for any help on this; I hate to buy hardware raid controller
if not needed....
Mickey
2009 Sep 03
2
[PATCH resend] block: silently error unsupported empty barriers too
...'t support them.
See also:
https://bugzilla.redhat.com/514901
Signed-off-by: Mark McLoughlin <markmc at redhat.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: Mikulas Patocka <mpatocka at redhat.com>
Cc: Alasdair G Kergon <agk at redhat.com>
Cc: Neil Brown <neilb at suse.de>
Cc: Christoph Hellwig <hch at infradead.org>
---
block/blk-core.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/block/blk-core.c b/block/blk-core.c
index e3299a7..35ad2bb 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1163,8 +1163,7 @@ st...
2009 Sep 03
2
[PATCH resend] block: silently error unsupported empty barriers too
...'t support them.
See also:
https://bugzilla.redhat.com/514901
Signed-off-by: Mark McLoughlin <markmc at redhat.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: Mikulas Patocka <mpatocka at redhat.com>
Cc: Alasdair G Kergon <agk at redhat.com>
Cc: Neil Brown <neilb at suse.de>
Cc: Christoph Hellwig <hch at infradead.org>
---
block/blk-core.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/block/blk-core.c b/block/blk-core.c
index e3299a7..35ad2bb 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1163,8 +1163,7 @@ st...
2001 Aug 13
0
(no subject)
...2001 16:11:13 -0800
Received: From
notabene.cse.unsw.edu.au ([129.94.211.34] == elephant.orchestra.cse.unsw.EDU.AU)
(for <radtke@conectiva.com>) (for <ext3-users@redhat.com>)
(for <nfs@lists.sourceforge.net>) By note With Smtp ;
Wed, 31 Jan 2001 11:10:36 +1100
Received: from neilb by notabene.cse.unsw.edu.au with local (Exim 3.12 #1 (Debian))
id 14Nkr6-0004v9-00; Wed, 31 Jan 2001 11:10:36 +1100
From: Neil Brown <neilb@cse.unsw.edu.au>
To: "=?iso-8859-1?Q?Augusto_C=E9sar_Radtke?=" <radtke@conectiva.com>
MIME-Version: 1.0
Content-Type: text/plain; charse...
2010 Jun 17
4
[PATCH] Improve support for exporting btrfs subvolumes.
...ecific
knowledge of btrfs in mountd. This is unfortunate.
To ensure smooth handling of this and possible future changes in uuid
generation, we add infrastructure for multiple different uuids to be
recognised on old filehandles, but only the preferred on is used on
new filehandles.
Signed-off-by: NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org>
--
This is a substantially revised version of a patch I posted a while
ago.
I tried to find a way to do it would hard coding knowledge of btrfs in
nfs-utils, but it isn''t possible. For some filesystems, f_fsid is
best, for some it is worst....
2003 Mar 20
0
X-Post from Linux-RAID [Re: I just trashed my RAID5 array - recovery possible?]
Hi,
originally I posted this to linux-raid@vger.kernel.org, but I guess
there are chances that someone in here might comment on it as well.
TIA.
* Neil Brown <neilb@cse.unsw.edu.au> [2003-03-20 10:58]:
> On Thursday March 20, lists@schlich.org wrote:
> >
> > And when I try to mount the array:
> > --8<--
> > EXT3-fs error (device md(9,1)): ext3_check_descriptors: Block bitmap for group 509 not in group (block 4294967295)!
>...
2001 Nov 03
1
Fwd: ext3 for pre7 ?
This was sent to lkml, I think it may be interesting to this list...
----- Forwarded message from "J . A . Magallon" <jamagallon@able.es> -----
Envelope-to: mfedyk@mikef-linux-x86.matchmail.com
Delivery-date: Fri, 02 Nov 2001 16:38:49 -0800
From: "J . A . Magallon" <jamagallon@able.es>
To: Lista Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: ext3 for
2009 Aug 06
1
[PATCH] block: silently error unsupported empty barriers too
...'t support them.
See also:
https://bugzilla.redhat.com/514901
Signed-off-by: Mark McLoughlin <markmc at redhat.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: Mikulas Patocka <mpatocka at redhat.com>
Cc: Alasdair G Kergon <agk at redhat.com>
Cc: Neil Brown <neilb at suse.de>
---
block/blk-core.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/block/blk-core.c b/block/blk-core.c
index e3299a7..35ad2bb 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1163,8 +1163,7 @@ static int __make_request(struct request_queue *q, st...
2009 Aug 06
1
[PATCH] block: silently error unsupported empty barriers too
...'t support them.
See also:
https://bugzilla.redhat.com/514901
Signed-off-by: Mark McLoughlin <markmc at redhat.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: Mikulas Patocka <mpatocka at redhat.com>
Cc: Alasdair G Kergon <agk at redhat.com>
Cc: Neil Brown <neilb at suse.de>
---
block/blk-core.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/block/blk-core.c b/block/blk-core.c
index e3299a7..35ad2bb 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1163,8 +1163,7 @@ static int __make_request(struct request_queue *q, st...
2003 Mar 18
2
Re: 2.4.20: ext3/raid5 - allocating block in system zone/multiple 1 requests for sector
...get written to disc at much the
same time (hence the "multiple 1 requests"), but the old buffer hits
the disc second and so corrupts the filesystem.
The bug I found was specific to data=journal mode, and this certainly
has more options for buffer aliasing. Were you using data=journal?
NeilBrown
2001 Sep 19
1
Fwd: Re: Define conflict between ext3 and raid patches against 2.2.19
----- Forwarded message from Neil Brown <neilb@cse.unsw.edu.au> -----
On Wednesday September 19, mfedyk@matchmail.com wrote:
> On Tue, Sep 18, 2001 at 09:08:32PM +1000, Neil Brown wrote:
> > On Sunday September 16, mfedyk@matchmail.com wrote:
> > > Hi,
> > >...
2016 Jun 13
1
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
...lay to a resync. The
previous long sleep (1s) has proven unnecessary, even very short delay
brings performance right.
The change also applied to raid1. The problem has not been observed on
raid1, however it shares barriers code with raid10 so it might be an
issue for some setup too.
Suggested-by: NeilBrown <neilb at suse.com>
Link: http://lkml.kernel.org/r/20160609134555.GA9104 at proton.igk.intel.com
Signed-off-by: Tomasz Majchrzak <tomasz.majchrzak at intel.com>
---
drivers/md/raid1.c | 7 +++++++
drivers/md/raid10.c | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/dri...
2011 Jul 08
4
[PATCH 0/4] usr/kinit checkpatch
Various coding style fixes checkpatch warns about.
The goal is not to be 100% checkpatch compliant,
but to have more consistent coding style.
As this is a trivial patch serie, will land in 24 hours in klibc git,
unless of course ml review hits a bugger.
Checked with size(3) that the generated kinit, fstype, ipconfig and
nfsmount are the same.
maximilian attems (4):
[klibc] ipconfig: reduce
2016 Jun 01
2
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
Kelly Lesperance wrote:
> I did some additional testing - I stopped Kafka on the host, and kicked
> off a disk check, and it ran at the expected speed overnight. I started
> kafka this morning, and the raid check's speed immediately dropped down to
> ~2000K/Sec.
>
> I then enabled the write-back cache on the drives (hdparm -W1 /dev/sd*).
> The raid check is now running
2002 May 21
4
Bad directories appearing in ext3 after upgrade 2.4.16 -> 2.4.18+cvs
...me.
raid5 tries to apply them in the same order that they were received,
but I don't feel confident that means that the *right* thing is
happening.
These were happening with 2.4.16, but the incidence seems to have
increased with 2.4.18 (though that isn't a very strong observation).
NeilBrown
2002 May 13
5
Assertion failure in do_get_write_access() at transaction.c:609:
...age against
what is stored in the quota file. Any difference that is found is
logged. If the same difference gets logged 3 times in a row, I
correct it.
The Assertion failure, which has now happened twice, corresponds with
running this program.... so I might not run if quite so often any
more.
NeilBrown
2003 Oct 27
2
EXT3 deadlock in 2.4.22 and 2.4.23-pre7 - quota related?
...ing "sync" as much (I currently run it every 5 minutes which isn't
needed any longer (it's a long story:-)) but that doesn't fix the bug.
My guess is that ext3_sync_dquot doesn't need ext3_journal_start at
all but that isn't a well-informed guess.
Help appreciated.
NeilBrown
2002 May 31
2
PATCH for filesys corruption in ext3 with data=journal
...would be keen to here
how this patch affects things.
The corruption that I see that I blame on this problem is directories
begin overwritten with what looks like file contents and in one case
(which required 90 minutes downtime for a fsck) some indirect blocks
being over-written by file contents.
NeilBrown
--- ./fs/jbd/commit.c 2002/05/28 04:15:18 1.1
+++ ./fs/jbd/commit.c 2002/05/28 22:44:48
@@ -663,12 +663,13 @@
* there's no point in keeping a checkpoint record for
* it. */
bh = jh2bh(jh);
- if (buffer_jdirty(bh)) {
+ if (buffer_jdirty(bh) && !__buffer_state(bh, Freed...
2002 Jun 06
2
More ext3 fileserver woes ...
...work, but is hardly elegant.
I'm not in a position at the moment to spend time testing whether the
inefficacy of bdflush is ext3 specific or applies to ext2 as well. I
may try that next week (we have a long weekend coming up). If it
applies to ext2, it could be a showstopped for 2.4.19....
NeilBrown
2003 Aug 06
2
Re: ext3 badness in 2.6.0-test2
...ter the rebuild finished, I got an ext3 error (see log
below) and the journal aborted, and then nfsd Oopsed inside ext3.
I rebooted and fscked the filesystem and it found nothing interesting
- see output below.
So I suspect ext3 has a problem somewhere.
I'll see if I can break it again :-)
NeilBrown
Aug 6 15:22:05 adams kernel: EXT3-fs error (device md1): ext3_add_entry: bad entry in directory #41
009295: rec_len is smaller than minimal - offset=0, inode=3265411686, rec_len=0, name_len=0
Aug 6 15:22:05 adams kernel: Aborting journal on device sda4.
Aug 6 15:22:05 adams kernel: ext3_a...