summaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.cpp
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-25fs/errors: Unify naming of result codesFearlessTobi
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2023-12-05Improve path splitting speedBreadFish64
2023-08-24filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi
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-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-02fix: typosAndrea Pappacoda
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-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-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
2021-05-01service: filesystem: Return proper error codes for CreateFileMorph
2021-04-14common: Move settings to common from core.bunnei
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