Updated ext3 patch set for 2.4

Updated ext3 patch set for 2.4

Post by Stephen C. Tweedi » Sun, 16 Mar 2003 00:50:12



Hi all,

I've pushed my current set of ext3 diffs (against Marcelo's current
tree) to

http://people.redhat.com/sct/patches/ext3-2.4/dev-20030314/

This includes:

00-merged/                      diffs recently merged into 2.4
10-core-fixes-other/            misc fixes/tweaks from akpm, adilger
11-core-fixes-sct/              misc fixes/tweaks from sct
20-tytso-updates/               Ted's recent updates
21-updates-sct/                 recent sct diffs pending upstream merge
40-iflush-sct/                  experimental inode-flush code
50-debug/                       archive of debug patches
99-deferred/                    stuff being kept around for future consideration

plus

all-patches.tar.gz              tarball of the above
combo-patch-10to21.patch.gz     combo patch of the 10--21 dirs above

The tytso-updates includes all of Ted's recent changes, separated out as
incrementals against the first htree+orlov changes he posted a while
back, so that we can keep track of diffs.  It includes his back-port of
akpm's orlov changes, plus the recent htree and noatime fixes.  Oh, and
it has the requested "+htree+orlov" ext3 version string added.

The combo patch should be equivalent to Ted's latest set of htree+orlov
diffs (except containing a few extra fixes that I'll start pushing
upstream next week), but broken out in a way that makes it easier to
track the individual change history.  It has had only minimal testing so
far.

Cheers,
 Stephen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

Updated ext3 patch set for 2.4

Post by Ralf Hildebrand » Mon, 17 Mar 2003 11:10:06



Quote:> http://people.redhat.com/sct/patches/ext3-2.4/dev-20030314/

> This includes:

> 00-merged/                 diffs recently merged into 2.4
> 10-core-fixes-other/               misc fixes/tweaks from akpm, adilger
> 11-core-fixes-sct/         misc fixes/tweaks from sct
> 20-tytso-updates/          Ted's recent updates
> 21-updates-sct/                    recent sct diffs pending upstream merge
> 40-iflush-sct/                     experimental inode-flush code
> 50-debug/                  archive of debug patches
> 99-deferred/                       stuff being kept around for future consideration

> plus

> all-patches.tar.gz         tarball of the above
> combo-patch-10to21.patch.gz        combo patch of the 10--21 dirs above

Some of those apparently went into pre5-ac3 -- which ones?

--

Charite Campus Mitte                            Tel.  +49 (0)30-450 570-155
Referat V a - Kommunikationsnetze -             Fax.  +49 (0)30-450 570-916

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

Updated ext3 patch set for 2.4

Post by Stephen C. Tweedi » Fri, 21 Mar 2003 20:10:11


Hi,


> > all-patches.tar.gz            tarball of the above
> > combo-patch-10to21.patch.gz   combo patch of the 10--21 dirs above

> Some of those apparently went into pre5-ac3 -- which ones?

I don't see any ext3-specific diffs in pre5-ac3 itself.

Cheers,
 Stephen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

Updated ext3 patch set for 2.4

Post by Ralf Hildebrand » Fri, 21 Mar 2003 22:40:09



Quote:> > > all-patches.tar.gz               tarball of the above
> > > combo-patch-10to21.patch.gz      combo patch of the 10--21 dirs above

> > Some of those apparently went into pre5-ac3 -- which ones?

> I don't see any ext3-specific diffs in pre5-ac3 itself.

I just tried to apply it and there were some parts of the patch that
couldn't be applied.

--

Charite Campus Mitte                            Tel.  +49 (0)30-450 570-155
Referat V a - Kommunikationsnetze -             Fax.  +49 (0)30-450 570-916
AIM: ralfpostfix
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. PATCH: header update for arcnet updates (again to match 2.4)

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.61/include/linux/com20020.h linux-2.5.61-ac1/include/linux/com20020.h
--- linux-2.5.61/include/linux/com20020.h       2003-02-10 18:37:58.000000000 +0000

 void com20020_remove(struct net_device *dev);

 /* The number of low I/O ports used by the card. */
-#define ARCNET_TOTAL_SIZE 9
+#define ARCNET_TOTAL_SIZE 8

 /* various register addresses */

 /* in SETUP register */
 #define PROMISCset     0x10    /* enable RCV_ALL */
+#define P1MODE         0x80    /* enable P1-MODE for Backplane */
+#define SLOWARB                0x01    /* enable Slow Arbitration for >=5Mbps */

 /* COM2002x */
 #define SUB_TENTATIVE  0       /* tentative node ID */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. trouble exchanging data hp's dat

3. 2.4.x write barriers (updated for ext3)

4. Links Related To comp.unix.admin - FREE ACCESS 0219

5. ext3 patch for 2.4 ?

6. Help~ Problem for RedHat Linux 6.2!

7. 2.4: Minor build fix for ext3 (2.4 and 2.5)

8. Dilbert knows where it's at

9. 2.4.20-pre4/ext3: ext3 misc updates

10. Patch to update ymfpci in 2.4 from 2.5

11. updated preemptive-kernel patches for 2.4

12. 2.4: updated preemptive kernel patch

13. updated 2.4 O(1) scheduler patches