#
262348af |
| 30-May-2019 |
brjhaiku <brjhaiku@gmail.com> |
btrfs: documented Chunk class (no functional change)
Change-Id: I9f1c47728297d7e29033beed7338bbd44d6d13cd Reviewed-on: https://review.haiku-os.org/c/haiku/+/1492 Reviewed-by: Adrien Destugues <pulko
btrfs: documented Chunk class (no functional change)
Change-Id: I9f1c47728297d7e29033beed7338bbd44d6d13cd Reviewed-on: https://review.haiku-os.org/c/haiku/+/1492 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com> Reviewed-by: Chế Vũ Gia Hy <cvghy116@gmail.com>
show more ...
|
#
99768086 |
| 30-Aug-2017 |
hyche <cvghy116@gmail.com> |
BTRFS: Add author and license.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
|
#
299aba38 |
| 09-Jun-2017 |
hyche <cvghy116@gmail.com> |
BTRFS: code cleanups
* Removed struct keyword for declaring variable. * Renamed BPlusTree to BTree because BtrFS use a variant of BTree not B+Tree.
Signed-off-by: Adrien Destugues <pulkomandy@pulko
BTRFS: code cleanups
* Removed struct keyword for declaring variable. * Renamed BPlusTree to BTree because BtrFS use a variant of BTree not B+Tree.
Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
|
#
8864a6cb |
| 18-May-2017 |
hyche <cvghy116@gmail.com> |
btrfs: Code style
* Using tab instead of spaces * Pointer/Reference should be next to type * etc
|
#
6f4c36e2 |
| 24-Jan-2011 |
Jérôme Duval <korli@users.berlios.de> |
* Implemented a read-only btrfs file system, tested with a 400MB image. * Inline extent data isn't read with the file_cache yet as the data is not block aligned.
git-svn-id: file:///srv/svn/repos/h
* Implemented a read-only btrfs file system, tested with a 400MB image. * Inline extent data isn't read with the file_cache yet as the data is not block aligned.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40282 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|