Logo

The Linux Kernel

6.8.0

Quick search

Contents

  • A guide to the Kernel Development Process
  • Submitting patches: the essential guide to getting your code into the kernel
  • Code of conduct
  • Kernel Maintainer Handbook
  • All development-process docs
  • Core API Documentation
  • Driver implementer's API guide
  • Kernel subsystem documentation
    • Core subsystems
    • Human interfaces
    • Networking interfaces
    • Storage interfaces
      • Filesystems in the Linux kernel
      • Block
      • CD-ROM
      • SCSI Subsystem
      • TCM Virtual Device
      • Accounting
      • CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
      • FPGA
      • I2C/SMBus Subsystem
      • Industrial I/O
      • PCMCIA
      • Serial Peripheral Interface (SPI)
      • 1-Wire Subsystem
      • Watchdog Support
      • Virtualization Support
      • Hardware Monitoring
      • Compute Accelerators
      • Security Documentation
      • Crypto API
      • BPF Documentation
      • USB support
      • PCI Bus Subsystem
      • Assorted Miscellaneous Devices Documentation
      • PECI Subsystem
      • WMI Subsystem
      • TEE Subsystem
  • Locking in the kernel
  • Linux kernel licensing rules
  • How to write kernel documentation
  • Development tools for the kernel
  • Kernel Testing Guide
  • Kernel Hacking Guides
  • Linux Tracing Technologies
  • fault-injection
  • Kernel Livepatching
  • Rust
  • The Linux kernel user's and administrator's guide
  • The kernel build system
  • Reporting issues
  • User-space tools
  • The Linux kernel user-space API guide
  • The Linux kernel firmware guide
  • Open Firmware and Devicetree
  • CPU Architectures
  • Unsorted Documentation
  • Reliability, Availability and Serviceability features
  • Translations

This Page

  • Show Source

XFS Filesystem Documentation¶

  • 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
©The kernel development community. | Powered by Sphinx 5.0.1 & Alabaster 0.7.12 | Page source