aboutsummaryrefslogtreecommitdiff
path: root/ext2fs
Commit message (Collapse)AuthorAgeFilesLines
* Use options_parse & diskfs_standard_startup_options to do command lineMiles Bader1995-05-201-38/+21
| | | | | | | | options parsing. Rename `options' to `long_opts'. Most things removed, as they're now handled by libdiskfs. Add parse_opt to deal with our few meagre remaining options in the approved options_parse manner.
* Add the --writable & --nosync options.Miles Bader1995-05-191-3/+13
|
* (diskfs_set_statfs): Set st->fsys_stb_bsize, not _fsize, to the block size.Miles Bader1995-05-141-2/+2
|
* (OBJS): Remove exec_server_image.o.Roland McGrath1995-05-131-8/+1
| | | | (exec_server_image.o): Rule removed.
* Add an optional argument to the --sync option that lets the user specify anMiles Bader1995-05-121-6/+9
| | | | initial sync interval.
* Change uses of the ext2_{warning,error,panic} functions to not have theMiles Bader1995-05-124-38/+24
| | | | initial function name argument (it's now supplied automagically).
* (ext2_error, ext2_warning, ext2_panic, all callers changed): Make these intoMiles Bader1995-05-121-6/+8
| | | | | | macros that automagically supply the caller's function name, and rename the original functions (which these macros call) to have an underline prefix. Get rid of the CHECK_STRICT variable.
* (ext2_free_blocks, ext2_new_block): Get rid of the CHECK_STRICT variable,Miles Bader1995-05-121-49/+30
| | | | | | and just always do the tests it controlled. Change uses of the ext2_{warning,error,panic} functions to not have the initial function name argument (it's now supplied automagically).
* (ext2_error, ext2_warning, ext2_panic): Rename to add the underline prefixMiles Bader1995-05-121-11/+16
| | | | | (the previous names are now macros that call the renamed functions). Also rearrange a bit to hold the lock around the use of the global message buffer.
* (pager_unlock_page): Give an explanation of why the file system will shortlyMiles Bader1995-05-121-3/+6
| | | | crash.
* (main): Enable the bootstrap code.Miles Bader1995-05-111-4/+5
|
* (read_disknode): Make st_blksize larger: 2 * pagesize.Miles Bader1995-05-111-1/+1
|
* (block_getblk, inode_getblk): Return ENOSPC instead of EIO when we can'tMiles Bader1995-05-101-2/+2
| | | | allocate a new block.
* (find_next_zero_bit): Fix stupid typos (present in the original linux sourceMiles Bader1995-05-101-2/+2
| | | | I copied this function from!) which were causing occasional garbage results.
* entered into RCSMiles Bader1995-05-095-6/+6
|
* Formerly ext2fs.h.~43~Miles Bader1995-05-091-4/+4
|
* entered into RCSMiles Bader1995-05-096-8/+5
|
* Formerly pokel.c.~11~Miles Bader1995-05-091-1/+6
|
* entered into RCSMiles Bader1995-05-091-2/+0
|
* Formerly balloc.c.~20~Miles Bader1995-05-091-2/+19
|
* Formerly ext2fs.h.~42~Miles Bader1995-05-091-3/+3
|
* entered into RCSMiles Bader1995-05-091-7/+11
|
* Formerly ext2fs.h.~41~Miles Bader1995-05-081-7/+13
|
* Formerly devio.c.~8~Miles Bader1995-05-081-0/+3
|
* Formerly ext2_fs.h.~18~Miles Bader1995-05-081-1/+1
|
* Formerly bitmap.c.~8~Miles Bader1995-05-081-1/+21
|
* Formerly pokel.c.~10~Miles Bader1995-05-081-0/+2
|
* Formerly ext2fs.c.~19~Miles Bader1995-05-081-2/+5
|
* Formerly hyper.c.~11~Miles Bader1995-05-081-0/+2
|
* entered into RCSMiles Bader1995-05-081-1/+1
|
* Formerly pokel.c.~9~Miles Bader1995-05-081-3/+1
|
* Formerly pager.c.~29~Miles Bader1995-05-081-2/+2
|
* Formerly dir.c.~12~Miles Bader1995-05-071-2/+7
|
* Formerly ialloc.c.~23~Miles Bader1995-05-071-0/+2
|
* Formerly ext2fs.h.~40~Miles Bader1995-05-051-1/+1
|
* Formerly Makefile.~8~Miles Bader1995-05-051-1/+0
|
* Formerly ext2fs.h.~39~Miles Bader1995-05-041-1/+1
|
* Formerly dir.c.~11~Miles Bader1995-05-041-2/+1
|
* Formerly pokel.c.~8~Miles Bader1995-05-031-6/+0
|
* Formerly ext2_fs.h.~16~Miles Bader1995-05-031-1/+1
|
* Formerly ext2fs.h.~38~Miles Bader1995-05-031-17/+2
|
* Formerly dir.c.~10~Miles Bader1995-05-031-0/+19
|
* Formerly pager.c.~27~Miles Bader1995-05-031-2/+5
|
* Formerly pager.c.~26~Miles Bader1995-05-021-0/+13
|
* Formerly truncate.c.~17~Miles Bader1995-05-011-83/+85
|
* Formerly pager.c.~25~Miles Bader1995-05-011-2/+2
|
* Formerly inode.c.~21~Miles Bader1995-05-011-10/+31
|
* Formerly pokel.c.~7~Miles Bader1995-05-011-2/+1
|
* Formerly getblk.c.~15~Miles Bader1995-05-011-1/+4
|
* Formerly ext2fs.h.~37~Miles Bader1995-05-011-6/+1
|