aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/hyper.c
Commit message (Collapse)AuthorAgeFilesLines
* (get_hypermetadata, diskfs_readonly_changed):Miles Bader1996-02-031-8/+3
| | | | Use ext2_warning to print warnings instead of error().
* Fixed handling of the filesystem `clean bit'.Roland McGrath1996-02-031-20/+45
| | | | | | | | (ext2fs_clean): New boolean variable. (get_hypermetadata): Set it iff the clean bit is set on entry. If not clean, complain and force read-only. (diskfs_set_hypermetadata): Set clean bit only if ext2fs_clean is set. (diskfs_readonly_changed): Complain if going writable and clean bit clear.
* Tue Jan 30 22:25:19 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1996-02-031-6/+3
| | | | | | | | | * hyper.c (get_hypermetadata): Don't return any error value, just panic if we can't read the superblock. * ext2fs.c (main): Move warp_inode() inline. Make sure root inode is really there. Don't check return value from get_hypermetadata. (warp_inode): Function removed. * ext2fs.h (get_hypermetadata): Returns void now.
* (allocate_mod_map): New function (from get_hypermetadata).Miles Bader1995-10-201-27/+72
| | | | | | | | | (zeroblock, modified_global_blocks): Define (were common). (diskfs_readonly_changed): New function. (get_hypermetadata): Deallocate ZEROBLOCK if necessary. Use allocate_mod_map to allocate MODIFIED_GLOBAL_BLOCKS. Use diskfs device functions & variables instead of our own.
* u32 --> block_tMiles Bader1995-09-151-1/+1
|
* Change uses of the ext2_{warning,error,panic} functions to not have theMiles Bader1995-05-121-15/+10
| | | | initial function name argument (it's now supplied automagically).
* entered into RCSMiles Bader1995-05-091-1/+1
|
* Formerly hyper.c.~11~Miles Bader1995-05-081-0/+2
|
* Formerly hyper.c.~10~Miles Bader1995-04-211-5/+6
|
* Formerly hyper.c.~9~Miles Bader1995-04-201-0/+11
|
* Formerly hyper.c.~8~Miles Bader1995-04-181-13/+28
|
* Formerly hyper.c.~7~Miles Bader1995-04-171-66/+12
|
* Formerly hyper.c.~6~Miles Bader1995-04-161-7/+15
|
* Formerly hyper.c.~5~Miles Bader1995-04-151-38/+22
|
* Formerly hyper.c.~4~Miles Bader1995-04-131-0/+1
|
* Formerly hyper.c.~3~Miles Bader1995-04-121-0/+18
|
* Formerly hyper.c.~2~Miles Bader1995-04-111-94/+45
|
* Initial revisionMiles Bader1995-04-111-0/+193