summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/fs/extvfs.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-14/+2
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT,Storage: Adding RTVfsQueryLabel and internally a generic pfnQueryInfoEx ...vboxsync2022-03-171-0/+3
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* extvfs.cpp: Build fixvboxsync2019-09-061-1/+1
* Runtime/extvfs.cpp: bug fixesvboxsync2019-09-061-3/+9
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-041-1/+1
* Runtime/fs/extvfs: Fixvboxsync2019-01-021-0/+2
* Runtime/fs/extvfs: Fixvboxsync2019-01-021-3/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Preparing for iprt/vfslowlevel.h to no longer include iprt/err.h. bugref:...vboxsync2018-12-221-0/+1
* Runtime/fs/vfsext: Implement a small block cache for caching block maps or ex...vboxsync2018-12-201-60/+298
* Runtime/fs/extvfs: Support flex_bg, our implementation doesn't need any adapt...vboxsync2018-12-201-1/+2
* Runtime/fs/extvfs: Updates, implement extent tree walking. Enables access to ...vboxsync2018-12-201-10/+324
* scmvboxsync2018-12-201-0/+1
* Runtime/fs/extvfs: Updates, reading data from ext2/ext3 filesystems seems to ...vboxsync2018-12-201-3/+3
* Runtime/fs/extvfs: Updates, reading data from ext2/ext3 filesystems seems to ...vboxsync2018-12-201-12/+681
* scm fixvboxsync2018-12-191-1/+1
* Runtime/fs/extvfs: Updatesvboxsync2018-12-191-14/+158
* Runtime/fs/extvfs: Working on parsing block group and inode descriptors [buil...vboxsync2018-12-191-1/+1
* Runtime/fs/extvfs: Working on parsing block group and inode descriptors [buil...vboxsync2018-12-191-2/+2
* Runtime/fs/extvfs: Working on parsing block group and inode descriptorsvboxsync2018-12-191-94/+1161
* Runtime/formats/ext: Add more structuresvboxsync2018-12-161-6/+6
* build fixvboxsync2018-12-131-1/+1
* Runtime/fs: Started restructurin the ext2 filesystem code to indicate that it...vboxsync2018-12-131-0/+418