Added journaling to fsys_reiserfs.
This commit is contained in:
parent
e326ae2ea3
commit
e4f6307b46
2 changed files with 273 additions and 19 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2000-06-06 Jochen Hoenicke <jochen@gnu.org>
|
||||
|
||||
* stage2/fsys_reiserfs.c: Added journaling to reiser.
|
||||
(reiserfs_journal_desc): new structure.
|
||||
(reiserfs_journal_commit): likewise.
|
||||
(reiserfs_journal_header): likewise.
|
||||
(fsys_reiser_info): Added fields for journaling.
|
||||
(journal_read): new function.
|
||||
(journal_init) likewise.
|
||||
(block_read): New function to read reiserfs blocks, which reads
|
||||
from the journal if it contains newer versions. All relevant
|
||||
devread calls are replaced with calls to this method.
|
||||
(reiserfs_mount): Check for journaling super block and call
|
||||
journal_init.
|
||||
|
||||
2000-06-06 OKUJI Yoshinori <okuji@gnu.org>
|
||||
|
||||
* netboot/main.c (dhcprequest) [GRUB]: Set the length of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue