aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.cpp
AgeCommit message (Expand)Author
2020-12-15Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-10-13filesystem: Fix CreateDirectory and DeleteFileMorph
2020-09-16file_sys/bis_factory: Eliminate usage of the global system accessorLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph
2020-07-16Add comment to clarify the nullptr checkMorph
2020-07-16filesystem: Create subdirectories prior to creating a fileMorph
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
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-30filesystem: Add getter for BCAT temporary directoryZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach 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-05Merge pull request #2339 from lioncash/rankbunnei
2019-04-05service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash
2019-04-04filesystem: Use a std::string_view in OpenFile()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-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash
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-19Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...David Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-04bktr: Fix bucket overlap errorZach Hilman
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-09-02filesystem: Move dir retrieval after path checking in DeleteFile()Lioncash
2018-08-25Merge pull request #1166 from lioncash/typoSebastian Valle
2018-08-23filesystem: Fix typo in log messageLioncash