Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Rust-for-Linux
/
linux
Public
forked from
torvalds/linux
Notifications
You must be signed in to change notification settings
Fork
494
Star
4.4k
Code
Issues
171
Pull requests
118
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
vfs abstractions and tarfs
- #1037
#1037
Draft
wedsonaf
wants to merge 29 commits into
Rust-for-Linux:rust-next
Rust-for-Linux/linux:rust-next
from
wedsonaf:vfs
wedsonaf/linux:vfs
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Draft
vfs abstractions and tarfs
#1037
wedsonaf
wants to merge 29 commits into
Rust-for-Linux:rust-next
Rust-for-Linux/linux:rust-next
from
wedsonaf:vfs
wedsonaf/linux:vfs
Copy head branch name to clipboard
Commits
Commits on Oct 18, 2023
xattr: make the xattr array itself const
Show description for a3fe8d8
wedsonaf
committed
a3fe8d8
View commit details
Copy full SHA for a3fe8d8
Browse repository at this point
rust: introduce `InPlaceModule`
Show description for 484ec70
wedsonaf
committed
484ec70
View commit details
Copy full SHA for 484ec70
Browse repository at this point
samples: rust: add in-place initialisation sample
Show description for da1a2b6
wedsonaf
committed
da1a2b6
View commit details
Copy full SHA for da1a2b6
Browse repository at this point
rust: add the `container_of` macro
Show description for 883e433
wedsonaf
committed
883e433
View commit details
Copy full SHA for 883e433
Browse repository at this point
rust: init: introduce `Opaque::try_ffi_init`
Show description for 14513c0
wedsonaf
committed
14513c0
View commit details
Copy full SHA for 14513c0
Browse repository at this point
rust: time: introduce `time` module
Show description for c7d0fb2
wedsonaf
committed
c7d0fb2
View commit details
Copy full SHA for c7d0fb2
Browse repository at this point
rust: types: add little-endian type
Show description for ca4a93c
wedsonaf
committed
ca4a93c
View commit details
Copy full SHA for ca4a93c
Browse repository at this point
rust: types: introduce `FromBytes` trait
Show description for a44bdcc
wedsonaf
committed
a44bdcc
View commit details
Copy full SHA for a44bdcc
Browse repository at this point
rust: mem_cache: introduce `MemCache`
Show description for caf9b29
wedsonaf
committed
caf9b29
View commit details
Copy full SHA for caf9b29
Browse repository at this point
kbuild: rust: allow modules to allocate memory
Show description for b0bc357
wedsonaf
committed
b0bc357
View commit details
Copy full SHA for b0bc357
Browse repository at this point
rust: fs: add registration/unregistration of file systems
Show description for 528babd
wedsonaf
committed
528babd
View commit details
Copy full SHA for 528babd
Browse repository at this point
rust: fs: introduce the `module_fs` macro
Show description for e909f43
wedsonaf
committed
e909f43
View commit details
Copy full SHA for e909f43
Browse repository at this point
samples: rust: add initial ro file system sample
Show description for ad07f4b
wedsonaf
committed
ad07f4b
View commit details
Copy full SHA for ad07f4b
Browse repository at this point
rust: fs: introduce `FileSystem::super_params`
Show description for 626056a
wedsonaf
committed
626056a
View commit details
Copy full SHA for 626056a
Browse repository at this point
rust: fs: introduce `INode<T>`
Show description for a448dc5
wedsonaf
committed
a448dc5
View commit details
Copy full SHA for a448dc5
Browse repository at this point
rust: fs: introduce `FileSystem::init_root`
Show description for b26f77a
wedsonaf
committed
b26f77a
View commit details
Copy full SHA for b26f77a
Browse repository at this point
rust: fs: introduce `FileSystem::read_dir`
Show description for ac0f637
wedsonaf
committed
ac0f637
View commit details
Copy full SHA for ac0f637
Browse repository at this point
rust: fs: introduce `FileSystem::lookup`
Show description for 14b32d0
wedsonaf
committed
14b32d0
View commit details
Copy full SHA for 14b32d0
Browse repository at this point
rust: folio: introduce basic support for folios
Show description for 5e601b9
wedsonaf
committed
5e601b9
View commit details
Copy full SHA for 5e601b9
Browse repository at this point
rust: fs: introduce `FileSystem::read_folio`
Show description for c02d2b9
wedsonaf
committed
c02d2b9
View commit details
Copy full SHA for c02d2b9
Browse repository at this point
rust: fs: introduce `FileSystem::read_xattr`
Show description for ce0acb6
wedsonaf
committed
ce0acb6
View commit details
Copy full SHA for ce0acb6
Browse repository at this point
rust: fs: introduce `FileSystem::statfs`
Show description for 3f94966
wedsonaf
committed
3f94966
View commit details
Copy full SHA for 3f94966
Browse repository at this point
rust: fs: introduce more inode types
Show description for 6032d93
wedsonaf
committed
6032d93
View commit details
Copy full SHA for 6032d93
Browse repository at this point
rust: fs: add per-superblock data
Show description for 1cf6e5e
wedsonaf
committed
1cf6e5e
View commit details
Copy full SHA for 1cf6e5e
Browse repository at this point
rust: fs: add basic support for fs buffer heads
Show description for 516d0e4
wedsonaf
committed
516d0e4
View commit details
Copy full SHA for 516d0e4
Browse repository at this point
rust: fs: allow file systems backed by a block device
Show description for 0605dba
wedsonaf
committed
0605dba
View commit details
Copy full SHA for 0605dba
Browse repository at this point
rust: fs: allow per-inode data
Show description for b40e37b
wedsonaf
committed
b40e37b
View commit details
Copy full SHA for b40e37b
Browse repository at this point
rust: fs: export file type from mode constants
Show description for 80fda66
wedsonaf
committed
80fda66
View commit details
Copy full SHA for 80fda66
Browse repository at this point
tarfs: introduce tar fs
Show description for 7189177
wedsonaf
committed
7189177
View commit details
Copy full SHA for 7189177
Browse repository at this point
You can’t perform that action at this time.