Documentation/driver-api/md/index.rst GitHub 원문 ↗

Linux 6.18.37 · Driver API

RAID

MD cluster, RAID5 write-back cache와 partial parity log 문서를 연결하는 RAID Driver API index입니다.

Source pathDocumentation/driver-api/md/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

index.rst:1-12

RAID Driver API index는 clustered MD, RAID5 write-back cache, RAID5 partial parity log의 세 세부 설계 문서로 연결되는 짧은 navigation page입니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ====
4 RAID
5 ====
6
7 .. toctree::
8 :maxdepth: 1
9
10 md-cluster
11 raid5-cache
12 raid5-ppl
13

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

RAID 문서 index

1-6

이 문서는 GPL-2.0 SPDX license identifier를 가진 Driver API의 RAID documentation index입니다.

.. SPDX-License-Identifier: GPL-2.0
RAID index metadata
항목
SPDXGPL-2.0
TitleRAID
목적MD·RAID 하위 문서 navigation

문서의 license와 section 역할입니다.

MD·RAID 하위 문서

7-12

Sphinx `toctree`는 최대 깊이 1로 `md-cluster`, `raid5-cache`, `raid5-ppl` 세 문서를 연결합니다.

.. toctree::
   :maxdepth: 1

   md-cluster
   raid5-cache
   raid5-ppl
RAID documentation tree
RAID indexmd-clusterraid5-cacheraid5-ppl

Index에서 세 상세 문서로 이어집니다.