요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
=======
2
Changes
3
=======
5
See https://wiki.samba.org/index.php/LinuxCIFSKernel for summary
6
information about fixes/improvements to CIFS/SMB2/SMB3 support (changes
7
to cifs.ko module) by kernel version (and cifs internal module version).
8
This may be easier to read than parsing the output of
9
"git log fs/smb/client" by release.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Kernel version별 변경 내역
1-9Kernel version과 cifs 내부 module version별 CIFS/SMB2/SMB3 지원 수정 및 개선 사항, 즉 `cifs.ko` module의 변경 요약은 다음 Samba wiki에서 확인할 수 있습니다.
이 요약은 release별 `git log fs/smb/client` 출력을 직접 분석하는 것보다 읽기 쉬울 수 있습니다.
fs/smb/client commits→Kernel release→cifs.ko internal version→LinuxCIFSKernel summary
Source history와 version별 요약의 관계입니다.
변경 기록을 읽는 두 경로
changes.rst:1-9Version별 요약 wiki와 `git log fs/smb/client`를 연결해 release별 client 변화 추적 방법을 설명합니다.