#
99768086 |
| 30-Aug-2017 |
hyche <cvghy116@gmail.com> |
BTRFS: Add author and license.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
|
#
bfd7a4fb |
| 12-Aug-2017 |
hyche <cvghy116@gmail.com> |
BTRFS: Reimplement TreeIterator, add some error checks and remove redundancies.
Add BTree::Path as a attribute so enhance performance, so that everytime we iterate through items it wont search all t
BTRFS: Reimplement TreeIterator, add some error checks and remove redundancies.
Add BTree::Path as a attribute so enhance performance, so that everytime we iterate through items it wont search all the root to leaf again. The Iterator is initialized without rewinding to make more flexible.
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
show more ...
|
#
16de9db5 |
| 12-Aug-2017 |
hyche <cvghy116@gmail.com> |
BTRFS: Fix mismatched type of item size (should be uint32), and ObjectID of first subvolume when lookup directory (described in commit bd2dab1)
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.c
BTRFS: Fix mismatched type of item size (should be uint32), and ObjectID of first subvolume when lookup directory (described in commit bd2dab1)
Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
show more ...
|
#
bf5d0ce3 |
| 19-May-2017 |
hyche <cvghy116@gmail.com> |
btrfs_shell for testing btrfs code.
* Adding Jamfile in src/tools/btrfs_shell and include the subdir in src/tools/Jamfile * Adding system_dependencies.h in btrfs source to include all the system hea
btrfs_shell for testing btrfs code.
* Adding Jamfile in src/tools/btrfs_shell and include the subdir in src/tools/Jamfile * Adding system_dependencies.h in btrfs source to include all the system headers * fs_shell wrapping for btrfs source. If FS_SHELL is defined, compile with fs_shell headers instead. * Change macro BTRFS_SHELL to FS_SHELL * Adding btrfs_std_ops function: fs_shell now can recognize and load module
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
|
#
956f541d |
| 31-Jan-2011 |
Jérôme Duval <korli@users.berlios.de> |
added read only attribute support for btrfs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40335 a95241bf-73f2-0310-859d-f6bbb57e9c96
|