fs: first pass at compressed storage (works on iridium with wip hac2l code)
1 parent df631d7 commit d638bbbb626d4bd5faaecbb988f5481b1bf32a89
@Michael Scire Michael Scire authored on 12 Mar 2022
SciresM committed on 22 Mar 2022
Showing 34 changed files
View
libraries/libstratosphere/include/stratosphere/fs/fs_i_buffer_manager.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fssrv/fscreator/fssrv_storage_on_nca_creator.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/buffers/fssystem_buffer_manager_utils.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/buffers/fssystem_file_system_buddy_heap.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/buffers/fssystem_file_system_buffer_manager.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/buffers/fssystem_i_buffer_manager.hpp 100644 → 0
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_aes_ctr_counter_extended_storage.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_bucket_tree.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_bucket_tree_template_impl.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_compressed_storage.hpp
Too large (Show diff)
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_compression_common.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_indirect_storage.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_indirect_storage_template_impl.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_integrity_romfs_storage.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_nca_file_system_driver.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_sparse_storage.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/impl/fssystem_block_cache_manager.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/fssystem/save/fssystem_block_cache_buffered_storage.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/save/fssystem_buffered_storage.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/save/fssystem_integrity_verification_storage.hpp
View
libraries/libstratosphere/source/fssystem/buffers/fssystem_file_system_buffer_manager.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_aes_ctr_counter_extended_storage.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_alignment_matching_storage_impl.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_bucket_tree.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_indirect_storage.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_integrity_romfs_storage.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_nca_file_system_driver.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_sparse_storage.cpp
View
libraries/libstratosphere/source/fssystem/save/fssystem_block_cache_buffered_storage.cpp
Too large (Show diff)
View
libraries/libstratosphere/source/fssystem/save/fssystem_buffered_storage.cpp
View
libraries/libstratosphere/source/fssystem/save/fssystem_integrity_verification_storage.cpp
View
libraries/libvapours/include/vapours/results/fs_results.hpp
View
libraries/libvapours/include/vapours/util.hpp
View
libraries/libvapours/include/vapours/util/util_i_function.hpp 0 → 100644