0
I Use This!
Inactive

Commits : Listings

Analyzed 29 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed some unnecessary debug statements from src/read.c More... about 16 years ago
Fixed the error which resulted in block-fs not caching suitable blocks. More... about 16 years ago
Fixed the corrupt filesystem error. ext2 filesystems can be created on blockfs. But there are still errors in reported file size More... over 16 years ago
Re-wrote the read module to work with arbit offsets and sizes. Also cleaned up both the read and write modules. The code still needs to be tested and verified. More... over 16 years ago
Added a few macros. More... over 16 years ago
Added error messages. More... over 16 years ago
Added error handling code to blockfs_write() More... over 16 years ago
Implemented the write module, commented out synchronization code from the read module More... over 16 years ago
Modified the Makefile to call pkg-config only once instead of for each source file compilation. More... over 16 years ago
Added the ChangeLog, added macros for tuning the caching algorithm, cleaned up the comments More... over 16 years ago
updates to remove compiler warnings More... over 16 years ago
implemented read, still to work out synchronization detail though. See comments in src/read.c More... over 16 years ago
added include/blockfs_utils.h More... over 16 years ago
fixed typos in declaration of cdev_block More... over 16 years ago
incorporated the creation of include/blockfs_locks.h and other miscellaneous changes More... over 16 years ago
add initialization functionality (creation of the maps), organized the initialization code More... over 16 years ago
changed the semantics of blockfs.blkdev_size and blockfs.cdev_size More... over 16 years ago
added the synchronization primitives More... over 16 years ago
added cleaning options More... over 16 years ago
testing commit, small code cleanups More... over 16 years ago
Initial revision More... over 16 years ago