Logo of The Linux Kernel

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 架構
  • 未排序的文件

本頁

  • 顯示原始碼

ext4 資料結構與演算法¶

  • 1. About this Book
    • 1.1. License
    • 1.2. Terminology
    • 1.3. Other References
  • 2. High Level Design
    • 2.1. Blocks
    • 2.2. Block Groups
    • 2.3. Special inodes
    • 2.4. Block and Inode Allocation Policy
    • 2.5. Checksums
    • 2.6. Bigalloc
    • 2.7. Inline Data
    • 2.8. Large Extended Attribute Values
    • 2.9. Verity files
    • 2.10. Atomic Block Writes
  • 3. Global Structures
    • 3.1. Super Block
    • 3.2. Block Group Descriptors
    • 3.3. Block and inode Bitmaps
    • 3.4. Inode Table
    • 3.5. Multiple Mount Protection
    • 3.6. Journal (jbd2)
    • 3.7. Orphan file
  • 4. Dynamic Structures
    • 4.1. Index Nodes
    • 4.2. The Contents of inode.i_block
    • 4.3. Directory Entries
    • 4.4. Extended Attributes
©The kernel development community. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source