The Linux Kernel
6.17.0-rc7
快速搜尋
Contents
Development process
提交補釘
行為守則
維護者手冊
All development-process docs
核心 API
Driver APIs
子系統
Core subsystems
Human interfaces
Networking interfaces
Storage interfaces
Linux 內核中的檔案系統
Block
CD-ROM
SCSI Subsystem
TCM 虛擬裝置
NVMe Subsystem
Other subsystems
Locking
Licensing rules
撰寫文件
開發工具
測試指南
Hacking guide
Tracing
Fault injection
Livepatching
Rust
Administration
建置系統
回報議題
使用者空間工具
使用者空間 API
韌體
韌體與裝置樹
CPU 架構
未排序的文件
本頁
顯示原始碼
XFS 檔案系統文件
¶
1. XFS Logging Design
1.1. Preamble
1.2. Introduction
1.3. Transactions in XFS
1.4. Transactions are Asynchronous
1.5. Transaction Reservations
1.6. Log Space Accounting
1.7. Re-logging Explained
1.8. Delayed Logging: Concepts
1.9. Delayed Logging: Design
2. XFS Maintainer Entry Profile
2.1. Overview
2.2. Roles
2.3. Submission Checklist Addendum
2.4. Key Release Cycle Dates
2.5. Review Cadence
2.6. References
3. XFS Self Describing Metadata
3.1. Introduction
3.2. Self Describing Metadata
3.3. Runtime Validation
3.4. Structures
3.5. Inodes and Dquots
4. XFS Online Fsck Design
4.1. 1. What is a Filesystem Check?
4.2. 2. Theory of Operation
4.3. 3. Testing Plan
4.4. 4. User Interface
4.5. 5. Kernel Algorithms and Data Structures
4.6. 6. Userspace Algorithms and Data Structures
4.7. 7. Conclusion and Future Work