sortix-mirror/ext
Jonas 'Sortie' Termansen bc928e99a4 Fix extfs coding style and general issues.
This cleans up constructors so fields are initialized in the same order they
are declared in. This makes it trivial to spot accidentally uninitialized
fields.

This fixes a minor argument parsing bug when the mount path isn't set, but
fortunately argv[argc] is NULL and we wanted to set it to NULL anyway.

This prevents excessively large block sizes from being used.

This improves inode value range checks in the fsmarshall code. Inode 0 is
not a valid inode. The new code for this is also simpler.

This prevents creating links with names larger than 255 bytes.

This adds a check to ensure inodes don't overflow the hardlink count.

This ensures the dirent filetype is only set if supported.
2015-08-27 22:12:11 +02:00
..
.gitignore Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
Makefile Add extfs background sync thread. 2015-08-26 23:12:55 +02:00
block.cpp Add extfs background sync thread. 2015-08-26 23:12:55 +02:00
block.h Add extfs background sync thread. 2015-08-26 23:12:55 +02:00
blockgroup.cpp Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
blockgroup.h Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
device.cpp Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
device.h Fix missing static keyword in extfs. 2015-08-27 22:12:11 +02:00
ext-constants.h Fix missing static keyword in extfs. 2015-08-27 22:12:11 +02:00
ext-structs.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
extfs.cpp Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
extfs.h Split extfs frontends into their own files. 2015-08-26 23:12:55 +02:00
filesystem.cpp Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
filesystem.h Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
fsmarshall.cpp Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
fsmarshall.h Fix missing static keyword in extfs. 2015-08-27 22:12:11 +02:00
fuse.cpp Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
fuse.h Split extfs frontends into their own files. 2015-08-26 23:12:55 +02:00
inode.cpp Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
inode.h Fix extfs coding style and general issues. 2015-08-27 22:12:11 +02:00
ioleast.h Update the ioleast family to current coding conventions. 2015-02-08 22:58:32 +01:00
util.h Fix missing static keyword in extfs. 2015-08-27 22:12:11 +02:00