index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
filesystem
/
filesystem.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
fs/errors: Unify naming of result codes
FearlessTobi
1
-19
/
+19
2024-01-25
fs: Replace Mode enum by OpenMode enum
FearlessTobi
1
-15
/
+15
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
1
-2
/
+2
2024-01-25
fs: Move fsp_srv subclasses to separate files
FearlessTobi
1
-3
/
+3
2024-01-11
fsp-srv: use program registry for SetCurrentProcess
Liam
1
-177
/
+50
2023-12-06
Improve path splitting speed
BreadFish64
1
-5
/
+1
2023-08-24
filesystem: Return correct error for RenameFile when dest_path already exists
FearlessTobi
1
-1
/
+10
2023-08-15
vfs: expand support for NCA reading
Liam
1
-0
/
+5
2023-08-08
fs: return result on null outputs
Liam
1
-4
/
+24
2023-08-08
general: fix incorrect conversions
Liam
1
-1
/
+1
2023-08-08
core: remove ResultVal type
Liam
1
-52
/
+74
2023-02-21
service: refactor server architecture
Liam
1
-4
/
+8
2023-02-14
general: rename CurrentProcess to ApplicationProcess
Liam
1
-2
/
+2
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-15
/
+14
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-02
fix: typos
Andrea Pappacoda
1
-1
/
+1
2021-11-04
general: Get the current process program id directly from the system
Morph
1
-3
/
+2
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
1
-2
/
+2
2021-11-04
core: Remove unused includes
ameerj
1
-1
/
+0
2021-11-02
general: Remove MakeResult helpers
Morph
1
-11
/
+10
2021-09-14
vfs: Partially implement GetFileTimeStampRaw
Morph
1
-0
/
+12
2021-09-12
FS: Mark recursive CreateDirectory as inaccurate and temporary
Morph
1
-0
/
+5
2021-09-08
Addressed issues
Chloe
1
-1
/
+1
2021-09-06
FS: Recursively create directories for CreateDirectory
Chloe Marcec
1
-8
/
+13
2021-06-28
filesystem: Open a read-only directory for SDMC mods
Morph
1
-5
/
+9
2021-06-28
core: Simplify SDMC mod loading
lat9nq
1
-1
/
+2
2021-06-28
core: Support LayeredFS mod from SDMC directory
lat9nq
1
-0
/
+9
2021-06-03
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
1
-0
/
+4
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
1
-15
/
+15
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-16
/
+16
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-9
/
+12
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-1
/
+1
2021-05-01
service: filesystem: Return proper error codes for CreateFile
Morph
1
-2
/
+7
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2020-12-08
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
1
-0
/
+25
2020-12-08
core: Remove unnecessary enum casts in log calls
Lioncash
1
-8
/
+8
2020-11-27
savedata_factory: Eliminate usage of the global system instance
Lioncash
1
-1
/
+2
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-5
/
+3
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
1
-2
/
+5
2020-10-13
filesystem: Fix CreateDirectory and DeleteFile
Morph
1
-2
/
+3
2020-09-17
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
1
-1
/
+1
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
1
-40
/
+40
2020-07-30
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
1
-4
/
+4
2020-07-16
Add comment to clarify the nullptr check
Morph
1
-0
/
+1
2020-07-16
filesystem: Create subdirectories prior to creating a file
Morph
1
-0
/
+3
2020-04-16
CMakeLists: Specify -Wextra on linux builds
Lioncash
1
-1
/
+2
2019-11-12
service: Resolve sign conversion errors
Lioncash
1
-13
/
+13
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
1
-10
/
+10
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
1
-1
/
+1
2019-09-30
filesystem: Add getter for BCAT temporary directory
Zach Hilman
1
-0
/
+9
2019-09-22
configure_debug: Move reporting option to logging
Zach Hilman
1
-3
/
+2
2019-09-21
filesystem: Add const qualification to various accessors
Zach Hilman
1
-32
/
+36
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
1
-0
/
+1
2019-09-21
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
1
-12
/
+0
2019-09-21
filesystem: Add FileSystemController to deglobalize FS services
Zach Hilman
1
-32
/
+277
2019-06-29
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
1
-5
/
+5
2019-04-05
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
1
-3
/
+3
2019-04-05
filesystem: Use a std::string_view in OpenFile()
Lioncash
1
-5
/
+8
2019-03-27
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
1
-5
/
+6
2018-12-27
filesystem: Populate save data sizes from control data
Zach Hilman
1
-0
/
+47
2018-12-02
filesystem: De-globalize registered_cache_union
Lioncash
1
-15
/
+3
2018-12-01
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
1
-0
/
+12
2018-11-19
filesystem: Clear registered union paths on factory creation
Zach Hilman
1
-0
/
+5
2018-11-16
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
1
-3
/
+3
2018-11-02
filesystem: Cache RegisteredCacheUnion instead of constructing on demand
Zach Hilman
1
-3
/
+10
2018-10-29
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
1
-4
/
+21
2018-10-29
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
1
-0
/
+10
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
1
-7
/
+6
2018-10-13
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Lioncash
1
-8
/
+8
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
1
-0
/
+9
2018-09-22
filesystem: Add LayeredFS VFS directory getter
Zach Hilman
1
-1
/
+12
2018-09-19
Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision
David Marcec
1
-1
/
+1
2018-09-11
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
1
-0
/
+2
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
1
-1
/
+1
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
1
-0
/
+7
2018-09-02
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
1
-2
/
+5
2018-08-24
filesystem: Fix typo in log message
Lioncash
1
-1
/
+1
2018-08-23
filesystem: Add CreateFactories methods to fs
Zach Hilman
1
-7
/
+6
2018-08-23
filesystem: Add logging to registration getters
Zach Hilman
1
-4
/
+25
2018-08-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
1
-1
/
+1
2018-08-21
service/filesystem: Use forward declarations where applicable
Lioncash
1
-0
/
+2
2018-08-19
filesystem: Add support for loading of system archives
Zach Hilman
1
-3
/
+16
2018-08-12
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
1
-0
/
+19
2018-08-09
core: Port core to VfsFilesystem for file access
Zach Hilman
1
-7
/
+7
2018-08-09
filesystem: Remove unnecessary if conditions
Zach Hilman
1
-1
/
+1
2018-08-01
service/filesystem: Add fsp:ldr and fsp:pr services
Lioncash
1
-0
/
+4
2018-07-24
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
1
-16
/
+29
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
1
-1
/
+1
2018-07-21
file_util: Use an enum class for GetUserPath()
Lioncash
1
-2
/
+2
2018-07-19
Filesystem: Return EntryType::Directory for the root directory.
Subv
1
-0
/
+4
2018-07-19
filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructor
Lioncash
1
-1
/
+3
2018-07-19
filesystem: Use std::string's empty() function instead of comparing against a literal
Lioncash
1
-1
/
+1
2018-07-19
filesystem: Remove pragma disabling global optimizations
Lioncash
1
-2
/
+0
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-10
/
+199
2018-07-18
hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode
Lioncash
1
-1
/
+1
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
1
-28
/
+49
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-208
/
+17
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-17
/
+208
2018-07-03
Update clang format
James Rowe
1
-2
/
+2
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-3
/
+3
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
1
-1
/
+1
2018-04-24
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
1
-4
/
+4
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-03-20
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
Subv
1
-0
/
+5
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
1
-0
/
+13
2018-03-02
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
1
-2
/
+9
2018-01-21
filesystem: Implement basic IStorage functionality.
David Marcec
1
-0
/
+54