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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
DDNStorage
/
linux
Public
forked from
torvalds/linux
Notifications
You must be signed in to change notification settings
Fork
9
Star
2
Code
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Backport performance changes from Ubuntu HWE 6.17
- #195
#195
Merged
hbirth
merged 28 commits into
DDNStorage:redfs-rhel10_0
DDNStorage/linux:redfs-rhel10_0
from
hbirth:redfs-rhel10_0
hbirth/linux:redfs-rhel10_0
Copy head branch name to clipboard
Aug 15, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
Backport performance changes from Ubuntu HWE 6.17
#195
hbirth
merged 28 commits into
DDNStorage:redfs-rhel10_0
DDNStorage/linux:redfs-rhel10_0
from
hbirth:redfs-rhel10_0
hbirth/linux:redfs-rhel10_0
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2026
fuse: retry the read in fuse_write_begin() on DLM contention
Show description for bbeb7f5
hbirth
committed
bbeb7f5
View commit details
Copy full SHA for bbeb7f5
Browse repository at this point
fuse: use -EDEADLK for DLM lock error instead of -EAGAIN
Show description for 5890520
bsbernd
authored and
hbirth
committed
5890520
View commit details
Copy full SHA for 5890520
Browse repository at this point
fuse: drop BDI_CAP_STRICTLIMIT from fuse bdi setup
Show description for affca44
hbirth
committed
affca44
View commit details
Copy full SHA for affca44
Browse repository at this point
fuse: switch to direct IO on an inode-invalidation notify storm
Show description for 00d60f0
hbirth
committed
00d60f0
View commit details
Copy full SHA for 00d60f0
Browse repository at this point
fuse: use default writeback accounting
Show description for d33312f
joannekoong
authored and
hbirth
committed
d33312f
View commit details
Copy full SHA for d33312f
Browse repository at this point
fuse: allow parallel direct writes past EOF
Show description for fcacbc8
bsbernd
authored and
hbirth
committed
fcacbc8
View commit details
Copy full SHA for fcacbc8
Browse repository at this point
fuse: balance uncached_io accounting under forced-DIO latch
Show description for 0f696e4
hbirth
committed
0f696e4
View commit details
Copy full SHA for 0f696e4
Browse repository at this point
fuse: don't hold i_rwsem exclusively when doing buffered write
Show description for 3488a13
hbirth
committed
3488a13
View commit details
Copy full SHA for 3488a13
Browse repository at this point
fuse: acquire dlm lock for the normal buffer read
Show description for 385d3ee
hazhou-ddn
authored and
hbirth
committed
385d3ee
View commit details
Copy full SHA for 385d3ee
Browse repository at this point
fuse: fence cached reads against NOTIFY invalidate with a percpu gate
Show description for 4225b31
hbirth
committed
4225b31
View commit details
Copy full SHA for 4225b31
Browse repository at this point
fuse: satisfy DLM read lock requests from a held write lock
Show description for 7896594
hbirth
committed
7896594
View commit details
Copy full SHA for 7896594
Browse repository at this point
fuse: zero-fill writes past the server EOF instead of sending READs
Show description for f2ba2c6
hbirth
committed
f2ba2c6
View commit details
Copy full SHA for f2ba2c6
Browse repository at this point
fuse: only refresh size on cached write when opened with O_APPEND
Show description for 5ce4f97
hazhou-ddn
authored and
hbirth
committed
5ce4f97
View commit details
Copy full SHA for 5ce4f97
Browse repository at this point
fuse: seed DLM grant merging with an interval-tree lookup
Show description for 0f7f419
hbirth
committed
0f7f419
View commit details
Copy full SHA for 0f7f419
Browse repository at this point
fuse: re-validate the DLM grant after waiting on the coherency gate
Show description for c48c1d1
hbirth
committed
c48c1d1
View commit details
Copy full SHA for c48c1d1
Browse repository at this point
fuse: fix the DLM revoke range of an inode invalidate
Show description for 42a13e9
hbirth
committed
42a13e9
View commit details
Copy full SHA for 42a13e9
Browse repository at this point
fuse: fence mmapped invalidates and local truncates with the coherency gate
Show description for 953ed78
hbirth
committed
953ed78
View commit details
Copy full SHA for 953ed78
Browse repository at this point
fuse: order grant recording against concurrent revokes
Show description for 669269e
hbirth
committed
669269e
View commit details
Copy full SHA for 669269e
Browse repository at this point
fuse: complete pinned-header sends in ring task context
Show description for 205e1d7
hbirth
committed
205e1d7
View commit details
Copy full SHA for 205e1d7
Browse repository at this point
fuse: retry grant recording until it wins against revokes
Show description for 19c898c
hbirth
committed
19c898c
View commit details
Copy full SHA for 19c898c
Browse repository at this point
fuse: gate the notify-driven direct-IO latch behind a module parameter
Show description for 3aa1aad
hbirth
committed
3aa1aad
View commit details
Copy full SHA for 3aa1aad
Browse repository at this point
fuse: re-decide the write lock mode after the DLM probe
Show description for 0a69923
Allison Henderson
authored and
hbirth
committed
0a69923
View commit details
Copy full SHA for 0a69923
Browse repository at this point
fuse: mark writeback-initiated SETATTR with FATTR_WRITEBACK
Show description for b510e66
hbirth
committed
b510e66
View commit details
Copy full SHA for b510e66
Browse repository at this point
fuse: disable local attribute cache override under DLM
Show description for eb0d730
hazhou-ddn
authored and
hbirth
committed
eb0d730
View commit details
Copy full SHA for eb0d730
Browse repository at this point
Commits on Aug 14, 2026
fuse: don't launder from a NOTIFY invalidate while writepages are frozen
Show description for 9e9a8e7
hbirth
committed
9e9a8e7
View commit details
Copy full SHA for 9e9a8e7
Browse repository at this point
fuse: do not kill suid from inside the coherency gate
Show description for 5157748
hbirth
committed
5157748
View commit details
Copy full SHA for 5157748
Browse repository at this point
fuse: keep cached size and times under a DLM write grant
Show description for 3fc92d6
hbirth
committed
3fc92d6
View commit details
Copy full SHA for 3fc92d6
Browse repository at this point
fuse: take i_rwsem exclusive when a write drops suid/sgid
Show description for db0bd6b
hbirth
committed
db0bd6b
View commit details
Copy full SHA for db0bd6b
Browse repository at this point
You can’t perform that action at this time.