{"id":49881173,"url":"https://github.com/alekseibalan/usfs","last_synced_at":"2026-05-15T14:14:16.624Z","repository":{"id":124626935,"uuid":"284269660","full_name":"alekseibalan/usfs","owner":"alekseibalan","description":"USFS - unsigned short file system","archived":false,"fork":false,"pushed_at":"2023-04-02T13:17:48.000Z","size":2743,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T01:29:04.939Z","etag":null,"topics":["cryptography","docker","docker-hub","dynamodb","file-system","ftp-server","mongodb","quality","usfs"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alekseibalan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-01T13:54:06.000Z","updated_at":"2020-08-31T00:52:16.000Z","dependencies_parsed_at":"2023-06-28T18:46:53.245Z","dependency_job_id":null,"html_url":"https://github.com/alekseibalan/usfs","commit_stats":null,"previous_names":["alekseibalan/usfs"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/alekseibalan/usfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekseibalan%2Fusfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekseibalan%2Fusfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekseibalan%2Fusfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekseibalan%2Fusfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alekseibalan","download_url":"https://codeload.github.com/alekseibalan/usfs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekseibalan%2Fusfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33069047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","docker","docker-hub","dynamodb","file-system","ftp-server","mongodb","quality","usfs"],"created_at":"2026-05-15T14:14:14.763Z","updated_at":"2026-05-15T14:14:16.617Z","avatar_url":"https://github.com/alekseibalan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# USFS - unsigned short file system\n\nLet's trip back to the 80s and save our modern files in [8.3 filename convention](https://en.wikipedia.org/wiki/8.3_filename).\n\nCalculate SHA-256 of file name, take 16 bits of it and use this unsigned short as a new name. And one more file for metadata (original file name, modification time)\n\nOctal encoding give file names 000000 - 177777 and excitingly high chance of collision.\n\n[USFS release notes and roadmap](https://github.com/abalanonline/usfs/releases)\n\n## Tests:\n1. small - 799 files, 46 folders, 2.14 MiB - spring-core-4.3.25.RELEASE.jar file content\n1. fat - 30 files, 1 folder, 1 GiB - hi-res pictures, jdk and idea archives\n\nWrite (seconds) / Read (after write, presumably cached, seconds) / Delete (seconds)\n\n* file system - s:44/17/19, f:7/4/0\n* mongo gridfs - s:204/33/36, f:44/26/1\n* mongo gridusfs - s:213/33/39, f:35/25/1\n* in-memory - s:21/16/16, f:6/3/0\n\n## Usage example:\n```console\nsudo apt install dosfstools\ndd if=/dev/zero of=/tmp/usfs.dos bs=1M count=1200\nsudo mkfs.msdos /tmp/usfs.dos\nmkdir /tmp/usfs\nsudo mount -t msdos -o loop,umask=000,check=s,tz=UTC /tmp/usfs.dos /tmp/usfs\nsudo docker run -d --rm --name usfs -v /tmp/usfs:/mnt -p 21:21 -p 1024:1024 abalanonline/usfs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekseibalan%2Fusfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falekseibalan%2Fusfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekseibalan%2Fusfs/lists"}