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
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
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 }}
aclements
/
sv6
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
197
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
sv6
/
ChangeLog.scale
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 665 Bytes
master
Breadcrumbs
sv6
/
ChangeLog.scale
Copy path
Top
File metadata and controls
Code
Blame
17 lines (15 loc) · 665 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Fixed scalability cases
=======================
open(O_CREAT | O_EXCL) on existing file
04d81cef289878ea39a31271e56a9ff136852deb
read() / read() acquiring a page
0b422e63f1290397e79e7e2e3c7e7e9add66a794
stat() forgot to use O_ANYFD
e3ffbdfa939901e9a38bac7f50ab6c1380f78235
link("1", "1") vs rename("0", "1") when "0" and "1" are different inodes
2a3fc8d9e6f00ec51767cbaceee52716810edad7
ade49ec3b9fe054c7c1b395d0766535de8432128
rename("0", "1") vs stat("1") when "0" and "1" point at same inode
c6e251eb28b58bc984ad78e0de3c9c255890b6d2
link("1", "2") vs rename("2", "0") when "1" does not exist and "2" does
3164153c3755817a5909aabbf9cf037b41f3aac1
You can’t perform that action at this time.