{"id":21041368,"url":"https://github.com/spektom/verfs","last_synced_at":"2025-07-27T16:35:22.690Z","repository":{"id":138109964,"uuid":"2333699","full_name":"spektom/verfs","owner":"spektom","description":"Linux kernel module that enables file system versioning","archived":false,"fork":false,"pushed_at":"2014-01-02T14:30:57.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T02:49:33.077Z","etag":null,"topics":["c","homework-assignments","linux-kernel"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spektom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-06T10:06:42.000Z","updated_at":"2017-08-07T07:55:39.000Z","dependencies_parsed_at":"2023-03-13T10:54:51.643Z","dependency_job_id":null,"html_url":"https://github.com/spektom/verfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spektom/verfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fverfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fverfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fverfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fverfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spektom","download_url":"https://codeload.github.com/spektom/verfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fverfs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267387696,"owners_count":24079290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c","homework-assignments","linux-kernel"],"created_at":"2024-11-19T13:52:00.453Z","updated_at":"2025-07-27T16:35:22.642Z","avatar_url":"https://github.com/spektom.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"VerFS\n=====\n\nSimple versioning file system as Linux kernel module.\n\n\n### Usage example ###\n\nOnce this Kernel module is loaded, every file deletion operation will create a backup copy:\n\n```\n  $ touch new\n  $ rm new\n  $ ls new*\n  new#1\n```\n\n### How this stuff works ###\n\nThis Kernel module patches *sys_call_table* by replacing _open_ and _unlink_ system calls with customized versions.\n\n\n### Requirements ###\n\n1. Kernel \u003e= 2.6.7\n2. Kernel sources placed in /usr/src/linux-\u0026lt;version\u0026gt;\n3. GCC\n\n### Installation ###\n\n```bash\nmake \u0026\u0026 make install\n```\n\n### Loading module ###\n\n```bash\nmodprobe verfs\n```\n\n### Unloading module ###\n\n```bash\nrmmod verfs\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspektom%2Fverfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspektom%2Fverfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspektom%2Fverfs/lists"}