summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2023-12-18fs: implement OpenDirectoryModeLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-08core: remove ResultVal typeLiam
2023-02-21service: refactor server architectureLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph
2021-06-28core: Support LayeredFS mod from SDMC directorylat9nq
2021-06-02fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman
2019-09-21filesystem: Add FileSystemController to deglobalize FS servicesZach Hilman
2019-06-28fsp-srv: Implement OutputAccessLogToSdCardZach Hilman
2019-04-09Merge pull request #1957 from DarkLordZach/title-providerbunnei
2019-04-05service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash
2019-03-26core: Port current uses of RegisteredCache to ContentProviderZach Hilman
2018-12-27filesystem: Populate save data sizes from control dataZach Hilman
2018-12-03Merge pull request #1835 from lioncash/cache-globalbunnei
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-11-18filesystem: Clear registered union paths on factory creationZach Hilman
2018-11-16Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei
2018-11-15Merge pull request #1618 from DarkLordZach/dump-nsobunnei
2018-11-01filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-09-21filesystem: Add LayeredFS VFS directory getterZach Hilman
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-08-11filesystem: Add Open and Register functions for BISFactoryZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman