|
|
@afd9c3b
|
14 years |
m.lombardi85 |
call the insert_dentry() function in mfs_link()
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@5a841a4
|
14 years |
m.lombardi85 |
Fix initialization of the "inodes per block" superblock field at mount
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@18c9e6b
|
14 years |
m.lombardi85 |
Fix warning if compiled without the DEBUG_MODE flag enabled
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@230229de
|
14 years |
m.lombardi85 |
Improve mfs_read(), now it can read files (not tested with very large …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@668f1949
|
14 years |
m.lombardi85 |
- mfs_read partially implemented, only directories are supported (yet) …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@534d08e8
|
14 years |
m.lombardi85 |
Fix some debug messages
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@88ccd8b8
|
14 years |
m.lombardi85 |
Some improvements to write support:
- mfs_create_node() function …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@04be5a0
|
14 years |
m.lombardi85 |
Remove wrong assertions
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@c922bc7
|
14 years |
m.lombardi85 |
Add function get_inode(), it is used to obtain a generic minix inode …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@ae8541d
|
14 years |
m.lombardi85 |
Call put_inode() in mfs_node_put() to write back changes (if any) to disk
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@586f123
|
14 years |
m.lombardi85 |
Fix cache initialization, cmode was not used at all
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@10eb754
|
14 years |
m.lombardi85 |
Add mfs_write_inode_raw() function to write V1 dirty inodes on disk.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@9cd199c
|
14 years |
m.lombardi85 |
Fix memory leak in mfs_match()
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@bd64680
|
14 years |
m.lombardi85 |
Link mfs_match() to the libfs_ops structure
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b438804
|
14 years |
m.lombardi85 |
cstyle
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@152610a8
|
14 years |
m.lombardi85 |
Improves read_map() to avoid the need to call the read_ind_block() …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@ef76d72
|
14 years |
m.lombardi85 |
Add the isearch and zsearch fields to the superblock
structure, they …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@7a96476
|
14 years |
m.lombardi85 |
Add some comments
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@a04b62d
|
14 years |
m.lombardi85 |
assertion failed, sbi→dirsize was not initialized at mount.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@ac28650
|
14 years |
m.lombardi85 |
- Fix a bug in mfs_has_children() function
- Some functions shold be …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@41202a9
|
14 years |
m.lombardi85 |
Lot of improvements to the MinixFS driver:
- Add mfs_node_put()
- Add …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@54caa41b
|
14 years |
m.lombardi85 |
Link mfs_has_children() function to the libfs_ops structure
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@cfbcd86
|
14 years |
m.lombardi85 |
Link mfs_plb_get_char to the libfs structure
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@155f792
|
14 years |
m.lombardi85 |
Use a generic minixfs inode in core to avoid code duplication
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@0d6ab10
|
14 years |
m.lombardi85 |
Add mfs_stat() function and link mfs_size_get() function to the …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@fe4ac35
|
14 years |
m.lombardi85 |
Link the mfs_root_get() function to the libfs_ops structure
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@44c0f5b
|
14 years |
m.lombardi85 |
link function mfs_node_get() to the libfs_ops structure
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@7d04324
|
14 years |
m.lombardi85 |
Link mfs_is_directory() and mfs_is_file() functions to the libfs_ops …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@5a58ae2
|
14 years |
m.lombardi85 |
Link mfs_is_directory() function to the libfs_ops structure
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@e54ba607
|
14 years |
m.lombardi85 |
link mfs_device_get function to the libfs_ops structure
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@3b08178
|
14 years |
m.lombardi85 |
Initialize block cache and add a function to get a filesystem instance …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@953a823
|
14 years |
m.lombardi85 |
mount minix filesystem and add the superblock info structure to the …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|