index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
mke2fs.c
Age
Commit message (
Collapse
)
Author
2007-12-03
Add comments about SUSv3 specs (or lack thereof).
Rob Landley
2007-11-29
Change command main() functions to return void, and exit(toys.exitval) from
Rob Landley
the toybox infrastructure instead. Eliminates a return call from each command.
2007-10-04
Break out dirtree.c and let it call a function instead of returning the data.
Rob Landley
2007-04-18
Next iteration of mke2fs development.
Rob Landley
2007-02-19
Calculate block and inode usage in group table and bitmaps.
Rob Landley
2007-02-18
Precalculate block and inode usage given a starting file tree. This compiles,
Rob Landley
probably doesn't actually work yet.
2007-02-14
Calculate st_nlink for each node, via a small but n^2 algorithm.
Rob Landley
2007-02-12
More work on mke2fs.c. Random in-progress snapshot...
Rob Landley
2007-02-04
Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count
Rob Landley
index blocks).
2007-01-31
This creates an almost valid empty ext2 filesystem, except for a few superblock
Rob Landley
fields (blank free_blocks and free_inodes), and no root directory. (And technically, no lost+found either.)
2007-01-29
mke2fs: Stopping for dinner. It compiles.
Rob Landley
2007-01-28
More work on mke2fs.
Rob Landley
2007-01-27
Move superblock initialization to a function. Trim unused padding from
Rob Landley
superblock.
2007-01-27
One more field, minor shrinking, and start on block groups.
Rob Landley
2007-01-26
Filling out most of the ext2 superblock correctly now.
Rob Landley
2007-01-23
More work on mke2fs.
Rob Landley
2007-01-23
More random progress on mke2fs. Nothing to see yet.
Rob Landley
2007-01-14
Add start of mke2fs/gene2fs, and some other stuff I've been working on.
Rob Landley