https://de.wikipedia.org/w/index.php?action=history&feed=atom&title=Journaled_File_SystemJournaled File System - Versionsgeschichte2025-06-03T06:23:26ZVersionsgeschichte dieser Seite in WikipediaMediaWiki 1.45.0-wmf.3https://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=231006017&oldid=prevKuebi: DLZ & Co.2023-02-18T09:08:51Z<p>DLZ & Co.</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 18. Februar 2023, 11:08 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 31:</td>
<td colspan="2" class="diff-lineno">Zeile 31:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== JFS1 ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== JFS1 ==</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>[[Retronym]] als '''JFS1''' bezeichnet, war die erste Version des Dateisystems ab AIX-Version 3.1 in <del style="font-weight: bold; text-decoration: none;">IBM’s</del> [[Unix]]-Betriebssystem enthalten. Hintergrund war eine weitgehende [[Virtualisierung (Informatik)|Virtualisierung]] der Hardwareschicht in dieser damals neu vorgestellten Version 3 von AIX: Ein ebenso neu vorgestellter [[Logical Volume Manager]] (LVM) löste die starren Zugriffsschemata auf Datenträgern ab, ein neuer Speichermanager brachte die Virtualisierung des Speicherraumes, also die Auslagerung von Hauptspeicher auf eine (virtuelle) Festplatte, und die [[PowerPC]]-CPU<del style="font-weight: bold; text-decoration: none;"> </del>Familie, die noch heute das Herzstück unter anderem der [[pSeries]] ist, wurde eingeführt.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[Retronym]] als '''JFS1''' bezeichnet, war die erste Version des Dateisystems ab AIX-Version 3.1 in <ins style="font-weight: bold; text-decoration: none;">IBMs</ins> [[Unix]]-Betriebssystem enthalten. Hintergrund war eine weitgehende [[Virtualisierung (Informatik)|Virtualisierung]] der Hardwareschicht in dieser damals neu vorgestellten Version 3 von AIX: Ein ebenso neu vorgestellter [[Logical Volume Manager]] (LVM) löste die starren Zugriffsschemata auf Datenträgern ab, ein neuer Speichermanager brachte die Virtualisierung des Speicherraumes, also die Auslagerung von Hauptspeicher auf eine (virtuelle) Festplatte, und die [[PowerPC]]-CPU<ins style="font-weight: bold; text-decoration: none;">-</ins>Familie, die noch heute das Herzstück unter anderem der [[pSeries]] ist, wurde eingeführt.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das primäre Designziel von JFS war die stetige [[Konsistenz (Datenspeicherung)#Konsistenz in klassischen relationalen Datenbanken|Konsistenz]] des Dateisystems: Änderungen am Dateisystem werden [[Transaktion (Informatik)|transaktionsorientiert]] geschrieben sowie in einem [[Journaling-Dateisystem|Journal]] protokolliert. Bei einem Absturz kann somit – ausgehend von einem Konsistenzpunkt der Transaktionen – über das Journal sehr effizient ein konsistenter Status des Dateisystems hergestellt werden. Ein voller Zugriff auf das Dateisystem ist also sehr schnell wieder erreicht. Im Fokus steht damit die Verfügbarkeit der Ressource ''Dateisystem'', nicht die Performance oder die Integrität der Dateiinhalte (das Journaling bezieht sich nur auf Änderungen im Dateisystem, also beispielsweise Dateieinträge in Verzeichnissen, und nicht auf den eigentlichen Dateiinhalt).</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das primäre Designziel von JFS war die stetige [[Konsistenz (Datenspeicherung)#Konsistenz in klassischen relationalen Datenbanken|Konsistenz]] des Dateisystems: Änderungen am Dateisystem werden [[Transaktion (Informatik)|transaktionsorientiert]] geschrieben sowie in einem [[Journaling-Dateisystem|Journal]] protokolliert. Bei einem Absturz kann somit – ausgehend von einem Konsistenzpunkt der Transaktionen – über das Journal sehr effizient ein konsistenter Status des Dateisystems hergestellt werden. Ein voller Zugriff auf das Dateisystem ist also sehr schnell wieder erreicht. Im Fokus steht damit die Verfügbarkeit der Ressource ''Dateisystem'', nicht die Performance oder die Integrität der Dateiinhalte (das Journaling bezieht sich nur auf Änderungen im Dateisystem, also beispielsweise Dateieinträge in Verzeichnissen, und nicht auf den eigentlichen Dateiinhalt).</div></td>
</tr>
</table>Kuebihttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218678437&oldid=prevY2kbug: /* JFS1 */ Unix verlinkt2022-01-01T12:28:56Z<p><span class="autocomment">JFS1: </span> Unix verlinkt</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. Januar 2022, 14:28 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 31:</td>
<td colspan="2" class="diff-lineno">Zeile 31:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== JFS1 ==</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== JFS1 ==</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>[[Retronym]] als '''JFS1''' bezeichnet, war die erste Version des Dateisystems ab AIX-Version 3.1 in IBM’s Unix-Betriebssystem enthalten. Hintergrund war eine weitgehende [[Virtualisierung (Informatik)|Virtualisierung]] der Hardwareschicht in dieser damals neu vorgestellten Version 3 von AIX: Ein ebenso neu vorgestellter [[Logical Volume Manager]] (LVM) löste die starren Zugriffsschemata auf Datenträgern ab, ein neuer Speichermanager brachte die Virtualisierung des Speicherraumes, also die Auslagerung von Hauptspeicher auf eine (virtuelle) Festplatte, und die [[PowerPC]]-CPU Familie, die noch heute das Herzstück unter anderem der [[pSeries]] ist, wurde eingeführt.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[Retronym]] als '''JFS1''' bezeichnet, war die erste Version des Dateisystems ab AIX-Version 3.1 in IBM’s <ins style="font-weight: bold; text-decoration: none;">[[</ins>Unix<ins style="font-weight: bold; text-decoration: none;">]]</ins>-Betriebssystem enthalten. Hintergrund war eine weitgehende [[Virtualisierung (Informatik)|Virtualisierung]] der Hardwareschicht in dieser damals neu vorgestellten Version 3 von AIX: Ein ebenso neu vorgestellter [[Logical Volume Manager]] (LVM) löste die starren Zugriffsschemata auf Datenträgern ab, ein neuer Speichermanager brachte die Virtualisierung des Speicherraumes, also die Auslagerung von Hauptspeicher auf eine (virtuelle) Festplatte, und die [[PowerPC]]-CPU Familie, die noch heute das Herzstück unter anderem der [[pSeries]] ist, wurde eingeführt.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das primäre Designziel von JFS war die stetige [[Konsistenz (Datenspeicherung)#Konsistenz in klassischen relationalen Datenbanken|Konsistenz]] des Dateisystems: Änderungen am Dateisystem werden [[Transaktion (Informatik)|transaktionsorientiert]] geschrieben sowie in einem [[Journaling-Dateisystem|Journal]] protokolliert. Bei einem Absturz kann somit – ausgehend von einem Konsistenzpunkt der Transaktionen – über das Journal sehr effizient ein konsistenter Status des Dateisystems hergestellt werden. Ein voller Zugriff auf das Dateisystem ist also sehr schnell wieder erreicht. Im Fokus steht damit die Verfügbarkeit der Ressource ''Dateisystem'', nicht die Performance oder die Integrität der Dateiinhalte (das Journaling bezieht sich nur auf Änderungen im Dateisystem, also beispielsweise Dateieinträge in Verzeichnissen, und nicht auf den eigentlichen Dateiinhalt).</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das primäre Designziel von JFS war die stetige [[Konsistenz (Datenspeicherung)#Konsistenz in klassischen relationalen Datenbanken|Konsistenz]] des Dateisystems: Änderungen am Dateisystem werden [[Transaktion (Informatik)|transaktionsorientiert]] geschrieben sowie in einem [[Journaling-Dateisystem|Journal]] protokolliert. Bei einem Absturz kann somit – ausgehend von einem Konsistenzpunkt der Transaktionen – über das Journal sehr effizient ein konsistenter Status des Dateisystems hergestellt werden. Ein voller Zugriff auf das Dateisystem ist also sehr schnell wieder erreicht. Im Fokus steht damit die Verfügbarkeit der Ressource ''Dateisystem'', nicht die Performance oder die Integrität der Dateiinhalte (das Journaling bezieht sich nur auf Änderungen im Dateisystem, also beispielsweise Dateieinträge in Verzeichnissen, und nicht auf den eigentlichen Dateiinhalt).</div></td>
</tr>
</table>Y2kbughttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218675573&oldid=prevAtirador: typo2022-01-01T10:40:14Z<p>typo</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. Januar 2022, 12:40 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 42:</td>
<td colspan="2" class="diff-lineno">Zeile 42:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab der Veröffentlichung vom Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab der Veröffentlichung vom Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (<del style="font-weight: bold; text-decoration: none;">urspünglich</del> Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Auch von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel eingepflegt, wie z.&nbsp;B. bei [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (<ins style="font-weight: bold; text-decoration: none;">ursprünglich</ins> Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Auch von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel eingepflegt, wie z.&nbsp;B. bei [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
</tr>
</table>Atiradorhttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218667195&oldid=prevY2kbug: /* JFS2 */ Welche Version von OS/2 Warp Client erschien im Oktober 2000? 4.51?2021-12-31T22:03:35Z<p><span class="autocomment">JFS2: </span> Welche Version von OS/2 Warp Client erschien im Oktober 2000? 4.51?</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. Januar 2022, 00:03 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 40:</td>
<td colspan="2" class="diff-lineno">Zeile 40:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab 1995 begann IBM mit den Arbeiten an einer Neu-Implementierung, die [[Skalierbarkeit|skalierbarer]] sein sollte, um u.&nbsp;a. auf [[Mehrprozessorsystem]]en bessere [[Performance (Informatik)|Performance]] zu bieten. Gleichzeitig sollte die neue Version auch auf anderen Betriebssystemen als AIX nutzbar sein, dessen „historischer“ JFS-Code stark für die pSeries-Architektur optimiert war.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab 1995 begann IBM mit den Arbeiten an einer Neu-Implementierung, die [[Skalierbarkeit|skalierbarer]] sein sollte, um u.&nbsp;a. auf [[Mehrprozessorsystem]]en bessere [[Performance (Informatik)|Performance]] zu bieten. Gleichzeitig sollte die neue Version auch auf anderen Betriebssystemen als AIX nutzbar sein, dessen „historischer“ JFS-Code stark für die pSeries-Architektur optimiert war.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab<ins style="font-weight: bold; text-decoration: none;"> der Veröffentlichung vom</ins> Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Auch von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel eingepflegt, wie z.&nbsp;B. bei [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Auch von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel eingepflegt, wie z.&nbsp;B. bei [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
</tr>
</table>Y2kbughttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218667165&oldid=prevY2kbug: Kl. Überarbeitung bei Formulierungen und Tabelle2021-12-31T22:01:13Z<p>Kl. Überarbeitung bei Formulierungen und Tabelle</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. Januar 2022, 00:01 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 24:</td>
<td colspan="2" class="diff-lineno">Zeile 24:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das '''Journaled File System''' ('''JFS''') wurde im Jahr 1990 von [[IBM]] für ihr eigenes [[Betriebssystem]] [[AIX]] veröffentlicht. <del style="font-weight: bold; text-decoration: none;">Ab 1999 ist die</del> re-implementierte Variante '''JFS2''' oder ''Enhanced Journaled Filesystem'' <del style="font-weight: bold; text-decoration: none;">für</del> <del style="font-weight: bold; text-decoration: none;">das</del> Betriebssystem [[OS/2]] <del style="font-weight: bold; text-decoration: none;">verfügbar,</del> <del style="font-weight: bold; text-decoration: none;">sowie</del> <del style="font-weight: bold; text-decoration: none;">ab</del> 2000 für [[Linux]] <del style="font-weight: bold; text-decoration: none;">und</del> ab 2001 <del style="font-weight: bold; text-decoration: none;">für</del> <del style="font-weight: bold; text-decoration: none;">AIX</del>.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das '''Journaled File System''' ('''JFS''') wurde im Jahr 1990 von [[IBM]] für ihr eigenes [[Betriebssystem]] [[AIX]] veröffentlicht. <ins style="font-weight: bold; text-decoration: none;">Die</ins> re-implementierte Variante '''JFS2''' oder ''Enhanced Journaled Filesystem'' <ins style="font-weight: bold; text-decoration: none;">wurde</ins> <ins style="font-weight: bold; text-decoration: none;">1999 mit dem</ins> Betriebssystem [[OS/2]] <ins style="font-weight: bold; text-decoration: none;">veröffentlicht</ins> <ins style="font-weight: bold; text-decoration: none;">und</ins> <ins style="font-weight: bold; text-decoration: none;">ist seit</ins> 2000<ins style="font-weight: bold; text-decoration: none;"> auch</ins> für [[Linux]] <ins style="font-weight: bold; text-decoration: none;">verfügbar. In AIX ersetzte JFS2 die ältere Variante</ins> ab<ins style="font-weight: bold; text-decoration: none;"> der</ins> 2001 <ins style="font-weight: bold; text-decoration: none;">veröffentlichten</ins> <ins style="font-weight: bold; text-decoration: none;">Version 5.1</ins>.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Im Rahmen von Linux ist JFS2 als [[Open Source|quelloffene]] Software unter der [[GNU General Public License]] freigegeben.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Im Rahmen von Linux ist JFS2 als [[Open Source|quelloffene]] Software unter der [[GNU General Public License]] freigegeben.</div></td>
</tr>
<tr>
<td colspan="2" class="diff-lineno">Zeile 47:</td>
<td colspan="2" class="diff-lineno">Zeile 47:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die wichtigsten Größenunterschiede:</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die wichtigsten Größenunterschiede:</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>{|class="wikitable<del style="font-weight: bold; text-decoration: none;">"</del> </div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>{|<ins style="font-weight: bold; text-decoration: none;"> </ins>class="wikitable <ins style="font-weight: bold; text-decoration: none;">hintergrundfarbe2 toptextcells"</ins></div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|+ Unterschiede zwischen JFS1 und JFS2</div></td>
</tr>
<tr>
<td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_8_0_rhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_5_0_lhs"></a>!Merkmal</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|- class="hintergrundfarbe9" style="font-weight:bold;"</div></td>
</tr>
<tr>
<td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_10_1_rhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_7_0_lhs"></a>!JFS2</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_5_0_lhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_8_0_rhs"></a>!<ins style="font-weight: bold; text-decoration: none;"> </ins>Merkmal</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>!JFS</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>! JFS1</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_7_0_lhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_10_1_rhs"></a>!<ins style="font-weight: bold; text-decoration: none;"> </ins>JFS2</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|Maximale Dateisystemgröße </div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>Maximale Dateisystemgröße </div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_16_0_lhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_13_0_rhs"></a>|<ins style="font-weight: bold; text-decoration: none;"> </ins>1 Tebibyte </div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|4 [[Pebibyte]] (Empfohlen 32 [[Tebibyte]])</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>4 [[Pebibyte]] (Empfohlen 32 [[Tebibyte]])</div></td>
</tr>
<tr>
<td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_13_0_rhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_16_0_lhs"></a>|1 Tebibyte </div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|Maximale Dateigröße </div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>Maximale Dateigröße </div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_22_0_lhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_19_0_rhs"></a>|<ins style="font-weight: bold; text-decoration: none;"> </ins>64&nbsp;[[Gibibyte|GiB]] </div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|1 Pebibyte (Empfohlen 16 Tebibyte)</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>1 Pebibyte (Empfohlen 16 Tebibyte)</div></td>
</tr>
<tr>
<td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_19_0_rhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_22_0_lhs"></a>|64&nbsp;[[Gibibyte|GiB]] </div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|Anzahl der <del style="font-weight: bold; text-decoration: none;">i-nodes</del> </div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>Anzahl der <ins style="font-weight: bold; text-decoration: none;">[[Inode]]s</ins> </div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_28_0_lhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_25_0_rhs"></a>|<ins style="font-weight: bold; text-decoration: none;"> </ins>Statisch, bei Erstellung des Dateisystems festgelegt</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|Dynamisch, begrenzt durch Plattenplatz</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>Dynamisch, begrenzt durch Plattenplatz</div></td>
</tr>
<tr>
<td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_25_0_rhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_28_0_lhs"></a>|Statisch, bei Erstellung des Dateisystems festgelegt</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|-</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|Verzeichnisorganisation </div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>Verzeichnisorganisation </div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_34_0_lhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_31_0_rhs"></a>|<ins style="font-weight: bold; text-decoration: none;"> </ins>Linear</div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|[[B+-Baum]]</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|<ins style="font-weight: bold; text-decoration: none;"> </ins>[[B+-Baum]]</div></td>
</tr>
<tr>
<td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_31_0_rhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_34_0_lhs"></a>|Linear</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|}</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|}</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Darüber hinaus wurden Optimierungen für aktuelle Server-Hardware vorgenommen; so ist die Leistung von JFS2 etwas besser als die von <del style="font-weight: bold; text-decoration: none;">JFS</del>.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Darüber hinaus wurden Optimierungen für aktuelle Server-Hardware vorgenommen; so ist die Leistung von JFS2 etwas besser als die von <ins style="font-weight: bold; text-decoration: none;">JFS1</ins>.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Es wird zwar Linux unterstützt, aber die Defragmentierung wurde bislang noch nicht auf Linux portiert. Dies kann dazu führen, dass durch das Anlegen und Löschen vieler kleiner Dateien (einige [[Kibibyte|KiB]]) das Dateisystem fragmentiert und vor allem die Schreibzugriffe sich etwas verlangsamen und eine höhere CPU-Last erzeugen. Aufgrund der Extent (engl. Ausdehnung, bestehend aus einem Adresse-Länge-Paar)-basierten [[Allokation]] von Dateiblöcken und einer intelligenten Allokationsstrategie, d.&nbsp;h. benachbarte Extents derselben Datei werden während des Änderns von Dateien verschmolzen (dies wird wahrscheinlicher, je fragmentierter das Dateisystem wird), bleibt der Fragmentierungsgrad aber unter einem bestimmten Verhältnis. Viele andere Datei- und Datenbank-Systeme verwenden eine ähnliche Extent-basierte Dateiblock-Allokation.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Es wird zwar Linux unterstützt, aber die Defragmentierung wurde bislang noch nicht auf Linux portiert. Dies kann dazu führen, dass durch das Anlegen und Löschen vieler kleiner Dateien (einige [[Kibibyte|KiB]]) das Dateisystem fragmentiert und vor allem die Schreibzugriffe sich etwas verlangsamen und eine höhere CPU-Last erzeugen. Aufgrund der Extent (engl. Ausdehnung, bestehend aus einem Adresse-Länge-Paar)-basierten [[Allokation]] von Dateiblöcken und einer intelligenten Allokationsstrategie, d.&nbsp;h. benachbarte Extents derselben Datei werden während des Änderns von Dateien verschmolzen (dies wird wahrscheinlicher, je fragmentierter das Dateisystem wird), bleibt der Fragmentierungsgrad aber unter einem bestimmten Verhältnis. Viele andere Datei- und Datenbank-Systeme verwenden eine ähnliche Extent-basierte Dateiblock-Allokation.</div></td>
</tr>
</table>Y2kbughttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218641573&oldid=prevY2kbug: /* JFS2 */ korr.2021-12-30T21:42:02Z<p><span class="autocomment">JFS2: </span> korr.</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 30. Dezember 2021, 23:42 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 42:</td>
<td colspan="2" class="diff-lineno">Zeile 42:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Auch von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel eingepflegt, wie z.&nbsp;B. <del style="font-weight: bold; text-decoration: none;">in</del> [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Auch von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel eingepflegt, wie z.&nbsp;B. <ins style="font-weight: bold; text-decoration: none;">bei</ins> [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
</tr>
</table>Y2kbughttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218641547&oldid=prevY2kbug: /* JFS2 */ Formulierung für Lesefluss, Wortwiederholung "integriert"2021-12-30T21:40:43Z<p><span class="autocomment">JFS2: </span> Formulierung für Lesefluss, Wortwiederholung "integriert"</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 30. Dezember 2021, 23:40 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 42:</td>
<td colspan="2" class="diff-lineno">Zeile 42:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''{{lang|en|Enhanced Journaled Filesystem}}''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in <del style="font-weight: bold; text-decoration: none;">seine</del> Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> <del style="font-weight: bold; text-decoration: none;">Von</del> vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel <del style="font-weight: bold; text-decoration: none;">integriert</del>, wie z.&nbsp;B. in [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte das {{lang|en|(Enhanced) Journaled Filesystem}} in <ins style="font-weight: bold; text-decoration: none;">seinen</ins> Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> <ins style="font-weight: bold; text-decoration: none;">Auch von</ins> vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel <ins style="font-weight: bold; text-decoration: none;">eingepflegt</ins>, wie z.&nbsp;B. in [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
</tr>
</table>Y2kbughttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218641474&oldid=prevY2kbug: /* JFS2 */ englisch; Wortwiederholung JFS2 entfernt.2021-12-30T21:38:00Z<p><span class="autocomment">JFS2: </span> englisch; Wortwiederholung JFS2 entfernt.</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 30. Dezember 2021, 23:38 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 40:</td>
<td colspan="2" class="diff-lineno">Zeile 40:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab 1995 begann IBM mit den Arbeiten an einer Neu-Implementierung, die [[Skalierbarkeit|skalierbarer]] sein sollte, um u.&nbsp;a. auf [[Mehrprozessorsystem]]en bessere [[Performance (Informatik)|Performance]] zu bieten. Gleichzeitig sollte die neue Version auch auf anderen Betriebssystemen als AIX nutzbar sein, dessen „historischer“ JFS-Code stark für die pSeries-Architektur optimiert war.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab 1995 begann IBM mit den Arbeiten an einer Neu-Implementierung, die [[Skalierbarkeit|skalierbarer]] sein sollte, um u.&nbsp;a. auf [[Mehrprozessorsystem]]en bessere [[Performance (Informatik)|Performance]] zu bieten. Gleichzeitig sollte die neue Version auch auf anderen Betriebssystemen als AIX nutzbar sein, dessen „historischer“ JFS-Code stark für die pSeries-Architektur optimiert war.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''Enhanced Journaled Filesystem''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Die erste Veröffentlichung von '''JFS2''' war mit dem Betriebssystem [[OS/2]] Warp Server for e-business ([[OS/2#OS/2 4.x|OS/2 4.50]], [[32-Bit-Architektur|32-Bit]]-[[x86-Prozessor|x86]] „[[IA-32]]“) im April 1999, in der Client-Version von OS/2 Warp enthalten ist es ab Oktober 2000. Dieselbe Code-Basis ist auch in AIX ab Version 5L 5.1 vom Mai 2001 als '''<ins style="font-weight: bold; text-decoration: none;">{{lang|en|</ins>Enhanced Journaled Filesystem<ins style="font-weight: bold; text-decoration: none;">}}</ins>''' „JFS2“ enthalten.<ref name="linuxjournal-2003jan" /></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte <del style="font-weight: bold; text-decoration: none;">JFS2</del> in <del style="font-weight: bold; text-decoration: none;">seinen</del> Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel integriert, wie z.&nbsp;B. in [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte <ins style="font-weight: bold; text-decoration: none;">das {{lang|en|(Enhanced) Journaled Filesystem}}</ins> in <ins style="font-weight: bold; text-decoration: none;">seine</ins> Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel integriert, wie z.&nbsp;B. in [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
</tr>
</table>Y2kbughttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218641375&oldid=prevY2kbug: Doppelverlinkung Linux weg2021-12-30T21:35:02Z<p>Doppelverlinkung Linux weg</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 30. Dezember 2021, 23:35 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 26:</td>
<td colspan="2" class="diff-lineno">Zeile 26:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das '''Journaled File System''' ('''JFS''') wurde im Jahr 1990 von [[IBM]] für ihr eigenes [[Betriebssystem]] [[AIX]] veröffentlicht. Ab 1999 ist die re-implementierte Variante '''JFS2''' oder ''Enhanced Journaled Filesystem'' für das Betriebssystem [[OS/2]] verfügbar, sowie ab 2000 für [[Linux]] und ab 2001 für AIX.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das '''Journaled File System''' ('''JFS''') wurde im Jahr 1990 von [[IBM]] für ihr eigenes [[Betriebssystem]] [[AIX]] veröffentlicht. Ab 1999 ist die re-implementierte Variante '''JFS2''' oder ''Enhanced Journaled Filesystem'' für das Betriebssystem [[OS/2]] verfügbar, sowie ab 2000 für [[Linux]] und ab 2001 für AIX.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Im Rahmen von <del style="font-weight: bold; text-decoration: none;">[[</del>Linux<del style="font-weight: bold; text-decoration: none;">]]</del> ist JFS2 als [[Open Source|quelloffene]] Software unter der [[GNU General Public License]] freigegeben.</div></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Im Rahmen von Linux ist JFS2 als [[Open Source|quelloffene]] Software unter der [[GNU General Public License]] freigegeben.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>JFS für AIX sollte nicht mit dem [[Veritas File System]] verwechselt werden, das unter [[HP-UX]] ebenfalls als ''JFS'' bezeichnet wird.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>JFS für AIX sollte nicht mit dem [[Veritas File System]] verwechselt werden, das unter [[HP-UX]] ebenfalls als ''JFS'' bezeichnet wird.</div></td>
</tr>
</table>Y2kbughttps://de.wikipedia.org/w/index.php?title=Journaled_File_System&diff=218641364&oldid=prevY2kbug: GPL in die Einleitung verschoben2021-12-30T21:34:40Z<p>GPL in die Einleitung verschoben</p>
<table style="background-color: #fff; color: #202122;" data-mw="interface">
<col class="diff-marker" />
<col class="diff-content" />
<col class="diff-marker" />
<col class="diff-content" />
<tr class="diff-title" lang="de">
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td>
<td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 30. Dezember 2021, 23:34 Uhr</td>
</tr><tr>
<td colspan="2" class="diff-lineno">Zeile 25:</td>
<td colspan="2" class="diff-lineno">Zeile 25:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das '''Journaled File System''' ('''JFS''') wurde im Jahr 1990 von [[IBM]] für ihr eigenes [[Betriebssystem]] [[AIX]] veröffentlicht. Ab 1999 ist die re-implementierte Variante '''JFS2''' oder ''Enhanced Journaled Filesystem'' für das Betriebssystem [[OS/2]] verfügbar, sowie ab 2000 für [[Linux]] und ab 2001 für AIX.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das '''Journaled File System''' ('''JFS''') wurde im Jahr 1990 von [[IBM]] für ihr eigenes [[Betriebssystem]] [[AIX]] veröffentlicht. Ab 1999 ist die re-implementierte Variante '''JFS2''' oder ''Enhanced Journaled Filesystem'' für das Betriebssystem [[OS/2]] verfügbar, sowie ab 2000 für [[Linux]] und ab 2001 für AIX.</div></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker" data-marker="+"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td colspan="2" class="diff-empty diff-side-deleted"></td>
<td class="diff-marker"><a class="mw-diff-movedpara-right" title="Der Absatz wurde verschoben. Klicken, um zur alten Stelle zu springen." href="#movedpara_3_1_lhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_1_1_rhs"></a>Im Rahmen von [[Linux]] ist JFS2 als [[Open Source|quelloffene]] Software unter der [[GNU General Public License]] freigegeben.</div></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>JFS für AIX sollte nicht mit dem [[Veritas File System]] verwechselt werden, das unter [[HP-UX]] ebenfalls als ''JFS'' bezeichnet wird.</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>JFS für AIX sollte nicht mit dem [[Veritas File System]] verwechselt werden, das unter [[HP-UX]] ebenfalls als ''JFS'' bezeichnet wird.</div></td>
</tr>
<tr>
<td colspan="2" class="diff-lineno">Zeile 41:</td>
<td colspan="2" class="diff-lineno">Zeile 43:</td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte JFS2 in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel integriert, wie z.&nbsp;B. in [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ab Dezember 1999 begann IBM, den [[Quelltext]] von JFS2 nach Linux zu [[Portierung (Software)|portieren]]. Ab Februar 2000 waren die ersten [[Patch (Software)|Patches]] für den [[Linux (Kernel)|Linux-Kernel]] 2.4 verfügbar. Offiziell in den Linux-Kernel aufgenommen wurde JFS2 am 22. Februar 2002 in die Entwickler-Version 2.5.6-pre2 als „JFS“ (ohne die „2“).<ref>{{Internetquelle |url=https://cdn.kernel.org/pub/linux/kernel/v2.5/ChangeLog-2.5.6 |titel=Release notes for v2.5.6 |werk=[[Linux (Kernel)|Linux-Kernel]] |hrsg=kernel.org |datum=2002-03-08 |format=[[Änderungsprotokoll|Changelog]] |sprache=en |abruf=2021-12-30 |zitat=Summary of changes from v2.5.6-pre1 to v2.5.6-pre2 – (02/02/22 1.369.10.1) Add JFS file system}}</ref> Der Kernel-Entwickler [[Alan Cox]] integrierte JFS2 in seinen Kernel-Quellen ab Version 2.4.18-pre9-ac4 vom Februar 2002.<ref name="linuxjournal-2003jan">{{Internetquelle |autor=Steve Best |url=https://www.linuxjournal.com/article/6268 |titel=IBM’s Journaled Filesystem |werk=[[Linux Journal]] |hrsg=[[Slashdot]] (urspünglich Belltown Media) |datum=2003-01-01 |sprache=en |abruf=2021-12-30}}</ref> Von vielen [[Linux-Distribution]]en wurde JFS in den damals stabilen 2.4.x-Kernel integriert, wie z.&nbsp;B. in [[Debian|Debian GNU/Linux]] 3.0 vom Juli 2002.<ref>{{Internetquelle |autor=Dave Kleikamp |url=http://jfs.sourceforge.net/users.html |titel=Who's using JFS? |werk=JFS for Linux |hrsg=[[SourceForge]], Dave Kleikamp und [[IBM]] |sprache=en |abruf=2021-12-30 |zitat=The Linux distributions that ship JFS, along with the initial version in which JFS was available, are included in the following table: This table isn't being kept up to date do to the face that the filesystem is available in just about every distribution. It remains for historical reasons.}}</ref></div></td>
</tr>
<tr>
<td class="diff-marker" data-marker="−"></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker"><a class="mw-diff-movedpara-left" title="Der Absatz wurde verschoben. Klicken, um zur neuen Stelle zu springen." href="#movedpara_1_1_rhs">⚫</a></td>
<td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div><a name="movedpara_3_1_lhs"></a>Im Rahmen von [[Linux]] ist JFS2<del style="font-weight: bold; text-decoration: none;"> somit</del> als [[Open Source|quelloffene]] Software unter der [[GNU General Public License]] freigegeben.</div></td>
<td colspan="2" class="diff-empty diff-side-added"></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td>
</tr>
<tr>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
<td class="diff-marker"></td>
<td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=== Unterschiede ===</div></td>
</tr>
</table>Y2kbug