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
.
apache
/
nuttx
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
4k
Code
Issues
622
Pull requests
149
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fs/aio: rework lio_listio() and fix AIO crashes and POSIX conformance
- #20107
#20107
Merged
acassis
merged 13 commits into
apache:master
apache/nuttx:master
from
xiaoxiang781216:upstream-aio
xiaoxiang781216/nuttx:upstream-aio
Copy head branch name to clipboard
Sep 14, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
fs/aio: rework lio_listio() and fix AIO crashes and POSIX conformance
#20107
acassis
merged 13 commits into
apache:master
apache/nuttx:master
from
xiaoxiang781216:upstream-aio
xiaoxiang781216/nuttx:upstream-aio
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
fs/aio: move lio_listio() to fs/aio
Show description for 3d96f12
xiaoxiang781216
committed
3d96f12
View commit details
Copy full SHA for 3d96f12
Browse repository at this point
fs/aio: rework lio_listio() with a lock-protected request list
Show description for 94fcf0e
xiaoxiang781216
committed
94fcf0e
View commit details
Copy full SHA for 94fcf0e
Browse repository at this point
fs/aio: guard against all-NULL aiocb lists in lio_listio()
Show description for 0cb3b51
xiaoxiang781216
committed
0cb3b51
View commit details
Copy full SHA for 0cb3b51
Browse repository at this point
fs/aio: skip lio_link teardown for failed submissions in LIO_WAIT mode
Show description for 1ef100d
xiaoxiang781216
committed
1ef100d
View commit details
Copy full SHA for 1ef100d
Browse repository at this point
aio: make the lio_listio() prototype match POSIX
Show description for d26dbca
xiaoxiang781216
committed
d26dbca
View commit details
Copy full SHA for d26dbca
Browse repository at this point
fs/aio: add configurable AIO_LISTIO_MAX limit
Show description for fdf589b
xiaoxiang781216
committed
fdf589b
View commit details
Copy full SHA for fdf589b
Browse repository at this point
fs/aio: fix aioc use-after-free and aio_cancel() issues
Show description for ca18d5b
xiaoxiang781216
committed
ca18d5b
View commit details
Copy full SHA for ca18d5b
Browse repository at this point
fs/aio: fix aio_read/aio_write return values per POSIX
Show description for db21559
xiaoxiang781216
committed
db21559
View commit details
Copy full SHA for db21559
Browse repository at this point
libc/aio: loop in aio_suspend() until a listed request completes
Show description for 44a8653
xiaoxiang781216
committed
44a8653
View commit details
Copy full SHA for 44a8653
Browse repository at this point
fs/aio: initialize lio_link in aio_fsync()
Show description for 11b13a3
xiaoxiang781216
committed
11b13a3
View commit details
Copy full SHA for 11b13a3
Browse repository at this point
fs/aio: add internal aio_read/aio_write to avoid lio_link overwrite
Show description for 6e85c94
xiaoxiang781216
committed
6e85c94
View commit details
Copy full SHA for 6e85c94
Browse repository at this point
fs/aio: use list_clear_node() to mark non-batch requests
Show description for f4eb354
xiaoxiang781216
committed
f4eb354
View commit details
Copy full SHA for f4eb354
Browse repository at this point
fs/aio: raise the default AIO_LISTIO_MAX so LTP keeps passing
Show description for 3d305cf
xiaoxiang781216
committed
3d305cf
View commit details
Copy full SHA for 3d305cf
Browse repository at this point
You can’t perform that action at this time.