#
7461b83d |
| 20-Jul-2010 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Removed unused checksumfs_node::content. We use the rest of the node block for managing the content.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37624 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
a2e7c741 |
| 12-Jul-2010 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Added Transaction class which wraps a block cache transaction and performs all other operations required to roll back a transaction. Transactions are fully serialized -- due to limitations of o
* Added Transaction class which wraps a block cache transaction and performs all other operations required to roll back a transaction. Transactions are fully serialized -- due to limitations of our block cache and also to keep things simple. * Use a transaction for all write operations. * Implemented the directory entry management code (a simple tree algorithm). * Finished/implemented the FS hooks for directory entry lookup, directory iteration, creation, and removal. * Added non-persistent support for node access times. * Set the user and group IDs on node creation. * Added permission checks to several FS hooks. * BlockAllocator::_Free(): The number of freed blocks was subtracted from fFreeBlocks instead of added.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37478 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
74956f43 |
| 05-Jul-2010 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Added the beginnings of node support. * Added the bare minimum of file system hooks to mount the file system. Can't do anything more than listing the (empty) root directory yet, though. * Added J
* Added the beginnings of node support. * Added the bare minimum of file system hooks to mount the file system. Can't do anything more than listing the (empty) root directory yet, though. * Added Jamfile for building the file system for the userlandfs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37406 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
952d6c8c |
| 29-Jun-2010 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Moved the checksum device driver to subdir "driver". * Created a file system module and a disk system add-on. Currently only initializing and identifying/scanning is supported.
git-svn-id: file
* Moved the checksum device driver to subdir "driver". * Created a file system module and a disk system add-on. Currently only initializing and identifying/scanning is supported.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37300 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|