aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem
AgeCommit message (Expand)Author
2023-12-09fs: don't enumerate hidden savedata size fileLiam
2023-10-01fsp-srv: enable auto save data creation on initLiam
2023-09-25fsp-srv: add GetFileSystemAttributeLiam
2023-09-23service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSa...german77
2023-08-24filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-08fs: return result on null outputsLiam
2023-08-08general: fix incorrect conversionsLiam
2023-08-08core: remove ResultVal typeLiam
2023-06-03fsp-srv: avoid patching romfs multiple timesLiam
2023-05-11fs: adjust future save pathLiam
2023-05-11fs: stub cache storage and fix params alignmentLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-25fsp_srv: Use ReadBufferSpanameerj
2022-11-23service: Make use of buffer element count helpersLioncash
2022-10-08fsp_srv: stub GetCacheStorageSizeLiam
2022-08-23core:filesystem: speed up IDirectory servicevonchenplus
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-06Merge pull request #8122 from bunnei/improve-thread-usagebunnei
2022-04-02fix: typosAndrea Pappacoda
2022-04-02hle: service: filesystem: Create a service thread where appropriate.bunnei
2022-01-21service/filsystem: Update fsp-srv function tableLioncash
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-11-02general: Remove MakeResult helpersMorph
2021-10-07service: Reduce header include overheadMorph
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph
2021-09-12FS: Mark recursive CreateDirectory as inaccurate and temporaryMorph
2021-09-09Addressed issuesChloe
2021-09-06FS: Recursively create directories for CreateDirectoryChloe Marcec
2021-06-28filesystem: Open a read-only directory for SDMC modsMorph
2021-06-28core: Simplify SDMC mod loadinglat9nq
2021-06-28core: Support LayeredFS mod from SDMC directorylat9nq
2021-06-16fsp_srv: Fix filesystem access loggingMorph
2021-06-02fsp-srv: Replace one last instance of RESULT_SUCCESSMorph
2021-06-02fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei