From: Viacheslav Dubeyko <Slava.Dubeyko@xxxxxxx> We have a lot of declarations and not enough good comments on it. Claude AI generated comments for CephFS metadata structure declarations in include/linux/ceph/*.h. These comments have been reviewed, checked, and corrected. Viacheslav Dubeyko (20): ceph: add comments to metadata structures in auth.h ceph: add comments to metadata structures in buffer.h ceph: add comments in ceph_debug.h ceph: add comments to declarations in ceph_features.h ceph: rework comments in ceph_frag.h ceph: add comments to metadata structures in ceph_fs.h ceph: add comments in ceph_hash.h ceph: add comments to metadata structures in cls_lock_client.h ceph: add comments to metadata structures in libceph.h ceph: add comments to metadata structures in messenger.h ceph: add comments to metadata structures in mon_client.h ceph: add comments to metadata structures in msgpool.h ceph: add comments to metadata structures in msgr.h ceph: add comments to metadata structures in osd_client.h ceph: add comments to metadata structures in osdmap.h ceph: add comments to metadata structures in pagelist.h ceph: add comments to metadata structures in rados.h ceph: add comments to metadata structures in string_table.h ceph: add comments to metadata structures in striper.h ceph: add comments to metadata structures in types.h include/linux/ceph/auth.h | 59 +- include/linux/ceph/buffer.h | 9 +- include/linux/ceph/ceph_debug.h | 25 +- include/linux/ceph/ceph_features.h | 47 +- include/linux/ceph/ceph_frag.h | 24 +- include/linux/ceph/ceph_fs.h | 792 ++++++++++++++++++--------- include/linux/ceph/ceph_hash.h | 21 +- include/linux/ceph/cls_lock_client.h | 34 +- include/linux/ceph/libceph.h | 50 +- include/linux/ceph/messenger.h | 449 +++++++++++---- include/linux/ceph/mon_client.h | 93 +++- include/linux/ceph/msgpool.h | 15 +- include/linux/ceph/msgr.h | 162 +++++- include/linux/ceph/osd_client.h | 407 ++++++++++++-- include/linux/ceph/osdmap.h | 124 ++++- include/linux/ceph/pagelist.h | 13 + include/linux/ceph/rados.h | 91 ++- include/linux/ceph/string_table.h | 11 + include/linux/ceph/striper.h | 16 + include/linux/ceph/types.h | 14 +- 20 files changed, 1907 insertions(+), 549 deletions(-) -- 2.51.0