<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:57:35 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-6142] Enforce Linux kernel coding style in all code</title>
                <link>https://jira.whamcloud.com/browse/LU-6142</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;With the removal of wrappers Lustre used to support multiple platforms we can now focus on enforcing the kernel coding style in the client code to minimize the difference between the Intel branch and what is upstream.&lt;/p&gt;</description>
                <environment></environment>
        <key id="28279">LU-6142</key>
            <summary>Enforce Linux kernel coding style in all code</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="arshad512">Arshad Hussain</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Tue, 20 Jan 2015 19:07:39 +0000</created>
                <updated>Fri, 9 Feb 2024 09:41:31 +0000</updated>
                                            <version>Lustre 2.8.0</version>
                                    <fixVersion>Upstream</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="104230" author="green" created="Wed, 21 Jan 2015 19:02:53 +0000"  >&lt;p&gt;I think we alredy do this? checkpatch warns of all transgressions and then I usually don&apos;t allow any client code that deviates from standards.&lt;/p&gt;

&lt;p&gt;Or was there something else missing?&lt;/p&gt;</comment>
                            <comment id="104277" author="simmonsja" created="Wed, 21 Jan 2015 23:30:42 +0000"  >&lt;p&gt;For all the code we have been changing and checking in yes, but a lot of the code has not been touched yet. For example if you drop lnetself into a git kernel tree you see many lines not tabified yet. This aims to cleanup up those remaining areas.&lt;/p&gt;</comment>
                            <comment id="104307" author="yujian" created="Thu, 22 Jan 2015 05:42:50 +0000"  >&lt;p&gt;I&#8217;ll clean up the unchanged Lustre client codes to make them use Linux kernel coding style.&lt;/p&gt;</comment>
                            <comment id="104570" author="yujian" created="Fri, 23 Jan 2015 21:16:01 +0000"  >&lt;p&gt;Here are the files and number of lines matching spaces indentation in Lustre client related codes on master branch:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;llite&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/llite/*
lustre/llite/dcache.c:86
lustre/llite/dir.c:547
lustre/llite/file.c:990
lustre/llite/glimpse.c:87
lustre/llite/lcommon_cl.c:221
lustre/llite/lcommon_misc.c:60
lustre/llite/llite_capa.c:241
lustre/llite/llite_close.c:147
lustre/llite/llite_internal.h:309
lustre/llite/llite_lib.c:929
lustre/llite/llite_mmap.c:167
lustre/llite/llite_nfs.c:90
lustre/llite/llite_rmtacl.c:64
lustre/llite/lloop.c:354
lustre/llite/lproc_llite.c:387
lustre/llite/namei.c:285
lustre/llite/range_lock.c:1
lustre/llite/remote_perm.c:107
lustre/llite/rw.c:308
lustre/llite/rw26.c:230
lustre/llite/statahead.c:184
lustre/llite/super25.c:21
lustre/llite/symlink.c:56
lustre/llite/vvp_dev.c:156
lustre/llite/vvp_internal.h:7
lustre/llite/vvp_io.c:214
lustre/llite/vvp_lock.c:2
lustre/llite/vvp_object.c:19
lustre/llite/vvp_page.c:54
lustre/llite/xattr.c:237
lustre/llite/xattr_cache.c:20
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;lov&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/lov/*
lustre/lov/lov_cl_internal.h:224
lustre/lov/lov_dev.c:294
lustre/lov/lov_ea.c:83
lustre/lov/lov_internal.h:26
lustre/lov/lov_io.c:382
lustre/lov/lov_lock.c:73
lustre/lov/lov_merge.c:41
lustre/lov/lov_obd.c:1150
lustre/lov/lov_object.c:201
lustre/lov/lov_offset.c:86
lustre/lov/lov_pack.c:156
lustre/lov/lov_page.c:10
lustre/lov/lov_pool.c:288
lustre/lov/lov_request.c:274
lustre/lov/lovsub_dev.c:76
lustre/lov/lovsub_lock.c:8
lustre/lov/lovsub_object.c:45
lustre/lov/lovsub_page.c:3
lustre/lov/lproc_lov.c:68
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;lmv&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/lmv/*
lustre/lmv/lmv_fld.c:16
lustre/lmv/lmv_intent.c:35
lustre/lmv/lmv_internal.h:2
lustre/lmv/lmv_obd.c:811
lustre/lmv/lproc_lmv.c:57
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;osc&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/osc/*
lustre/osc/lproc_osc.c:155
lustre/osc/osc_cache.c:97
lustre/osc/osc_cl_internal.h:152
lustre/osc/osc_dev.c:92
lustre/osc/osc_internal.h:48
lustre/osc/osc_io.c:129
lustre/osc/osc_lock.c:128
lustre/osc/osc_object.c:53
lustre/osc/osc_page.c:124
lustre/osc/osc_quota.c:79
lustre/osc/osc_request.c:1346
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;mdc&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/mdc/*
lustre/mdc/mdc_internal.h:35
lustre/mdc/mdc_lib.c:143
lustre/mdc/mdc_locks.c:497
lustre/mdc/mdc_reint.c:253
lustre/mdc/mdc_request.c:1077
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;mgc&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/mgc/*
lustre/mgc/mgc_internal.h:2
lustre/mgc/mgc_request.c:749
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;ptlrpc&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/ptlrpc/*
lustre/ptlrpc/client.c:962
lustre/ptlrpc/connection.c:34
lustre/ptlrpc/events.c:215
lustre/ptlrpc/gss/gss_api.h:101
lustre/ptlrpc/gss/gss_asn1.h:7
lustre/ptlrpc/gss/gss_bulk.c:353
lustre/ptlrpc/gss/gss_cli_upcall.c:232
lustre/ptlrpc/gss/gss_err.h:25
lustre/ptlrpc/gss/gss_generic_token.c:125
lustre/ptlrpc/gss/gss_internal.h:193
lustre/ptlrpc/gss/gss_keyring.c:555
lustre/ptlrpc/gss/gss_krb5.h:31
lustre/ptlrpc/gss/gss_krb5_mech.c:1147
lustre/ptlrpc/gss/gss_mech_switch.c:141
lustre/ptlrpc/gss/gss_null_mech.c:3
lustre/ptlrpc/gss/gss_pipefs.c:438
lustre/ptlrpc/gss/gss_rawobj.c:113
lustre/ptlrpc/gss/gss_sk_mech.c:8
lustre/ptlrpc/gss/gss_svc_upcall.c:516
lustre/ptlrpc/gss/lproc_gss.c:23
lustre/ptlrpc/gss/sec_gss.c:1800
lustre/ptlrpc/import.c:659
lustre/ptlrpc/layout.c:921
lustre/ptlrpc/llog_client.c:188
lustre/ptlrpc/llog_net.c:12
lustre/ptlrpc/llog_server.c:18
lustre/ptlrpc/lproc_ptlrpc.c:311
lustre/ptlrpc/niobuf.c:341
lustre/ptlrpc/nodemap_handler.c:20
lustre/ptlrpc/nodemap_idmap.c:6
lustre/ptlrpc/nodemap_internal.h:4
lustre/ptlrpc/nodemap_lproc.c:25
lustre/ptlrpc/nodemap_member.c:18
lustre/ptlrpc/nodemap_range.c:3
lustre/ptlrpc/nrs.c:49
lustre/ptlrpc/nrs_crr.c:57
lustre/ptlrpc/nrs_fifo.c:17
lustre/ptlrpc/nrs_orr.c:128
lustre/ptlrpc/nrs_tbf.c:110
lustre/ptlrpc/pack_generic.c:1234
lustre/ptlrpc/pers.c:6
lustre/ptlrpc/pinger.c:188
lustre/ptlrpc/ptlrpc_internal.h:12
lustre/ptlrpc/ptlrpcd.c:223
lustre/ptlrpc/recover.c:135
lustre/ptlrpc/sec.c:1192
lustre/ptlrpc/sec_bulk.c:346
lustre/ptlrpc/sec_config.c:608
lustre/ptlrpc/sec_ctx.c:2
lustre/ptlrpc/sec_gc.c:23
lustre/ptlrpc/sec_lproc.c:55
lustre/ptlrpc/sec_null.c:169
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;obdclass&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/obdclass/*
lustre/obdclass/acl.c:448
lustre/obdclass/capa.c:106
lustre/obdclass/cl_internal.h:51
lustre/obdclass/cl_io.c:444
lustre/obdclass/cl_lock.c:6
lustre/obdclass/cl_object.c:325
lustre/obdclass/cl_page.c:272
lustre/obdclass/class_obd.c:313
lustre/obdclass/debug.c:39
lustre/obdclass/dt_object.c:228
lustre/obdclass/genops.c:623
lustre/obdclass/idmap.c:101
lustre/obdclass/linkea.c:11
lustre/obdclass/linux/linux-module.c:100
lustre/obdclass/linux/linux-obdo.c:99
lustre/obdclass/linux/linux-sysctl.c:98
lustre/obdclass/llog.c:184
lustre/obdclass/llog_cat.c:170
lustre/obdclass/llog_internal.h:9
lustre/obdclass/llog_ioctl.c:136
lustre/obdclass/llog_obd.c:106
lustre/obdclass/llog_osd.c:116
lustre/obdclass/llog_swab.c:177
lustre/obdclass/llog_test.c:78
lustre/obdclass/local_storage.c:60
lustre/obdclass/local_storage.h:4
lustre/obdclass/lprocfs_jobstats.c:22
lustre/obdclass/lprocfs_status.c:335
lustre/obdclass/lprocfs_status_server.c:16
lustre/obdclass/lu_object.c:641
lustre/obdclass/lu_ref.c:87
lustre/obdclass/lustre_handles.c:42
lustre/obdclass/lustre_peer.c:55
lustre/obdclass/md_attrs.c:1
lustre/obdclass/obd_config.c:871
lustre/obdclass/obd_mount.c:580
lustre/obdclass/obd_mount_server.c:60
lustre/obdclass/obdo.c:118
lustre/obdclass/statfs_pack.c:18
lustre/obdclass/uuid.c:3
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;ldlm&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lustre/ldlm/*
lustre/ldlm/interval_tree.c:398
lustre/ldlm/ldlm_extent.c:541
lustre/ldlm/ldlm_flock.c:349
lustre/ldlm/ldlm_inodebits.c:76
lustre/ldlm/ldlm_internal.h:61
lustre/ldlm/ldlm_lib.c:950
lustre/ldlm/ldlm_lock.c:824
lustre/ldlm/ldlm_lockd.c:1122
lustre/ldlm/ldlm_plain.c:52
lustre/ldlm/ldlm_pool.c:409
lustre/ldlm/ldlm_request.c:879
lustre/ldlm/ldlm_resource.c:449
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="104581" author="yujian" created="Fri, 23 Jan 2015 21:53:59 +0000"  >&lt;p&gt;Here are the files and number of lines matching spaces indentation in &lt;tt&gt;libcfs&lt;/tt&gt; codes on master branch:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;libcfs&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; libcfs/*
libcfs/ChangeLog:2
libcfs/include/libcfs/curproc.h:8
libcfs/include/libcfs/libcfs.h:13
libcfs/include/libcfs/libcfs_cpu.h:1
libcfs/include/libcfs/libcfs_crypto.h:1
libcfs/include/libcfs/libcfs_debug.h:68
libcfs/include/libcfs/libcfs_fail.h:19
libcfs/include/libcfs/libcfs_hash.h:178
libcfs/include/libcfs/libcfs_heap.h:3
libcfs/include/libcfs/libcfs_ioctl.h:12
libcfs/include/libcfs/libcfs_kernelcomm.h:18
libcfs/include/libcfs/libcfs_private.h:38
libcfs/include/libcfs/libcfs_string.h:2
libcfs/include/libcfs/libcfs_time.h:37
libcfs/include/libcfs/linux/kp30.h:2
libcfs/include/libcfs/linux/libcfs.h:15
libcfs/include/libcfs/linux/linux-mem.h:23
libcfs/include/libcfs/linux/linux-prim.h:9
libcfs/include/libcfs/linux/linux-tcpip.h:6
libcfs/include/libcfs/linux/linux-time.h:20
libcfs/include/libcfs/list.h:7
libcfs/include/libcfs/lucache.h:23
libcfs/include/libcfs/user-bitops.h:45
libcfs/include/libcfs/user-crypto.h:1
libcfs/include/libcfs/user-lock.h:4
libcfs/include/libcfs/user-mem.h:3
libcfs/include/libcfs/user-prim.h:10
libcfs/include/libcfs/user-tcpip.h:12
libcfs/include/libcfs/user-time.h:17
libcfs/libcfs/autoMakefile.am:3
libcfs/libcfs/debug.c:93
libcfs/libcfs/fail.c:2
libcfs/libcfs/hash.c:649
libcfs/libcfs/heap.c:2
libcfs/libcfs/kernel_user_comm.c:89
libcfs/libcfs/libcfs_string.c:106
libcfs/libcfs/linux/linux-cpu.c:43
libcfs/libcfs/linux/linux-crypto-adler.c:1
libcfs/libcfs/linux/linux-crypto-crc32.c:2
libcfs/libcfs/linux/linux-crypto-crc32c-pclmul.c:4
libcfs/libcfs/linux/linux-crypto-crc32pclmul.c:6
libcfs/libcfs/linux/linux-crypto.c:11
libcfs/libcfs/linux/linux-curproc.c:34
libcfs/libcfs/linux/linux-debug.c:100
libcfs/libcfs/linux/linux-fs.c:1
libcfs/libcfs/linux/linux-mem.c:3
libcfs/libcfs/linux/linux-module.c:4
libcfs/libcfs/linux/linux-prim.c:3
libcfs/libcfs/linux/linux-proc.c:92
libcfs/libcfs/linux/linux-tcpip.c:326
libcfs/libcfs/linux/linux-tracefile.c:21
libcfs/libcfs/linux/linux-utils.c:2
libcfs/libcfs/module.c:15
libcfs/libcfs/nidstrings.c:248
libcfs/libcfs/prng.c:7
libcfs/libcfs/tracefile.c:366
libcfs/libcfs/tracefile.h:17
libcfs/libcfs/upcall_cache.c:98
libcfs/libcfs/util/l_ioctl.c:149
libcfs/libcfs/util/parser.c:416
libcfs/libcfs/util/util.c:1
libcfs/libcfs/watchdog.c:131
libcfs/libcfs/workitem.c:26
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="104583" author="yujian" created="Fri, 23 Jan 2015 21:57:38 +0000"  >&lt;p&gt;Here are the files and number of lines matching spaces indentation in &lt;tt&gt;lnet&lt;/tt&gt; codes on master branch:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;&quot;&gt;&lt;b&gt;lnet&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c &apos;^[[:space:]]\{7\}&apos; lnet/*
lnet/ChangeLog:46
lnet/LICENSE:5
lnet/autoconf/lustre-lnet.m4:3
lnet/doc/NAL-HOWTO:6
lnet/doc/ieee.bst:12
lnet/doc/portals3.bib:14
lnet/doc/portals3.lyx:95
lnet/include/lnet/api.h:8
lnet/include/lnet/lib-lnet.h:125
lnet/include/lnet/lib-types.h:121
lnet/include/lnet/lnetst.h:119
lnet/include/lnet/nidstr.h:1
lnet/include/lnet/socklnd.h:27
lnet/include/lnet/types.h:206
lnet/klnds/gnilnd/gnilnd.c:94
lnet/klnds/gnilnd/gnilnd.h:28
lnet/klnds/gnilnd/gnilnd_api_wrap.h:1
lnet/klnds/gnilnd/gnilnd_aries.h:3
lnet/klnds/gnilnd/gnilnd_cb.c:194
lnet/klnds/gnilnd/gnilnd_conn.c:64
lnet/klnds/gnilnd/gnilnd_hss_ops.h:1
lnet/klnds/gnilnd/gnilnd_modparams.c:2
lnet/klnds/gnilnd/gnilnd_proc.c:10
lnet/klnds/gnilnd/gnilnd_stack.c:9
lnet/klnds/gnilnd/gnilnd_sysctl.c:3
lnet/klnds/mxlnd/README:5
lnet/klnds/mxlnd/mxlnd.c:305
lnet/klnds/mxlnd/mxlnd.h:140
lnet/klnds/mxlnd/mxlnd_cb.c:2569
lnet/klnds/mxlnd/mxlnd_modparams.c:27
lnet/klnds/o2iblnd/o2iblnd.c:1121
lnet/klnds/o2iblnd/o2iblnd.h:183
lnet/klnds/o2iblnd/o2iblnd_cb.c:1861
lnet/klnds/o2iblnd/o2iblnd_modparams.c:82
lnet/klnds/qswlnd/qswlnd.c:39
lnet/klnds/qswlnd/qswlnd.h:90
lnet/klnds/qswlnd/qswlnd_cb.c:1195
lnet/klnds/qswlnd/qswlnd_modparams.c:23
lnet/klnds/ralnd/ralnd.c:996
lnet/klnds/ralnd/ralnd.h:117
lnet/klnds/ralnd/ralnd_cb.c:1131
lnet/klnds/ralnd/ralnd_modparams.c:18
lnet/klnds/socklnd/socklnd.c:1138
lnet/klnds/socklnd/socklnd.h:126
lnet/klnds/socklnd/socklnd_cb.c:1435
lnet/klnds/socklnd/socklnd_lib.c:400
lnet/klnds/socklnd/socklnd_modparams.c:70
lnet/klnds/socklnd/socklnd_proto.c:501
lnet/lnet/acceptor.c:319
lnet/lnet/api-ni.c:199
lnet/lnet/autoMakefile.am:1
lnet/lnet/config.c:345
lnet/lnet/lib-eq.c:45
lnet/lnet/lib-md.c:124
lnet/lnet/lib-me.c:34
lnet/lnet/lib-move.c:762
lnet/lnet/lib-msg.c:41
lnet/lnet/lib-ptl.c:32
lnet/lnet/lo.c:48
lnet/lnet/module.c:31
lnet/lnet/net_fault.c:46
lnet/lnet/peer.c:30
lnet/lnet/router.c:323
lnet/lnet/router_proc.c:298
lnet/selftest/brw_test.c:166
lnet/selftest/conctl.c:358
lnet/selftest/conrpc.c:445
lnet/selftest/conrpc.h:7
lnet/selftest/console.c:830
lnet/selftest/console.h:54
lnet/selftest/framework.c:646
lnet/selftest/module.c:56
lnet/selftest/ping_test.c:72
lnet/selftest/rpc.c:508
lnet/selftest/rpc.h:106
lnet/selftest/selftest.h:136
lnet/selftest/timer.c:18
lnet/utils/cyaml/cyaml.c:28
lnet/utils/cyaml/cyaml.h:2
lnet/utils/debug.c:528
lnet/utils/lnetconfig/liblnetconfig.c:94
lnet/utils/lnetconfig/liblnetconfig.h:5
lnet/utils/lnetctl.c:25
lnet/utils/lst.c:2042
lnet/utils/portals.c:868
lnet/utils/routerstat.c:19
lnet/utils/wirecheck.c:113
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="104684" author="adilger" created="Mon, 26 Jan 2015 08:16:31 +0000"  >&lt;p&gt;Yu Jian, it would probably have been enough to get the total count of unconverted lines per module or similar. &lt;/p&gt;

&lt;p&gt;For patches only converting of spaces to tabs, I was also thinking that it makes sense to see who is the largest &quot;owner&quot; of those converted lines, and make that person the patch Author. That way one can more easily see via &quot;git blame&quot; who should be asked questions about the code, if there are problems. &lt;/p&gt;</comment>
                            <comment id="105477" author="adilger" created="Tue, 3 Feb 2015 06:53:51 +0000"  >&lt;p&gt;For the high-level current summary of source file tab vs. space line conversion (e.g. &lt;tt&gt;find libcfs -name &quot;&amp;#42;.[ch]&quot; | xargs grep &quot;^\t&quot; | wc &amp;#45;l&lt;/tt&gt;):&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;subsystem       spaces      tabs    %done
---------       ------      ----    -----
libcfs            3332      6836      67%
lnet             22860     35069      60%
lustre           78197    183250      70%
scripts           5310     31745      85%
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I&apos;m not necessarily an advocate of mass conversion of 8-space indents to tabs, since there are a number of other style issues that could/should be addressed at the same time.  If anyone is planning on doing this cleanup, I&apos;d probably suggest grabbing one or two files to start with, convert spaces to tabs, then run it through checkpatch to find additional warnings, and visually inspect the result to see what else needs to be done (aligning continued lines, align variable and struct declarations, convert scripts to match coding style, etc).  If bugs are found in the code during this inspection, the bugs fixes should be submitted in a separate patch, so that they can more easily be backported to maintenance releases.&lt;/p&gt;</comment>
                            <comment id="110072" author="gerrit" created="Thu, 19 Mar 2015 06:59:00 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14105&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14105&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: enforce Linux kernel coding style&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a724bdbfea8bbeabdc08d63030b0bc087c6008c7&lt;/p&gt;</comment>
                            <comment id="110073" author="yujian" created="Thu, 19 Mar 2015 07:08:26 +0000"  >&lt;p&gt;Hi Andreas,&lt;/p&gt;

&lt;p&gt;I grabbed libcfs/libcfs/debug.c to start with. Since the largest &quot;owner&quot; of those converted lines is Robert, I pushed the patch with the author of him. I&apos;ll look into other files under libcfs that can be added into the above patch. I&apos;ll also work on the cleanup on other modules.&lt;/p&gt;</comment>
                            <comment id="110271" author="gerrit" created="Sat, 21 Mar 2015 00:41:57 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14128&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14128&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: enforce Linux kernel coding style&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e8e0570b553b08f8cda3883cb880f6e824c9ed00&lt;/p&gt;</comment>
                            <comment id="110272" author="gerrit" created="Sat, 21 Mar 2015 01:35:46 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14129&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14129&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: enforce Linux kernel coding style&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 86441c54f13d4b8816f7b060f8e4da4e6ac395c0&lt;/p&gt;</comment>
                            <comment id="110275" author="simmonsja" created="Sat, 21 Mar 2015 03:41:40 +0000"  >&lt;p&gt;I would recommend you cleanup the lnet layer first, except for the Gemini LND driver since Cray handles that. The reason is many changes are going to collide with the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6245&quot; title=&quot;Untangle userland and kernel space support for libcfs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6245&quot;&gt;&lt;del&gt;LU-6245&lt;/del&gt;&lt;/a&gt; work.&lt;/p&gt;</comment>
                            <comment id="110276" author="yujian" created="Sat, 21 Mar 2015 05:29:54 +0000"  >&lt;p&gt;I see, thank you for the reminder, James.&lt;/p&gt;</comment>
                            <comment id="110277" author="gerrit" created="Sat, 21 Mar 2015 07:17:08 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14130&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14130&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: enforce Linux kernel coding style&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0cedaf329c3c9c7115b34e8ae120c19a02665dae&lt;/p&gt;</comment>
                            <comment id="111545" author="gerrit" created="Mon, 6 Apr 2015 00:57:53 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14130/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14130/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: enforce Linux kernel coding style&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f541c97d1daeef5b5a8ce9242b483acd20f17df1&lt;/p&gt;</comment>
                            <comment id="118625" author="gerrit" created="Tue, 16 Jun 2015 01:06:09 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15300&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15300&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: remove ldlm typedef usage from code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 62b3651c2348207da72eeb5c86ec9808008e1491&lt;/p&gt;</comment>
                            <comment id="118626" author="gerrit" created="Tue, 16 Jun 2015 01:06:10 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15301&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15301&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: remove ldlm typedefs from code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4cadf1b48ed488a0610c5448aeef40ccad42aded&lt;/p&gt;</comment>
                            <comment id="125983" author="gerrit" created="Wed, 2 Sep 2015 02:50:41 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15300/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: remove ldlm typedef usage from code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 930dca7253bc2531bffa15dc763db1081cdf32d8&lt;/p&gt;</comment>
                            <comment id="126867" author="gerrit" created="Thu, 10 Sep 2015 01:03:20 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15301/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15301/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: remove ldlm typedefs from code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 97da796bd3d9b98f6b65ecce493044a3e7404607&lt;/p&gt;</comment>
                            <comment id="136499" author="gerrit" created="Wed, 16 Dec 2015 02:08:00 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17626&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17626&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: don&apos;t return -1 for errors&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: da592a3eacdfb3a1c1a53c187f911a5a75e3e998&lt;/p&gt;</comment>
                            <comment id="136796" author="gerrit" created="Thu, 17 Dec 2015 22:36:54 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17668&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17668&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: non functionality cleanups for lnet&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c84b5b07417fff01fae70b51dbb224359e75b860&lt;/p&gt;</comment>
                            <comment id="136898" author="gerrit" created="Fri, 18 Dec 2015 20:31:37 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17674&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17674&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: handle NULL and zero comparison correctly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 59f1b405e1461ed7ba730585f4b3d7d22b6fe031&lt;/p&gt;</comment>
                            <comment id="138419" author="gerrit" created="Sat, 9 Jan 2016 00:36:55 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17626/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17626/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: return proper error code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d705a86078f700e4eb0e51d49fb19e55f8132782&lt;/p&gt;</comment>
                            <comment id="142316" author="gerrit" created="Tue, 16 Feb 2016 20:20:51 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18469&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18469&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: Dan Carpenter&apos;s LNet cleanup suggestions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 883da3416701a1965cea10df1f6f569afcb51599&lt;/p&gt;</comment>
                            <comment id="142874" author="gerrit" created="Thu, 18 Feb 2016 20:54:34 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18506&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18506&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: cleanup many kernel checkpatch errors for socklnd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7bf7dd8a47bb2b8a1ed045ff8623e46d7f0da2ba&lt;/p&gt;</comment>
                            <comment id="147380" author="gerrit" created="Wed, 30 Mar 2016 22:01:04 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19237&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19237&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obd: remove macro layer for struct md_ops&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b622e7a8d7b8bee984fc375c021eeba3c66713b0&lt;/p&gt;</comment>
                            <comment id="151001" author="gerrit" created="Wed, 4 May 2016 16:31:06 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19975&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: remove all white spaces from LNet layer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e95eef64c2d0a6a8b73c8739dfd09b87a7b818f0&lt;/p&gt;</comment>
                            <comment id="155938" author="gerrit" created="Thu, 16 Jun 2016 16:00:29 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/20831&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/20831&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: remove typedefs from LNet headers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a4105b712fa7e6a6329bd1c5532c3504ce05f3a5&lt;/p&gt;</comment>
                            <comment id="166651" author="gerrit" created="Wed, 21 Sep 2016 02:54:29 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/19975/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19975/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: replace white spaces with tabs for LNet core&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 054ecbba403b2be103be7418289c87e1658cdbd6&lt;/p&gt;</comment>
                            <comment id="176797" author="gerrit" created="Wed, 7 Dec 2016 01:36:19 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24188&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24188&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: change lnet selftest UAPI typedefs to proper structure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 00d66b23f55b359ec2af6371a5ca9d0665461f49&lt;/p&gt;</comment>
                            <comment id="178200" author="gerrit" created="Sat, 17 Dec 2016 05:38:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24188/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24188/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: change lnet selftest UAPI typedefs to proper structure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8ce89fb47529e150547b125eb41296d001fbeb15&lt;/p&gt;</comment>
                            <comment id="178912" author="gerrit" created="Fri, 23 Dec 2016 05:04:58 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/18506/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/18506/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: change UAPI typedefs to proper structure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3e753d381565875c685342e28e76476bee75a4ca&lt;/p&gt;</comment>
                            <comment id="179314" author="gerrit" created="Sun, 1 Jan 2017 16:15:09 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24566&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24566&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: change wire protocol typedefs to proper structure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 929a9e56c44979fc488768c38d529a1c48375225&lt;/p&gt;</comment>
                            <comment id="181203" author="gerrit" created="Wed, 18 Jan 2017 18:59:28 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24566/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24566/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: change wire protocol typedefs to proper structure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d7e8111826c3ff1ae320aa2ac5802736c37f0abb&lt;/p&gt;</comment>
                            <comment id="181841" author="gerrit" created="Tue, 24 Jan 2017 05:20:47 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/18469/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/18469/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: code style cleanups, improve error handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 40ae5dd2f2d0c6abe8e2f83ab9652873bee92485&lt;/p&gt;</comment>
                            <comment id="184892" author="gerrit" created="Wed, 15 Feb 2017 01:02:52 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/20831/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/20831/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: remove most of typedefs from LNet headers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 05ad99f1f3a9f85756bf3355505722bb4f20f420&lt;/p&gt;</comment>
                            <comment id="197137" author="gerrit" created="Fri, 26 May 2017 00:24:02 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/27298&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27298&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; selftest: remove typedefs from lnet selftest&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0d41a1e848802dab1e659c492929fc72e46ffb6e&lt;/p&gt;</comment>
                            <comment id="199351" author="gerrit" created="Thu, 15 Jun 2017 16:36:56 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/27664&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27664&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: vvp_pgcache_start simplification&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c53ef285429922ed11a573a40564046c3a30ec0c&lt;/p&gt;</comment>
                            <comment id="202205" author="gerrit" created="Sat, 15 Jul 2017 08:07:58 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28055&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28055&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; build: update checkpatch to ~4.13-rc1 kernel&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ec4b70e4a55666740a064e2fd07c32c111883b72&lt;/p&gt;</comment>
                            <comment id="202578" author="gerrit" created="Wed, 19 Jul 2017 03:28:54 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/27298/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27298/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; selftest: remove typedefs from lnet selftest&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4ad592fa06b0a793ad7f835bedd3e7744eeca7f8&lt;/p&gt;</comment>
                            <comment id="203886" author="gerrit" created="Sat, 29 Jul 2017 16:09:45 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28275&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28275&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: remove typedefs from ksocklnd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 273cc69b03f1689349bef0ace9d7846949654e60&lt;/p&gt;</comment>
                            <comment id="204545" author="gerrit" created="Sat, 5 Aug 2017 00:37:53 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28275/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28275/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: remove typedefs from ksocklnd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 93090d9b8250cf95d33c41809d558148cebde67b&lt;/p&gt;</comment>
                            <comment id="212312" author="gerrit" created="Mon, 30 Oct 2017 15:46:48 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/29847&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29847&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: remove last of the typedefs from LNet core&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 40a731894ba3f4b00410fa6343af596a306382d3&lt;/p&gt;</comment>
                            <comment id="212316" author="gerrit" created="Mon, 30 Oct 2017 16:13:57 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/29849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29849&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; uapi: Get rid of lustre_fid typedef&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c94d87018939969664aaa7c20b58fdfc6a298395&lt;/p&gt;</comment>
                            <comment id="214391" author="gerrit" created="Wed, 22 Nov 2017 03:54:50 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/29847/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29847/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: remove last of the typedefs from LNet core&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1718fb73670a776d371aedfd80ac0d308a5ff6c3&lt;/p&gt;</comment>
                            <comment id="215095" author="gerrit" created="Fri, 1 Dec 2017 05:14:49 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/29849/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29849/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; uapi: Get rid of lustre_fid typedef&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 06be2b427fbca4f8a9a2be37b951a47ef3315925&lt;/p&gt;</comment>
                            <comment id="215951" author="gerrit" created="Mon, 11 Dec 2017 17:42:31 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30474&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30474&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; gnilnd: handle LNet core typedef removal&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ffd299572b8be2157766f1909fda4147aa741ca0&lt;/p&gt;</comment>
                            <comment id="217149" author="gerrit" created="Sat, 23 Dec 2017 04:40:27 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30474/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30474/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; gnilnd: handle LNet core typedef removal&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4cd98c50df3f006ec71afb076113c0046c89a3d8&lt;/p&gt;</comment>
                            <comment id="220021" author="gerrit" created="Mon, 5 Feb 2018 20:45:02 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31175&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31175&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; uapi: remove remaining typedef in lustre UAPI headers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e928da82367a73944a541af7c443bb9cb73fb388&lt;/p&gt;</comment>
                            <comment id="221416" author="gerrit" created="Thu, 22 Feb 2018 05:40:07 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31175/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31175/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; uapi: remove remaining typedef in lustre UAPI headers&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1cfad9351affd7bbf4771dc4c28704ce432744ac&lt;/p&gt;</comment>
                            <comment id="222599" author="gerrit" created="Tue, 6 Mar 2018 19:13:37 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30379/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30379/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; UAPI: replace cfs_size_* macros with __ALIGN_KERNEL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e83f6e4fc7c3e2681bee744563d80cd45db95a4d&lt;/p&gt;</comment>
                            <comment id="230084" author="gerrit" created="Tue, 10 Jul 2018 00:42:14 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32802&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32802&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ko2iblnd: remove typedefs from ko2iblnd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8903a5ec0486660aa1d887fd1570f8f49969d8db&lt;/p&gt;</comment>
                            <comment id="230274" author="gerrit" created="Sun, 15 Jul 2018 15:46:41 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32818&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32818&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b9b6ec9d25bd052e5df89b3d7abe247c2e9f939f&lt;/p&gt;</comment>
                            <comment id="230700" author="gerrit" created="Sun, 22 Jul 2018 04:23:44 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32849&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_iam_lfix.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5d92c559a04e1940525a5fa57957928edaaf95c3&lt;/p&gt;</comment>
                            <comment id="230708" author="gerrit" created="Sun, 22 Jul 2018 08:51:56 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32850&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32850&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_iam_lvar.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 66b8b58b3f770455d8d907d91a3d64475931dc89&lt;/p&gt;</comment>
                            <comment id="230720" author="gerrit" created="Sun, 22 Jul 2018 14:52:42 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32851&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32851&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for ocl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9bb1ac524efdbd82e9a8571b591bbe4e56ba6af8&lt;/p&gt;</comment>
                            <comment id="231041" author="gerrit" created="Sun, 29 Jul 2018 18:17:22 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32897&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32897&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obdo_server.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 939a9782360c77a99f804790f6f9783684385585&lt;/p&gt;</comment>
                            <comment id="231502" author="gerrit" created="Mon, 6 Aug 2018 14:34:55 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32802/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32802/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ko2iblnd: remove typedefs from ko2iblnd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 78ae799551d318b36570b63d15f9a7e04a485b7a&lt;/p&gt;</comment>
                            <comment id="231503" author="gerrit" created="Mon, 6 Aug 2018 14:34:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32897/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32897/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obdo_server.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3b30ba34e2bd80294d1ee03b77b3ddec84c21962&lt;/p&gt;</comment>
                            <comment id="231837" author="gerrit" created="Sun, 12 Aug 2018 04:22:46 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32981&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32981&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for statfs_pack.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7aa0262de3e5064e66867f578c660509f19dcc3a&lt;/p&gt;</comment>
                            <comment id="231838" author="gerrit" created="Sun, 12 Aug 2018 05:18:03 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32982&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obdo.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 52367df5fafecb6383c741c2caf85085e2327b5a&lt;/p&gt;</comment>
                            <comment id="231839" author="gerrit" created="Sun, 12 Aug 2018 05:50:12 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32983&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32983&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_sysfs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e7f895208b87bc213c8ee512494b3feb4d8b63a7&lt;/p&gt;</comment>
                            <comment id="231841" author="gerrit" created="Sun, 12 Aug 2018 10:19:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32984&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32984&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_mount.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 770668cf78a433c975f19cb86e5b5c1d7f3d979e&lt;/p&gt;</comment>
                            <comment id="232182" author="gerrit" created="Sat, 18 Aug 2018 02:22:42 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32849/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32849/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_iam_lfix.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2acbc62d9739eb146bec8f350c55020c2c7b8740&lt;/p&gt;</comment>
                            <comment id="232183" author="gerrit" created="Sat, 18 Aug 2018 02:22:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32851/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32851/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for acl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6d472fecd5da41d3d4f2f7e4c7e97016396004f5&lt;/p&gt;</comment>
                            <comment id="232601" author="gerrit" created="Sat, 25 Aug 2018 18:38:52 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33079&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33079&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for lustre_peer.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cf8ac2d45b4241fa77252318343aae9e110def0f&lt;/p&gt;</comment>
                            <comment id="232605" author="gerrit" created="Sun, 26 Aug 2018 07:04:17 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33080&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33080&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lustre_handles.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: aa534ac778d2e9f1e97170367f6654d26baa7d51&lt;/p&gt;</comment>
                            <comment id="232606" author="gerrit" created="Sun, 26 Aug 2018 07:26:34 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33081&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33081&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lu_ref.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c37d1df9cc67bb580219e4de430d6608f310a25f&lt;/p&gt;</comment>
                            <comment id="232607" author="gerrit" created="Sun, 26 Aug 2018 09:46:03 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33082&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33082&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_config.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 14a3853407915141e43c5ab503d5415dc21153e3&lt;/p&gt;</comment>
                            <comment id="232641" author="gerrit" created="Tue, 28 Aug 2018 05:13:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32818/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32818/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3005dcc3c13194fd8fb16b6061ca5d95f3c14f4a&lt;/p&gt;</comment>
                            <comment id="232642" author="gerrit" created="Tue, 28 Aug 2018 05:13:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32981/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32981/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for statfs_pack.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 52dff46b877883c8eb3372330b0b1f3c930b9376&lt;/p&gt;</comment>
                            <comment id="232882" author="gerrit" created="Sat, 1 Sep 2018 03:29:10 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33079/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33079/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lustre_peer.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 703a9e24021f8af5bc012b8f46cd3d4226c9bc82&lt;/p&gt;</comment>
                            <comment id="232883" author="gerrit" created="Sat, 1 Sep 2018 03:29:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33080/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33080/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lustre_handles.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 195c8ac1415f1152332273d4465ff436bfbf63e4&lt;/p&gt;</comment>
                            <comment id="232884" author="gerrit" created="Sat, 1 Sep 2018 03:29:18 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33081/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33081/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lu_ref.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4720518e7a9665120c6673b59ba2c1d20be320a3&lt;/p&gt;</comment>
                            <comment id="234669" author="gerrit" created="Wed, 10 Oct 2018 01:48:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32983/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32983/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_sysfs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 060ed20897b4dc5985e7c0ee1e088690efa22975&lt;/p&gt;</comment>
                            <comment id="234681" author="gerrit" created="Wed, 10 Oct 2018 01:51:03 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32850/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32850/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_iam_lvar.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f29b5e805a4bd6b270b184854b53e788039c1500&lt;/p&gt;</comment>
                            <comment id="235179" author="gerrit" created="Sat, 20 Oct 2018 17:18:20 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33409&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33409&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnd: create enum kib_dev_caps&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c94dacb1d4de65abb8a77cdf804c1f4f6456a85a&lt;/p&gt;</comment>
                            <comment id="235181" author="gerrit" created="Sat, 20 Oct 2018 18:45:37 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33410&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33410&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: move CONFIG_SECURITY handling to llite_internal.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 752050778d8301cd05cf4021d6244477eba6e790&lt;/p&gt;</comment>
                            <comment id="235717" author="gerrit" created="Sun, 28 Oct 2018 08:23:31 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33500&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33500&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lprocfs_status.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d346df34eea5b08f66dce31982572cf33bd2fedd&lt;/p&gt;</comment>
                            <comment id="235718" author="gerrit" created="Sun, 28 Oct 2018 08:58:13 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33501&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33501&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_test.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 51eb622f6ac8929bab8c920edbb2b7ab1e4de3b4&lt;/p&gt;</comment>
                            <comment id="235719" author="gerrit" created="Sun, 28 Oct 2018 11:23:36 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33502&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33502&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_swab.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6eda1636a1ca7a680a6c8fe35cf30a40abfeb118&lt;/p&gt;</comment>
                            <comment id="235774" author="gerrit" created="Mon, 29 Oct 2018 15:58:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32982/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32982/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obdo.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 205ba6381eb08a0d8cb23068514b7e80f96ec9a9&lt;/p&gt;</comment>
                            <comment id="235777" author="gerrit" created="Mon, 29 Oct 2018 15:58:39 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33410/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33410/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: move CONFIG_SECURITY handling to llite_internal.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 920c558fa4387d982f78ab40ab90703e493445e1&lt;/p&gt;</comment>
                            <comment id="236105" author="gerrit" created="Thu, 1 Nov 2018 04:50:29 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33530&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33530&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for dt_object.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 13817929862daca5a833e98ada2f1871194caee6&lt;/p&gt;</comment>
                            <comment id="236106" author="gerrit" created="Thu, 1 Nov 2018 04:55:40 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33531&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33531&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7ac597e4ab2ed56e9020ad992ac9da0b871337e0&lt;/p&gt;</comment>
                            <comment id="236107" author="gerrit" created="Thu, 1 Nov 2018 04:57:53 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33532&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33532&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_ioctl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d2968c41926950373c330799259921f4d2e2c5af&lt;/p&gt;</comment>
                            <comment id="236108" author="gerrit" created="Thu, 1 Nov 2018 05:00:01 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33533&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33533&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for idmap.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 16edbbdcc53957399cf5b388a53013579d3a9f6a&lt;/p&gt;</comment>
                            <comment id="236111" author="gerrit" created="Thu, 1 Nov 2018 05:05:15 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33534&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33534&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0dc18a1a4fc84f9d1c34a3a8cede8e89898c8f6f&lt;/p&gt;</comment>
                            <comment id="236112" author="gerrit" created="Thu, 1 Nov 2018 05:06:32 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33535&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33535&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_ea.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a054392107230b2283348ecef58e460385c15c86&lt;/p&gt;</comment>
                            <comment id="236113" author="gerrit" created="Thu, 1 Nov 2018 05:07:43 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33536&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33536&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_io.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6621039968a2ca0e9103fe72a99c8ffd3156d0be&lt;/p&gt;</comment>
                            <comment id="236117" author="gerrit" created="Thu, 1 Nov 2018 07:00:42 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33538&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33538&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_lock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f84785f24ba4b5e75652e3e98e866ae4979b8007&lt;/p&gt;</comment>
                            <comment id="236119" author="gerrit" created="Thu, 1 Nov 2018 07:03:04 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33539&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33539&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_offset.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b041430c988f3f04ca1182b9072ca6ca0bbc261e&lt;/p&gt;</comment>
                            <comment id="236120" author="gerrit" created="Thu, 1 Nov 2018 07:05:59 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33540&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33540&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_pack.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 52ebf22c8eeb93898d23d7ed88d8005adafcf3c7&lt;/p&gt;</comment>
                            <comment id="236121" author="gerrit" created="Thu, 1 Nov 2018 07:08:14 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33541&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33541&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_page.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 692035dd725d31a2937c530662c6346dcdfb8d11&lt;/p&gt;</comment>
                            <comment id="236122" author="gerrit" created="Thu, 1 Nov 2018 07:09:23 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33542&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33542&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c2e2b5f11e05f336168844720316b93b59249c40&lt;/p&gt;</comment>
                            <comment id="236123" author="gerrit" created="Thu, 1 Nov 2018 07:11:08 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33543&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33543&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lovsub_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b6388f6e5310427bf1226ca5054419fbcac0d5e9&lt;/p&gt;</comment>
                            <comment id="236124" author="gerrit" created="Thu, 1 Nov 2018 07:17:48 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33544&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33544&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lovsub_object.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9130751849ba00ea8738a3c286e972b8288ad1d6&lt;/p&gt;</comment>
                            <comment id="236128" author="adilger" created="Thu, 1 Nov 2018 09:18:25 +0000"  >&lt;p&gt;That&apos;s probably enough for now, until we get some of the patches landed. &lt;/p&gt;</comment>
                            <comment id="236198" author="gerrit" created="Fri, 2 Nov 2018 07:17:04 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/14105/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/14105/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: Enforce kernel coding style for libcfs/debug.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ef6881b898a824a61556a761bafb313da5aad51d&lt;/p&gt;</comment>
                            <comment id="236202" author="gerrit" created="Fri, 2 Nov 2018 07:17:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33409/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33409/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnd: create enum kib_dev_caps&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 51965d73a7ab75bc0f11c7c180d35a68f5571670&lt;/p&gt;</comment>
                            <comment id="236203" author="gerrit" created="Fri, 2 Nov 2018 07:17:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33501/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33501/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_test.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cefb39dc8a096009dcd48a5187da52a7c900d986&lt;/p&gt;</comment>
                            <comment id="236271" author="gerrit" created="Sat, 3 Nov 2018 02:54:09 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33564&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33564&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; quota: Fix style issues for qsd_lock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8eddb410d6da0843eab861762c04390f8b9ec2ba&lt;/p&gt;</comment>
                            <comment id="236273" author="gerrit" created="Sat, 3 Nov 2018 07:10:06 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33566&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33566&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lmv: Fix style issues for lmv_fld.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c9e2c49cb311458af066ebde9a0720b01051fd01&lt;/p&gt;</comment>
                            <comment id="236275" author="gerrit" created="Sat, 3 Nov 2018 08:39:15 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33567&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33567&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ofd: Fix style issues for ofd_obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c2c0f3d8b37a6f8ce0f7aa1b0950a4ae1ed6a7aa&lt;/p&gt;</comment>
                            <comment id="236378" author="gerrit" created="Tue, 6 Nov 2018 06:40:10 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32984/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32984/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_mount.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cbcfb4f7ff81ce1887cb57c674b8e9d5da498dcf&lt;/p&gt;</comment>
                            <comment id="236380" author="gerrit" created="Tue, 6 Nov 2018 06:40:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33530/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for dt_object.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 065f76ea52a250ae86ba2dcd0d0bc5b3020a9bd4&lt;/p&gt;</comment>
                            <comment id="236381" author="gerrit" created="Tue, 6 Nov 2018 06:40:29 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33531/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eee8a4580521f57faab7054f4efb862bb700ed6a&lt;/p&gt;</comment>
                            <comment id="236382" author="gerrit" created="Tue, 6 Nov 2018 06:40:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33532/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33532/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_ioctl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a0e37a63fce9b2ffbebb12705fda010693e98099&lt;/p&gt;</comment>
                            <comment id="236383" author="gerrit" created="Tue, 6 Nov 2018 06:40:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33534/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33534/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a51b725a51c94e8dd838ab3f498794cd370f00bb&lt;/p&gt;</comment>
                            <comment id="236384" author="gerrit" created="Tue, 6 Nov 2018 06:40:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33539/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33539/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_offset.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6e4885ea71f32f5e75b2ebbe9d1692e05ca2caa2&lt;/p&gt;</comment>
                            <comment id="236385" author="gerrit" created="Tue, 6 Nov 2018 06:40:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33540/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33540/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_pack.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e64e4b4a2285a422be5a9d35687899105870c9b2&lt;/p&gt;</comment>
                            <comment id="236386" author="gerrit" created="Tue, 6 Nov 2018 06:40:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33542/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33542/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 82c3469197a742de83e73b32a00f246b86b7d734&lt;/p&gt;</comment>
                            <comment id="236387" author="gerrit" created="Tue, 6 Nov 2018 06:40:53 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33543/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33543/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lovsub_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6cd0d6109d8891811c226a403931ad2216a2af1d&lt;/p&gt;</comment>
                            <comment id="236388" author="gerrit" created="Tue, 6 Nov 2018 06:40:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33544/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33544/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lovsub_object.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8441b15ea4d715b05f1a60eba5a0ac053cb1509f&lt;/p&gt;</comment>
                            <comment id="236457" author="gerrit" created="Tue, 6 Nov 2018 17:13:52 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33594&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33594&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: Fix style issues for lod_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f7d47f16e700891fddc4798c7973a4432c242821&lt;/p&gt;</comment>
                            <comment id="236513" author="gerrit" created="Wed, 7 Nov 2018 04:50:59 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33600&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33600&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for fld_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1fb567d7fdec1cfa2171686aebc771c591481354&lt;/p&gt;</comment>
                            <comment id="236516" author="gerrit" created="Wed, 7 Nov 2018 05:09:21 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33601&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33601&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for fld_index.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f0bb18a8d2ce11de3ddd6fc910b46ef338d949ca&lt;/p&gt;</comment>
                            <comment id="236518" author="gerrit" created="Wed, 7 Nov 2018 05:56:08 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33602&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33602&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for fld_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4e68ae738ac0652dc637e363535fca42ed14fec5&lt;/p&gt;</comment>
                            <comment id="236584" author="gerrit" created="Wed, 7 Nov 2018 18:46:09 +0000"  >&lt;p&gt;John L. Hammond (jhammond@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33615&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33615&lt;/a&gt;&lt;br/&gt;
Subject: Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_mount.c&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 37676f24031cfbaa1d373f1a69b0c458327d13ed&lt;/p&gt;</comment>
                            <comment id="236600" author="simmonsja" created="Wed, 7 Nov 2018 21:52:31 +0000"  >&lt;p&gt;Looking at the obd_mount.c code I don&apos;t trust the&#160;MGC_IDX_LEN voodoo. I&apos;m testing a cleanup under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9325&quot; title=&quot;Improve lustre kernel string handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9325&quot;&gt;LU-9325&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="236608" author="gerrit" created="Wed, 7 Nov 2018 22:33:57 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33615/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33615/&lt;/a&gt;&lt;br/&gt;
Subject: Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_mount.c&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a7a0e1fe0dedd851be4783a821e112181d6acba7&lt;/p&gt;</comment>
                            <comment id="236774" author="gerrit" created="Sat, 10 Nov 2018 05:22:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33535/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33535/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_ea.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5e7c387b13b0566c218605ef030401d54420492f&lt;/p&gt;</comment>
                            <comment id="236775" author="gerrit" created="Sat, 10 Nov 2018 05:22:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33564/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33564/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; quota: Fix style issues for qsd_lock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 79d5e5f22062b4b5e95f0f7b69cbdab046d45031&lt;/p&gt;</comment>
                            <comment id="236887" author="gerrit" created="Tue, 13 Nov 2018 06:14:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33500/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33500/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lprocfs_status.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 31a690291b077646d6f42e0c90ce81bb3938deda&lt;/p&gt;</comment>
                            <comment id="236888" author="gerrit" created="Tue, 13 Nov 2018 06:14:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33502/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33502/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for llog_swab.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 09427dbf40ca6895e8f9a78324eec0a048a98684&lt;/p&gt;</comment>
                            <comment id="236889" author="gerrit" created="Tue, 13 Nov 2018 06:14:39 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33533/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33533/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for idmap.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9caed75a3624c76ce54654ed684fe56efb93f342&lt;/p&gt;</comment>
                            <comment id="236890" author="gerrit" created="Tue, 13 Nov 2018 06:14:43 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33536/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33536/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_io.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7e4ce69298e0fd716dcd5419d3e871112a4d250b&lt;/p&gt;</comment>
                            <comment id="236891" author="gerrit" created="Tue, 13 Nov 2018 06:14:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33538/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33538/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_lock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 13b096c6035da1b8769c065937000b506ce3a2fd&lt;/p&gt;</comment>
                            <comment id="236892" author="gerrit" created="Tue, 13 Nov 2018 06:14:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33541/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33541/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_page.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: afc0f310233e30edeadaf65b99a7fd952fe0e0c6&lt;/p&gt;</comment>
                            <comment id="236893" author="gerrit" created="Tue, 13 Nov 2018 06:15:01 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33567/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33567/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ofd: Fix style issues for ofd_obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0b3413ea177bb7875118dc3c76c6eececb0d5337&lt;/p&gt;</comment>
                            <comment id="236894" author="gerrit" created="Tue, 13 Nov 2018 06:15:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33600/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33600/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for fld_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bf037ae2965700c9ba05d2dffc75be7922575100&lt;/p&gt;</comment>
                            <comment id="236895" author="gerrit" created="Tue, 13 Nov 2018 06:15:09 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33601/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33601/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for fld_index.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b14c68c5d1935bc2445863e12237c6f8a0db0f0c&lt;/p&gt;</comment>
                            <comment id="236896" author="gerrit" created="Tue, 13 Nov 2018 06:15:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33602/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33602/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for fld_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2730005e1478db28c0cb50a12e5d40c9a8b81a47&lt;/p&gt;</comment>
                            <comment id="237420" author="gerrit" created="Sat, 24 Nov 2018 10:32:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33712&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33712&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mgs: Fix style issues for mgs_fs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c05e896eed9652f374eca80d4373ccd82739590b&lt;/p&gt;</comment>
                            <comment id="237423" author="gerrit" created="Sun, 25 Nov 2018 09:01:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33713&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mgs: Fix style issues for mgs_nids.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3223bb64d5b19499cec9813767c2f3cac82ad540&lt;/p&gt;</comment>
                            <comment id="238213" author="gerrit" created="Sat, 8 Dec 2018 10:29:09 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33808&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33808&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for glimpse.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 27e485149c4cb1b719a8734f53ab26b85086f911&lt;/p&gt;</comment>
                            <comment id="238214" author="gerrit" created="Sat, 8 Dec 2018 11:12:23 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33809&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33809&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for llite_nfs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cf1a4f336016ffbdbc49d84fd35b85552d9643e6&lt;/p&gt;</comment>
                            <comment id="238219" author="gerrit" created="Sat, 8 Dec 2018 14:39:00 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33810&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33810&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for lcommon_misc.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: eac5848def7104ab112204dbacf907258899f561&lt;/p&gt;</comment>
                            <comment id="238221" author="gerrit" created="Sat, 8 Dec 2018 15:52:18 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33811&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33811&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for symlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2745fb41248e2f66db0352a5da2eafa41508bdbb&lt;/p&gt;</comment>
                            <comment id="238456" author="simmonsja" created="Wed, 12 Dec 2018 17:33:04 +0000"  >&lt;p&gt;While the llite cleanups are great we should wait to land them until have the PCC work lands which seems to right after the 2.12 window opens.&lt;/p&gt;</comment>
                            <comment id="239328" author="gerrit" created="Fri, 4 Jan 2019 04:45:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33566/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33566/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lmv: Fix style issues for lmv_fld.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 72ee63625055d94cf7819586f097c9d9a07b7b3b&lt;/p&gt;</comment>
                            <comment id="239329" author="gerrit" created="Fri, 4 Jan 2019 04:45:42 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33594/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33594/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: Fix style issues for lod_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 263401f804eb108da2b09ba95bbd441857281c95&lt;/p&gt;</comment>
                            <comment id="239330" author="gerrit" created="Fri, 4 Jan 2019 04:45:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33712/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33712/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mgs: Fix style issues for mgs_fs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 28e5420434dceae977e9dc493086b68079c76301&lt;/p&gt;</comment>
                            <comment id="239332" author="gerrit" created="Fri, 4 Jan 2019 04:45:56 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33808/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33808/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for glimpse.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6d47f2b35118a75f65a5557a27eaade99d135f1b&lt;/p&gt;</comment>
                            <comment id="239333" author="gerrit" created="Fri, 4 Jan 2019 04:45:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33809/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33809/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for llite_nfs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c648f5ddc3e84705df02b43d202d794fde93e3a6&lt;/p&gt;</comment>
                            <comment id="239334" author="gerrit" created="Fri, 4 Jan 2019 04:46:03 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33810/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33810/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for lcommon_misc.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: aac46ee4f871af7f5e877490dc957f3c60547771&lt;/p&gt;</comment>
                            <comment id="239335" author="gerrit" created="Fri, 4 Jan 2019 04:46:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33811/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33811/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for symlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e486703b5278cfd70f31929351f94d519a177135&lt;/p&gt;</comment>
                            <comment id="242882" author="gerrit" created="Wed, 27 Feb 2019 02:01:04 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33713/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33713/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mgs: Fix style issues for mgs_nids.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a2c73143f80cc729ace0adc20af4e0baca9c1ad8&lt;/p&gt;</comment>
                            <comment id="243231" author="gerrit" created="Sat, 2 Mar 2019 20:45:25 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34366&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34366&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_mount.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1e289a2b57d218f6ab4383c334f96b04c6da96f5&lt;/p&gt;</comment>
                            <comment id="244038" author="gerrit" created="Fri, 15 Mar 2019 23:46:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34366/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34366/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_mount.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8ea727f0a74d392711abf79f01d29c2a328574bb&lt;/p&gt;</comment>
                            <comment id="244072" author="gerrit" created="Sat, 16 Mar 2019 17:03:35 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34436&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34436&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for create_iam.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 124c852f8953a7eb3976c24d8cc1bf950d1b30d8&lt;/p&gt;</comment>
                            <comment id="244074" author="gerrit" created="Sat, 16 Mar 2019 18:59:13 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34437&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34437&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for l_getidentity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 35e329c24ea4c595f693014ddb854db81d23d7d8&lt;/p&gt;</comment>
                            <comment id="244075" author="gerrit" created="Sat, 16 Mar 2019 21:22:42 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34438&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34438&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for libiam.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5f50d0e716c0fbbdf0e10a8f089dc2e05b60789c&lt;/p&gt;</comment>
                            <comment id="244077" author="gerrit" created="Sun, 17 Mar 2019 06:28:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34439&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34439&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for mount_utils.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a5f3b2cf8d39fd006405e9b60edbbcc9623513c5&lt;/p&gt;</comment>
                            <comment id="244242" author="gerrit" created="Tue, 19 Mar 2019 17:21:19 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34452&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34452&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: Fix style issues for lod_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 90cf3f79709cbe5bbc5cdee76e546c10bdab9013&lt;/p&gt;</comment>
                            <comment id="244265" author="adilger" created="Tue, 19 Mar 2019 19:40:12 +0000"  >&lt;p&gt;Arshad, thanks as always for continuing your efforts in this area.&lt;/p&gt;

&lt;p&gt;I ran a quick check (script attached, &lt;tt&gt;usage: git tabcheck &lt;span class=&quot;error&quot;&gt;&amp;#91;dir ...&amp;#93;&lt;/span&gt;&lt;/tt&gt;) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/attachment/32271/32271_git-tabcheck&quot; title=&quot;git-tabcheck attached to LU-6142&quot;&gt;git-tabcheck&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.whamcloud.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; and it looks like we are doing pretty well in most places, but there are still a few subsystems that need further cleanup.  In particular, &lt;tt&gt;obdecho&lt;/tt&gt;, &lt;tt&gt;ldlm&lt;/tt&gt;, &lt;tt&gt;mgc&lt;/tt&gt;, and &lt;tt&gt;ptlrpc&lt;/tt&gt; are below 80%, and the test scripts also need some attention.  You might consider to make a separate LU ticket for the test script cleanups so that this one can finally be retired once the code is fully converted.&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git tabcheck lustre/*
contrib:         loc=474    tabs=32       (6%) space=178    (37%) 15%       
fid:             loc=2437   tabs=1194    (48%) space=168     (6%) 87%       
fld:             loc=2821   tabs=1416    (50%) space=171     (6%) 89%       
include:         loc=40554  tabs=15598   (38%) space=3814    (9%) 80%       
kernel_patches:  loc=88     tabs=18      (20%) space=14     (15%) 56%       
ldlm:            loc=19559  tabs=8916    (45%) space=3646   (18%) 70%       
lfsck:           loc=24857  tabs=18122   (72%) space=0       (0%) 100%      
llite:           loc=27712  tabs=16196   (58%) space=2108    (7%) 88%       
lmv:             loc=4606   tabs=2802    (60%) space=398     (8%) 87%       
lod:             loc=17816  tabs=11592   (65%) space=2       (0%) 99%       
lov:             loc=10862  tabs=5938    (54%) space=916     (8%) 86%       
mdc:             loc=8671   tabs=5248    (60%) space=709     (8%) 88%       
mdd:             loc=13411  tabs=8457    (63%) space=579     (4%) 93%       
mdt:             loc=26979  tabs=17238   (63%) space=1341    (4%) 92%       
mgc:             loc=2668   tabs=1448    (54%) space=415    (15%) 77%       
mgs:             loc=10633  tabs=6618    (62%) space=1056    (9%) 86%       
obdclass:        loc=37011  tabs=20968   (56%) space=2158    (5%) 90%       
obdecho:         loc=4358   tabs=1808    (41%) space=1064   (24%) 62%       
ofd:             loc=10909  tabs=6655    (61%) space=0       (0%) 100%      
osc:             loc=12898  tabs=7986    (61%) space=804     (6%) 90%       
osd-ldiskfs:     loc=26312  tabs=15808   (60%) space=1093    (4%) 93%       
osd-zfs:         loc=13523  tabs=8818    (65%) space=1       (0%) 99%       
osp:             loc=13760  tabs=8436    (61%) space=1       (0%) 99%       
ost:             loc=551    tabs=333     (60%) space=13      (2%) 96%       
ptlrpc:          loc=62617  tabs=29590   (47%) space=10582  (16%) 73%       
quota:           loc=12107  tabs=7309    (60%) space=3       (0%) 99%       
scripts:         loc=321    tabs=145     (45%) space=42     (13%) 77%       
target:          loc=14715  tabs=9695    (65%) space=1       (0%) 99%       
tests:           loc=116223 tabs=65723   (56%) space=11499   (9%) 85%       
utils:           loc=73370  tabs=44321   (60%) space=6984    (9%) 86%   
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; </comment>
                            <comment id="244275" author="arshad512" created="Wed, 20 Mar 2019 01:47:45 +0000"  >&lt;p&gt;Andreas, Thanks.&lt;/p&gt;

&lt;p&gt;I am on it. Will get the rest of them done quickly. And Will open new LU for test scripts.&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Arshad&lt;/p&gt;</comment>
                            <comment id="244354" author="gerrit" created="Thu, 21 Mar 2019 03:42:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33082/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33082/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for obd_config.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 07911aedd161348867a6126fce2fedc633e5e89e&lt;/p&gt;</comment>
                            <comment id="244531" author="gerrit" created="Fri, 22 Mar 2019 14:49:37 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34489&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34489&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdecho: Fix style issues for echo_client.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c23fe88cdd4611c96a512aa6837c83654ed475f2&lt;/p&gt;</comment>
                            <comment id="244532" author="gerrit" created="Fri, 22 Mar 2019 14:53:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34490&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34490&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdecho: Fix style issues for echo.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 21523bc701f5b443bd4e8ba21a42eed9dd8beffd&lt;/p&gt;</comment>
                            <comment id="244540" author="gerrit" created="Fri, 22 Mar 2019 17:15:25 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34491&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34491&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_plain.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1c6b88229e33ceb4acc0d8976585621c20b485bf&lt;/p&gt;</comment>
                            <comment id="244547" author="gerrit" created="Fri, 22 Mar 2019 18:25:07 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34492&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34492&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_resource.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 710d1b3219335442bd4d9325093eccf832f8c8d0&lt;/p&gt;</comment>
                            <comment id="244579" author="gerrit" created="Sat, 23 Mar 2019 07:30:12 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34495&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34495&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_lib.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 09bdac4794b319d1a70fb2e6f7a71ce4b6a91164&lt;/p&gt;</comment>
                            <comment id="244593" author="gerrit" created="Sun, 24 Mar 2019 02:56:02 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34497&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34497&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_pool.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d3250ad3f2fb60acc39e1b2aebdf6f6fc8088fe3&lt;/p&gt;</comment>
                            <comment id="244598" author="gerrit" created="Sun, 24 Mar 2019 14:35:57 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34498&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34498&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for interval_tree.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1f099315ac4da944208f23ed2bf61014c742f7cb&lt;/p&gt;</comment>
                            <comment id="244941" author="gerrit" created="Sat, 30 Mar 2019 02:46:19 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34544&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34544&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_locked.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 934956d5d7a759ee840f4b20b87ad4ca558bcbe4&lt;/p&gt;</comment>
                            <comment id="244942" author="gerrit" created="Sat, 30 Mar 2019 06:12:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34545&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34545&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 89f2b738da13332d408a8455190cd83be905ce8f&lt;/p&gt;</comment>
                            <comment id="244943" author="gerrit" created="Sat, 30 Mar 2019 06:12:17 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34546&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34546&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b03abc0b0e340c0affd57e5dd0e2c17934dc055b&lt;/p&gt;</comment>
                            <comment id="244950" author="gerrit" created="Sat, 30 Mar 2019 16:21:22 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34547&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34547&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ea6c5b8d39c43f595164599aed018e6f9c575619&lt;/p&gt;</comment>
                            <comment id="244953" author="gerrit" created="Sat, 30 Mar 2019 18:22:49 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34548&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_bulk.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 23261ae3ea5763a09939c981ecb50bdc012207a1&lt;/p&gt;</comment>
                            <comment id="244954" author="gerrit" created="Sat, 30 Mar 2019 18:42:15 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34549&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34549&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_null.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: efc58c56a654c1e937dda7cef9c8b37613367324&lt;/p&gt;</comment>
                            <comment id="244955" author="gerrit" created="Sat, 30 Mar 2019 19:17:17 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34550&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34550&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_plain.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7bc330ca66b77ebb8a41e5aa64e2e2735a2c80e0&lt;/p&gt;</comment>
                            <comment id="244956" author="gerrit" created="Sat, 30 Mar 2019 20:25:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34551&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34551&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_gc.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d7d0e4aa3c525ff10b816c2bdf2f5aa0e37165d2&lt;/p&gt;</comment>
                            <comment id="244973" author="gerrit" created="Mon, 1 Apr 2019 06:19:09 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34452/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34452/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: Fix style issues for lod_dev.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e0440439285402ab9fcfb7a566cd0812b9bcbaf2&lt;/p&gt;</comment>
                            <comment id="244995" author="gerrit" created="Mon, 1 Apr 2019 07:22:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34436/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for create_iam.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 73f3bc50f72fb95cb48a9ccc47cf51c15350400f&lt;/p&gt;</comment>
                            <comment id="244996" author="gerrit" created="Mon, 1 Apr 2019 07:22:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34437/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34437/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for l_getidentity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4e840d9d744e4910ac859b3f5918a641ada03443&lt;/p&gt;</comment>
                            <comment id="245249" author="gerrit" created="Thu, 4 Apr 2019 15:51:25 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34597&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34597&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ee7800b1188a7ddd35885119f8ae5c8a5193ebbf&lt;/p&gt;</comment>
                            <comment id="245298" author="gerrit" created="Fri, 5 Apr 2019 17:08:42 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34604&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34604&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ptlrpcd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4dd7f20367eac52457489baa75d239c453dee510&lt;/p&gt;</comment>
                            <comment id="245299" author="gerrit" created="Fri, 5 Apr 2019 17:11:57 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34605&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34605&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for service.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 91eee8aaed36c3225958879e5355aade78fd09ff&lt;/p&gt;</comment>
                            <comment id="245352" author="gerrit" created="Mon, 8 Apr 2019 05:31:55 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34497/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34497/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_pool.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c9d03eb6d6026047983f2cb293f72aa9a7bdbb28&lt;/p&gt;</comment>
                            <comment id="245689" author="gerrit" created="Sat, 13 Apr 2019 04:49:04 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34544/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34544/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_lockd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5275c82c67d9f2b41c324421e786ce208866e65a&lt;/p&gt;</comment>
                            <comment id="245690" author="gerrit" created="Sat, 13 Apr 2019 04:49:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34547/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34547/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3a56c0e5f42ff94e435980911c69ee674c75b823&lt;/p&gt;</comment>
                            <comment id="245691" author="gerrit" created="Sat, 13 Apr 2019 04:49:13 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34548/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34548/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_bulk.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a294ea9a0e0494af345c2203a691b3bf16ac9dbd&lt;/p&gt;</comment>
                            <comment id="245692" author="gerrit" created="Sat, 13 Apr 2019 04:49:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34604/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34604/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ptlrpcd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f64aeebfceb306694f42688038f70197ac809a69&lt;/p&gt;</comment>
                            <comment id="245987" author="gerrit" created="Thu, 18 Apr 2019 13:47:14 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34701&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34701&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for pinger.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b18cf755c97d2c7f515e51e8872a04f9df2de63e&lt;/p&gt;</comment>
                            <comment id="246712" author="gerrit" created="Sat, 4 May 2019 14:32:51 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34803&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34803&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for client.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8ea80ab1edd6f546d9dad43b74704f6cbf4a3414&lt;/p&gt;</comment>
                            <comment id="246830" author="gerrit" created="Wed, 8 May 2019 06:05:00 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34498/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34498/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for interval_tree.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e530a34bd47fdb8d795fb5888f07e650971b484a&lt;/p&gt;</comment>
                            <comment id="246831" author="gerrit" created="Wed, 8 May 2019 06:05:04 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34549/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34549/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_null.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7d00fbae100b5abf2904121c5e02057cefa63d09&lt;/p&gt;</comment>
                            <comment id="246832" author="gerrit" created="Wed, 8 May 2019 06:05:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34605/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34605/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for service.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cb82520d2474ab57685b32464ff4b25e05dfbef9&lt;/p&gt;</comment>
                            <comment id="247361" author="gerrit" created="Sat, 18 May 2019 06:22:34 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34900&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34900&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for llog_client.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 37db7a37bfd8d5bdf0397f800590454f51aa08f3&lt;/p&gt;</comment>
                            <comment id="247904" author="gerrit" created="Wed, 29 May 2019 04:24:39 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34492/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34492/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_resource.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d7627feb45945c7e8705100a9f3ab59cde5182a8&lt;/p&gt;</comment>
                            <comment id="247905" author="gerrit" created="Wed, 29 May 2019 04:24:42 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34550/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34550/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_plain.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4f711677d5e5bd18f34abc3c81b0b948ba8da50c&lt;/p&gt;</comment>
                            <comment id="247906" author="gerrit" created="Wed, 29 May 2019 04:24:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34551/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34551/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec_gc.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 930d88e71d16c81a70f0e3c0b55e9c0c45344118&lt;/p&gt;</comment>
                            <comment id="247907" author="gerrit" created="Wed, 29 May 2019 04:24:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34597/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34597/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for sec.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 80271b9f94532a091a38366f03f2b4df310456a9&lt;/p&gt;</comment>
                            <comment id="247908" author="gerrit" created="Wed, 29 May 2019 04:24:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34803/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34803/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for client.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c3cc11a40ff6188c01b0eb9825ef4fa7617af448&lt;/p&gt;</comment>
                            <comment id="247909" author="gerrit" created="Wed, 29 May 2019 04:24:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34900/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34900/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for llog_client.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b0372d3462004bec7e341a97f56628494c560f39&lt;/p&gt;</comment>
                            <comment id="248174" author="gerrit" created="Sat, 1 Jun 2019 03:58:40 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34491/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34491/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_plain.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4f6be250fdfa6530886597d13d3d1377c90e20a7&lt;/p&gt;</comment>
                            <comment id="249325" author="gerrit" created="Sun, 16 Jun 2019 03:23:11 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34701/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34701/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for pinger.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 15fbaeaf13fda624999ef0f045750db93a1fdb90&lt;/p&gt;</comment>
                            <comment id="250181" author="gerrit" created="Thu, 27 Jun 2019 21:34:20 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34439/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34439/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for mount_utils.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fec90e0dd9958ae570022cc9f98ff3108e772d7c&lt;/p&gt;</comment>
                            <comment id="250182" author="gerrit" created="Thu, 27 Jun 2019 21:34:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34490/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34490/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdecho: Fix style issues for echo.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f9b0f295377a53b89bfeb09d7e5a178aeb8eb468&lt;/p&gt;</comment>
                            <comment id="250183" author="gerrit" created="Thu, 27 Jun 2019 21:34:27 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34495/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34495/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_lib.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 939cdd034e7b4572a8889a0d7f3da86bd22452ba&lt;/p&gt;</comment>
                            <comment id="250356" author="gerrit" created="Sat, 29 Jun 2019 07:37:00 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35382&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35382&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; util: Fix style issues for l_ioctl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: eac1fc9470234fba1061b7bbf30f5f1d89321cec&lt;/p&gt;</comment>
                            <comment id="250359" author="gerrit" created="Sat, 29 Jun 2019 10:17:03 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35384&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35384&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; util: Fix style issues for parser.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e0f11679df8075e9cf73cda17459fbc0e777bfbe&lt;/p&gt;</comment>
                            <comment id="250753" author="arshad512" created="Fri, 5 Jul 2019 16:42:29 +0000"  >&lt;p&gt;Hi, Andreas,James,&lt;/p&gt;

&lt;p&gt;&quot;tabcheck.sh&quot; status on latest master&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;obdecho patch (&lt;a href=&quot;https://review.whamcloud.com/#/c/34489/)&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34489/)&lt;/a&gt; Is still working it way through maloo. Once this is landed we should see the &apos;68%&apos; bump up. This is a fairly large patch.&lt;/li&gt;
	&lt;li&gt;utils, similarly should improve. There are 3 patch in pipeline.&lt;/li&gt;
	&lt;li&gt;&apos;ptlrpc&apos;, tests and scripts are next target&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Arshad&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# bash ./tabcheck.sh lustre/*
contrib:         loc=474    tabs=240     (50%) space=178    (37%) 57%
fid:             loc=2437   tabs=1138    (46%) space=168     (6%) 87%
fld:             loc=2822   tabs=1311    (46%) space=171     (6%) 88%
include:         loc=41044  tabs=21507   (52%) space=3795    (9%) 85%
kernel_patches:  loc=88     tabs=28      (31%) space=14     (15%) 66%
ldlm:            loc=19963  tabs=9813    (49%) space=1083    (5%) 90%
lfsck:           loc=24917  tabs=13662   (54%) space=0       (0%) 100%
llite:           loc=31796  tabs=15582   (49%) space=2086    (6%) 88%
lmv:             loc=5351   tabs=2823    (52%) space=351     (6%) 88%
lod:             loc=18134  tabs=10087   (55%) space=2       (0%) 99%
lov:             loc=10991  tabs=5633    (51%) space=892     (8%) 86%
mdc:             loc=8973   tabs=4399    (49%) space=670     (7%) 86%
mdd:             loc=13477  tabs=6893    (51%) space=578     (4%) 92%
mdt:             loc=27478  tabs=14292   (52%) space=1284    (4%) 91%
mgc:             loc=2665   tabs=1265    (47%) space=415    (15%) 75%
mgs:             loc=10632  tabs=5380    (50%) space=1056    (9%) 83%
obdclass:        loc=37756  tabs=18770   (49%) space=1592    (4%) 92%
obdecho:         loc=4370   tabs=2048    (46%) space=945    (21%) 68%
ofd:             loc=10319  tabs=5374    (52%) space=0       (0%) 100%
osc:             loc=12900  tabs=6846    (53%) space=780     (6%) 89%
osd-ldiskfs:     loc=26418  tabs=13337   (50%) space=1087    (4%) 92%
osd-zfs:         loc=13552  tabs=6706    (49%) space=1       (0%) 99%
osp:             loc=13685  tabs=7423    (54%) space=1       (0%) 99%
ost:             loc=551    tabs=335     (60%) space=13      (2%) 96%
ptlrpc:          loc=62793  tabs=32774   (52%) space=7430   (11%) 81%
quota:           loc=12067  tabs=6514    (53%) space=3       (0%) 99%
scripts:         loc=321    tabs=139     (43%) space=42     (13%) 76%
target:          loc=15377  tabs=9000    (58%) space=1       (0%) 99%
tests:           loc=120672 tabs=67316   (55%) space=11393   (9%) 85%
utils:           loc=75861  tabs=41216   (54%) space=6387    (8%) 86%
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="250796" author="gerrit" created="Sat, 6 Jul 2019 17:47:40 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35433&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35433&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for cascading_rw.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: aba9ad3fd94acd0d6d6328817f4b4b4c467d6d48&lt;/p&gt;</comment>
                            <comment id="250797" author="gerrit" created="Sun, 7 Jul 2019 05:32:50 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35434&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35434&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mdsrate.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8d3d2a6b06e571b7754caa7a8e31f21b51f7c9a9&lt;/p&gt;</comment>
                            <comment id="250798" author="gerrit" created="Sun, 7 Jul 2019 05:53:53 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35435&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35435&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for createmany-mpi.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3d6dfe794d81969f57df27156e80cfa9defa1b59&lt;/p&gt;</comment>
                            <comment id="250799" author="gerrit" created="Sun, 7 Jul 2019 08:40:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35436&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35436&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for parallel_grouplock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6e5af17fa6a1ac15a6227418d26c717fd74618f5&lt;/p&gt;</comment>
                            <comment id="251323" author="gerrit" created="Sat, 13 Jul 2019 02:30:43 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35492&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35492&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for lp_utils.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1401ed56a8924112cae24433831c9aecf6e5f66c&lt;/p&gt;</comment>
                            <comment id="251327" author="gerrit" created="Sat, 13 Jul 2019 03:28:05 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35493&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35493&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for write_append_truncate.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4b569fd593e933072d7c57655664b6411514c2e0&lt;/p&gt;</comment>
                            <comment id="251329" author="gerrit" created="Sat, 13 Jul 2019 04:29:53 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35494&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35494&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for write_disjoint.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a43a1d48de4238abc91fbba08970644fcfe444f1&lt;/p&gt;</comment>
                            <comment id="251530" author="gerrit" created="Wed, 17 Jul 2019 06:21:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35433/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35433/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for cascading_rw.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2dc88e46692fd75a53171548db951e7b8c5cef52&lt;/p&gt;</comment>
                            <comment id="251752" author="gerrit" created="Sat, 20 Jul 2019 18:38:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34438/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34438/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for libiam.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0cf470648f8d289c03869cecd8e28f10173bae53&lt;/p&gt;</comment>
                            <comment id="251753" author="gerrit" created="Sat, 20 Jul 2019 18:38:10 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34489/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34489/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdecho: Fix style issues for echo_client.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c163d83406d63a53ddc3da7d83def935f65816b4&lt;/p&gt;</comment>
                            <comment id="252232" author="gerrit" created="Tue, 30 Jul 2019 06:14:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35492/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35492/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for lp_utils.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 75c4a071fb1d6a136c84b26c1f2b0773e22474e2&lt;/p&gt;</comment>
                            <comment id="252233" author="gerrit" created="Tue, 30 Jul 2019 06:14:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35493/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35493/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for write_append_truncate.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c47cacf2335c3bb6020bf43a97afa6ff377a00c7&lt;/p&gt;</comment>
                            <comment id="252234" author="gerrit" created="Tue, 30 Jul 2019 06:14:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35494/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for write_disjoint.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6702f1668d5a824335447f3ae95371b2206ea8c7&lt;/p&gt;</comment>
                            <comment id="252963" author="gerrit" created="Mon, 12 Aug 2019 15:40:53 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35773&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35773&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: Fix style issues for linux-tracefile.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a9063af2d2bf0919886fd08aab2c1016b9ec56e0&lt;/p&gt;</comment>
                            <comment id="253050" author="gerrit" created="Thu, 15 Aug 2019 07:51:39 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35382/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35382/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; util: Fix style issues for l_ioctl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e6a8e3b3478cac9c6b43ba719209e128ecfec876&lt;/p&gt;</comment>
                            <comment id="253051" author="gerrit" created="Thu, 15 Aug 2019 07:51:43 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35384/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; util: Fix style issues for parser.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ea3ec6a2a75f0a9fc0497ae90c73d309be7cc205&lt;/p&gt;</comment>
                            <comment id="253052" author="gerrit" created="Thu, 15 Aug 2019 07:51:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35434/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35434/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mdsrate.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ea8006dd6fdc4f3e6a80d9d79246533019638942&lt;/p&gt;</comment>
                            <comment id="253053" author="gerrit" created="Thu, 15 Aug 2019 07:51:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35435/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35435/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for createmany-mpi.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4238a31fb0b698522b681e869e3e9115caffcab1&lt;/p&gt;</comment>
                            <comment id="253054" author="gerrit" created="Thu, 15 Aug 2019 07:51:56 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35436/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for parallel_grouplock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2cf82b6f666cb2ed4484e8675bea1f2df43fc56e&lt;/p&gt;</comment>
                            <comment id="253243" author="gerrit" created="Sun, 18 Aug 2019 14:01:21 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35813&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35813&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mcreate.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 470eace0340b3611ef9630e811e9da100621d164&lt;/p&gt;</comment>
                            <comment id="253244" author="gerrit" created="Sun, 18 Aug 2019 14:03:18 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35814&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35814&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for checkstat.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1eaaea6fe0533870b1d9137092a3798f9b6e568f&lt;/p&gt;</comment>
                            <comment id="253245" author="gerrit" created="Sun, 18 Aug 2019 14:04:00 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35815&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35815&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for chownmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7645201c7b8a986e8f359794c87ec8bc162a9241&lt;/p&gt;</comment>
                            <comment id="253246" author="gerrit" created="Sun, 18 Aug 2019 14:04:31 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35816&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35816&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for directio.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3ceabdf31d8cf9d919ca23147833eb07340df7f8&lt;/p&gt;</comment>
                            <comment id="253247" author="gerrit" created="Sun, 18 Aug 2019 14:04:59 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35817&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35817&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for flock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1afeb8c70418e5811293303822e1336c9cd8115d&lt;/p&gt;</comment>
                            <comment id="253248" author="gerrit" created="Sun, 18 Aug 2019 14:05:30 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35818&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35818&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for iam_ut.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2997ec25105f5a87797602fb72041d210f98d012&lt;/p&gt;</comment>
                            <comment id="253249" author="gerrit" created="Sun, 18 Aug 2019 14:06:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35819&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35819&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for ll_dirstripe_verify.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 14ec82f64e2b3547f1e5df2a68786f39420ae8ae&lt;/p&gt;</comment>
                            <comment id="253250" author="gerrit" created="Sun, 18 Aug 2019 14:06:48 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35820&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35820&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for ll_sparseness_verify.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1889397cf2341d8e8b715482067e296c135952dc&lt;/p&gt;</comment>
                            <comment id="253251" author="gerrit" created="Sun, 18 Aug 2019 14:12:52 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35821&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35821&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for ll_sparseness_write.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f719be32f93cd6134ec13cb47faef06f8e8606bc&lt;/p&gt;</comment>
                            <comment id="253252" author="gerrit" created="Sun, 18 Aug 2019 14:16:04 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35822&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35822&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for lp_utils.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f408ca8ac262d3e96ef4db3fde09e86cb176340d&lt;/p&gt;</comment>
                            <comment id="253253" author="gerrit" created="Sun, 18 Aug 2019 14:23:12 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35823&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35823&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for llog_net.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9360e6878805871ed4edd1c980c50738850952f7&lt;/p&gt;</comment>
                            <comment id="253339" author="gerrit" created="Wed, 21 Aug 2019 04:52:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35773/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35773/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: Fix style issues for linux-tracefile.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 003096c7e3e2bbbd2ccc2082a88a9f7dc3b44000&lt;/p&gt;</comment>
                            <comment id="253465" author="gerrit" created="Fri, 23 Aug 2019 01:41:34 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35883&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35883&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: remove unused ldlm_server_conn&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d184b2615dc51499e19509e433b6f21c37c7f3e2&lt;/p&gt;</comment>
                            <comment id="253466" author="gerrit" created="Fri, 23 Aug 2019 01:41:35 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35888&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35888&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove sub_reenter field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bc75176f68070129593e84f606a42d8ffe748423&lt;/p&gt;</comment>
                            <comment id="253467" author="gerrit" created="Fri, 23 Aug 2019 01:41:36 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35886&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35886&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove lti_iter field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 482a98080d753cb51df83db4f322ea5f983d6140&lt;/p&gt;</comment>
                            <comment id="253468" author="gerrit" created="Fri, 23 Aug 2019 01:41:36 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35884&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35884&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove lli_readdir_mutex&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bc654122e06dde88ce029a3fadce1259df276d91&lt;/p&gt;</comment>
                            <comment id="253469" author="gerrit" created="Fri, 23 Aug 2019 01:41:37 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35889&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35889&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: remove oti_descr oti_handle oti_plist&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e725dc2102eb90e1924134bdaf5cbee018cbf3d6&lt;/p&gt;</comment>
                            <comment id="253470" author="gerrit" created="Fri, 23 Aug 2019 01:41:37 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35887&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35887&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove ft_mtime field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2f5b7f991f42fad89d199982eefcfaad9c985a9a&lt;/p&gt;</comment>
                            <comment id="253471" author="gerrit" created="Fri, 23 Aug 2019 01:41:38 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35885&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35885&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove ll_umounting field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 673a1f3135abdefacad8e69e628064d3401130fd&lt;/p&gt;</comment>
                            <comment id="253472" author="gerrit" created="Fri, 23 Aug 2019 01:41:38 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35881&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35881&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove srv_threads from struct ptlrpc_service&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 332f2cf6692368b4323b45dbb7f48c21885e54a4&lt;/p&gt;</comment>
                            <comment id="253473" author="gerrit" created="Fri, 23 Aug 2019 01:41:39 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35875&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35875&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: remove fci_no_shrink field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fe06b351aa3ecd18616d85fc9030db802d05f175&lt;/p&gt;</comment>
                            <comment id="253474" author="gerrit" created="Fri, 23 Aug 2019 01:41:40 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35876&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35876&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldt_obd_type field of lu_device_type&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 30176236212ceed6dde0f285de97680b7269607e&lt;/p&gt;</comment>
                            <comment id="253476" author="gerrit" created="Fri, 23 Aug 2019 01:41:41 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35878&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35878&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llog: remove olg_cat_processing field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e404607d3ff65ccb190fb6770795a5ff95b9cef0&lt;/p&gt;</comment>
                            <comment id="253477" author="gerrit" created="Fri, 23 Aug 2019 01:41:41 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35877&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35877&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove imp_no_timeout field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0299aa8dc205f0254edddefcccb28a7934ce9976&lt;/p&gt;</comment>
                            <comment id="253478" author="gerrit" created="Fri, 23 Aug 2019 01:41:42 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35879&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35879&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove struct ptlrpc_bulk_page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b48c00ca1375d506adba583c7109c68f9aa38c94&lt;/p&gt;</comment>
                            <comment id="253479" author="gerrit" created="Fri, 23 Aug 2019 01:41:43 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35882&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35882&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove scp_nthrs_stopping field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 974ee72ef7436e029b12cf20601a33acd3b42cac&lt;/p&gt;</comment>
                            <comment id="253480" author="gerrit" created="Fri, 23 Aug 2019 01:41:43 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35890&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35890&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: remove oe_next_page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3caf7e028eef1eebb853ebe3a07bc85b7e93f20&lt;/p&gt;</comment>
                            <comment id="253481" author="gerrit" created="Fri, 23 Aug 2019 01:41:44 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35891&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35891&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; o2iblnd: remove some unused fields.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9b59de52c92eda84a259414c3b177f6f20a069c9&lt;/p&gt;</comment>
                            <comment id="253482" author="gerrit" created="Fri, 23 Aug 2019 01:41:44 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35880&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35880&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove bd_import_generation field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 75d027a5829ba4af3cfb9e430f0ab811141d316e&lt;/p&gt;</comment>
                            <comment id="253483" author="gerrit" created="Fri, 23 Aug 2019 01:41:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35892&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35892&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: remove ksnp_sharecount&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a05877e70a6a910384845356e5e1cbd847273704&lt;/p&gt;</comment>
                            <comment id="253526" author="gerrit" created="Fri, 23 Aug 2019 23:16:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35902&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35902&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mmap_sanity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 20a597e3cc7db7f765778b00eea78298c3d6e07d&lt;/p&gt;</comment>
                            <comment id="253527" author="gerrit" created="Fri, 23 Aug 2019 23:17:32 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35903&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35903&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mkdirmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9d6bfec3252da371c54b52fbc1a2fa57988bb93a&lt;/p&gt;</comment>
                            <comment id="253529" author="gerrit" created="Sat, 24 Aug 2019 00:30:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35904&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35904&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for multiop.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2e53a5c98ba678dcbeeacf98b7be786e557da369&lt;/p&gt;</comment>
                            <comment id="253530" author="gerrit" created="Sat, 24 Aug 2019 00:54:51 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35905&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35905&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for multifstat.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f796cab75a26011870b1ba1c4ac1e8c38b58e8d6&lt;/p&gt;</comment>
                            <comment id="253531" author="gerrit" created="Sat, 24 Aug 2019 06:37:48 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35906&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35906&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for writemany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3240cc53dbbd9526855c0dee3d100201154d83c&lt;/p&gt;</comment>
                            <comment id="253532" author="gerrit" created="Sat, 24 Aug 2019 06:38:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35907&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35907&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for openfilleddirunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b7e8f3ee24a8c7f3a1697ce0ccc00b70592fe2c7&lt;/p&gt;</comment>
                            <comment id="253533" author="gerrit" created="Sat, 24 Aug 2019 06:39:19 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35908&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35908&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for utime.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8815673eae09c87db9d3b05e81c7ff618155c060&lt;/p&gt;</comment>
                            <comment id="253534" author="gerrit" created="Sat, 24 Aug 2019 06:39:59 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35909&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35909&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for opendirunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b6852fe981a3fbfb7549bc743ab24f717a0fe1e6&lt;/p&gt;</comment>
                            <comment id="253535" author="gerrit" created="Sat, 24 Aug 2019 06:40:23 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35910&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35910&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for opendevunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2cd4e57ae529f44c38218914f26a51e99311d4e8&lt;/p&gt;</comment>
                            <comment id="253536" author="gerrit" created="Sat, 24 Aug 2019 06:41:11 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35911&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35911&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for openfile.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dd04105a8f54f01e63926070ee2c315b4e85524d&lt;/p&gt;</comment>
                            <comment id="253537" author="gerrit" created="Sat, 24 Aug 2019 06:43:19 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35912&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35912&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for munlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3e2c07e2e1ffbb718c901b3f67554e5d03c82ea7&lt;/p&gt;</comment>
                            <comment id="253564" author="gerrit" created="Mon, 26 Aug 2019 06:14:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35919&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35919&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: Fix some white-space issues ...&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e281e1d1174c0af16f1a4de53e3ed041a1db4bc6&lt;/p&gt;</comment>
                            <comment id="253565" author="gerrit" created="Mon, 26 Aug 2019 06:14:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35920&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35920&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mtd: use tabs to indent struct mdt_thread_info&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7fd3732dd71b1f22e0fd45e6ec5c30ac947634bb&lt;/p&gt;</comment>
                            <comment id="253566" author="gerrit" created="Mon, 26 Aug 2019 06:14:46 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35921&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35921&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: remouve unused field mti_wait_info.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dbdfbbe658d268b4613b3a0bf8b2e49a3c8dbf5f&lt;/p&gt;</comment>
                            <comment id="253815" author="gerrit" created="Thu, 29 Aug 2019 04:41:59 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35962&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35962&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: add wait_event macros suitable for upstream&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 146fc051e9b50b99a4a989860f998e37a6906544&lt;/p&gt;</comment>
                            <comment id="253816" author="gerrit" created="Thu, 29 Aug 2019 04:42:00 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35963&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35963&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: style cleanups in seq_client_alloc_meta()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5f8b5f6250b8aef4f6d4039bd2620b2ecc8a89da&lt;/p&gt;</comment>
                            <comment id="253817" author="gerrit" created="Thu, 29 Aug 2019 04:42:00 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35964&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35964&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; target: style cleanups in tgt_brw_read&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 72a0c5aae0614833265f9c777f665ed91f522cfd&lt;/p&gt;</comment>
                            <comment id="253818" author="gerrit" created="Thu, 29 Aug 2019 04:42:01 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35965&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35965&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; contrib: fix typo in spelling.txt file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 29216107e26765bbf5bac66db170ec39e73765a0&lt;/p&gt;</comment>
                            <comment id="253819" author="gerrit" created="Thu, 29 Aug 2019 04:42:01 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35966&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35966&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; various: don&apos;t use l_wait_event for simple sleep.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 94f409cac2b3f091c1ec463465b97eaf30b6d382&lt;/p&gt;</comment>
                            <comment id="253820" author="gerrit" created="Thu, 29 Aug 2019 05:36:38 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35967&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35967&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: fix indentation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f8891134d2955ab5fb5ad38e20ed24cb683860a3&lt;/p&gt;</comment>
                            <comment id="253821" author="gerrit" created="Thu, 29 Aug 2019 05:36:39 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35968&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35968&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: don&apos;t use l_wait_event() for poll loops.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ea32085c9bdcf4a3cc858ecceffd4423cbbff801&lt;/p&gt;</comment>
                            <comment id="253822" author="gerrit" created="Thu, 29 Aug 2019 05:36:43 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35969&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35969&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; target: remove lwi arg from target_bulk_io&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: deacec27c757ea69e7f0a799b514c126d777cdf5&lt;/p&gt;</comment>
                            <comment id="253823" author="gerrit" created="Thu, 29 Aug 2019 05:36:44 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35970&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35970&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use TABs for indents in a few places.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fe60c5ef488f7ae31820fac820d551215f25d560&lt;/p&gt;</comment>
                            <comment id="253824" author="gerrit" created="Thu, 29 Aug 2019 05:36:44 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35971&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35971&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use wait_event_idle() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 622bda595d296c8b8c51d1ed0f235d0cb26bc5c4&lt;/p&gt;</comment>
                            <comment id="253825" author="gerrit" created="Thu, 29 Aug 2019 05:36:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35972&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35972&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: fix indentation in ptlrpc_unregister_bulk()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5022fd0f59b0ddd8b52d14a9df0ee8c965fb8dbd&lt;/p&gt;</comment>
                            <comment id="253826" author="gerrit" created="Thu, 29 Aug 2019 05:36:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35973&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35973&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert most users of LWI_TIMEOUT_INTERVAL()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 99096d4cbf410d4ed920e06413c00ec021bd7dec&lt;/p&gt;</comment>
                            <comment id="253827" author="gerrit" created="Thu, 29 Aug 2019 05:36:47 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35974&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35974&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: style fixes prior to code change.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 65ef69df81c898d4900d564086318b2fa81c7b06&lt;/p&gt;</comment>
                            <comment id="253828" author="gerrit" created="Thu, 29 Aug 2019 05:36:48 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35975&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use l_wait_event_abortable where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 27c8e83d41060aa9f561bbc9bc13380f928552f3&lt;/p&gt;</comment>
                            <comment id="253829" author="gerrit" created="Thu, 29 Aug 2019 05:36:51 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35976&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35976&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: fix indents in ptlrpc_recover_import()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 98683d278afae76f6be76753e19027271b7ebc4f&lt;/p&gt;</comment>
                            <comment id="253830" author="gerrit" created="Thu, 29 Aug 2019 05:36:52 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35977&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35977&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use wait_event_idle_timeout() as appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 37cf35c8ec23173d92ec008b4f578829a97aeec7&lt;/p&gt;</comment>
                            <comment id="253831" author="gerrit" created="Thu, 29 Aug 2019 05:36:55 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35978&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35978&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: fix style issues in import.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2489741664516e906cc42550e5bd0be066ec2756&lt;/p&gt;</comment>
                            <comment id="253832" author="gerrit" created="Thu, 29 Aug 2019 05:36:55 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35979&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35979&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: convert final users of LWI_TIMEOUT_INTERVAL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5dd5afef08cef1fbced884d59639cb1392f324c7&lt;/p&gt;</comment>
                            <comment id="253833" author="gerrit" created="Thu, 29 Aug 2019 05:36:58 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35980&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35980&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert uses of back_to_sleep()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b726b28192d375977fc45b3a61d7be193573deff&lt;/p&gt;</comment>
                            <comment id="253834" author="gerrit" created="Thu, 29 Aug 2019 05:37:02 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35981&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35981&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: refactor waiting in ptlrpc_set_wait()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 795eb0d64f63b838a8c276095744f7036f59a25c&lt;/p&gt;</comment>
                            <comment id="253835" author="gerrit" created="Thu, 29 Aug 2019 05:37:03 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35982&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: convert waiters on set-&amp;gt;set_waitq&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 89457b61f36866a15ee0bd6d5f9ead7338feb052&lt;/p&gt;</comment>
                            <comment id="253836" author="gerrit" created="Thu, 29 Aug 2019 05:37:06 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35983&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35983&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: fix style issues in ldlm_flock_completion_ast&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4be537bfea6a32dcf65081b2b4a5712b8fafed09&lt;/p&gt;</comment>
                            <comment id="253837" author="gerrit" created="Thu, 29 Aug 2019 05:37:06 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35984&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35984&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: convert waiting in ldlm_flock_completion_ast()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 70a7c2e9f7e4ed3979747f5a742cee600c1f574c&lt;/p&gt;</comment>
                            <comment id="253838" author="gerrit" created="Thu, 29 Aug 2019 05:37:10 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35985&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35985&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: convert waiting in ldlm_completion_ast()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fe1732e03a92da09cfc89220e8742ceaca4ef32a&lt;/p&gt;</comment>
                            <comment id="253839" author="gerrit" created="Thu, 29 Aug 2019 05:37:13 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35986&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35986&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: convert use of l_wait_event_exclusive_head()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 672bab50c3de5108c3b8401795cca48b87aa646d&lt;/p&gt;</comment>
                            <comment id="253840" author="gerrit" created="Thu, 29 Aug 2019 05:37:17 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35987&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35987&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: convert waiting in sptlrpc_req_refresh_ctx()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dcf6f9e6b6be746bbed75fe2e0a4bf29b09b66d1&lt;/p&gt;</comment>
                            <comment id="253841" author="gerrit" created="Thu, 29 Aug 2019 05:37:21 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35988&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35988&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osp: use wait_event_idle_timeout()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1ec28aba7da69280b834b61be158b050fe7ccf78&lt;/p&gt;</comment>
                            <comment id="253842" author="gerrit" created="Thu, 29 Aug 2019 05:37:24 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35989&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35989&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: convert l_wait_event in  __ldlm_namespace_free&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b6689349569f19acbc9c5ff9def4f42f386a2140&lt;/p&gt;</comment>
                            <comment id="254313" author="gerrit" created="Sat, 7 Sep 2019 01:49:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35965/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35965/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; contrib: fix typo in spelling.txt file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c48dc4d706dda2d71a1764e6ae56c1ac692b8120&lt;/p&gt;</comment>
                            <comment id="254773" author="gerrit" created="Mon, 16 Sep 2019 23:01:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35875/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35875/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: remove fci_no_shrink field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e669586775c69b1840aa0d5ae977f4aefc013b01&lt;/p&gt;</comment>
                            <comment id="254774" author="gerrit" created="Mon, 16 Sep 2019 23:01:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35876/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35876/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldt_obd_type field of lu_device_type&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5274e833f5e68d094c2f5f2622994471cca08fb2&lt;/p&gt;</comment>
                            <comment id="254775" author="gerrit" created="Mon, 16 Sep 2019 23:01:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35877/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35877/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove imp_no_timeout field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b9dd17681bfadc16de850efc2e1598137755a619&lt;/p&gt;</comment>
                            <comment id="254776" author="gerrit" created="Mon, 16 Sep 2019 23:01:33 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35878/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35878/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llog: remove olg_cat_processing field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2801ef81f1d0a866066e468fc0cc75fe75201636&lt;/p&gt;</comment>
                            <comment id="254777" author="gerrit" created="Mon, 16 Sep 2019 23:01:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35879/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35879/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove struct ptlrpc_bulk_page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2b9bf4c00bcefd948668c9c9a4db651d702fc09c&lt;/p&gt;</comment>
                            <comment id="254778" author="gerrit" created="Mon, 16 Sep 2019 23:01:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35880/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35880/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove bd_import_generation field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 531bbc669d66ac97a7b943ca4062a2c5b2589249&lt;/p&gt;</comment>
                            <comment id="254779" author="gerrit" created="Mon, 16 Sep 2019 23:01:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35881/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35881/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove srv_threads from struct ptlrpc_service&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6d1062cdffcaefda0e8e469d69259c83bcaf835f&lt;/p&gt;</comment>
                            <comment id="254780" author="gerrit" created="Mon, 16 Sep 2019 23:01:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35882/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35882/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: remove scp_nthrs_stopping field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7233248e565fbd82e91c71e8611fdb08f900a984&lt;/p&gt;</comment>
                            <comment id="254781" author="gerrit" created="Mon, 16 Sep 2019 23:01:53 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35883/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35883/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: remove unused ldlm_server_conn&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 047a6185a1edcc50c3e4d2c41ccc99b60c4c0785&lt;/p&gt;</comment>
                            <comment id="254782" author="gerrit" created="Mon, 16 Sep 2019 23:01:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35884/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35884/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove lli_readdir_mutex&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 26bf41c177a521fc3f4d9ac201f9cf95ee32915c&lt;/p&gt;</comment>
                            <comment id="254783" author="gerrit" created="Mon, 16 Sep 2019 23:02:02 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35885/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35885/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove ll_umounting field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 15b83c9b7b286a937f070341cf80b0b58beae415&lt;/p&gt;</comment>
                            <comment id="254784" author="gerrit" created="Mon, 16 Sep 2019 23:02:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35886/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35886/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove lti_iter field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0140f50c12879076090beb5a369691ab28835c33&lt;/p&gt;</comment>
                            <comment id="254785" author="gerrit" created="Mon, 16 Sep 2019 23:02:12 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35887/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35887/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove ft_mtime field&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b674c418fa0469fdfe0c249c414c54d0cc839d6d&lt;/p&gt;</comment>
                            <comment id="254786" author="gerrit" created="Mon, 16 Sep 2019 23:02:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35888/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35888/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove sub_reenter field.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3118333b96643786dcec3d523b7f5431686bf4d6&lt;/p&gt;</comment>
                            <comment id="254787" author="gerrit" created="Mon, 16 Sep 2019 23:02:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35889/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35889/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: remove oti_descr oti_handle oti_plist&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3bc9a5e32542905e1fc901959a27e9a20e7c7e3c&lt;/p&gt;</comment>
                            <comment id="254788" author="gerrit" created="Mon, 16 Sep 2019 23:02:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35890/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35890/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: remove oe_next_page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d1b08c58b43e6768ac46d96fa6395d9f86a2d005&lt;/p&gt;</comment>
                            <comment id="254789" author="gerrit" created="Mon, 16 Sep 2019 23:02:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35891/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35891/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; o2iblnd: remove some unused fields.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 68c04b8fdd5dc5a7a19bc393182d3a8240a116c6&lt;/p&gt;</comment>
                            <comment id="254791" author="gerrit" created="Mon, 16 Sep 2019 23:02:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35919/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35919/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: Fix some white-space issues ...&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e2c264aa9cd666bafd762eb4e9227c725c73c1f8&lt;/p&gt;</comment>
                            <comment id="254792" author="gerrit" created="Mon, 16 Sep 2019 23:02:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35892/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35892/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: remove ksnp_sharecount&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 408a5a5275675cc05e7d9320e8c2f2d718c69457&lt;/p&gt;</comment>
                            <comment id="254794" author="gerrit" created="Mon, 16 Sep 2019 23:02:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35920/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35920/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mtd: use tabs to indent struct mdt_thread_info&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f543cd02f604cd154e29271b2ef3ca6592337f40&lt;/p&gt;</comment>
                            <comment id="254795" author="gerrit" created="Mon, 16 Sep 2019 23:02:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35921/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35921/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: remove unused field mti_wait_info.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 454719d6ddceb1944da83a88e01518579ebd0828&lt;/p&gt;</comment>
                            <comment id="255097" author="gerrit" created="Fri, 20 Sep 2019 07:54:10 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36085/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36085/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: introduce CONFIG_LUSTRE_FS_POSIX_ACL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 19b2bc9bbc25a94395465fba5900c1f862b5c6a1&lt;/p&gt;</comment>
                            <comment id="255506" author="gerrit" created="Fri, 27 Sep 2019 23:10:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35823/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35823/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for llog_net.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0bc376734441a6da0c4f1aced680703da7ff79a0&lt;/p&gt;</comment>
                            <comment id="255507" author="gerrit" created="Fri, 27 Sep 2019 23:10:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35904/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35904/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for multiop.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ee57d13a61e8ad7bb72857f1ed29f8f30ff3c4a6&lt;/p&gt;</comment>
                            <comment id="255843" author="gerrit" created="Fri, 4 Oct 2019 03:42:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35813/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35813/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mcreate.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3ecf58d3de1e7ebfd21c9cf002bfffea09615170&lt;/p&gt;</comment>
                            <comment id="255844" author="gerrit" created="Fri, 4 Oct 2019 03:42:55 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35814/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35814/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for checkstat.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5e880504a03001ee387e876f0e9dbc413ded2344&lt;/p&gt;</comment>
                            <comment id="255845" author="gerrit" created="Fri, 4 Oct 2019 03:42:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35815/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35815/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for chownmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 24e0869af02d3b9cf3da1cd82ae94c2df82bc01b&lt;/p&gt;</comment>
                            <comment id="255846" author="gerrit" created="Fri, 4 Oct 2019 03:43:01 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35816/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35816/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for directio.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 70acb74a5b5e942478c5632d71d84688b0a01601&lt;/p&gt;</comment>
                            <comment id="255847" author="gerrit" created="Fri, 4 Oct 2019 03:43:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35817/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35817/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Remove file flock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8bfc770c71962be4126db6f132926c4f854aaab5&lt;/p&gt;</comment>
                            <comment id="255848" author="gerrit" created="Fri, 4 Oct 2019 03:43:10 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35818/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35818/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Remove file iam_ut.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6e679230f2f53a8e71111ad1b623b5af61cde678&lt;/p&gt;</comment>
                            <comment id="255849" author="gerrit" created="Fri, 4 Oct 2019 03:43:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35819/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35819/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for ll_dirstripe_verify.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0b83784699302ca0e2a9232825c380e19967c3a6&lt;/p&gt;</comment>
                            <comment id="255850" author="gerrit" created="Fri, 4 Oct 2019 03:43:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35820/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35820/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for ll_sparseness_verify.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e178010064311ff4bd946d09d3ec6fb55a8c37da&lt;/p&gt;</comment>
                            <comment id="255851" author="gerrit" created="Fri, 4 Oct 2019 03:43:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35821/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35821/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for ll_sparseness_write.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5e53741c6c0f2d0473f23c11c2c9e168df05f429&lt;/p&gt;</comment>
                            <comment id="255852" author="gerrit" created="Fri, 4 Oct 2019 03:43:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35902/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35902/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mmap_sanity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fffd322855e333a79c18880a4b7de8e65d9332ea&lt;/p&gt;</comment>
                            <comment id="255853" author="gerrit" created="Fri, 4 Oct 2019 03:43:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35903/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35903/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for mkdirmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fe2300b2fb91cc321412a6e53335848741ea30cd&lt;/p&gt;</comment>
                            <comment id="255854" author="gerrit" created="Fri, 4 Oct 2019 03:43:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35905/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35905/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for multifstat.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7c852b8fd359a81addb8d68cbc8ebcd5e8782a45&lt;/p&gt;</comment>
                            <comment id="255855" author="gerrit" created="Fri, 4 Oct 2019 03:43:34 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35906/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35906/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for writemany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 73c9b5918a0c95111c372843c59f2eff13548f42&lt;/p&gt;</comment>
                            <comment id="255856" author="gerrit" created="Fri, 4 Oct 2019 03:43:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35907/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35907/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for openfilleddirunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cc622461a96c247313bd0c9a15ced3fda7234493&lt;/p&gt;</comment>
                            <comment id="255857" author="gerrit" created="Fri, 4 Oct 2019 03:43:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35908/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35908/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for utime.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e48750981d299807528aa9b943750c3e5a811bb8&lt;/p&gt;</comment>
                            <comment id="255858" author="gerrit" created="Fri, 4 Oct 2019 03:43:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35909/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35909/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for opendirunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0732254bc8b7351f1e168c04d5124f16bc762c64&lt;/p&gt;</comment>
                            <comment id="255859" author="gerrit" created="Fri, 4 Oct 2019 03:43:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35910/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35910/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for opendevunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4e86479d2ae7f5a966d0fe96735f91e0b8ec3032&lt;/p&gt;</comment>
                            <comment id="255860" author="gerrit" created="Fri, 4 Oct 2019 03:43:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35911/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35911/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for openfile.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 60eb5d53967413ce335cf0cfa38612dee3dfb586&lt;/p&gt;</comment>
                            <comment id="255861" author="gerrit" created="Fri, 4 Oct 2019 03:43:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35912/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35912/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for munlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 312e06c24f3a7f8ef7ea43ecd10f04d80c623f14&lt;/p&gt;</comment>
                            <comment id="255963" author="gerrit" created="Sat, 5 Oct 2019 07:51:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36384&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36384&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for runas.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b0379e387b573c2d14bf614153065c9067ab5204&lt;/p&gt;</comment>
                            <comment id="255964" author="gerrit" created="Sat, 5 Oct 2019 07:54:15 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36385&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36385&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for rwv.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2104130281dfbcd263dc56adf762a6f3071d14b7&lt;/p&gt;</comment>
                            <comment id="255965" author="gerrit" created="Sat, 5 Oct 2019 07:55:54 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36386&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36386&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for statmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0c247d46389388d85beb45a53334ffc6c1fd91fb&lt;/p&gt;</comment>
                            <comment id="255966" author="gerrit" created="Sat, 5 Oct 2019 07:57:35 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36387&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36387&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for statone.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8af93c5bba0a700e6b02c13e695a91ff71d67a65&lt;/p&gt;</comment>
                            <comment id="255967" author="gerrit" created="Sat, 5 Oct 2019 08:01:21 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36388&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36388&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for test_brw.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: de11e2930fda1834510cb0f4a6b30c6eca6cda68&lt;/p&gt;</comment>
                            <comment id="255968" author="gerrit" created="Sat, 5 Oct 2019 08:05:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36389&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36389&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for unlinkmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0243ffe05ed68a5b3318a07ee076235f09ed0a16&lt;/p&gt;</comment>
                            <comment id="255969" author="gerrit" created="Sat, 5 Oct 2019 08:06:54 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36390&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36390&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for write_time_limit.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cbf016ce8cf047dfeb2294ea940fae25b41a0ad8&lt;/p&gt;</comment>
                            <comment id="255971" author="pjones" created="Sat, 5 Oct 2019 13:17:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=arshad512&quot; class=&quot;user-hover&quot; rel=&quot;arshad512&quot;&gt;arshad512&lt;/a&gt; just a warning that we&apos;re going into 2.13 code freeze so landings of these kind of changes will pause for a little while &lt;/p&gt;</comment>
                            <comment id="255972" author="arshad512" created="Sat, 5 Oct 2019 14:55:28 +0000"  >&lt;p&gt;Hi Peter,&lt;/p&gt;

&lt;p&gt;Understood.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="256307" author="gerrit" created="Sun, 13 Oct 2019 09:02:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36438&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36438&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for openunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bf9f2fa9b7d4567a67037ea17732593106487589&lt;/p&gt;</comment>
                            <comment id="256308" author="gerrit" created="Sun, 13 Oct 2019 09:03:40 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36439&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36439&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Remove file rmdirmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4376ef81080853cbb36e58507e919b78c1e7e350&lt;/p&gt;</comment>
                            <comment id="256309" author="gerrit" created="Sun, 13 Oct 2019 09:07:36 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36440&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36440&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for sendfile.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6c00caf3595eb82f0b444005524b4de9ae2e3771&lt;/p&gt;</comment>
                            <comment id="256310" author="gerrit" created="Sun, 13 Oct 2019 09:08:25 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36441&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36441&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for tchmod.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 882749b82185492c64da20e055a3f63ef55af2cf&lt;/p&gt;</comment>
                            <comment id="259269" author="gerrit" created="Fri, 6 Dec 2019 00:59:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36384/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for runas.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f432e1b3f2a9768162a174290d271f63cb3ecf0c&lt;/p&gt;</comment>
                            <comment id="259270" author="gerrit" created="Fri, 6 Dec 2019 00:59:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36385/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for rwv.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1bb7d66a574664c95c4933ee720f6a85ff13dddf&lt;/p&gt;</comment>
                            <comment id="259271" author="gerrit" created="Fri, 6 Dec 2019 01:00:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36387/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36387/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for statone.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3faa90830b5d43b4cbeca7fbe22a42d3bf72d72c&lt;/p&gt;</comment>
                            <comment id="259272" author="gerrit" created="Fri, 6 Dec 2019 01:00:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36388/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36388/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for test_brw.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 208424d0dde935a23e2a7bcb6863588c115e0da8&lt;/p&gt;</comment>
                            <comment id="259273" author="gerrit" created="Fri, 6 Dec 2019 01:00:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36389/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36389/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for unlinkmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: db107907923b9c5ca434de7d35c8ea4387884488&lt;/p&gt;</comment>
                            <comment id="259274" author="gerrit" created="Fri, 6 Dec 2019 01:01:09 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36390/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36390/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for write_time_limit.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3cdaf5260440df5c9724a217f1d16fed455e3ee3&lt;/p&gt;</comment>
                            <comment id="259275" author="gerrit" created="Fri, 6 Dec 2019 01:01:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36438/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36438/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for openunlink.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d58e2be26799b0cd1a70f608ea350b206595f8c9&lt;/p&gt;</comment>
                            <comment id="259276" author="gerrit" created="Fri, 6 Dec 2019 01:02:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36439/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36439/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Remove file rmdirmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0f9c549795a318e692beadc7309d03b646b8ac8e&lt;/p&gt;</comment>
                            <comment id="259277" author="gerrit" created="Fri, 6 Dec 2019 01:02:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36440/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36440/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for sendfile.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cf5011210aa80bf66b2dffae36bec26d50154e31&lt;/p&gt;</comment>
                            <comment id="259278" author="gerrit" created="Fri, 6 Dec 2019 01:02:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36441/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36441/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for tchmod.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b6a278e2c546d476bd7271e80fbdad4ee8d7abe8&lt;/p&gt;</comment>
                            <comment id="264129" author="gerrit" created="Thu, 27 Feb 2020 03:02:00 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37740&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37740&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: remove function typedefs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 40e9f2b4d7430341dd38001b0af22c81830de854&lt;/p&gt;</comment>
                            <comment id="264136" author="gerrit" created="Thu, 27 Feb 2020 05:20:42 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37742&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37742&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: unwrap some ldebugfs_register() calls&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 60257cd6f3ee36e4c9288cbe32ef2fb24869f4c5&lt;/p&gt;</comment>
                            <comment id="264137" author="gerrit" created="Thu, 27 Feb 2020 05:20:43 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37743&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37743&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove remaining users of ldebugfs_register&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5d9b175c599fa5215b27ee333a2a2cf113da9dfa&lt;/p&gt;</comment>
                            <comment id="264138" author="gerrit" created="Thu, 27 Feb 2020 05:20:43 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37744&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37744&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: make ldebugfs_add_vars a void function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7fd2471ec143eecee5d94045c2ebe90a7f80a163&lt;/p&gt;</comment>
                            <comment id="264139" author="gerrit" created="Thu, 27 Feb 2020 05:20:44 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37745&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37745&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldebugfs_seq_create wrapper function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5cf8d284d1d558cdb09950fb1a5b170d958aaa27&lt;/p&gt;</comment>
                            <comment id="264140" author="gerrit" created="Thu, 27 Feb 2020 05:20:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37746&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37746&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldebugfs_register_stats() wrapper&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d9fe8dc755d281db9cd213f26aef455bcafa0910&lt;/p&gt;</comment>
                            <comment id="264141" author="gerrit" created="Thu, 27 Feb 2020 05:20:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37747&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37747&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldebugfs_add_simple() wrapper.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3fd20cbe2db816c8f63ed384967e420b762d23b&lt;/p&gt;</comment>
                            <comment id="264142" author="gerrit" created="Thu, 27 Feb 2020 05:20:46 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37748&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37748&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: no need to check debugfs return values&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9bde7945dcb145f8fa47e87f0ef068642e51938b&lt;/p&gt;</comment>
                            <comment id="264343" author="gerrit" created="Sun, 1 Mar 2020 11:43:12 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37765&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37765&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: fix style issues for llite/readahead.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c0d3be0ef65e87385d06a6b7cfd6890b2740c237&lt;/p&gt;</comment>
                            <comment id="265922" author="gerrit" created="Tue, 24 Mar 2020 05:16:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37740/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37740/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: remove function typedefs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6ee822d272a01e070684549eb01906801295259d&lt;/p&gt;</comment>
                            <comment id="265923" author="gerrit" created="Tue, 24 Mar 2020 05:16:11 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37742/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37742/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: unwrap some ldebugfs_register() calls&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e79cbe8f935d65e0abaef8c4e7a19ec4816f492b&lt;/p&gt;</comment>
                            <comment id="265924" author="gerrit" created="Tue, 24 Mar 2020 05:16:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37743/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37743/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove remaining users of ldebugfs_register&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4dfe4a49ccab3d087c14c8b3d539061f9f7f4b75&lt;/p&gt;</comment>
                            <comment id="265926" author="gerrit" created="Tue, 24 Mar 2020 05:16:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37765/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37765/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for llite/statahead.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6742ac7c8ad50cb18d371b473869f2bd26a6d79a&lt;/p&gt;</comment>
                            <comment id="267509" author="gerrit" created="Tue, 14 Apr 2020 08:09:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37744/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37744/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: make ldebugfs_add_vars a void function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: dd392dfbfb1a71423f18166a56e43d9234c739d7&lt;/p&gt;</comment>
                            <comment id="267510" author="gerrit" created="Tue, 14 Apr 2020 08:09:29 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37745/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37745/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldebugfs_seq_create wrapper function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8c42158936b57327bc2456af04a86c037be5446e&lt;/p&gt;</comment>
                            <comment id="267511" author="gerrit" created="Tue, 14 Apr 2020 08:09:33 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37746/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37746/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldebugfs_register_stats() wrapper&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0ff4dca9ceb2ecef8c3a03fc633b82b76bb67377&lt;/p&gt;</comment>
                            <comment id="267512" author="gerrit" created="Tue, 14 Apr 2020 08:09:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37747/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37747/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ldebugfs_add_simple() wrapper.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3d3db5698689e9f2b31fbbc586d02da85fff67fe&lt;/p&gt;</comment>
                            <comment id="267513" author="gerrit" created="Tue, 14 Apr 2020 08:09:40 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37748/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37748/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: no need to check debugfs return values&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 98161628da9ba5268f8adb15d239fad18aeb8647&lt;/p&gt;</comment>
                            <comment id="267616" author="gerrit" created="Tue, 14 Apr 2020 21:04:44 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38223&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38223&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; build: match lnet comment style to linux net layer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e43dcb96df18ceaa662f23e5b0cece8f48ed2d73&lt;/p&gt;</comment>
                            <comment id="267931" author="gerrit" created="Sat, 18 Apr 2020 10:39:20 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38270&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38270&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for fid_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f37b43afb8c643faef6210c4ab923d6e6d935d96&lt;/p&gt;</comment>
                            <comment id="267932" author="gerrit" created="Sat, 18 Apr 2020 10:40:12 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38271&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38271&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for fid_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a9c751d4fb0a26837a2edd8f601a2d384cf6da1f&lt;/p&gt;</comment>
                            <comment id="267964" author="gerrit" created="Sun, 19 Apr 2020 07:05:42 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38276&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38276&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for fid_store.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d5a83582e7ff176084afd21d14ecf32ac088992d&lt;/p&gt;</comment>
                            <comment id="268381" author="gerrit" created="Thu, 23 Apr 2020 16:49:12 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38271/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38271/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for fid_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 596420d2e7a17dc0189fdbd2d7cc94ae391ab6c8&lt;/p&gt;</comment>
                            <comment id="268537" author="gerrit" created="Sat, 25 Apr 2020 01:36:51 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38362&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38362&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for portals.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 11c0dac492fe933746fd9ad5ad95bd95d92d1c1d&lt;/p&gt;</comment>
                            <comment id="268596" author="gerrit" created="Mon, 27 Apr 2020 03:46:04 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38373&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38373&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: Remove inappropriate uses of BIT() macro.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c6c715ead72407e20747a5424560da5bd4e4034a&lt;/p&gt;</comment>
                            <comment id="268597" author="gerrit" created="Mon, 27 Apr 2020 03:46:07 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38374&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: use BIT() macro where appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cf23b0e562bbe32e3d8e521ae4fdf6e6fa8c1b37&lt;/p&gt;</comment>
                            <comment id="268598" author="gerrit" created="Mon, 27 Apr 2020 03:46:11 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38375&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38375&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: use BIT() macro where appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cf09008111b7de7c787a2b85ee017f86559a7b0e&lt;/p&gt;</comment>
                            <comment id="268599" author="gerrit" created="Mon, 27 Apr 2020 03:46:14 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38376&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38376&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use BIT() macro where appropriate in include&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 279ffd70268bac24ace877406032a1b42f29bcc6&lt;/p&gt;</comment>
                            <comment id="268600" author="gerrit" created="Mon, 27 Apr 2020 03:46:18 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38377&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38377&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use BIT() macro where appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 95d48e1745a61933bcc4c57c5672c0e139b35aa2&lt;/p&gt;</comment>
                            <comment id="268608" author="gerrit" created="Mon, 27 Apr 2020 06:03:24 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38378&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38378&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: convert container_of0() to container_of()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7184d63d9e3a7da038e0c65a5a85db922bb7fc05&lt;/p&gt;</comment>
                            <comment id="268609" author="gerrit" created="Mon, 27 Apr 2020 06:03:28 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38379&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38379&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-zfs: convert container_of0() to container_of()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b8c1ed0ed020d8776035c841f08383570c3163e6&lt;/p&gt;</comment>
                            <comment id="268610" author="gerrit" created="Mon, 27 Apr 2020 06:03:31 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38380&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38380&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert use of container_of0 in include/&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 16d7e139c9470a9f7ad47242acbd463db97e29e7&lt;/p&gt;</comment>
                            <comment id="268611" author="gerrit" created="Mon, 27 Apr 2020 06:03:35 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38381&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38381&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: convert calls to container_of0()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9326283437f335ed0b8fb86ad4efbf22e9f3d482&lt;/p&gt;</comment>
                            <comment id="268612" author="gerrit" created="Mon, 27 Apr 2020 06:03:38 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38382&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38382&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: convert container_of0() calls.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 830b6f38cd295769e4a021f54e85c01c7c71727d&lt;/p&gt;</comment>
                            <comment id="268613" author="gerrit" created="Mon, 27 Apr 2020 06:03:42 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38383&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38383&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert some container_of0 to container_of&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b695f8a997131f6d1684a7aa952a4c6f11886f13&lt;/p&gt;</comment>
                            <comment id="268614" author="gerrit" created="Mon, 27 Apr 2020 06:03:45 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38384&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38384&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert some container_of to *_safe&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 31c5d69c51562ade75c3bd391ba206d57e0477da&lt;/p&gt;</comment>
                            <comment id="268925" author="gerrit" created="Wed, 29 Apr 2020 23:43:15 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38421&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38421&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: declare static chars as const where possible.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1d08bfe91c7781d318d7767773368fd16a787ced&lt;/p&gt;</comment>
                            <comment id="269054" author="gerrit" created="Fri, 1 May 2020 04:26:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38223/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38223/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; build: match lnet comment style to linux net layer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d3f1ceeb123da9603cd5ee3acbd4ee638a995f10&lt;/p&gt;</comment>
                            <comment id="269055" author="gerrit" created="Fri, 1 May 2020 04:26:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38270/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38270/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for fid_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bdfa3651a391e537d75505a330a4f2c472334853&lt;/p&gt;</comment>
                            <comment id="269056" author="gerrit" created="Fri, 1 May 2020 04:26:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38276/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38276/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for fid_store.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a7a34aa42e08e4532e7b7eae277ef8a878c123fb&lt;/p&gt;</comment>
                            <comment id="269088" author="gerrit" created="Fri, 1 May 2020 05:14:01 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38439&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38439&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; kernel: use kmem_cache_zalloc as appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c112a2eec46783a91fe35903939139d73b536673&lt;/p&gt;</comment>
                            <comment id="269090" author="gerrit" created="Fri, 1 May 2020 05:37:34 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38441&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38441&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lustre_rsync.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f541021be06fb2b2fa3e72e79c81f5ef7c4be47a&lt;/p&gt;</comment>
                            <comment id="269091" author="gerrit" created="Fri, 1 May 2020 05:52:06 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38442&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38442&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: use %pd to report dentry names.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ca589d75e6a65bc131feacd88826a0e89916f6f5&lt;/p&gt;</comment>
                            <comment id="269498" author="gerrit" created="Thu, 7 May 2020 05:43:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38373/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38373/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: Remove inappropriate uses of BIT() macro.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 423ad8144697363f270bee1c3a67cd80a6b20f9a&lt;/p&gt;</comment>
                            <comment id="269773" author="gerrit" created="Sat, 9 May 2020 18:28:10 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38556&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38556&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for mkfs_lustre.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7db52e4819f3164217369ca81d729b762acda6a3&lt;/p&gt;</comment>
                            <comment id="269776" author="gerrit" created="Sun, 10 May 2020 11:18:43 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38558&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38558&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 32733b7ba16f0967720efac40a6155a847a11bd7&lt;/p&gt;</comment>
                            <comment id="270150" author="gerrit" created="Thu, 14 May 2020 05:39:08 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38374/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38374/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: use BIT() macro where appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5bb99e46bc9041a3b8e15e793649935388180525&lt;/p&gt;</comment>
                            <comment id="270151" author="gerrit" created="Thu, 14 May 2020 05:39:12 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38375/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: use BIT() macro where appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 41356014f614ce7c3d235163cfab594e1b53b45d&lt;/p&gt;</comment>
                            <comment id="270152" author="gerrit" created="Thu, 14 May 2020 05:39:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38379/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38379/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-zfs: convert container_of0() to container_of()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d9ceaf48c61cfbe1c600804d6f840b21bc000a83&lt;/p&gt;</comment>
                            <comment id="270154" author="gerrit" created="Thu, 14 May 2020 05:39:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38421/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38421/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: declare static chars as const where possible.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 257c0debc71ed7c496d55547ad2ee88cd9d546a1&lt;/p&gt;</comment>
                            <comment id="270344" author="gerrit" created="Fri, 15 May 2020 16:55:37 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38623&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38623&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: fix tab and alignment issues for libcfs_string.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8b11d246749b0657131e67e7217329ff8587b6a5&lt;/p&gt;</comment>
                            <comment id="270438" author="gerrit" created="Sun, 17 May 2020 13:02:01 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38642&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38642&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for mount_lustre.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 48121b21bfc03294eef4991a1eb72e4f19ae08d7&lt;/p&gt;</comment>
                            <comment id="270439" author="gerrit" created="Sun, 17 May 2020 14:28:01 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38643&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38643&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lustre_cfg.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 87a42de873c5c3523f1faa903c8616d09eaa7e8f&lt;/p&gt;</comment>
                            <comment id="270441" author="gerrit" created="Sun, 17 May 2020 23:55:02 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38645&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38645&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: dom-performance (debug-patch)&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f7047dc75117817615979434c1e55f161c6086c7&lt;/p&gt;</comment>
                            <comment id="270660" author="gerrit" created="Wed, 20 May 2020 08:23:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38362/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38362/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for portals.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b832fb34b3e184df884d32e63bf8be8480eb4e21&lt;/p&gt;</comment>
                            <comment id="270662" author="gerrit" created="Wed, 20 May 2020 08:23:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38439/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38439/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; kernel: use kmem_cache_zalloc as appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3ceed00b0458dec68ceff4068dcaadd34a71c664&lt;/p&gt;</comment>
                            <comment id="270663" author="gerrit" created="Wed, 20 May 2020 08:23:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38441/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38441/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lustre_rsync.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3425d94dae775400194adaf9f00d50161ccf5999&lt;/p&gt;</comment>
                            <comment id="270665" author="gerrit" created="Wed, 20 May 2020 08:24:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38558/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38558/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1e2beef04faef1170373d3bb3494c3230a0bc3ba&lt;/p&gt;</comment>
                            <comment id="270666" author="gerrit" created="Wed, 20 May 2020 08:24:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38623/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38623/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: fix tab and alignment issues for libcfs_string.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d25381cc073044f26f7e0eb0461a3526610b0d52&lt;/p&gt;</comment>
                            <comment id="270982" author="gerrit" created="Sat, 23 May 2020 07:14:23 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38706&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38706&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for llog_reader.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 59353181735d545b541dbdc8aeb716ddbf1ccd82&lt;/p&gt;</comment>
                            <comment id="270984" author="gerrit" created="Sat, 23 May 2020 10:36:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38707&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38707&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lfs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 483d364bb47cf87827be79709d8931ef72218004&lt;/p&gt;</comment>
                            <comment id="270991" author="gerrit" created="Sat, 23 May 2020 15:56:02 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38708&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38708&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lctl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8331d4e8777663bc3a4de1f1cba704e3c04cf162&lt;/p&gt;</comment>
                            <comment id="270994" author="gerrit" created="Sat, 23 May 2020 17:08:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38709&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38709&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for liblustreapi.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a57b48e680703e338b1967432ddba5d2f831ae79&lt;/p&gt;</comment>
                            <comment id="271227" author="gerrit" created="Wed, 27 May 2020 05:03:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38376/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use BIT() macro where appropriate in include&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c438fba7f068b0713d96dce1f0183ec6da7ab000&lt;/p&gt;</comment>
                            <comment id="271228" author="gerrit" created="Wed, 27 May 2020 05:03:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38377/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38377/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use BIT() macro where appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ff09273feadc994c8c83118e9c4b33189bf04b6d&lt;/p&gt;</comment>
                            <comment id="271229" author="gerrit" created="Wed, 27 May 2020 05:03:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38378/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38378/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: convert container_of0() to container_of()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e85e6cea15a77795cd4d46452463641fd2948a8d&lt;/p&gt;</comment>
                            <comment id="271230" author="gerrit" created="Wed, 27 May 2020 05:03:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38383/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38383/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert some container_of0 to container_of&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4b9f459af2c5325f625f49be79b314de86bab07f&lt;/p&gt;</comment>
                            <comment id="271232" author="gerrit" created="Wed, 27 May 2020 05:04:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38442/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38442/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: use %pd to report dentry names.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ef9718e8e9cf8fb7f7dedf2ab7ee3f6ba1646108&lt;/p&gt;</comment>
                            <comment id="271234" author="gerrit" created="Wed, 27 May 2020 05:04:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38556/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38556/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for mkfs_lustre.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: afc238a4c78659ed1c5c1e1a7bf9d54224bfad58&lt;/p&gt;</comment>
                            <comment id="271235" author="gerrit" created="Wed, 27 May 2020 05:04:18 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38643/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38643/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lustre_cfg.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 51b5ca6f81bd42cab906cc449c6a3e1459489d2c&lt;/p&gt;</comment>
                            <comment id="271583" author="gerrit" created="Sat, 30 May 2020 06:57:24 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38785&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38785&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_xattr.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5fe0f62ab41674c737db47880e832116fb6f2983&lt;/p&gt;</comment>
                            <comment id="271584" author="gerrit" created="Sat, 30 May 2020 07:00:47 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38786&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38786&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_reint.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5bb2aa24c719fadcadabf96f90664355785e0447&lt;/p&gt;</comment>
                            <comment id="271586" author="gerrit" created="Sat, 30 May 2020 07:44:35 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38787&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38787&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ost: Fix style issues for ost_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 845cd173646ebab479452db74215a167d3166b4b&lt;/p&gt;</comment>
                            <comment id="271587" author="gerrit" created="Sat, 30 May 2020 07:50:25 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38788&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38788&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_io.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a9784207e1377765f0dfd0703a85387ce2bc288f&lt;/p&gt;</comment>
                            <comment id="271588" author="gerrit" created="Sat, 30 May 2020 07:58:39 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38789&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38789&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_oi.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8e31c24baaa0eab3d7a0ac1ab54f3af8ef25ffd4&lt;/p&gt;</comment>
                            <comment id="271693" author="gerrit" created="Tue, 2 Jun 2020 04:28:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38384/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38384/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert some container_of to *_safe&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 46f1fc6c1ba493cd81e47917c413951a0f096d5e&lt;/p&gt;</comment>
                            <comment id="271694" author="gerrit" created="Tue, 2 Jun 2020 04:28:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38642/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38642/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for mount_lustre.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9918de22d8249d0eb183d807ec583ec89a03a0e0&lt;/p&gt;</comment>
                            <comment id="271695" author="gerrit" created="Tue, 2 Jun 2020 04:28:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38706/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38706/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for llog_reader.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6e159dceb61829ff790d7245309ecf0cfdf70cb6&lt;/p&gt;</comment>
                            <comment id="271696" author="gerrit" created="Tue, 2 Jun 2020 04:37:20 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38708/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38708/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lctl.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5b3561f23dad6025f3e82e47f6f9df61d2a4bfe9&lt;/p&gt;</comment>
                            <comment id="271697" author="gerrit" created="Tue, 2 Jun 2020 04:37:27 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38709/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38709/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for liblustreapi.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bb004b9eea85938bf7e3a8ef93a0b14d96819ab3&lt;/p&gt;</comment>
                            <comment id="272135" author="gerrit" created="Sat, 6 Jun 2020 14:02:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38785/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38785/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_xattr.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5e644ba3e622dd049784d3a60cf75f12a0f1a156&lt;/p&gt;</comment>
                            <comment id="272136" author="gerrit" created="Sat, 6 Jun 2020 14:02:40 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38787/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38787/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ost: Fix style issues for ost_handler.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e65957b4b9852fefbe2aa2333dedb57ad68a6010&lt;/p&gt;</comment>
                            <comment id="272137" author="gerrit" created="Sat, 6 Jun 2020 14:02:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38789/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38789/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_oi.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5f8878590d086ed657e09ab297b390abdc7cd6e3&lt;/p&gt;</comment>
                            <comment id="272525" author="gerrit" created="Wed, 10 Jun 2020 20:51:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38381/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38381/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: convert calls to container_of0()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ebc793d7d4407177a7876e03776fc3727c174ff1&lt;/p&gt;</comment>
                            <comment id="272815" author="gerrit" created="Sat, 13 Jun 2020 00:34:48 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38928&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38928&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_identity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e9df40dfe4cfaba1e5a344968fd99146f995f1cc&lt;/p&gt;</comment>
                            <comment id="272816" author="gerrit" created="Sat, 13 Jun 2020 00:54:37 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38929&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38929&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for vvp_page.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a6dd624e22d7090b7e044bb37bb215636cd3fece&lt;/p&gt;</comment>
                            <comment id="272817" author="gerrit" created="Sat, 13 Jun 2020 01:02:33 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38930&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38930&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_merge.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d42a4e3c01155eb1e81079a8bc7042291f20f2fc&lt;/p&gt;</comment>
                            <comment id="272818" author="gerrit" created="Sat, 13 Jun 2020 01:23:56 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38932&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38932&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_recovery.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4cfb9bf8449d302544fbbc5c9ed82a393ad44391&lt;/p&gt;</comment>
                            <comment id="272940" author="gerrit" created="Tue, 16 Jun 2020 02:21:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38786/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38786/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_reint.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3947d680cf17ef16162958cbb91b6e9e6855564f&lt;/p&gt;</comment>
                            <comment id="273317" author="gerrit" created="Fri, 19 Jun 2020 16:50:40 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38929/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38929/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for vvp_page.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1b9126dbe758c8c370d8cdd0d4bfd590ccab6445&lt;/p&gt;</comment>
                            <comment id="273318" author="gerrit" created="Fri, 19 Jun 2020 16:50:43 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38930/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38930/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: Fix style issues for lov_merge.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 88abc7b673fbf46a650e4f298ad6c7a144587b17&lt;/p&gt;</comment>
                            <comment id="273319" author="gerrit" created="Fri, 19 Jun 2020 16:50:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38932/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38932/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_recovery.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ccd76982bf51df260c845ad73822589f17c2a2ea&lt;/p&gt;</comment>
                            <comment id="273542" author="gerrit" created="Tue, 23 Jun 2020 08:11:43 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38707/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38707/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for lfs.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cb499096d7de27dc886365900874eba33693ab06&lt;/p&gt;</comment>
                            <comment id="273544" author="gerrit" created="Tue, 23 Jun 2020 08:11:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38928/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38928/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdt: Fix style issues for mdt_identity.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c2244aed678f55a443e7631de47cc100f1701125&lt;/p&gt;</comment>
                            <comment id="273896" author="gerrit" created="Sat, 27 Jun 2020 17:48:56 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39205&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39205&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for fld_cache.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ef019be5fb70f9f4d52a579da916e0d6bab6c9a4&lt;/p&gt;</comment>
                            <comment id="274408" author="gerrit" created="Sat, 4 Jul 2020 03:02:27 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38380/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38380/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert use of container_of0 in include/&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 200d4423787524eb8115b4fa4588a248065bd2be&lt;/p&gt;</comment>
                            <comment id="274409" author="gerrit" created="Sat, 4 Jul 2020 03:02:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38382/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38382/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: convert container_of0() calls.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8b11e37f019ca5eddd977974dd496a8f09f58887&lt;/p&gt;</comment>
                            <comment id="274680" author="gerrit" created="Tue, 7 Jul 2020 22:15:55 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39300&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39300&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use init_wait(), not init_waitqueue_entry()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b11a4e9587cfac9a06ef7db6f3dcf2ce0f714b6b&lt;/p&gt;</comment>
                            <comment id="274779" author="gerrit" created="Wed, 8 Jul 2020 18:57:11 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39321&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39321&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: remove last use of container_of0&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 83631b180fe93673edc1ac37618349ef5eb4fbc6&lt;/p&gt;</comment>
                            <comment id="274836" author="gerrit" created="Thu, 9 Jul 2020 04:16:24 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39326&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39326&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: remove declarations of missing functions.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a4e5064f2c074758e568581df0184f42e186c7ba&lt;/p&gt;</comment>
                            <comment id="274993" author="gerrit" created="Fri, 10 Jul 2020 16:51:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38788/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38788/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osd-ldiskfs: Fix style issues for osd_io.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 94814ad401ab89698860c0508210a680b591befe&lt;/p&gt;</comment>
                            <comment id="274995" author="gerrit" created="Fri, 10 Jul 2020 16:51:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39118/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39118/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: resolve debug.c checkpatch issues&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d1532991081982b92ef07a450bdc5bfa68b13e79&lt;/p&gt;</comment>
                            <comment id="274996" author="gerrit" created="Fri, 10 Jul 2020 16:52:00 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39205/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39205/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for fld_cache.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5630166330f33d8e5fc90eeee8e8d9a895dc2675&lt;/p&gt;</comment>
                            <comment id="275311" author="gerrit" created="Tue, 14 Jul 2020 04:14:25 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39358&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39358&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: discard unused lnet_print_hdr()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f8f27cdaedc01171f36191c03cae299c7abbb960&lt;/p&gt;</comment>
                            <comment id="275418" author="gerrit" created="Wed, 15 Jul 2020 04:08:09 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39376&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39376&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: don&apos;t use inline for operations functions.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0950a3fb818e4f30b7c2cd0e26545067a59f07c4&lt;/p&gt;</comment>
                            <comment id="275425" author="gerrit" created="Wed, 15 Jul 2020 04:59:43 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39377&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39377&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: chnage lsm_op_find() to a non-inline function.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6de751c86459aa1af69764b0aab5a7d9ccb42b1e&lt;/p&gt;</comment>
                            <comment id="275428" author="gerrit" created="Wed, 15 Jul 2020 05:20:30 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39378&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39378&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: discard unused lov_dump_lmm* functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 63f74cc4505503997000a41f50477492668c3517&lt;/p&gt;</comment>
                            <comment id="275429" author="gerrit" created="Wed, 15 Jul 2020 05:34:21 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39379&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39379&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: guard against class_exp2obd() returning NULL.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 02368559023f20b45160ff756563b80c97883e70&lt;/p&gt;</comment>
                            <comment id="275437" author="gerrit" created="Wed, 15 Jul 2020 06:19:01 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39381&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39381&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change obd_ioctl_getdata() args&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7376a1439fc4c60582be3543bfe4bd87c1b48b2e&lt;/p&gt;</comment>
                            <comment id="275438" author="gerrit" created="Wed, 15 Jul 2020 06:20:14 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39382&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39382&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: style cleanups in lov_set_osc_active()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dc56739021cd1a9952486d627c3ccc7965aa8227&lt;/p&gt;</comment>
                            <comment id="275440" author="gerrit" created="Wed, 15 Jul 2020 06:34:41 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39383&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39383&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove module_vars arg to class_register_type()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7dcb180b5fa76b26d7cb54c322392f8ce81bf4cf&lt;/p&gt;</comment>
                            <comment id="275444" author="gerrit" created="Wed, 15 Jul 2020 06:59:31 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39384&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39384&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: don&apos;t use LARGE to alloc r0-&amp;gt;lo_sub&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 68ded7616372cc9a6ea3e9b3390c0b0230769a49&lt;/p&gt;</comment>
                            <comment id="275449" author="gerrit" created="Wed, 15 Jul 2020 07:15:27 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39385&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39385&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: make various lov_object.c function static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3bee29a9d8a89d1a688643c489c2709a22d9d123&lt;/p&gt;</comment>
                            <comment id="275513" author="gerrit" created="Thu, 16 Jul 2020 00:35:28 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39391&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39391&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: use cl_object_for_each more broadly.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 70328b1b119d54d512d236c01d80850b7ca4094a&lt;/p&gt;</comment>
                            <comment id="275524" author="gerrit" created="Thu, 16 Jul 2020 03:52:03 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39394&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39394&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change file/inode operations to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f6dd16453fb08c61198406648cf93b6b3a0fb50e&lt;/p&gt;</comment>
                            <comment id="275525" author="gerrit" created="Thu, 16 Jul 2020 03:54:21 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39395&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39395&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: make obd_psdev static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8d98b399b5de940a081e43cdf423f56757da1e56&lt;/p&gt;</comment>
                            <comment id="275526" author="gerrit" created="Thu, 16 Jul 2020 04:00:56 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39396&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39396&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change all &apos;struct seq_operations&apos; to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ce84d682dc3191841e0e256dc59471e1ba7b53be&lt;/p&gt;</comment>
                            <comment id="275527" author="gerrit" created="Thu, 16 Jul 2020 04:08:13 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39397&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39397&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lfsck: make all &apos;struct lfsck_operations&apos; to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 70f6e20250191bf64aa76d383fb637b3d218c97e&lt;/p&gt;</comment>
                            <comment id="275528" author="gerrit" created="Thu, 16 Jul 2020 04:17:10 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39398&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39398&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: Make dev/body/type operations const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4f611b18fdde9725b53aafb63d49afd60748cbb2&lt;/p&gt;</comment>
                            <comment id="275531" author="gerrit" created="Thu, 16 Jul 2020 04:59:02 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39400&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39400&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change various operations structs to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bddca7b5bf525e2405edd2a48923bfef5f63ba7b&lt;/p&gt;</comment>
                            <comment id="275534" author="gerrit" created="Thu, 16 Jul 2020 06:32:05 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39402&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39402&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lmv: make various functions static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f844fb834dc62ebd509b1e5312b9b9dc936f18b0&lt;/p&gt;</comment>
                            <comment id="276895" author="gerrit" created="Fri, 7 Aug 2020 04:58:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39326/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39326/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; socklnd: remove declarations of missing functions.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4e69e77201b4d49e7d45aa58dc457ee95065f2cf&lt;/p&gt;</comment>
                            <comment id="276896" author="gerrit" created="Fri, 7 Aug 2020 04:58:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39358/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39358/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: discard unused lnet_print_hdr()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 58d4a4c38ab1be7143b83e5806f25cc4823643a1&lt;/p&gt;</comment>
                            <comment id="277412" author="gerrit" created="Thu, 13 Aug 2020 06:00:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39300/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use init_wait(), not init_waitqueue_entry()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f6aa7a46d36b38d52692ce4af9b73c5561c66691&lt;/p&gt;</comment>
                            <comment id="277413" author="gerrit" created="Thu, 13 Aug 2020 06:00:37 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39395/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39395/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: make obd_psdev static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6a91436fcca792ee4225029d2a7372d5636d7c71&lt;/p&gt;</comment>
                            <comment id="277414" author="gerrit" created="Thu, 13 Aug 2020 06:01:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39385/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39385/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: make various lov_object.c function static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 52f04bb11195d34219f3e29750dc5db028d39f67&lt;/p&gt;</comment>
                            <comment id="277415" author="gerrit" created="Thu, 13 Aug 2020 06:01:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39402/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39402/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lmv: make various functions static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fb8ef58e9b9808115fe2d57e42f42a61759ffadc&lt;/p&gt;</comment>
                            <comment id="278085" author="gerrit" created="Tue, 25 Aug 2020 23:18:50 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39730&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39730&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: all rhashtable_params should be static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ceabc2f3441f58accbb60d4b22161a3996f935eb&lt;/p&gt;</comment>
                            <comment id="278171" author="gerrit" created="Thu, 27 Aug 2020 03:34:19 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39737&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39737&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: minor function cleanups.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4b699bba4ecb0dd71a147a374827c3c4490cbe64&lt;/p&gt;</comment>
                            <comment id="278172" author="gerrit" created="Thu, 27 Aug 2020 03:34:48 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39738&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39738&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdc: minor function cleanups.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: be8a4a3dda6cf99215007399202228fa854c4d1e&lt;/p&gt;</comment>
                            <comment id="278173" author="gerrit" created="Thu, 27 Aug 2020 03:52:29 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39739&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39739&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove some unnecessary code.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 258ddbb8adc49b2f04320cd3e70656fd4854821f&lt;/p&gt;</comment>
                            <comment id="278177" author="gerrit" created="Thu, 27 Aug 2020 04:08:44 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39741&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39741&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: make various &apos;struct file_operations&apos; static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d86b93159d3d2ae4bbe1383f097f181cd3dd8f74&lt;/p&gt;</comment>
                            <comment id="278178" author="gerrit" created="Thu, 27 Aug 2020 04:36:10 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39742&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39742&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: mark strings in char arrays as const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1d45e3d80c1e60c4ced268f2f2a7b2ccb2c187df&lt;/p&gt;</comment>
                            <comment id="278181" author="gerrit" created="Thu, 27 Aug 2020 06:56:35 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39743&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39743&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: don&apos;t take spinlock to read a &apos;long&apos;.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4593aeaff0d3aa20968d677d9889c247455c56d7&lt;/p&gt;</comment>
                            <comment id="278182" author="gerrit" created="Thu, 27 Aug 2020 06:56:36 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/39744&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39744&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert snprintf to scnprintf as appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3b335292a6d7e7ffaa0043336db260739bee895&lt;/p&gt;</comment>
                            <comment id="279432" author="gerrit" created="Sat, 12 Sep 2020 15:44:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39321/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39321/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: remove last use of container_of0&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0b76a22f1ffa5b0f2a173b5a5580c035cbb6fef5&lt;/p&gt;</comment>
                            <comment id="279433" author="gerrit" created="Sat, 12 Sep 2020 15:44:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39376/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: don&apos;t use inline for operations functions.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e58cfb7ec5ed5d2ff315cbed25d28bb97139ca23&lt;/p&gt;</comment>
                            <comment id="279434" author="gerrit" created="Sat, 12 Sep 2020 15:44:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39730/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39730/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: all rhashtable_params should be static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 711e03b6c0c8dc4261f257fc7d4875e203e4e426&lt;/p&gt;</comment>
                            <comment id="280048" author="gerrit" created="Sat, 19 Sep 2020 14:12:02 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39378/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39378/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: discard unused lov_dump_lmm* functions&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c7d0d63b5191c6d83b22cbf3baf275630ade91b8&lt;/p&gt;</comment>
                            <comment id="280049" author="gerrit" created="Sat, 19 Sep 2020 14:12:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39379/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39379/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: guard against class_exp2obd() returning NULL.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0aa3d883acfb05b899e9a6dfd5247e2edd671d51&lt;/p&gt;</comment>
                            <comment id="280059" author="gerrit" created="Sat, 19 Sep 2020 14:13:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39743/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39743/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: don&apos;t take spinlock to read a &apos;long&apos;.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 023a9e4cde5498aae89971028dc35c1e3279da5b&lt;/p&gt;</comment>
                            <comment id="282544" author="gerrit" created="Mon, 19 Oct 2020 03:17:06 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40289&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40289&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove non-static &apos;inline&apos; markings.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b6f6ee177259eb6690d5170badb907176d6463b3&lt;/p&gt;</comment>
                            <comment id="282545" author="gerrit" created="Mon, 19 Oct 2020 03:29:56 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40290&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40290&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove ll_dir_chain&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5055e1f432885563ab800bf71c69e43b0e85bc1c&lt;/p&gt;</comment>
                            <comment id="282546" author="gerrit" created="Mon, 19 Oct 2020 03:30:38 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40291&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40291&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: iput() can safely be passed NULL.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c6e951badb8a9edcaa504aa4dc325198250e8032&lt;/p&gt;</comment>
                            <comment id="282547" author="gerrit" created="Mon, 19 Oct 2020 03:32:41 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40292&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40292&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ll_file_*_flag wrappers.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3ffba02eecb3b3912f8bbe73b0c4debb0b2794d8&lt;/p&gt;</comment>
                            <comment id="282548" author="gerrit" created="Mon, 19 Oct 2020 03:40:47 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40293&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40293&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use is_root_inode()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 97190d0d91ca31e8fa1e88bd775511b4a051c4d0&lt;/p&gt;</comment>
                            <comment id="284939" author="gerrit" created="Wed, 11 Nov 2020 15:35:33 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40608&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40608&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: make struct file_operations static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e50a2567b6dfcc66c0bdb7d4cb6525b17bc029d6&lt;/p&gt;</comment>
                            <comment id="285080" author="gerrit" created="Thu, 12 Nov 2020 23:08:04 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40641&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40641&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert IFTODT to S_DT&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 084bad1a02ab41fcf65a1866b23a9e9f5538bd60&lt;/p&gt;</comment>
                            <comment id="286440" author="gerrit" created="Wed, 2 Dec 2020 03:22:30 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40824&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40824&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: don&apos;t cast arg to d_lustre_invalid()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7910151102f5090d5727edbc097f39d8720e7cb2&lt;/p&gt;</comment>
                            <comment id="286446" author="gerrit" created="Wed, 2 Dec 2020 03:27:38 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40829&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40829&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: move acl code into separate file.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b5bf6bc62486dc09a35d0b069489d695096b4b21&lt;/p&gt;</comment>
                            <comment id="286447" author="gerrit" created="Wed, 2 Dec 2020 03:28:55 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40830&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40830&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: ll_lookup_finish_locks clean up&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5d98ef21ef00ca987ac6ebfee6533cd184a07653&lt;/p&gt;</comment>
                            <comment id="286710" author="gerrit" created="Fri, 4 Dec 2020 05:04:30 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40859&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40859&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: discard PO2_ROUNDUP_TYPED, LOWEST_BIT_SET&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5da194ed9d59d56c992778e00ca45698592edae5&lt;/p&gt;</comment>
                            <comment id="286711" author="gerrit" created="Fri, 4 Dec 2020 05:07:03 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40860&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40860&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: discard cfs_firststr&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 873c3510db8bee11b821aa4f87bc26cdfc90925f&lt;/p&gt;</comment>
                            <comment id="286712" author="gerrit" created="Fri, 4 Dec 2020 05:11:53 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40861&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40861&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: discard cfs_strrstr()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bd98bd8b275529a314bb3ba4ca95d65d247a55f6&lt;/p&gt;</comment>
                            <comment id="293115" author="gerrit" created="Fri, 26 Feb 2021 02:10:56 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41766&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41766&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: remove unnecessary variables&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a63da17e90f9bc7f767824b38b0f0f63e518ed9e&lt;/p&gt;</comment>
                            <comment id="293129" author="gerrit" created="Fri, 26 Feb 2021 04:15:34 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41770&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41770&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: use d_is_symlink to test if dentry is a symlink&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2f5b777cd9473e213f04a198d28959de92fc318f&lt;/p&gt;</comment>
                            <comment id="293287" author="gerrit" created="Fri, 26 Feb 2021 21:25:33 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39741/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39741/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: make various &apos;struct file_operations&apos; static&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 950200a21fb0636c53eefc9b6337bf1d10ad121e&lt;/p&gt;</comment>
                            <comment id="293289" author="gerrit" created="Fri, 26 Feb 2021 21:41:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39377/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39377/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: chnage lsm_op_find() to a non-inline function.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7b237bd306e796cd08b3df43a9c697ed8d8d9332&lt;/p&gt;</comment>
                            <comment id="293290" author="gerrit" created="Fri, 26 Feb 2021 21:41:53 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39381/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39381/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change obd_ioctl_getdata() args&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 33265fe88ba59148609dc0706c84e4fb7fde43aa&lt;/p&gt;</comment>
                            <comment id="293291" author="gerrit" created="Fri, 26 Feb 2021 21:41:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39382/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39382/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: style cleanups in lov_set_osc_active()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cab152600ebe8a00524edbe28b314a7cebde545a&lt;/p&gt;</comment>
                            <comment id="293292" author="gerrit" created="Fri, 26 Feb 2021 21:42:01 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39383/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39383/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove module_vars arg to class_register_type()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8d8e87a5ac7e9d072383019228270eb4681a597e&lt;/p&gt;</comment>
                            <comment id="293293" author="gerrit" created="Fri, 26 Feb 2021 21:42:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39391/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39391/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: use cl_object_for_each more broadly.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3ae81448da0009293063547f1f95e116f7102418&lt;/p&gt;</comment>
                            <comment id="293294" author="gerrit" created="Fri, 26 Feb 2021 21:42:10 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39394/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39394/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change super/file/inode operations to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 140b9e6d736a8c11d660094fc11ee61a89264b13&lt;/p&gt;</comment>
                            <comment id="293295" author="gerrit" created="Fri, 26 Feb 2021 21:42:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39396/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39396/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change all &apos;struct seq_operations&apos; to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c5b90540731f13c37e6ad62c194ebef6725608a7&lt;/p&gt;</comment>
                            <comment id="293296" author="gerrit" created="Fri, 26 Feb 2021 21:42:18 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39397/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39397/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lfsck: make all &apos;struct lfsck_operations&apos; to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 68cd9825d5a428af7ba38dcb6e1357af514a7fa3&lt;/p&gt;</comment>
                            <comment id="293297" author="gerrit" created="Fri, 26 Feb 2021 21:42:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39400/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39400/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: change various operations structs to const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c20b866ba374ea38237f0e0c8f5b1bc9bb370985&lt;/p&gt;</comment>
                            <comment id="293298" author="gerrit" created="Fri, 26 Feb 2021 21:42:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39737/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39737/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: minor function cleanups.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9c4fbd1766751251d96d8ca978823a624afb4738&lt;/p&gt;</comment>
                            <comment id="293299" author="gerrit" created="Fri, 26 Feb 2021 21:42:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39738/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39738/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdc: minor function cleanups.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3e76334402a71e37aed4e9a5166d0141e30af375&lt;/p&gt;</comment>
                            <comment id="293300" author="gerrit" created="Fri, 26 Feb 2021 21:43:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39742/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39742/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: mark strings in char arrays as const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 734d6eb11b572a9a2001419a16ae7b0f9ed9643c&lt;/p&gt;</comment>
                            <comment id="293301" author="gerrit" created="Fri, 26 Feb 2021 21:43:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39744/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39744/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert snprintf to scnprintf as appropriate&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a03765b2da70fb9242a622aba3ca4363a63fa656&lt;/p&gt;</comment>
                            <comment id="293302" author="gerrit" created="Fri, 26 Feb 2021 21:43:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40289/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40289/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove non-static &apos;inline&apos; markings.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f0736a6a52ed95814d2cac875caf34f7fc233bf3&lt;/p&gt;</comment>
                            <comment id="293303" author="gerrit" created="Fri, 26 Feb 2021 21:43:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40290/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: remove ll_dir_chain&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: aaf0eb86969b41464093d36f1c0a2f128a1d9851&lt;/p&gt;</comment>
                            <comment id="293306" author="gerrit" created="Fri, 26 Feb 2021 22:10:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40293/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40293/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use is_root_inode()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fca56be02b8fe074e7fce4bf8e9224a644cc7572&lt;/p&gt;</comment>
                            <comment id="293307" author="gerrit" created="Fri, 26 Feb 2021 22:10:42 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40824/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40824/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: don&apos;t cast arg to d_lustre_invalid()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8034d85f2b0e8aa18ddeb4fd4bc544d8fc99737c&lt;/p&gt;</comment>
                            <comment id="293308" author="gerrit" created="Fri, 26 Feb 2021 22:10:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40830/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40830/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: ll_lookup_finish_locks clean up&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7d68bfb9914c4c0dadb0aee2502f35a44dd638e3&lt;/p&gt;</comment>
                            <comment id="293309" author="gerrit" created="Fri, 26 Feb 2021 22:10:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40859/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40859/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: discard PO2_ROUNDUP_TYPED, LOWEST_BIT_SET&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6c3f0cfb4a8e372e8c3ae612c6eee7b7715fbeb7&lt;/p&gt;</comment>
                            <comment id="293310" author="gerrit" created="Fri, 26 Feb 2021 22:10:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40860/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40860/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: discard cfs_firststr&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ee5eb07d2f41ac603981c49cc7000f8938aefbeb&lt;/p&gt;</comment>
                            <comment id="293311" author="gerrit" created="Fri, 26 Feb 2021 22:11:01 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40861/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40861/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: discard cfs_strrstr()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3db4d9a69e4256a42a815e32f9f5c26a68e17454&lt;/p&gt;</comment>
                            <comment id="294142" author="gerrit" created="Sat, 6 Mar 2021 02:34:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40291/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40291/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: iput() can safely be passed NULL.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 650a6dec18306e566b46c3a7cd49cda2fd0b8c40&lt;/p&gt;</comment>
                            <comment id="294273" author="gerrit" created="Mon, 8 Mar 2021 19:10:52 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41939&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41939&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: ptlrpc: don&apos;t use list_for_each_entry_safe unnecessarily.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d7900d58aaaa34051a8ce9211ea15a08e504722a&lt;/p&gt;</comment>
                            <comment id="294469" author="gerrit" created="Wed, 10 Mar 2021 08:02:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40829/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40829/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: move acl code into separate file.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 380829cbe68017a012d1f135419762924323f4f9&lt;/p&gt;</comment>
                            <comment id="294470" author="gerrit" created="Wed, 10 Mar 2021 08:02:13 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41766/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41766/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: remove unnecessary variables&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0d2fb010279e1ac5e2c0f2c97b0ccb9ba27c4c51&lt;/p&gt;</comment>
                            <comment id="294582" author="gerrit" created="Wed, 10 Mar 2021 23:25:56 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41996&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41996&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; checkpatch: treat CNETERR and CEMERG as log function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 52d6b36bd4e59fed1dee482694d9659c2f39e543&lt;/p&gt;</comment>
                            <comment id="294934" author="gerrit" created="Sat, 13 Mar 2021 18:33:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39398/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39398/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: Make dev/body/type operations const&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 110fbf9f76006d240751f2902c4017ba84adc6ca&lt;/p&gt;</comment>
                            <comment id="294935" author="gerrit" created="Sat, 13 Mar 2021 18:33:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40608/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40608/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: create file_operations registeration function.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cfa2c25f1b9b03442cf354bccd062088983057b9&lt;/p&gt;</comment>
                            <comment id="295157" author="gerrit" created="Tue, 16 Mar 2021 18:17:43 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40292/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40292/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove ll_file_*_flag wrappers.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 76b7ce7c6faa1860fe489c7e5e2ee302d6af6bcc&lt;/p&gt;</comment>
                            <comment id="295680" author="gerrit" created="Mon, 22 Mar 2021 16:25:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41770/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41770/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: use d_is_symlink to test if dentry is a symlink&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 36b1e4c4142f8a7251aa3b6b1ec9ecce4799114f&lt;/p&gt;</comment>
                            <comment id="297169" author="gerrit" created="Tue, 30 Mar 2021 04:15:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41939/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41939/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: ptlrpc: don&apos;t use list_for_each_entry_safe unnecessarily.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5c89fa57cb2dfff667ddd75eaeb13f942f5b155d&lt;/p&gt;</comment>
                            <comment id="297170" author="gerrit" created="Tue, 30 Mar 2021 04:15:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41996/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41996/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; checkpatch: treat CNETERR and CEMERG as log function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 287ce634813477fbd330015c809b8f252df29801&lt;/p&gt;</comment>
                            <comment id="297861" author="gerrit" created="Tue, 6 Apr 2021 03:02:01 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40641/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40641/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: convert IFTODT to S_DT&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 77f5bb4dace53e0040dea4ce5c72156e901e6819&lt;/p&gt;</comment>
                            <comment id="299032" author="gerrit" created="Fri, 16 Apr 2021 16:36:20 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43346&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43346&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdc: include linux/idr.h for referenced code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7152b569ebe5bc29e87a599c3b5b3146e887ebc9&lt;/p&gt;</comment>
                            <comment id="299348" author="gerrit" created="Wed, 21 Apr 2021 03:14:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39739/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39739/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: remove some unnecessary code.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cc21e6dadb91dd135dbbc810f60fba2c6ccc579d&lt;/p&gt;</comment>
                            <comment id="299884" author="gerrit" created="Wed, 28 Apr 2021 02:10:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43346/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43346/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; mdc: include linux/idr.h for referenced code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3589a3141a4b9f94887b3ac5d6202233b06b8996&lt;/p&gt;</comment>
                            <comment id="305636" author="gerrit" created="Sat, 26 Jun 2021 18:07:02 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44088&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44088&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: resolve lu_ref checkpatch issues&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 536003078192eada56419e59cdb463bf0644209a&lt;/p&gt;</comment>
                            <comment id="305662" author="gerrit" created="Mon, 28 Jun 2021 06:24:58 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44089&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44089&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: discard lnet_current_net_count&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e4677e473c349b4f9e6f14f98ee49cbb00db20e0&lt;/p&gt;</comment>
                            <comment id="305964" author="gerrit" created="Thu, 1 Jul 2021 03:20:00 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44122&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44122&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: convert kiblnd/ksocknal_thread_start to vararg&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c0df143fa6b6b327a6552b1dcfaf2d76d4b7aa58&lt;/p&gt;</comment>
                            <comment id="306541" author="gerrit" created="Thu, 8 Jul 2021 02:04:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/44088/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44088/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: resolve lu_ref checkpatch issues&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5c98de856618f301035c7579e61fffa10cc726cc&lt;/p&gt;</comment>
                            <comment id="306765" author="gerrit" created="Sat, 10 Jul 2021 14:56:09 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44207&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44207&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: chekcpatch cleanup of libcfs fail.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 312aabd6f8741c9318ed42ceda0a27e6434de7e6&lt;/p&gt;</comment>
                            <comment id="307621" author="gerrit" created="Sun, 18 Jul 2021 12:59:40 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44338&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44338&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use list_first_entry() in lustre subdirectory.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 40fd88a8d02643deaa0a5fdf1433392068bc7471&lt;/p&gt;</comment>
                            <comment id="308040" author="gerrit" created="Thu, 22 Jul 2021 01:49:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/44089/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44089/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: discard lnet_current_net_count&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a39f07804153f4f120727a4decbece5db0ef5bef&lt;/p&gt;</comment>
                            <comment id="308041" author="gerrit" created="Thu, 22 Jul 2021 01:49:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/44122/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44122/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: convert kiblnd/ksocknal_thread_start to vararg&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9976d2c35d40a1709c3539aed76033124e88040e&lt;/p&gt;</comment>
                            <comment id="308042" author="gerrit" created="Thu, 22 Jul 2021 01:49:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/44207/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44207/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: checkpatch cleanup of libcfs fail.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6cba1b949dd4dff297f741abe484880c0690ce4a&lt;/p&gt;</comment>
                            <comment id="309401" author="gerrit" created="Thu, 5 Aug 2021 20:22:37 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44509&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44509&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: remove iam_ut binary&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a950541fa30a863ce5ad9d4ffef311b46845a588&lt;/p&gt;</comment>
                            <comment id="309731" author="gerrit" created="Tue, 10 Aug 2021 08:06:23 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/44338/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44338/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use list_first_entry() in lustre subdirectory.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8c166f6bf42c1bc70b017c89d802f24ed6184988&lt;/p&gt;</comment>
                            <comment id="309837" author="gerrit" created="Tue, 10 Aug 2021 18:49:34 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44582&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44582&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: checkpatch cleanups for lu_object.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a04d83e8f907d6e7be239d035985cd307781da07&lt;/p&gt;</comment>
                            <comment id="310503" author="gerrit" created="Wed, 18 Aug 2021 01:57:49 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/44509/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44509/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: remove iam_ut binary&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8dd4488a07f55e02822a284403922ea48eb53a5f&lt;/p&gt;</comment>
                            <comment id="314118" author="gerrit" created="Tue, 28 Sep 2021 06:51:45 +0000"  >&lt;p&gt;&quot;Neil Brown &amp;lt;neilb@suse.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/45070&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45070&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: return pools_hash_params to being static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9d1c981fe435e510f1abaa3133dfaaa531253f3c&lt;/p&gt;</comment>
                            <comment id="315122" author="gerrit" created="Sun, 10 Oct 2021 03:30:38 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/45070/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/45070/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: return pools_hash_params to being static.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9ec5e2329bf3d7e38fa899a259221aa58fb48cd4&lt;/p&gt;</comment>
                            <comment id="322246" author="gerrit" created="Tue, 11 Jan 2022 06:18:16 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/36386/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36386/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Fix style issues for statmany.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4a4d888a07da2eaec5723473cdc5440768b4a9e3&lt;/p&gt;</comment>
                            <comment id="334153" author="gerrit" created="Mon, 9 May 2022 14:48:27 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47259&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47259&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: checkpatch cleanup of obd_mount_server.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0c4b774fc5cbbd02bc349b4926145fbb7ece40c7&lt;/p&gt;</comment>
                            <comment id="336368" author="gerrit" created="Tue, 31 May 2022 01:08:22 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47488&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47488&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: use list_first_entry() in lnet/lnet subdirectory.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d9c47cb1179d2d82e885a1ff98aa29b7c3117f16&lt;/p&gt;</comment>
                            <comment id="340005" author="gerrit" created="Mon, 11 Jul 2022 06:49:02 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47259/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47259/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: checkpatch cleanup of obd_mount_server.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 78b04d8ee7b60e8e950a34a4695699a19e9fe89a&lt;/p&gt;</comment>
                            <comment id="340009" author="gerrit" created="Mon, 11 Jul 2022 06:49:47 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47488/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47488/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: use list_first_entry() in lnet/lnet subdirectory.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3b760208109b249fd9051d97dbc98664ca4b5769&lt;/p&gt;</comment>
                            <comment id="344345" author="gerrit" created="Tue, 23 Aug 2022 09:29:15 +0000"  >&lt;p&gt;&quot;Etienne AUJAMES &amp;lt;eaujames@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48304&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48304&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for llog_reader.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d08b1fd6725a03e47f99324024fae410bf826387&lt;/p&gt;</comment>
                            <comment id="348986" author="gerrit" created="Fri, 7 Oct 2022 13:45:45 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48803&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48803&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: change some foo0() to __foo()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cb7bac267066f881e7c89bf09adabcd3b874a6c8&lt;/p&gt;</comment>
                            <comment id="349776" author="gerrit" created="Sat, 15 Oct 2022 05:55:06 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48803/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48803/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: change some foo0() to __foo()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8828aa8e75f28808da42f521662a245c6b8a9896&lt;/p&gt;</comment>
                            <comment id="349794" author="gerrit" created="Sat, 15 Oct 2022 13:38:13 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48881&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48881&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: make ccc_users in cl_client_cache a refcount_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5255635e16c856bceecf3848178119ffd5b91fa7&lt;/p&gt;</comment>
                            <comment id="351461" author="gerrit" created="Wed, 2 Nov 2022 07:09:44 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48881/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48881/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: make ccc_users in cl_client_cache a refcount_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ed0f74cd635fa110c1896981d58c389826041808&lt;/p&gt;</comment>
                            <comment id="352200" author="gerrit" created="Tue, 8 Nov 2022 17:23:56 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49072&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49072&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; clio: make cp_ref in cl_page a refcount_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 87bbcfb167b2cfb4bb0f497b4dc0007544b1769d&lt;/p&gt;</comment>
                            <comment id="354437" author="gerrit" created="Tue, 29 Nov 2022 07:06:29 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49072/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49072/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; clio: make cp_ref in cl_page a refcount_t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e19804a3b7e793a11b1c8b5e0db9f6315f243b8c&lt;/p&gt;</comment>
                            <comment id="354536" author="gerrit" created="Tue, 29 Nov 2022 17:11:33 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49274&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49274&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: fix minor typos in comments&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c5db103613396a424985c8b430d6c80ed381cad4&lt;/p&gt;</comment>
                            <comment id="355958" author="gerrit" created="Sat, 10 Dec 2022 14:20:58 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49358&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49358&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: tidy list walking in ldlm_flock()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 389e94f9aebcccd826db716286d270e0ddc8eed8&lt;/p&gt;</comment>
                            <comment id="355960" author="gerrit" created="Sat, 10 Dec 2022 14:30:07 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49359&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49359&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_first_entry in ldlm_lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 51aa565ecb397de1476b9dc2ec55993e7ce3e7bc&lt;/p&gt;</comment>
                            <comment id="356196" author="gerrit" created="Tue, 13 Dec 2022 16:06:12 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49274/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49274/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: fix minor typos in comments&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c95973fea184c2f5e623fe55f7886404ced82ec3&lt;/p&gt;</comment>
                            <comment id="356579" author="gerrit" created="Thu, 15 Dec 2022 18:32:10 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49417&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49417&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_first_entry in ldlm_lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 45d706a742ed0fa5b2c0335fd1826adde16fab41&lt;/p&gt;</comment>
                            <comment id="357031" author="gerrit" created="Tue, 20 Dec 2022 19:22:39 +0000"  >&lt;p&gt;&quot;James Simmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49458&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49458&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: tidy up osc_init()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 617f1dc97a62229447617ea8f8bfd6e1d55bccea&lt;/p&gt;</comment>
                            <comment id="357680" author="gerrit" created="Sun, 1 Jan 2023 14:24:10 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49536&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49536&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_extent.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a44caa306924e80a381d1b304a04d8109079965b&lt;/p&gt;</comment>
                            <comment id="359660" author="gerrit" created="Thu, 19 Jan 2023 15:27:50 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49358/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49358/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: tidy list walking in ldlm_flock()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c0aa5d97da570ea5abca5fb7323c70a3f8fd3b24&lt;/p&gt;</comment>
                            <comment id="359661" author="gerrit" created="Thu, 19 Jan 2023 15:28:01 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49359/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49359/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_first_entry in ldlm_lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1632ed0340ade65b5e49a8a0489a98bd1c5e09a7&lt;/p&gt;</comment>
                            <comment id="359663" author="gerrit" created="Thu, 19 Jan 2023 15:28:25 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49458/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49458/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osc: tidy up osc_init()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f66b0c3b22bfcf0d7ac9383df5d87317f831a03d&lt;/p&gt;</comment>
                            <comment id="360113" author="gerrit" created="Mon, 23 Jan 2023 22:01:08 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49734&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49734&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_for_each_entry in ldlm_lock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 73f39313aae4534bab2a43da2ee3978e28fe9687&lt;/p&gt;</comment>
                            <comment id="360115" author="gerrit" created="Mon, 23 Jan 2023 22:03:35 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49735&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49735&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: simplfy lov_finish_set()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f4d85fa2bf821ab73af843f6db6a9a33a8d2b65a&lt;/p&gt;</comment>
                            <comment id="360116" author="gerrit" created="Mon, 23 Jan 2023 22:05:25 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49736&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49736&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: obdclass: simplify cl_lock_fini()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3058a3ae1375d4ec1b5a428fa27c8ffad29c553e&lt;/p&gt;</comment>
                            <comment id="360117" author="gerrit" created="Mon, 23 Jan 2023 22:06:50 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49737&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49737&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_first_entry in ldlm_lockd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f08c785fde8119d2ed024f8aff1a9c651fe1b83d&lt;/p&gt;</comment>
                            <comment id="360118" author="gerrit" created="Mon, 23 Jan 2023 22:07:57 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49738&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49738&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: minor list_entry improvements in ldlm_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: db1ff4513de42158ff059b79cd78aba30ef4e941&lt;/p&gt;</comment>
                            <comment id="360120" author="gerrit" created="Mon, 23 Jan 2023 22:09:12 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49739&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49739&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_for_each_entry in ldlm_resource.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 30af3d50fa1ffb3b8403c89f3fc2dd9fb57ad829&lt;/p&gt;</comment>
                            <comment id="360122" author="gerrit" created="Mon, 23 Jan 2023 22:10:16 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49740&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49740&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: use list_for_each_entry in lov_obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2c169350d4ea842bc57800d7ffcae6c75e7cb78f&lt;/p&gt;</comment>
                            <comment id="361468" author="gerrit" created="Fri, 3 Feb 2023 06:48:18 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49536/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49536/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for ldlm_extent.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bb35f7a0688e9a74493c18412caf0756d5f525ac&lt;/p&gt;</comment>
                            <comment id="361471" author="gerrit" created="Fri, 3 Feb 2023 06:48:55 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49735/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49735/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: simplfy lov_finish_set()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 63092f76f40633cbdf51cc3b950c121ff71423f9&lt;/p&gt;</comment>
                            <comment id="361472" author="gerrit" created="Fri, 3 Feb 2023 06:49:04 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49736/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49736/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: obdclass: simplify cl_lock_fini()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fe81cb6264155972c55384caebd8035c917e521c&lt;/p&gt;</comment>
                            <comment id="361473" author="gerrit" created="Fri, 3 Feb 2023 06:49:16 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49737/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49737/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_first_entry in ldlm_lockd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5475b26fd48ba01e47eb410e56b6c40ba1c0d4a7&lt;/p&gt;</comment>
                            <comment id="361474" author="gerrit" created="Fri, 3 Feb 2023 06:49:30 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49739/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49739/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_for_each_entry in ldlm_resource.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e766553ff5f7289b7d6cdef4f965c0e4c613bda1&lt;/p&gt;</comment>
                            <comment id="361738" author="gerrit" created="Mon, 6 Feb 2023 17:33:25 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49912&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49912&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obd: change lmd flags to bitmap&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 44b782d4190fabd36ffca7c14ddfc8cb919dc502&lt;/p&gt;</comment>
                            <comment id="362041" author="gerrit" created="Wed, 8 Feb 2023 06:26:09 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49734/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49734/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: use list_for_each_entry in ldlm_lock.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 685fb4b17fd3e34817f47457d1b7f6d629a1a7fc&lt;/p&gt;</comment>
                            <comment id="362042" author="gerrit" created="Wed, 8 Feb 2023 06:26:18 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49738/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49738/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: minor list_entry improvements in ldlm_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0c05dc21ab8d3ab5ebea711a646fad587cd77861&lt;/p&gt;</comment>
                            <comment id="362664" author="gerrit" created="Tue, 14 Feb 2023 06:03:11 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49740/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49740/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: use list_for_each_entry in lov_obd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 51136f2dc68f1d0699b11fe482c8ef1a24c3a1fb&lt;/p&gt;</comment>
                            <comment id="366581" author="gerrit" created="Tue, 21 Mar 2023 04:10:04 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50347&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: fix minor style issues&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5f9e43f76a0df0043dfcdb06d03ce1b71185184d&lt;/p&gt;</comment>
                            <comment id="366857" author="gerrit" created="Wed, 22 Mar 2023 11:47:05 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50373&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50373&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: Fix style issues for file.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e8ccddec52b1a67e5fda294a32234ccc688c2089&lt;/p&gt;</comment>
                            <comment id="368362" author="gerrit" created="Tue, 4 Apr 2023 14:33:43 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50347/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50347/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; build: add SPD/GPL license to build files&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 59af6bbd329137398c7c195b2ae06b974ed77b92&lt;/p&gt;</comment>
                            <comment id="370333" author="gerrit" created="Mon, 24 Apr 2023 10:21:35 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50724&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50724&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for dir.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 800b7779d36632192d808d1f6a10313f8197def8&lt;/p&gt;</comment>
                            <comment id="371109" author="gerrit" created="Tue, 2 May 2023 01:41:04 +0000"  >&lt;p&gt;&quot;Neil Brown &amp;lt;neilb@suse.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50826&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50826&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; all: use list_first_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4f9c9c4f9e88f75ce04706b2e6337cc0ba7a7dd6&lt;/p&gt;</comment>
                            <comment id="371110" author="gerrit" created="Tue, 2 May 2023 01:41:04 +0000"  >&lt;p&gt;&quot;Neil Brown &amp;lt;neilb@suse.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50827&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50827&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: use list_first_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1d3e21729f9439adc17080e5fc0269ce94788ab2&lt;/p&gt;</comment>
                            <comment id="371111" author="gerrit" created="Tue, 2 May 2023 01:41:05 +0000"  >&lt;p&gt;&quot;Neil Brown &amp;lt;neilb@suse.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50828&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50828&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use list_last_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7a1f415d17d7c1aa8b7551050ec2d40dacc4f139&lt;/p&gt;</comment>
                            <comment id="371112" author="gerrit" created="Tue, 2 May 2023 01:41:06 +0000"  >&lt;p&gt;&quot;Neil Brown &amp;lt;neilb@suse.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50829&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50829&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: use list_first_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f718be1beca53b202d3cf4fb30e624020cd862b0&lt;/p&gt;</comment>
                            <comment id="371113" author="gerrit" created="Tue, 2 May 2023 01:41:06 +0000"  >&lt;p&gt;&quot;Neil Brown &amp;lt;neilb@suse.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50830&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50830&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: use list_first_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 280ab8c4669f30658bc6d0ec7f0e42c31c5ea3ba&lt;/p&gt;</comment>
                            <comment id="371114" author="gerrit" created="Tue, 2 May 2023 01:46:24 +0000"  >&lt;p&gt;&quot;Neil Brown &amp;lt;neilb@suse.de&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50831&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50831&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llite: simplify flock initialization&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: eb832b510df7800ca74c2533124b7a38cdeec24f&lt;/p&gt;</comment>
                            <comment id="372808" author="gerrit" created="Fri, 19 May 2023 07:00:46 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49912/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49912/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obd: change lmd flags to bitmap&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a342697e580ffea623e4270647b7480302916c10&lt;/p&gt;</comment>
                            <comment id="374011" author="gerrit" created="Wed, 31 May 2023 19:03:35 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50826/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50826/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; all: use list_first_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 01e054b34cb894bd4ad1b9d68819db3e6fce4ed4&lt;/p&gt;</comment>
                            <comment id="374012" author="gerrit" created="Wed, 31 May 2023 19:03:51 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50829/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50829/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; libcfs: use list_first_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 77afee8ae97ae1a44597b0639c53833b5a370375&lt;/p&gt;</comment>
                            <comment id="374920" author="gerrit" created="Fri, 9 Jun 2023 05:24:19 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50827/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50827/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lnet: use list_first_entry() where appropriate.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 50e1a93386b05de89774d0a4a26c954aa3e1b4ab&lt;/p&gt;</comment>
                            <comment id="375897" author="gerrit" created="Tue, 20 Jun 2023 03:36:18 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50724/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50724/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for dir.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 20bc026cfc928511d3949985a0b2e7f250f953f0&lt;/p&gt;</comment>
                            <comment id="375898" author="gerrit" created="Tue, 20 Jun 2023 03:36:57 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50830/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50830/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: use list_first/list_entry() on list heads&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9da5e8b17404d0a5787246455cc0f930b5a2e51e&lt;/p&gt;</comment>
                            <comment id="379340" author="gerrit" created="Wed, 19 Jul 2023 16:41:56 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50828/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50828/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: use list_first/last_entry() for list heads&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 94b72e3478d73133c29c0e31403e7e3e96a163f4&lt;/p&gt;</comment>
                            <comment id="379748" author="gerrit" created="Fri, 21 Jul 2023 21:31:59 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51738&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51738&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obd: fix white space, header&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1c9b0ba8c9e3fc5a23e7f221a162a56777da37f4&lt;/p&gt;</comment>
                            <comment id="379749" author="gerrit" created="Fri, 21 Jul 2023 21:32:00 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51739&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51739&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obd: remove OBP and MDP macros&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 595187ca0105f155e4360d81b49c731203d7a75f&lt;/p&gt;</comment>
                            <comment id="380645" author="gerrit" created="Sun, 30 Jul 2023 16:48:26 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51808&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51808&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: remove custom macros in lod_qos.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 22858c25b18d81d29e2bba90659b893c32cd521c&lt;/p&gt;</comment>
                            <comment id="380654" author="gerrit" created="Mon, 31 Jul 2023 06:43:24 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51810&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51810&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for sec_gss.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bb9d874b909ed4f0855d424afeec1abfc8aed802&lt;/p&gt;</comment>
                            <comment id="380836" author="gerrit" created="Tue, 1 Aug 2023 06:13:57 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51738/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51738/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obd: fix white space, header&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e70193cf8be57afda14c1df7a0e46cff462b461b&lt;/p&gt;</comment>
                            <comment id="380837" author="gerrit" created="Tue, 1 Aug 2023 06:14:08 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51739/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51739/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obd: remove OBP and MDP macros&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 738c96f8e2575635ca17b394454958a7748bc3e4&lt;/p&gt;</comment>
                            <comment id="381079" author="gerrit" created="Wed, 2 Aug 2023 12:29:02 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51853&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51853&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for lustre_sec.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ef9beae5d14daa48535b9de2d8f05986045da2b6&lt;/p&gt;</comment>
                            <comment id="381530" author="gerrit" created="Mon, 7 Aug 2023 03:48:54 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51808/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51808/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lod: remove custom macros in lod_qos.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 36c79198387b11491ac091ca6d0d6146efa7bec2&lt;/p&gt;</comment>
                            <comment id="381658" author="gerrit" created="Tue, 8 Aug 2023 10:24:54 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51888&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51888&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for evnets.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b2c796d47d921ff64dade108cc68b2221304976e&lt;/p&gt;</comment>
                            <comment id="382095" author="gerrit" created="Fri, 11 Aug 2023 08:59:48 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51926&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51926&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for layout.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 66ea9a1be0b78d1a004e3b5c6e4c7e9c9907637c&lt;/p&gt;</comment>
                            <comment id="383102" author="gerrit" created="Mon, 21 Aug 2023 05:17:42 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52014&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52014&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: cleanup unneeded macros from lov_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0ed14c28248dd50a1e19536aceeb339b91d9a6bf&lt;/p&gt;</comment>
                            <comment id="383840" author="gerrit" created="Sun, 27 Aug 2023 00:27:11 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52106&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52106&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: update headers in config, debian, rpm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fd4141e8dc6d21be46e3510a38e5990ccca751bb&lt;/p&gt;</comment>
                            <comment id="384309" author="gerrit" created="Thu, 31 Aug 2023 06:18:46 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51888/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51888/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for events.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 017cb44d26bb24f14c52258798c105f92209c093&lt;/p&gt;</comment>
                            <comment id="384310" author="gerrit" created="Thu, 31 Aug 2023 06:19:01 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51926/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51926/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for layout.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ef414ce6e7b27f683b865134c87886bd97c91636&lt;/p&gt;</comment>
                            <comment id="384311" author="gerrit" created="Thu, 31 Aug 2023 06:19:21 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52014/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52014/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lov: cleanup unneeded macros from lov_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1f4151ba716c023429e5d6ad7530717f99a43c9f&lt;/p&gt;</comment>
                            <comment id="384369" author="gerrit" created="Thu, 31 Aug 2023 11:41:10 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52196&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdfilter: obdfilter script improvements&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 376bd517670e6f0d1cdffd536396ce1e86a4e466&lt;/p&gt;</comment>
                            <comment id="385707" author="gerrit" created="Wed, 13 Sep 2023 04:01:18 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52106/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52106/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: update headers in config, debian, rpm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f89529a06ed2cf6e3a02df6093e047d4d7da15ea&lt;/p&gt;</comment>
                            <comment id="386499" author="gerrit" created="Wed, 20 Sep 2023 07:02:00 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52421&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52421&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; checkpatch: Add check for %zd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3473e8d7f899163c2bb60b44f3eb51c942f35e49&lt;/p&gt;</comment>
                            <comment id="387717" author="gerrit" created="Fri, 29 Sep 2023 05:07:52 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52554&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52554&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; checkpatch: Add checkpatch.pl wrapper&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 265535847bfc00f932e74b6eb0152ca1ed6b8b79&lt;/p&gt;</comment>
                            <comment id="390033" author="gerrit" created="Fri, 20 Oct 2023 08:38:52 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52770&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52770&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Add missing /tmp/target2 under cleanup_src_tgt&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9208157c77fa03a12d9fab54e2bdad26805c78c0&lt;/p&gt;</comment>
                            <comment id="390573" author="gerrit" created="Wed, 25 Oct 2023 18:03:53 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52421/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52421/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; checkpatch: Add check for %zd&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 687941952df1a495cc36f0cae342386572c5ab85&lt;/p&gt;</comment>
                            <comment id="391589" author="gerrit" created="Fri, 3 Nov 2023 04:03:10 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52770/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52770/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; tests: Add missing /tmp/target2 under cleanup_src_tgt&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7b68455b64a585a439be1126b97716d8711b6c4e&lt;/p&gt;</comment>
                            <comment id="393955" author="gerrit" created="Wed, 22 Nov 2023 20:41:21 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53211&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53211&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: add editorconfig file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bc782f7c5de1efef953249e6ace6aa04ec432d03&lt;/p&gt;</comment>
                            <comment id="396581" author="gerrit" created="Wed, 13 Dec 2023 12:18:17 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53211/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53211/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: add editorconfig file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 172d090750a7a59eb13dcec2f7c73d146f3faa6f&lt;/p&gt;</comment>
                            <comment id="397974" author="gerrit" created="Sat, 23 Dec 2023 01:50:07 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53543&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53543&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; build: ignore deleted lines for comment context&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 66e84c8dfa760c483beceb2b9aaa2040febceea1&lt;/p&gt;</comment>
                            <comment id="399077" author="gerrit" created="Wed, 10 Jan 2024 07:28:10 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53543/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53543/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; build: ignore deleted lines for comment context&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fdb7dbadd869f5b6ec46d868e78c12e321a01fb5&lt;/p&gt;</comment>
                            <comment id="402360" author="gerrit" created="Fri, 2 Feb 2024 12:21:56 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53887&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53887&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for fid_lib/lproc_fid.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c36968a41ac383d637c70070a47f7a31ddea91b7&lt;/p&gt;</comment>
                            <comment id="402370" author="gerrit" created="Fri, 2 Feb 2024 13:18:34 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53888&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53888&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for lproc_fld.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 757571325ae52fbdb7a939274bff9923c5f4ac95&lt;/p&gt;</comment>
                            <comment id="402516" author="gerrit" created="Sat, 3 Feb 2024 17:54:55 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53899&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53899&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; uapi: Fix style issues for folder lustre/include/uapi/linux/lustre&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9b75dacbdba3b594eaebc4fa11e396311845b80a&lt;/p&gt;</comment>
                            <comment id="402526" author="gerrit" created="Sat, 3 Feb 2024 21:47:30 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53900&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53900&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; utils: Fix style issues for folder lustre/include/lustre&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 529edf512aa09c338edd53fbef46d39193e49fd9&lt;/p&gt;</comment>
                            <comment id="402529" author="gerrit" created="Sat, 3 Feb 2024 23:25:08 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53901&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53901&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; header: Fix style issues for interval_tree.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 04f2ca0560143f670aaddea2c99350b668a89933&lt;/p&gt;</comment>
                            <comment id="402530" author="gerrit" created="Sat, 3 Feb 2024 23:27:47 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53902&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53902&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; header: Fix style issues for cl_object.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 10e1b534aa4122d2d2d03528b1a4995a459c4b7b&lt;/p&gt;</comment>
                            <comment id="402611" author="gerrit" created="Mon, 5 Feb 2024 05:02:28 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53906&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53906&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lprocfs_status.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 65f1b7d0b9291100e498d58f240b6ebd11e3dea9&lt;/p&gt;</comment>
                            <comment id="402612" author="gerrit" created="Mon, 5 Feb 2024 05:05:12 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53907&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53907&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; build: Fix style issues for lustre_compat.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 338bc562fbd56038a82dad14ae3edba683f708b5&lt;/p&gt;</comment>
                            <comment id="402651" author="gerrit" created="Mon, 5 Feb 2024 11:08:02 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53912&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53912&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; llog: Fix style issues for lustre_log.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a309c37a0c467be9b389784ee9a7dd79cfc806a2&lt;/p&gt;</comment>
                            <comment id="402652" author="gerrit" created="Mon, 5 Feb 2024 11:08:58 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53913&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53913&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; obdclass: Fix style issues for lustre_idmap.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 20edcce92f5954af72194e53c98c557788189ffe&lt;/p&gt;</comment>
                            <comment id="402654" author="gerrit" created="Mon, 5 Feb 2024 11:10:45 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53914&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53914&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fld: Fix style issues for lustre_fld.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 386832fce074bad89cec0730fc8b433c449b4fab&lt;/p&gt;</comment>
                            <comment id="402655" author="gerrit" created="Mon, 5 Feb 2024 11:11:51 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53915&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53915&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; fid: Fix style issues for lustre_fid.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ef2c0b6ae6377899da39aa9cf0d32de8a199bb6f&lt;/p&gt;</comment>
                            <comment id="402656" author="gerrit" created="Mon, 5 Feb 2024 11:12:35 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53916&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: Fix style issues for lustre_export.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 593cde71e5434d262ccb155216e5e63fc3430617&lt;/p&gt;</comment>
                            <comment id="402657" author="gerrit" created="Mon, 5 Feb 2024 11:13:19 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53917&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53917&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for lustre_dlm_flags.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a1e7b5e0b4a6421a886aa00808b24e1f42bb84f5&lt;/p&gt;</comment>
                            <comment id="402658" author="gerrit" created="Mon, 5 Feb 2024 11:14:20 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53918&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53918&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ldlm: Fix style issues for lustre_dlm.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c73d32bf3692b12ddbd99aebadbc254ecd50c82f&lt;/p&gt;</comment>
                            <comment id="402659" author="gerrit" created="Mon, 5 Feb 2024 11:15:25 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53919&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53919&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; uapi: Fix style issues for lustre_disk.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fa2423669f9e7557c4d620ab70b3a0497c8cbe79&lt;/p&gt;</comment>
                            <comment id="402835" author="gerrit" created="Tue, 6 Feb 2024 12:00:48 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53938&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53938&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; ptlrpc: Fix style issues for lustre_net.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 85d871abb3fc630c86d5949cd4d05cb158c40c4c&lt;/p&gt;</comment>
                            <comment id="402952" author="gerrit" created="Wed, 7 Feb 2024 04:55:18 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53949&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53949&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; lustre: Fix style issues for dt_object.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 94c971d7a52a5bb14bd50aa516b2c90ba9bd09d5&lt;/p&gt;</comment>
                            <comment id="402963" author="gerrit" created="Wed, 7 Feb 2024 08:34:07 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53952&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53952&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; osp: Fix style issues for lu_object.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 31c57c72c1110c75620f74fc747596a06c40d4ec&lt;/p&gt;</comment>
                            <comment id="403143" author="gerrit" created="Thu, 8 Feb 2024 06:56:06 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53967&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53967&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; misc: Fix style issues for files under lustre/include/&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8cc9e4ffbfa517dca74aedcb91c4f035718ddd9c&lt;/p&gt;</comment>
                            <comment id="403356" author="gerrit" created="Fri, 9 Feb 2024 09:41:31 +0000"  >&lt;p&gt;&quot;Arshad Hussain &amp;lt;arshad.hussain@aeoncomputing.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53985&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53985&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6142&quot; title=&quot;Enforce Linux kernel coding style in all code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6142&quot;&gt;LU-6142&lt;/a&gt; uapi: Fix style issues for lustre_idl.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a2573016baea1cc79ba82f78a2be55389a5aac11&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="53944">LU-11632</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="37133">LU-8191</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="47656">LU-9830</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="29683">LU-6496</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="29695">LU-6504</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="29702">LU-6511</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="69794">LU-15757</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="37127">LU-8185</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56278">LU-12511</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="42945">LU-9010</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56521">LU-12610</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="32271" name="git-tabcheck" size="665" author="adilger" created="Tue, 19 Mar 2019 19:36:40 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 23 May 2016 19:07:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>upstream</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzx4db:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>17120</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 20 Jan 2015 19:07:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>