History log of /haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/Volume.cpp
Revision Date Author Comments
# 5644d283 09-Dec-2012 Matt Madia <mattmadia@gmail.com>

Manually applied: Fix typos: super block -> superblock (#8974)

by: Przemysław Buczkowski <przemub@yahoo.pl>


# 99060393 06-Mar-2008 Axel Dörfler <axeld@pinc-software.de>

Fixed building the R5 version of BFS on BeOS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24263 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 68f08f67 07-May-2007 Axel Dörfler <axeld@pinc-software.de>

* Fixed a bug introduced with big-endian fixes in r17557; the super block's blocks_per_ag
field was always 1, and therefore, the last allocation group could grow too large.
Thanks to Samuel Rodriguez Perez for reporting the error (bfs_shell was crashing on
larger images).
* Minor cleanup in BlockAllocator::_Initialize().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21053 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f7769aa4 22-May-2006 Axel Dörfler <axeld@pinc-software.de>

Some more PPC big endian fixes, mostly array handling (b+tree duplicates and
log). Still doesn't seem to work correctly, though (but it's definitely
getting closer :-)).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17560 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f0280afd 22-May-2006 Axel Dörfler <axeld@pinc-software.de>

Adopted the PPC big endian fixes for disk_super_block::Initialize() and made them
a bit nicer.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17557 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 239974d0 22-May-2006 Axel Dörfler <axeld@pinc-software.de>

The super block is now written correctly when compiled under PPC.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6bc2ff34 05-Mar-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Reverted the kludge introduced to wrap the build platform fstat() and
switch to Axel's hack to just redefine the critical functions via macro
definition in the Jamfile.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11589 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 105d7373 03-Mar-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

*** empty log message ***


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11568 a95241bf-73f2-0310-859d-f6bbb57e9c96


# efce0b73 19-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10020 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9906039303161e30ce7382c8fc92490546c723a4 06-Mar-2008 Axel Dörfler <axeld@pinc-software.de>

Fixed building the R5 version of BFS on BeOS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24263 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 68f08f67f519bf2508344836ff87ea7469c2a600 07-May-2007 Axel Dörfler <axeld@pinc-software.de>

* Fixed a bug introduced with big-endian fixes in r17557; the super block's blocks_per_ag
field was always 1, and therefore, the last allocation group could grow too large.
Thanks to Samuel Rodriguez Perez for reporting the error (bfs_shell was crashing on
larger images).
* Minor cleanup in BlockAllocator::_Initialize().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21053 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f7769aa482ea0c807ad71b94a06eeef3335af86d 22-May-2006 Axel Dörfler <axeld@pinc-software.de>

Some more PPC big endian fixes, mostly array handling (b+tree duplicates and
log). Still doesn't seem to work correctly, though (but it's definitely
getting closer :-)).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17560 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f0280afd936de16b18783e54dc598faf8ec40f35 22-May-2006 Axel Dörfler <axeld@pinc-software.de>

Adopted the PPC big endian fixes for disk_super_block::Initialize() and made them
a bit nicer.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17557 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 239974d018b0fdd00dc9bb2a19a20b9856f78d45 22-May-2006 Axel Dörfler <axeld@pinc-software.de>

The super block is now written correctly when compiled under PPC.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17544 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 6bc2ff347116e6ed9bedbbd641420e59757d8d1b 05-Mar-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Reverted the kludge introduced to wrap the build platform fstat() and
switch to Axel's hack to just redefine the critical functions via macro
definition in the Jamfile.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11589 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 105d7373e92dad77a293a797c7e0c149978bff69 03-Mar-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

*** empty log message ***


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11568 a95241bf-73f2-0310-859d-f6bbb57e9c96


# efce0b7346c29afd0aea931bcf7a4e05fbce3570 19-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10020 a95241bf-73f2-0310-859d-f6bbb57e9c96