[PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese

shao.mingyin@zte.com.cn posted 7 patches 1 month, 1 week ago
There is a newer version of this series
.../zh_CN/filesystems/dnotify.rst             |  67 ++++
.../zh_CN/filesystems/gfs2-glocks.rst         | 199 ++++++++++
.../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
.../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
.../translations/zh_CN/filesystems/index.rst  |  17 +-
.../zh_CN/filesystems/inotify.rst             |  80 ++++
.../filesystems/ubifs-authentication.rst      | 354 ++++++++++++++++++
.../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
8 files changed, 984 insertions(+), 1 deletion(-)
create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst
[PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
Posted by shao.mingyin@zte.com.cn 1 month, 1 week ago
From: Shao Mingyin <shao.mingyin@zte.com.cn>

translate the filesystems docs into Simplified Chinese.
v3->v4
resolve patch damage issues.

Shao Mingyin (5):
Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese

Wang Longjie (2):
Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
Docs/zh_CN: Translate inotify.rst to Simplified Chinese

 .../zh_CN/filesystems/dnotify.rst             |  67 ++++
 .../zh_CN/filesystems/gfs2-glocks.rst         | 199 ++++++++++
 .../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
 .../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
 .../translations/zh_CN/filesystems/index.rst  |  17 +-
 .../zh_CN/filesystems/inotify.rst             |  80 ++++
 .../filesystems/ubifs-authentication.rst      | 354 ++++++++++++++++++
 .../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
 8 files changed, 984 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
 create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst
Re: [PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
Posted by Alex Shi 2 weeks, 3 days ago
Applied! Thanks!
Alex

<shao.mingyin@zte.com.cn> 于2025年8月26日周二 19:12写道:
>
> From: Shao Mingyin <shao.mingyin@zte.com.cn>
>
> translate the filesystems docs into Simplified Chinese.
> v3->v4
> resolve patch damage issues.
>
> Shao Mingyin (5):
> Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
> Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
> Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
> Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
> Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese
>
> Wang Longjie (2):
> Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
> Docs/zh_CN: Translate inotify.rst to Simplified Chinese
>
>  .../zh_CN/filesystems/dnotify.rst             |  67 ++++
>  .../zh_CN/filesystems/gfs2-glocks.rst         | 199 ++++++++++
>  .../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
>  .../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
>  .../translations/zh_CN/filesystems/index.rst  |  17 +-
>  .../zh_CN/filesystems/inotify.rst             |  80 ++++
>  .../filesystems/ubifs-authentication.rst      | 354 ++++++++++++++++++
>  .../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
>  8 files changed, 984 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
>  create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst
Re: [PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
Posted by shao.mingyin@zte.com.cn 2 weeks, 2 days ago
>Applied! Thanks!
>Alex
>
Hi Alex

Thank you for your review!

Previously, Yanteng gave a review suggestion.

https://lore.kernel.org/all/e0233785-b3da-4bd5-a37f-cf4704c49744@linux.dev/

Additionally, I also noticed that the header of this
patch lacks a fixed format.

https://lore.kernel.org/all/20250826190719682yrVrd5e1DHRXx0-XjI19Y@zte.com.cn/

I am preparing to send a new version to fix the above issue.

Thanks,

Mingyin
><shao.mingyin@zte.com.cn> 于2025年8月26日周二 19:12写道:
>>
>> From: Shao Mingyin <shao.mingyin@zte.com.cn>
>>
>> translate the filesystems docs into Simplified Chinese.
>> v3->v4
>> resolve patch damage issues.
>>
>> Shao Mingyin (5):
>> Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
>> Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
>> Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
>> Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
>> Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese
>>
>> Wang Longjie (2):
>> Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
>> Docs/zh_CN: Translate inotify.rst to Simplified Chinese
>>
>>  .../zh_CN/filesystems/dnotify.rst             |  67 ++++
>>  .../zh_CN/filesystems/gfs2-glocks.rst         | 199 ++++++++++
>>  .../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
>>  .../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
>>  .../translations/zh_CN/filesystems/index.rst  |  17 +-
>>  .../zh_CN/filesystems/inotify.rst             |  80 ++++
>>  .../filesystems/ubifs-authentication.rst      | 354 ++++++++++++++++++
>>  .../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
>>  8 files changed, 984 insertions(+), 1 deletion(-)
>>  create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
>>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
>>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
>>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
>>  create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
>>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
>>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst
Re: [PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
Posted by Alex Shi 2 weeks, 1 day ago
<shao.mingyin@zte.com.cn> 于2025年9月17日周三 11:10写道:
>
> >Applied! Thanks!
> >Alex
> >
> Hi Alex
>
> Thank you for your review!
>
> Previously, Yanteng gave a review suggestion.
>
> https://lore.kernel.org/all/e0233785-b3da-4bd5-a37f-cf4704c49744@linux.dev/
>
> Additionally, I also noticed that the header of this
> patch lacks a fixed format.
>
> https://lore.kernel.org/all/20250826190719682yrVrd5e1DHRXx0-XjI19Y@zte.com.cn/
>
> I am preparing to send a new version to fix the above issue.

Good. I have picked v4 on
https://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git/log/?h=docs-next,
could you do me a favor to send a fix base the branch?

Thanks

>
> Thanks,
>
> Mingyin
> ><shao.mingyin@zte.com.cn> 于2025年8月26日周二 19:12写道:
> >>
> >> From: Shao Mingyin <shao.mingyin@zte.com.cn>
> >>
> >> translate the filesystems docs into Simplified Chinese.
> >> v3->v4
> >> resolve patch damage issues.
> >>
> >> Shao Mingyin (5):
> >> Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
> >> Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
> >> Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
> >> Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
> >> Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese
> >>
> >> Wang Longjie (2):
> >> Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
> >> Docs/zh_CN: Translate inotify.rst to Simplified Chinese
> >>
> >>  .../zh_CN/filesystems/dnotify.rst             |  67 ++++
> >>  .../zh_CN/filesystems/gfs2-glocks.rst         | 199 ++++++++++
> >>  .../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
> >>  .../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
> >>  .../translations/zh_CN/filesystems/index.rst  |  17 +-
> >>  .../zh_CN/filesystems/inotify.rst             |  80 ++++
> >>  .../filesystems/ubifs-authentication.rst      | 354 ++++++++++++++++++
> >>  .../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
> >>  8 files changed, 984 insertions(+), 1 deletion(-)
> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs.rst
Re: [PATCH v4 0/7] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
Posted by shao.mingyin@zte.com.cn 2 weeks, 1 day ago
>> >Applied! Thanks!
>> >Alex
>> >
>> Hi Alex
>>
>> Thank you for your review!
>>
>> Previously, Yanteng gave a review suggestion.
>>
>> https://lore.kernel.org/all/e0233785-b3da-4bd5-a37f-cf4704c49744@linux.dev/
>>
>> Additionally, I also noticed that the header of this
>> patch lacks a fixed format.
>>
>> https://lore.kernel.org/all/20250826190719682yrVrd5e1DHRXx0-XjI19Y@zte.com.cn/
>>
>> I am preparing to send a new version to fix the above issue.
>
>Good. I have picked v4 on
>https://git.kernel.org/pub/scm/linux/kernel/git/alexs/linux.git/log/?h=docs-next,
>could you do me a favor to send a fix base the branch?
>
>Thanks
I have sent 3 fix patch.

1.
https://lore.kernel.org/all/20250918151349743KS4zJHQOoG-yPHSeAY3dv@zte.com.cn/
2.
https://lore.kernel.org/all/20250918143643417OPRH_RjCXkCa3aCtQEX3Y@zte.com.cn/
3.
https://lore.kernel.org/all/202509181556503857h2V0skOmjONfEzUrZ-ok@zte.com.cn/

Thanks.

Mingyin
>
>>
>> Thanks,
>>
>> Mingyin
>> ><shao.mingyin@zte.com.cn> 于2025年8月26日周二 19:12写道:
>> >>
>> >> From: Shao Mingyin <shao.mingyin@zte.com.cn>
>> >>
>> >> translate the filesystems docs into Simplified Chinese.
>> >> v3->v4
>> >> resolve patch damage issues.
>> >>
>> >> Shao Mingyin (5):
>> >> Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
>> >> Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
>> >> Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
>> >> Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
>> >> Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese
>> >>
>> >> Wang Longjie (2):
>> >> Docs/zh_CN: Translate dnotify.rst to Simplified Chinese
>> >> Docs/zh_CN: Translate inotify.rst to Simplified Chinese
>> >>
>> >>  .../zh_CN/filesystems/dnotify.rst             |  67 ++++
>> >>  .../zh_CN/filesystems/gfs2-glocks.rst         | 199 ++++++++++
>> >>  .../zh_CN/filesystems/gfs2-uevents.rst        |  97 +++++
>> >>  .../translations/zh_CN/filesystems/gfs2.rst   |  57 +++
>> >>  .../translations/zh_CN/filesystems/index.rst  |  17 +-
>> >>  .../zh_CN/filesystems/inotify.rst             |  80 ++++
>> >>  .../filesystems/ubifs-authentication.rst      | 354 ++++++++++++++++++
>> >>  .../translations/zh_CN/filesystems/ubifs.rst  | 114 ++++++
>> >>  8 files changed, 984 insertions(+), 1 deletion(-)
>> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/dnotify.rst
>> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-glocks.rst
>> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2-uevents.rst
>> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/gfs2.rst
>> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/inotify.rst
>> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs-authentication.rst
>> >>  create mode 100644 Documentation/translations/zh_CN/filesystems/ubifs..rst