summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_real.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs_real: use open file size for getting size (#11016)liamwhite2023-07-061-1/+2
* vfs_real: lock concurrent accessesLiam2023-06-231-19/+36
* vfs_real: ensure size cache is reset on writeLiam2023-06-161-0/+2
* vfs_real: misc optimizationsLiam2023-06-161-18/+26
* vfs_real: require file existence on openLiam2023-06-131-0/+4
* vfs_real: add simplified open file cacheLiam2023-06-131-1/+16
* vfs_real: lazily open filesLiam2023-06-131-9/+2
* vfs_real: add file LRU cache for open file limitsLiam2023-06-131-94/+83
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* vfs: Partially implement GetFileTimeStampRawMorph2021-09-141-0/+29
* vfs_real: Fix Mode to FileAccessMode conversionMorph2021-06-221-6/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-123/+122
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-8/+8
* vfs_real: When moving files or directories, don't assume file opening will succeedcomex2021-01-231-4/+10
* Merge pull request #5183 from lioncash/alias2bunnei2020-12-121-12/+12
|\
| * vfs: Use existing type aliases consistentlyLioncash2020-12-101-12/+12
* | Revert "Merge pull request #5176 from Morph1984/fix-createfile"Morph2020-12-121-6/+2
|/
* vfs_real: Fix CreateFile for files without a file extensionMorph2020-12-091-2/+6
* vfs_real: Resolve sign conversion warningsLioncash2020-08-181-2/+2
* vfs_real: Avoid redundant map lookupsLioncash2020-08-181-30/+46
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-83/+94
* file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with ModeLioncash2020-08-031-13/+17
* vfs_real: Fix MoveFileMorph2020-07-101-10/+17
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-3/+0
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-2/+2
* vfs: Add GetEntries methodZach Hilman2018-09-221-0/+17
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* vfs_real: Forward declare IOFileLioncash2018-09-021-0/+6
* vfs_real: Remove unused variable in CreateDirectoryRelative()Lioncash2018-08-271-1/+0
* registration: Various style and documentation improvementsZach Hilman2018-08-121-6/+10
* vfs_real: Add CreateFullPath to Create* operationsZach Hilman2018-08-121-12/+6
* registration: Update documentation and styleZach Hilman2018-08-121-5/+12
* vfs_real: Add CreateFullPath to CreateFileZach Hilman2018-08-121-3/+6
* file_util: Use enum instead of bool for specifing path behaviorZach Hilman2018-08-091-17/+27
* vfs: Add unreachable assert to file permissions converterZach Hilman2018-08-091-1/+3
* vfs: Add RealVfsFilesystem implementationZach Hilman2018-08-091-75/+252
* RomFS ExtractionZach Hilman2018-07-281-0/+6
* VFS Regression and Accuracy Fixes (#776)Zach Hilman2018-07-241-20/+27
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-18/+39
* file_util: Use a u64 to represent number of entriesLioncash2018-07-221-3/+3
* vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories()Lioncash2018-07-211-2/+3
* partition_filesystem, vfs_real: Add missing standard includesLioncash2018-07-211-0/+1
* partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicableLioncash2018-07-211-1/+2
* partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash2018-07-211-2/+5
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+177
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-168/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+168