Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_readonly_changed): No longer clear the clean bit. | Miles Bader | 1996-06-25 | 1 | -22/+20 |
| | | | | (diskfs_set_hypermetadata): Work correctly. | ||||
* | (get_hypermetadata, diskfs_readonly_changed): | Miles Bader | 1996-02-03 | 1 | -8/+3 |
| | | | | Use ext2_warning to print warnings instead of error(). | ||||
* | Fixed handling of the filesystem `clean bit'. | Roland McGrath | 1996-02-03 | 1 | -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 Bader | 1996-02-03 | 1 | -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 Bader | 1995-10-20 | 1 | -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_t | Miles Bader | 1995-09-15 | 1 | -1/+1 |
| | |||||
* | Change uses of the ext2_{warning,error,panic} functions to not have the | Miles Bader | 1995-05-12 | 1 | -15/+10 |
| | | | | initial function name argument (it's now supplied automagically). | ||||
* | entered into RCS | Miles Bader | 1995-05-09 | 1 | -1/+1 |
| | |||||
* | Formerly hyper.c.~11~ | Miles Bader | 1995-05-08 | 1 | -0/+2 |
| | |||||
* | Formerly hyper.c.~10~ | Miles Bader | 1995-04-21 | 1 | -5/+6 |
| | |||||
* | Formerly hyper.c.~9~ | Miles Bader | 1995-04-20 | 1 | -0/+11 |
| | |||||
* | Formerly hyper.c.~8~ | Miles Bader | 1995-04-18 | 1 | -13/+28 |
| | |||||
* | Formerly hyper.c.~7~ | Miles Bader | 1995-04-17 | 1 | -66/+12 |
| | |||||
* | Formerly hyper.c.~6~ | Miles Bader | 1995-04-16 | 1 | -7/+15 |
| | |||||
* | Formerly hyper.c.~5~ | Miles Bader | 1995-04-15 | 1 | -38/+22 |
| | |||||
* | Formerly hyper.c.~4~ | Miles Bader | 1995-04-13 | 1 | -0/+1 |
| | |||||
* | Formerly hyper.c.~3~ | Miles Bader | 1995-04-12 | 1 | -0/+18 |
| | |||||
* | Formerly hyper.c.~2~ | Miles Bader | 1995-04-11 | 1 | -94/+45 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-11 | 1 | -0/+193 |