summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-18fs: implement OpenDirectoryModeLiam1-8/+10
2023-12-09fs: don't enumerate hidden savedata size fileLiam1-1/+7
2023-10-02fsp-srv: enable auto save data creation on initLiam1-0/+3
2023-09-26fsp-srv: add GetFileSystemAttributeLiam1-0/+41
2023-09-24service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSaveDataFileSystemBySystemSaveDataIdgerman771-2/+22
2023-08-15fssystem: rework for yuzu styleLiam1-2/+2
2023-08-15vfs: expand support for NCA readingLiam1-3/+4
2023-08-08core: remove ResultVal typeLiam1-33/+42
2023-06-03fsp-srv: avoid patching romfs multiple timesLiam1-8/+12
2023-05-11fs: adjust future save pathLiam1-2/+2
2023-05-11fs: stub cache storage and fix params alignmentLiam1-5/+16
2023-03-01service: move hle_ipc from kernelLiam1-48/+47
2023-02-21service: refactor server architectureLiam1-8/+5
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-2/+3
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj1-1/+1
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-6/+3
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-3/+6
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-14/+14
2022-12-25fsp_srv: Use ReadBufferSpanameerj1-17/+14
2022-11-23service: Make use of buffer element count helpersLioncash1-2/+2
2022-10-08fsp_srv: stub GetCacheStorageSizeLiam1-1/+13
2022-08-23core:filesystem: speed up IDirectory servicevonchenplus1-1/+2
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-02hle: service: filesystem: Create a service thread where appropriate.bunnei1-5/+8
2022-01-21service/filsystem: Update fsp-srv function tableLioncash1-0/+3
2021-11-04general: Get the current process program id directly from the systemMorph1-4/+2
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-2/+3
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph1-1/+19
2021-06-16fsp_srv: Fix filesystem access loggingMorph1-5/+10
2021-06-03fsp-srv: Replace one last instance of RESULT_SUCCESSMorph1-1/+1
2021-06-03fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe1-1/+10
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-4/+4
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-34/+34
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-26service: Eliminate cases of member shadowingLioncash1-10/+11
2021-04-07IFile: Update to 12.xMorph1-3/+7
2021-04-07fsp-srv: Update to 12.xMorph1-2/+7
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph1-1/+27
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-16/+13
2020-11-27service: Eliminate usages of the global system instanceLioncash1-26/+31
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-3/+5
2020-10-21Revert "core: Fix clang build"bunnei1-5/+3
2020-10-18core: Fix clang buildLioncash1-3/+5
2020-08-23fsp_srv: Resolve -Wunused-but-set-variable warningLioncash1-1/+8
2020-08-23fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Lioncash1-2/+5
2020-07-31minor nitsMorph1-1/+3
2020-07-30fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph1-21/+52
2020-05-11service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei1-1/+37
2020-04-30fs-srv: GetFreeSpaceSize & GetTotalSpaceSizeDavid Marcec1-2/+2
2020-04-20service: Update function tablesLioncash1-0/+4
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-0/+3
2020-02-08hle: services: Use std::shared_ptr instead of copy by value.bunnei1-7/+9
2019-11-27file_sys/directory: Make EntryType an enum classLioncash1-2/+2
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-5/+2
2019-11-12service: Update function tablesLioncash1-0/+6
2019-11-12service: Resolve sign conversion errorsLioncash1-3/+3
2019-10-05service/filesystem: Silence -Wunused-variableReinUsesLisp1-1/+1
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-1/+2
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman1-4/+4
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman1-13/+33
2019-09-21filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman1-2/+31
2019-06-29fsp-srv: Implement GetAccessLogVersionInfoZach Hilman1-2/+11
2019-06-29fsp-srv: Implement OutputAccessLogToSdCardZach Hilman1-14/+29
2019-04-11service: Update service function tablesLioncash1-0/+7
2019-04-10fsp_srv: Remove unnecessary parameter popping in IDirectory's Read()Lioncash1-4/+1
2019-04-10fsp_srv: Log out option values in IFile's Read and Write functionsLioncash1-4/+6
2019-04-05service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystemLioncash1-7/+8
2019-04-05service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash1-1/+3
2019-04-04hle/service: Resolve unused variable warningsLioncash1-41/+29
2019-03-18fsp_srv: Unstub SetCurrentProcessLioncash1-1/+4
2019-01-30service/fsp-srv: Update function tablesLioncash1-12/+20
2018-12-10fsp_srv: Implement IStorage::GetSizeZach Hilman1-2/+15
2018-12-10service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()Lioncash1-1/+10
2018-12-01service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash1-1/+11
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec1-6/+6
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-1/+14
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash1-8/+8
2018-11-16fsp_srv: Add support for using open source archive if not found in NANDZach Hilman1-0/+10
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman1-14/+10
2018-10-29fsp_srv: Implement ISaveDataInfoReaderZach Hilman1-0/+144
2018-10-29fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman1-1/+12
2018-10-27service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyDeeJayBro1-2/+26
2018-10-17fsp_srv: Apply patches to Data storage in OpenDataStorageByDataIdZach Hilman1-1/+5
2018-10-03services/fsp_srv: Amend service function tableLioncash1-0/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-09-01filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman1-1/+6
2018-09-01filesystem: Add OpenFileSystemWithPatchZach Hilman1-1/+22
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash1-0/+1
2018-08-21service/filesystem: Use forward declarations where applicableLioncash1-1/+3
2018-08-19filesystem: Add support for loading of system archivesZach Hilman1-12/+30
2018-08-09fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash1-5/+1
2018-08-09fsp_srv: Emplace entries first when building index instead of emplacing lastLioncash1-2/+3
2018-07-19fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash1-2/+3
2018-07-19fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() functionLioncash1-10/+8
2018-07-19fsp_srv: Make IStorage constructor explicitLioncash1-1/+1
2018-07-19fsp_srv: Add missing includesLioncash1-0/+5
2018-07-19fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsLioncash1-3/+3
2018-07-19fsp_srv: Respect write length in Write()Lioncash1-4/+5
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-95/+82
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-26/+59
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-65/+49
2018-07-06Virtual Filesystem (#597)Zach Hilman1-49/+65
2018-07-03Rename logging macro back to LOG_*James Rowe1-25/+25
2018-06-19Services/FS: Return the correct error code when trying to mount a nonexistent savedata.Subv1-2/+11
2018-06-07Common/string_util: add StringFromBuffer functionmailwl1-22/+9
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-5/+5
2018-04-24filesystem: Move logging macros over to new fmt-compatible onesLioncash1-26/+25
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl1-1/+21
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-15fsp_srv: Implement DeleteFile.bunnei1-1/+15
2018-04-15fsp_srv: Implement IFile::Flush.bunnei1-1/+9
2018-04-11Various fixes and clangHexagon121-12/+5
2018-04-10Updated fsp-srv with more service names.Hexagon121-4/+102
2018-04-07Fix spelling of InitializeJames Rowe1-2/+2
2018-04-01hle_ipc, fsp_srv: Cleanup logging.bunnei1-2/+2
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei1-2/+21
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv1-0/+15
2018-03-20FS: Implemented IFileSystem's OpenDirectory function.Subv1-0/+28
2018-03-20FS: Added the IDirectory IPC interface and implemented its two functions.Subv1-0/+51
2018-03-20FS: Implement MountSdCard.Subv1-2/+6
2018-03-19oopsN00byKing1-3/+3
2018-03-19Clean Warnings (?)N00byKing1-3/+3
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv1-0/+14
2018-03-02FS: Implement MountSaveData and some of the IFile interface.Subv1-0/+188
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei1-3/+1
2018-02-10fsp_srv: Stub MountSdCard.bunnei1-0/+8
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-0/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-9/+9
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-2/+2
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei1-43/+49
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec1-0/+132