summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem (follow)
Commit message (Expand)AuthorAgeFilesLines
* fsp-srv: enable auto save data creation on initLiam2023-10-021-0/+3
* fsp-srv: add GetFileSystemAttributeLiam2023-09-261-0/+41
* service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSaveDataFileSystemBySystemSaveDataIdgerman772023-09-242-2/+24
* filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi2023-08-241-1/+10
* fssystem: rework for yuzu styleLiam2023-08-151-2/+2
* vfs: expand support for NCA readingLiam2023-08-153-3/+12
* fs: return result on null outputsLiam2023-08-081-4/+24
* general: fix incorrect conversionsLiam2023-08-081-1/+1
* core: remove ResultVal typeLiam2023-08-083-104/+140
* fsp-srv: avoid patching romfs multiple timesLiam2023-06-031-8/+12
* fs: adjust future save pathLiam2023-05-111-2/+2
* fs: stub cache storage and fix params alignmentLiam2023-05-112-5/+17
* service: move hle_ipc from kernelLiam2023-03-012-68/+67
* service: refactor server architectureLiam2023-02-213-13/+14
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-142-4/+5
* fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj2023-02-031-1/+1
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-6/+3
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-3/+6
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-14/+14
* fsp_srv: Use ReadBufferSpanameerj2022-12-251-17/+14
* service: Make use of buffer element count helpersLioncash2022-11-231-2/+2
* fsp_srv: stub GetCacheStorageSizeLiam2022-10-082-1/+14
* core:filesystem: speed up IDirectory servicevonchenplus2022-08-231-1/+2
* core: Replace all instances of ResultCode with Resultgerman772022-06-272-28/+27
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-238-24/+16
* Merge pull request #8122 from bunnei/improve-thread-usagebunnei2022-04-061-5/+8
|\
| * hle: service: filesystem: Create a service thread where appropriate.bunnei2022-04-021-5/+8
* | fix: typosAndrea Pappacoda2022-04-021-1/+1
|/
* service/filsystem: Update fsp-srv function tableLioncash2022-01-211-0/+3
* general: Get the current process program id directly from the systemMorph2021-11-042-7/+4
* general: Rename GetTitleID to GetProgramIDMorph2021-11-042-4/+5
* core: Remove unused includesameerj2021-11-041-1/+0
* general: Remove MakeResult helpersMorph2021-11-021-11/+10
* service: Reduce header include overheadMorph2021-10-072-2/+0
* vfs: Partially implement GetFileTimeStampRawMorph2021-09-143-1/+37
* FS: Mark recursive CreateDirectory as inaccurate and temporaryMorph2021-09-121-0/+5
* Addressed issuesChloe2021-09-081-1/+1
* FS: Recursively create directories for CreateDirectoryChloe Marcec2021-09-061-8/+13
* filesystem: Open a read-only directory for SDMC modsMorph2021-06-281-5/+9
* core: Simplify SDMC mod loadinglat9nq2021-06-281-1/+2
* core: Support LayeredFS mod from SDMC directorylat9nq2021-06-282-0/+10
* fsp_srv: Fix filesystem access loggingMorph2021-06-162-12/+15
* fsp-srv: Replace one last instance of RESULT_SUCCESSMorph2021-06-031-1/+1
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe2021-06-034-1/+17
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-022-19/+19
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-022-50/+50
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-9/+12
* hle: kernel: Rename Process to KProcess.bunnei2021-05-062-2/+2
* service: filesystem: Return proper error codes for CreateFileMorph2021-05-011-2/+7
* service: Eliminate cases of member shadowingLioncash2021-04-261-10/+11
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* IFile: Update to 12.xMorph2021-04-071-3/+7
* fsp-srv: Update to 12.xMorph2021-04-072-3/+8
* Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei2020-12-154-1/+57
|\
| * fsp_srv: Implement OpenDataStorageWithProgramIndexMorph2020-12-084-1/+57
* | core: Remove unnecessary enum casts in log callsLioncash2020-12-082-24/+21
|/
* savedata_factory: Eliminate usage of the global system instanceLioncash2020-11-271-1/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-277-37/+47
* patch_manager: Remove usages of the global system instanceLioncash2020-11-183-7/+15
* Revert "core: Fix clang build"bunnei2020-10-211-5/+3
* Merge pull request #4796 from lioncash/clangLC2020-10-211-3/+5
|\
| * core: Fix clang buildLioncash2020-10-181-3/+5
* | filesystem: Fix CreateDirectory and DeleteFileMorph2020-10-131-2/+3
|/
* file_sys/bis_factory: Eliminate usage of the global system accessorLioncash2020-09-171-1/+1
* fsp_srv: Resolve -Wunused-but-set-variable warningLioncash2020-08-231-1/+8
* fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Lioncash2020-08-231-2/+5
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-40/+40
* minor nitsMorph2020-07-311-1/+3
* fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph2020-07-302-23/+56
* fs: Rename SaveDataDescriptor to SaveDataAttributeMorph2020-07-302-7/+7
* Add comment to clarify the nullptr checkMorph2020-07-161-0/+1
* filesystem: Create subdirectories prior to creating a fileMorph2020-07-161-0/+3
* service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei2020-05-112-1/+38
* fs-srv: GetFreeSpaceSize & GetTotalSpaceSizeDavid Marcec2020-04-301-2/+2
* service: Update function tablesLioncash2020-04-201-0/+4
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-162-1/+5
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-081-7/+9
* Merge pull request #3169 from lioncash/memorybunnei2019-11-281-5/+2
|\
| * core: Prepare various classes for memory read/write migrationLioncash2019-11-271-5/+2
* | file_sys/directory: Make EntryType an enum classLioncash2019-11-271-2/+2
|/
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+6
|\
| * service: Update function tablesLioncash2019-11-121-0/+6
* | service: Resolve sign conversion errorsLioncash2019-11-122-16/+16
|/
* hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-062-11/+17
* service/filesystem: Silence -Wunused-variableReinUsesLisp2019-10-051-1/+1
* bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-012-1/+3
* filesystem: Add getter for BCAT temporary directoryZach Hilman2019-09-301-0/+9
* configure_debug: Move reporting option to loggingZach Hilman2019-09-224-6/+6
* filesystem: Add const qualification to various accessorsZach Hilman2019-09-213-68/+76
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-213-14/+37
* filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman2019-09-213-20/+31
* filesystem: Add FileSystemController to deglobalize FS servicesZach Hilman2019-09-212-58/+359
* fsp-srv: Implement GetAccessLogVersionInfoZach Hilman2019-06-292-3/+14
* fsp-srv: Implement OutputAccessLogToSdCardZach Hilman2019-06-294-21/+58
* Merge pull request #2382 from lioncash/tablebunnei2019-04-161-0/+7
|\
| * service: Update service function tablesLioncash2019-04-111-0/+7
* | fsp_srv: Remove unnecessary parameter popping in IDirectory's Read()Lioncash2019-04-101-4/+1
* | fsp_srv: Log out option values in IFile's Read and Write functionsLioncash2019-04-101-4/+6
|/
* Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-102-7/+6
|\
| * core: Port current uses of RegisteredCache to ContentProviderZach Hilman2019-03-272-7/+6
* | Merge pull request #2339 from lioncash/rankbunnei2019-04-063-12/+15
|\ \
| * | service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash2019-04-052-4/+4
| * | service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystemLioncash2019-04-051-7/+8
| * | service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash2019-04-051-1/+3
| |/
* | Merge pull request #2338 from lioncash/fsbunnei2019-04-051-5/+8
|\ \
| * | filesystem: Use a std::string_view in OpenFile()Lioncash2019-04-051-5/+8
| |/
* / hle/service: Resolve unused variable warningsLioncash2019-04-041-41/+29
|/
* fsp_srv: Unstub SetCurrentProcessLioncash2019-03-182-1/+5
* service/fsp-srv: Update function tablesLioncash2019-01-302-17/+25
* filesystem: Populate save data sizes from control dataZach Hilman2018-12-272-0/+53
* Merge pull request #1891 from DarkLordZach/istorage-getsizeMat M2018-12-121-2/+15
|\
| * fsp_srv: Implement IStorage::GetSizeZach Hilman2018-12-101-2/+15
* | service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()Lioncash2018-12-101-1/+10
|/
* Merge pull request #1704 from DarkLordZach/oss-sysarchivebunnei2018-12-051-0/+10
|\
| * fsp_srv: Add support for using open source archive if not found in NANDZach Hilman2018-11-161-0/+10
* | Merge pull request #1835 from lioncash/cache-globalbunnei2018-12-032-17/+4
|\ \
| * | filesystem: De-globalize registered_cache_unionLioncash2018-12-022-17/+4
* | | service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash2018-12-013-1/+35
|/ /
* | Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec2018-11-271-6/+6
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+14
* | filesystem: Clear registered union paths on factory creationZach Hilman2018-11-192-0/+6
* | Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei2018-11-162-4/+11
|\ \
| * | filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman2018-11-022-4/+11
| |/
* | file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash2018-11-162-11/+11
* | Merge pull request #1618 from DarkLordZach/dump-nsobunnei2018-11-152-4/+22
|\ \
| * | bis_factory: Add getter for mod dump root for a title IDZach Hilman2018-10-292-4/+22
| |/
* | ns: Implement command 400: GetApplicationControlDataZach Hilman2018-10-291-14/+10
* | fsp_srv: Implement ISaveDataInfoReaderZach Hilman2018-10-291-0/+144
* | fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman2018-10-292-1/+13
* | savedata_factory: Expose accessors for SaveDataSpaceZach Hilman2018-10-292-0/+11
|/
* service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyDeeJayBro2018-10-271-2/+26
* fsp_srv: Apply patches to Data storage in OpenDataStorageByDataIdZach Hilman2018-10-171-1/+5
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-162-11/+10
* filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-132-10/+10
* romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-052-0/+10
* services/fsp_srv: Amend service function tableLioncash2018-10-031-0/+2
* filesystem: Add LayeredFS VFS directory getterZach Hilman2018-09-222-1/+14
* Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevisionDavid Marcec2018-09-191-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-118-1/+12
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-1/+1
* registration: Add RegisteredCacheUnionZach Hilman2018-09-042-0/+10
* Merge pull request #1213 from DarkLordZach/octopath-fsbunnei2018-09-022-2/+30
|\
| * filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman2018-09-012-1/+7
| * filesystem: Add OpenFileSystemWithPatchZach Hilman2018-09-012-1/+23
* | filesystem: Move dir retrieval after path checking in DeleteFile()Lioncash2018-09-021-2/+5
|/
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* Merge pull request #1166 from lioncash/typoSebastian Valle2018-08-251-1/+1
|\
| * filesystem: Fix typo in log messageLioncash2018-08-241-1/+1
* | filesystem: Add CreateFactories methods to fsZach Hilman2018-08-232-8/+11
* | filesystem: Add logging to registration gettersZach Hilman2018-08-231-4/+25
|/
* vfs: Replace mode.h include with forward declarations where applicableLioncash2018-08-213-2/+3
* service/filesystem: Use forward declarations where applicableLioncash2018-08-213-5/+19
* filesystem: Add support for loading of system archivesZach Hilman2018-08-194-16/+50
* filesystem: Add Open and Register functions for BISFactoryZach Hilman2018-08-122-4/+23
* Merge pull request #990 from lioncash/entrybunnei2018-08-101-6/+3
|\
| * fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash2018-08-091-5/+1
| * fsp_srv: Emplace entries first when building index instead of emplacing lastLioncash2018-08-091-2/+3
* | core: Port core to VfsFilesystem for file accessZach Hilman2018-08-092-8/+8
* | filesystem: Remove unnecessary if conditionsZach Hilman2018-08-091-1/+1
|/
* service: Remove redundant #pragma once directivesLioncash2018-08-042-4/+0
* service/filesystem: Add fsp:ldr and fsp:pr servicesLioncash2018-08-015-0/+85
* VFS Regression and Accuracy Fixes (#776)Zach Hilman2018-07-241-16/+29
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-1/+1
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-2/+2
* Merge pull request #720 from Subv/getentrytype_rootSebastian Valle2018-07-191-0/+4
|\
| * Filesystem: Return EntryType::Directory for the root directory.Subv2018-07-191-0/+4
* | Merge pull request #712 from lioncash/fspbunnei2018-07-191-17/+22
|\ \
| * | fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash2018-07-191-2/+3
| * | fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() functionLioncash2018-07-191-10/+8
| * | fsp_srv: Make IStorage constructor explicitLioncash2018-07-191-1/+1
| * | fsp_srv: Add missing includesLioncash2018-07-191-0/+5
| * | fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsLioncash2018-07-191-3/+3
| * | fsp_srv: Respect write length in Write()Lioncash2018-07-191-4/+5
| |/
* | filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructorLioncash2018-07-191-1/+3
* | filesystem: Use std::string's empty() function instead of comparing against a literalLioncash2018-07-191-1/+1
* | filesystem: Remove pragma disabling global optimizationsLioncash2018-07-191-2/+0
|/
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-194-115/+383
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-174-87/+125
* Merge pull request #559 from Subv/mount_savedatabunnei2018-07-121-2/+11
|\
| * Services/FS: Return the correct error code when trying to mount a nonexistent savedata.Subv2018-06-191-2/+11
* | Revert "Virtual Filesystem (#597)"bunnei2018-07-084-404/+70
* | Virtual Filesystem (#597)Zach Hilman2018-07-064-70/+404
* | Update clang formatJames Rowe2018-07-031-2/+2
* | Rename logging macro back to LOG_*James Rowe2018-07-032-28/+28
|/
* Common/string_util: add StringFromBuffer functionmailwl2018-06-071-22/+9
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-022-6/+6
* filesystem: Move logging macros over to new fmt-compatible onesLioncash2018-04-242-30/+29
* Service/FS: implement IFileSystem::RenameFilemailwl2018-04-241-1/+21
* service: Use nested namespace specifiers where applicableLioncash2018-04-203-12/+6
* fsp_srv: Implement DeleteFile.bunnei2018-04-151-1/+15
* fsp_srv: Implement IFile::Flush.bunnei2018-04-151-1/+9
* Various fixes and clangHexagon122018-04-111-12/+5
* Updated fsp-srv with more service names.Hexagon122018-04-101-4/+102
* Fix spelling of InitializeJames Rowe2018-04-072-3/+3
* hle_ipc, fsp_srv: Cleanup logging.bunnei2018-04-011-2/+2
* fsp_srv: Implement GetSize and SetSize.bunnei2018-03-311-2/+21
* Merge pull request #255 from Subv/sd_cardbunnei2018-03-243-2/+106
|\
| * FS: Implemented IFileSystem::CreateDirectory.Subv2018-03-211-0/+15
| * FS: Implemented IFileSystem's OpenDirectory function.Subv2018-03-201-0/+28
| * FS: Added the IDirectory IPC interface and implemented its two functions.Subv2018-03-201-0/+51
| * FS: Implement MountSdCard.Subv2018-03-201-2/+6
| * FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv2018-03-202-0/+6
* | oopsN00byKing2018-03-191-3/+3
* | Clean Warnings (?)N00byKing2018-03-191-3/+3
|/
* FS: Stubbed CreateSaveData. It currently does nothing.Subv2018-03-042-0/+15
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-042-0/+20
* FS: Implement MountSaveData and some of the IFile interface.Subv2018-03-022-0/+189
* Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2018-03-022-2/+10
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-3/+1
* fsp_srv: Stub MountSdCard.bunnei2018-02-102-0/+9
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+1
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-9/+9
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-2/+2
* fsp_srv: Various improvements to IStorage:Read implementation.bunnei2018-01-213-48/+72
* filesystem: Implement basic IStorage functionality.David Marcec2018-01-214-0/+252