summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2023-12-28ips_layer: prevent out of bounds access with offset exceeding module sizeLiam
2023-12-22general: properly support multiple memory instancesLiam
2023-12-16Merge pull request #12290 from liamwhite/deferred-path-splitliamwhite
2023-12-09fs: don't enumerate hidden savedata size fileLiam
2023-12-05Improve path splitting speedBreadFish64
2023-12-03fsmitm_romfsbuild: optimize for data localityLiam
2023-12-03romfs: cache file and directory metadata tablesLiam
2023-12-01file_sys: handle null romfsLiam
2023-10-31romfs: fix extraction of single-directory rootLiam
2023-10-21kernel: update KProcessLiam
2023-10-20set: return version info from system archiveLiam
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam
2023-10-07Merge pull request #11639 from liamwhite/no-program-id-changeliamwhite
2023-10-02ci: fix new codespell errorsLiam
2023-09-30loader: don't reassign program ID on npdm reparseLiam
2023-09-21pfs: Fix reading filenames past the buffer endrkfg
2023-09-16registered_cache: correct file deletion caseLiam
2023-09-16Merge pull request #11500 from liamwhite/debug-stuffliamwhite
2023-09-14core: improve debug workflowLiam
2023-09-13ips_layer: Remove uncaught usage of stoul/lllat9nq
2023-09-12qt: add verification for installed contentsLiam
2023-09-05core: Add support for loading NSPs with personalized tickets. (#10048)Steveice10
2023-08-28vfs: ensure key area keys are validatedLiam
2023-08-26registered_cache: create fake CNMT entries for program updates of multiprogra...liamwhite
2023-08-21Merge pull request #11309 from liamwhite/full-xciliamwhite
2023-08-21patch_manager: apply manual HTML patches when presentLiam
2023-08-17file_sys/card_image: support dumps with prepended key areaLiam
2023-08-16file_sys: tolerate empty NCALiam
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15fssystem: reduce overalignment of unbuffered storage operationsLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-08core: remove ResultVal typeLiam
2023-07-21configure_system: Implement with for looplat9nq
2023-07-12file_sys/content_archive: Detect compressed NCAs (#11047)Tobias
2023-07-06vfs_real: use open file size for getting size (#11016)liamwhite
2023-06-27fsmitm_romfsbuild: avoid full path lookupsLiam
2023-06-23vfs_real: lock concurrent accessesLiam
2023-06-22Merge pull request #10806 from liamwhite/worst-fs-implementation-everbunnei
2023-06-19vfs_concat: verify short readLiam
2023-06-18vfs_concat: fix offset calculation when not aligned to file boundaryLiam
2023-06-16vfs_real: ensure size cache is reset on writeLiam
2023-06-16patch_manager: remove unnecessary GetSize callsLiam
2023-06-16vfs_real: misc optimizationsLiam
2023-06-15nx_tzdb: Correct Antarctica spellinglat9nq
2023-06-14Merge pull request #10729 from liamwhite/windows-is-a-memebunnei
2023-06-13vfs_real: require file existence on openLiam
2023-06-13vfs_real: add simplified open file cacheLiam
2023-06-13Merge pull request #10603 from lat9nq/tz-more-completebunnei
2023-06-13vfs_real: lazily open filesLiam
2023-06-13vfs_real: add file LRU cache for open file limitsLiam