Whamcloud - gitweb
LU-1302 llog: llog test update and fixes
[fs/lustre-release.git] / lustre / obdclass / llog_swab.c
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  */
30 /*
31  * This file is part of Lustre, http://www.lustre.org/
32  * Lustre is a trademark of Sun Microsystems, Inc.
33  *
34  * lustre/obdclass/llog_swab.c
35  *
36  * Swabbing of llog datatypes (from disk or over the wire).
37  *
38  * Author: jacob berkman  <jacob@clusterfs.com>
39  */
40
41 #define DEBUG_SUBSYSTEM S_LOG
42
43 #ifndef __KERNEL__
44 #include <liblustre.h>
45 #endif
46
47 #include <lustre_log.h>
48
49 static void print_llogd_body(struct llogd_body *d)
50 {
51         CDEBUG(D_OTHER, "llogd body: %p\n", d);
52         CDEBUG(D_OTHER, "\tlgd_logid.lgl_oid: "LPX64"\n", d->lgd_logid.lgl_oid);
53         CDEBUG(D_OTHER, "\tlgd_logid.lgl_oseq: "LPX64"\n", d->lgd_logid.lgl_oseq);
54         CDEBUG(D_OTHER, "\tlgd_logid.lgl_ogen: %#x\n", d->lgd_logid.lgl_ogen);
55         CDEBUG(D_OTHER, "\tlgd_ctxt_idx: %#x\n", d->lgd_ctxt_idx);
56         CDEBUG(D_OTHER, "\tlgd_llh_flags: %#x\n", d->lgd_llh_flags);
57         CDEBUG(D_OTHER, "\tlgd_index: %#x\n", d->lgd_index);
58         CDEBUG(D_OTHER, "\tlgd_saved_index: %#x\n", d->lgd_saved_index);
59         CDEBUG(D_OTHER, "\tlgd_len: %#x\n", d->lgd_len);
60         CDEBUG(D_OTHER, "\tlgd_cur_offset: "LPX64"\n", d->lgd_cur_offset);
61 }
62
63 void lustre_swab_llogd_body (struct llogd_body *d)
64 {
65         ENTRY;
66         print_llogd_body(d);
67         __swab64s (&d->lgd_logid.lgl_oid);
68         __swab64s (&d->lgd_logid.lgl_oseq);
69         __swab32s (&d->lgd_logid.lgl_ogen);
70         __swab32s (&d->lgd_ctxt_idx);
71         __swab32s (&d->lgd_llh_flags);
72         __swab32s (&d->lgd_index);
73         __swab32s (&d->lgd_saved_index);
74         __swab32s (&d->lgd_len);
75         __swab64s (&d->lgd_cur_offset);
76         print_llogd_body(d);
77         EXIT;
78 }
79 EXPORT_SYMBOL(lustre_swab_llogd_body);
80
81 void lustre_swab_llogd_conn_body (struct llogd_conn_body *d)
82 {
83         __swab64s (&d->lgdc_gen.mnt_cnt);
84         __swab64s (&d->lgdc_gen.conn_cnt);
85         __swab64s (&d->lgdc_logid.lgl_oid);
86         __swab64s (&d->lgdc_logid.lgl_oseq);
87         __swab32s (&d->lgdc_logid.lgl_ogen);
88         __swab32s (&d->lgdc_ctxt_idx);
89 }
90 EXPORT_SYMBOL(lustre_swab_llogd_conn_body);
91
92 void lustre_swab_ll_fid(struct ll_fid *fid)
93 {
94         __swab64s (&fid->id);
95         __swab32s (&fid->generation);
96         __swab32s (&fid->f_type);
97 }
98 EXPORT_SYMBOL(lustre_swab_ll_fid);
99
100 void lustre_swab_lu_fid(struct lu_fid *fid)
101 {
102         __swab64s (&fid->f_seq);
103         __swab32s (&fid->f_oid);
104         __swab32s (&fid->f_ver);
105 }
106 EXPORT_SYMBOL(lustre_swab_lu_fid);
107
108 void lustre_swab_lu_seq_range(struct lu_seq_range *range)
109 {
110         __swab64s (&range->lsr_start);
111         __swab64s (&range->lsr_end);
112         __swab32s (&range->lsr_index);
113         __swab32s (&range->lsr_flags);
114 }
115 EXPORT_SYMBOL(lustre_swab_lu_seq_range);
116
117 void lustre_swab_llog_rec(struct llog_rec_hdr *rec)
118 {
119         struct llog_rec_tail *tail = NULL;
120
121         __swab32s(&rec->lrh_len);
122         __swab32s(&rec->lrh_index);
123         __swab32s(&rec->lrh_type);
124         __swab32s(&rec->lrh_id);
125
126         switch (rec->lrh_type) {
127         case OST_SZ_REC:
128         {
129                 struct llog_size_change_rec *lsc =
130                         (struct llog_size_change_rec *)rec;
131
132                 lustre_swab_ll_fid(&lsc->lsc_fid);
133                 __swab32s(&lsc->lsc_ioepoch);
134                 tail = &lsc->lsc_tail;
135                 break;
136         }
137         case MDS_UNLINK_REC:
138         {
139                 struct llog_unlink_rec *lur = (struct llog_unlink_rec *)rec;
140
141                 __swab64s(&lur->lur_oid);
142                 __swab32s(&lur->lur_oseq);
143                 __swab32s(&lur->lur_count);
144                 tail = &lur->lur_tail;
145                 break;
146         }
147         case MDS_UNLINK64_REC:
148         {
149                 struct llog_unlink64_rec *lur =
150                         (struct llog_unlink64_rec *)rec;
151
152                 lustre_swab_lu_fid(&lur->lur_fid);
153                 __swab32s(&lur->lur_count);
154                 tail = &lur->lur_tail;
155                 break;
156         }
157         case CHANGELOG_REC:
158         {
159                 struct llog_changelog_rec *cr = (struct llog_changelog_rec*)rec;
160
161                 __swab16s(&cr->cr.cr_namelen);
162                 __swab16s(&cr->cr.cr_flags);
163                 __swab32s(&cr->cr.cr_type);
164                 __swab64s(&cr->cr.cr_index);
165                 __swab64s(&cr->cr.cr_prev);
166                 __swab64s(&cr->cr.cr_time);
167                 lustre_swab_lu_fid(&cr->cr.cr_tfid);
168                 lustre_swab_lu_fid(&cr->cr.cr_pfid);
169                 if (CHANGELOG_REC_EXTENDED(&cr->cr)) {
170                         struct llog_changelog_ext_rec *ext =
171                                 (struct llog_changelog_ext_rec *)rec;
172
173                         lustre_swab_lu_fid(&ext->cr.cr_sfid);
174                         lustre_swab_lu_fid(&ext->cr.cr_spfid);
175                         tail = &ext->cr_tail;
176                 } else {
177                         tail = &cr->cr_tail;
178                 }
179                 break;
180         }
181         case CHANGELOG_USER_REC:
182         {
183                 struct llog_changelog_user_rec *cur =
184                         (struct llog_changelog_user_rec*)rec;
185
186                 __swab32s(&cur->cur_id);
187                 __swab64s(&cur->cur_endrec);
188                 tail = &cur->cur_tail;
189                 break;
190         }
191
192         case MDS_SETATTR64_REC:
193         {
194                 struct llog_setattr64_rec *lsr =
195                         (struct llog_setattr64_rec *)rec;
196
197                 __swab64s(&lsr->lsr_oid);
198                 __swab64s(&lsr->lsr_oseq);
199                 __swab32s(&lsr->lsr_uid);
200                 __swab32s(&lsr->lsr_uid_h);
201                 __swab32s(&lsr->lsr_gid);
202                 __swab32s(&lsr->lsr_gid_h);
203                 tail = &lsr->lsr_tail;
204                 break;
205         }
206         case OBD_CFG_REC:
207                 /* these are swabbed as they are consumed */
208                 break;
209         case LLOG_HDR_MAGIC:
210         {
211                 struct llog_log_hdr *llh = (struct llog_log_hdr *)rec;
212
213                 __swab64s(&llh->llh_timestamp);
214                 __swab32s(&llh->llh_count);
215                 __swab32s(&llh->llh_bitmap_offset);
216                 __swab32s(&llh->llh_flags);
217                 __swab32s(&llh->llh_size);
218                 __swab32s(&llh->llh_cat_idx);
219                 tail = &llh->llh_tail;
220                 break;
221         }
222         case LLOG_LOGID_MAGIC:
223         {
224                 struct llog_logid_rec *lid = (struct llog_logid_rec *)rec;
225
226                 __swab64s(&lid->lid_id.lgl_oid);
227                 __swab64s(&lid->lid_id.lgl_oseq);
228                 __swab32s(&lid->lid_id.lgl_ogen);
229                 tail = &lid->lid_tail;
230                 break;
231         }
232         case LLOG_GEN_REC:
233         {
234                 struct llog_gen_rec *lgr = (struct llog_gen_rec *)rec;
235
236                 __swab64s(&lgr->lgr_gen.mnt_cnt);
237                 __swab64s(&lgr->lgr_gen.conn_cnt);
238                 tail = &lgr->lgr_tail;
239                 break;
240         }
241         case LLOG_PAD_MAGIC:
242                 break;
243         default:
244                 CERROR("Unknown llog rec type %#x swabbing rec %p\n",
245                        rec->lrh_type, rec);
246         }
247
248         if (tail) {
249                 __swab32s(&tail->lrt_len);
250                 __swab32s(&tail->lrt_index);
251         }
252 }
253 EXPORT_SYMBOL(lustre_swab_llog_rec);
254
255 static void print_llog_hdr(struct llog_log_hdr *h)
256 {
257         CDEBUG(D_OTHER, "llog header: %p\n", h);
258         CDEBUG(D_OTHER, "\tllh_hdr.lrh_index: %#x\n", h->llh_hdr.lrh_index);
259         CDEBUG(D_OTHER, "\tllh_hdr.lrh_len: %#x\n", h->llh_hdr.lrh_len);
260         CDEBUG(D_OTHER, "\tllh_hdr.lrh_type: %#x\n", h->llh_hdr.lrh_type);
261         CDEBUG(D_OTHER, "\tllh_timestamp: "LPX64"\n", h->llh_timestamp);
262         CDEBUG(D_OTHER, "\tllh_count: %#x\n", h->llh_count);
263         CDEBUG(D_OTHER, "\tllh_bitmap_offset: %#x\n", h->llh_bitmap_offset);
264         CDEBUG(D_OTHER, "\tllh_flags: %#x\n", h->llh_flags);
265         CDEBUG(D_OTHER, "\tllh_size: %#x\n", h->llh_size);
266         CDEBUG(D_OTHER, "\tllh_cat_idx: %#x\n", h->llh_cat_idx);
267         CDEBUG(D_OTHER, "\tllh_tail.lrt_index: %#x\n", h->llh_tail.lrt_index);
268         CDEBUG(D_OTHER, "\tllh_tail.lrt_len: %#x\n", h->llh_tail.lrt_len);
269 }
270
271 void lustre_swab_llog_hdr (struct llog_log_hdr *h)
272 {
273         ENTRY;
274         print_llog_hdr(h);
275
276         lustre_swab_llog_rec(&h->llh_hdr);
277
278         print_llog_hdr(h);
279         EXIT;
280 }
281 EXPORT_SYMBOL(lustre_swab_llog_hdr);
282
283 static void print_lustre_cfg(struct lustre_cfg *lcfg)
284 {
285         int i;
286         ENTRY;
287
288         if (!(libcfs_debug & D_OTHER)) /* don't loop on nothing */
289                 return;
290         CDEBUG(D_OTHER, "lustre_cfg: %p\n", lcfg);
291         CDEBUG(D_OTHER, "\tlcfg->lcfg_version: %#x\n", lcfg->lcfg_version);
292
293         CDEBUG(D_OTHER, "\tlcfg->lcfg_command: %#x\n", lcfg->lcfg_command);
294         CDEBUG(D_OTHER, "\tlcfg->lcfg_num: %#x\n", lcfg->lcfg_num);
295         CDEBUG(D_OTHER, "\tlcfg->lcfg_flags: %#x\n", lcfg->lcfg_flags);
296         CDEBUG(D_OTHER, "\tlcfg->lcfg_nid: %s\n", libcfs_nid2str(lcfg->lcfg_nid));
297
298         CDEBUG(D_OTHER, "\tlcfg->lcfg_bufcount: %d\n", lcfg->lcfg_bufcount);
299         if (lcfg->lcfg_bufcount < LUSTRE_CFG_MAX_BUFCOUNT)
300                 for (i = 0; i < lcfg->lcfg_bufcount; i++)
301                         CDEBUG(D_OTHER, "\tlcfg->lcfg_buflens[%d]: %d\n",
302                                i, lcfg->lcfg_buflens[i]);
303         EXIT;
304 }
305
306 void lustre_swab_lustre_cfg(struct lustre_cfg *lcfg)
307 {
308         int i;
309         ENTRY;
310
311         __swab32s(&lcfg->lcfg_version);
312
313         if (lcfg->lcfg_version != LUSTRE_CFG_VERSION) {
314                 CERROR("not swabbing lustre_cfg version %#x (expecting %#x)\n",
315                        lcfg->lcfg_version, LUSTRE_CFG_VERSION);
316                 EXIT;
317                 return;
318         }
319
320         __swab32s(&lcfg->lcfg_command);
321         __swab32s(&lcfg->lcfg_num);
322         __swab32s(&lcfg->lcfg_flags);
323         __swab64s(&lcfg->lcfg_nid);
324         __swab32s(&lcfg->lcfg_bufcount);
325         for (i = 0; i < lcfg->lcfg_bufcount && i < LUSTRE_CFG_MAX_BUFCOUNT; i++)
326                 __swab32s(&lcfg->lcfg_buflens[i]);
327
328         print_lustre_cfg(lcfg);
329         EXIT;
330         return;
331 }
332 EXPORT_SYMBOL(lustre_swab_lustre_cfg);
333
334 /* used only for compatibility with old on-disk cfg_marker data */
335 struct cfg_marker32 {
336         __u32   cm_step;
337         __u32   cm_flags;
338         __u32   cm_vers;
339         __u32   padding;
340         __u32   cm_createtime;
341         __u32   cm_canceltime;
342         char    cm_tgtname[MTI_NAME_MAXLEN];
343         char    cm_comment[MTI_NAME_MAXLEN];
344 };
345
346 #define MTI_NAMELEN32    (MTI_NAME_MAXLEN - \
347         (sizeof(struct cfg_marker) - sizeof(struct cfg_marker32)))
348
349 void lustre_swab_cfg_marker(struct cfg_marker *marker, int swab, int size)
350 {
351         struct cfg_marker32 *cm32 = (struct cfg_marker32*)marker;
352         ENTRY;
353
354         if (swab) {
355                 __swab32s(&marker->cm_step);
356                 __swab32s(&marker->cm_flags);
357                 __swab32s(&marker->cm_vers);
358         }
359         if (size == sizeof(*cm32)) {
360                 __u32 createtime, canceltime;
361                 /* There was a problem with the original declaration of
362                  * cfg_marker on 32-bit systems because it used time_t as
363                  * a wire protocol structure, and didn't verify this in
364                  * wirecheck.  We now have to convert the offsets of the
365                  * later fields in order to work on 32- and 64-bit systems.
366                  *
367                  * Fortunately, the cm_comment field has no functional use
368                  * so can be sacrificed when converting the timestamp size.
369                  *
370                  * Overwrite fields from the end first, so they are not
371                  * clobbered, and use memmove() instead of memcpy() because
372                  * the source and target buffers overlap.  bug 16771 */
373                 createtime = cm32->cm_createtime;
374                 canceltime = cm32->cm_canceltime;
375                 memmove(marker->cm_comment, cm32->cm_comment, MTI_NAMELEN32);
376                 marker->cm_comment[MTI_NAMELEN32 - 1] = '\0';
377                 memmove(marker->cm_tgtname, cm32->cm_tgtname,
378                         sizeof(marker->cm_tgtname));
379                 if (swab) {
380                         __swab32s(&createtime);
381                         __swab32s(&canceltime);
382                 }
383                 marker->cm_createtime = createtime;
384                 marker->cm_canceltime = canceltime;
385                 CDEBUG(D_CONFIG, "Find old cfg_marker(Srv32b,Clt64b) "
386                        "for target %s, converting\n",
387                        marker->cm_tgtname);
388         } else if (swab) {
389                 __swab64s(&marker->cm_createtime);
390                 __swab64s(&marker->cm_canceltime);
391         }
392
393         EXIT;
394         return;
395 }
396 EXPORT_SYMBOL(lustre_swab_cfg_marker);