summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_real.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-528/+0
* Improve path splitting speedGravatar BreadFish642023-12-051-4/+4
* vfs_real: use open file size for getting size (#11016)Gravatar liamwhite2023-07-061-1/+2
* vfs_real: lock concurrent accessesGravatar Liam2023-06-231-19/+36
* vfs_real: ensure size cache is reset on writeGravatar Liam2023-06-161-0/+2
* vfs_real: misc optimizationsGravatar Liam2023-06-161-18/+26
* vfs_real: require file existence on openGravatar Liam2023-06-131-0/+4
* vfs_real: add simplified open file cacheGravatar Liam2023-06-131-1/+16
* vfs_real: lazily open filesGravatar Liam2023-06-131-9/+2
* vfs_real: add file LRU cache for open file limitsGravatar Liam2023-06-131-94/+83
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* vfs: Partially implement GetFileTimeStampRawGravatar Morph2021-09-141-0/+29
* vfs_real: Fix Mode to FileAccessMode conversionGravatar Morph2021-06-221-6/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-123/+122
* file_sys: Resolve cases of variable shadowingGravatar Lioncash2021-05-021-8/+8
* vfs_real: When moving files or directories, don't assume file opening will su...Gravatar comex2021-01-231-4/+10
* Merge pull request #5183 from lioncash/alias2Gravatar bunnei2020-12-121-12/+12
|\
| * vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-101-12/+12
* | Revert "Merge pull request #5176 from Morph1984/fix-createfile"Gravatar Morph2020-12-111-6/+2
|/
* vfs_real: Fix CreateFile for files without a file extensionGravatar Morph2020-12-091-2/+6
* vfs_real: Resolve sign conversion warningsGravatar Lioncash2020-08-181-2/+2
* vfs_real: Avoid redundant map lookupsGravatar Lioncash2020-08-181-30/+46
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-83/+94
* file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with ModeGravatar Lioncash2020-08-031-13/+17
* vfs_real: Fix MoveFileGravatar Morph2020-07-101-10/+17
* vfs: Remove InterpretAsDirectory and related functionsGravatar Zach Hilman2018-10-191-3/+0
* fsmitm: Cleanup and modernize fsmitm portGravatar Zach Hilman2018-09-231-2/+2
* vfs: Add GetEntries methodGravatar Zach Hilman2018-09-211-0/+17
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-4/+4
* vfs_real: Forward declare IOFileGravatar Lioncash2018-09-021-0/+6
* vfs_real: Remove unused variable in CreateDirectoryRelative()Gravatar Lioncash2018-08-271-1/+0
* registration: Various style and documentation improvementsGravatar Zach Hilman2018-08-121-6/+10
* vfs_real: Add CreateFullPath to Create* operationsGravatar Zach Hilman2018-08-111-12/+6
* registration: Update documentation and styleGravatar Zach Hilman2018-08-111-5/+12
* vfs_real: Add CreateFullPath to CreateFileGravatar Zach Hilman2018-08-111-3/+6
* file_util: Use enum instead of bool for specifing path behaviorGravatar Zach Hilman2018-08-081-17/+27
* vfs: Add unreachable assert to file permissions converterGravatar Zach Hilman2018-08-081-1/+3
* vfs: Add RealVfsFilesystem implementationGravatar Zach Hilman2018-08-081-75/+252
* RomFS ExtractionGravatar Zach Hilman2018-07-271-0/+6
* VFS Regression and Accuracy Fixes (#776)Gravatar Zach Hilman2018-07-231-20/+27
* file_util, vfs: Use std::string_view where applicableGravatar Lioncash2018-07-221-18/+39
* file_util: Use a u64 to represent number of entriesGravatar Lioncash2018-07-211-3/+3
* vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...Gravatar Lioncash2018-07-201-2/+3
* partition_filesystem, vfs_real: Add missing standard includesGravatar Lioncash2018-07-201-0/+1
* partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...Gravatar Lioncash2018-07-201-1/+2
* partition_filesystem, vfs_real: Use std::distance() instead of subtractionGravatar Lioncash2018-07-201-2/+5
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-0/+177
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-168/+0
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-0/+168