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

本頁

  • 顯示原始碼

3. Global Structures¶

The filesystem is sharded into a number of block groups, each of which have static metadata at fixed locations.

  • 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.6.1. Layout
    • 3.6.2. External Journal
    • 3.6.3. Block Header
    • 3.6.4. Super Block
    • 3.6.5. Descriptor Block
    • 3.6.6. Data Block
    • 3.6.7. Revocation Block
    • 3.6.8. Commit Block
    • 3.6.9. Fast commits
    • 3.6.10. Fast Commit Replay Idempotence
    • 3.6.11. Journal Checkpoint
  • 3.7. Orphan file
©The kernel development community. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source