aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-25staging/lustre: Remove lquota_glb_rec, lquota_slv_rec and lquota_acct_recOleg Drokin2-96/+0
2016-02-25staging/lustre: Remove unused struct quota_bodyOleg Drokin5-124/+0
2016-02-25staging/lustre: Remove duplicated quota definesOleg Drokin2-17/+0
2016-02-25staging/lustre: Remove *_CONNECT_SUPPORTED definesOleg Drokin1-46/+4
2016-02-25staging/lustre: Remove server-only values from enum lu_dirent_attrsOleg Drokin1-16/+0
2016-02-25staging/lustre: Remove FSF mailing address from GPL noticesOleg Drokin5-25/+0
2016-02-25staging/lustre: Remove server-side changelog definesOleg Drokin1-11/+0
2016-02-25staging/lustre: Get rid of C99 comments in lustre_idl.hOleg Drokin1-10/+10
2016-02-25staging/lustre: Remove lustre_build_version.hOleg Drokin3-9/+5
2016-02-25staging/lustre/llite: Get rid of se_stat_t typedefOleg Drokin1-5/+5
2016-02-25staging/lustre: Get rid of ldlm_cancel_flags_t typedefOleg Drokin9-30/+34
2016-02-25staging/lustre: Get rid of ldlm_ns_type_t typedefOleg Drokin3-6/+6
2016-02-25staging/lustre: Remove ldlm_appetite_t typedefOleg Drokin2-5/+5
2016-02-25staging/lustre: Get rid of ldlm_error_t typedefOleg Drokin5-13/+13
2016-02-25staging/lustre: Get rid of lustre_quota_version typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of lustre_fid typedefOleg Drokin2-13/+13
2016-02-25staging/lustre: Get rid of object update codeOleg Drokin7-241/+1
2016-02-25staging/lustre: Get rid of sec_cmd_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of llog_op_type typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of obd_cmd_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of mgs_cmd_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Remove ldlm type/mode typedefsOleg Drokin23-103/+114
2016-02-25staging/lustre: Get rid of ldlm_cmd_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of mds_reint_t, mdt_reint_t typedefsOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of mds_cmd_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of quota_cmd_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of ost_cmd_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Get rid of cksum_type_t typedefOleg Drokin4-14/+14
2016-02-25staging/lustre: Get rid of loc_flags_t typedefOleg Drokin1-3/+3
2016-02-25staging/lustre: Get rid of client_obd_lock_t typedefOleg Drokin2-8/+8
2016-02-25staging/lustre/fld: Remove useless typedefsOleg Drokin1-7/+2
2016-02-25staging/lustre/ldlm: Remove unused lr_most_restr from struct ldlm_resourceOleg Drokin3-7/+0
2016-02-22staging: lustre: Remove LASSERTS from router checkerDoug Oucharek1-4/+0
2016-02-22staging: lustre: Use lnet_is_route_alive for router alivenessChris Horn1-2/+1
2016-02-22staging: lustre: Allocate the correct number of rtr buffersAmir Shehata3-10/+30
2016-02-22staging: lustre: use sock.h in only acceptor.cJames Simmons2-1/+1
2016-02-22staging: lustre: avoid race during lnet acceptor thread terminationBruno Faccini1-1/+7
2016-02-22staging: lustre: remove unnecessary EXPORT_SYMBOL from lnet layerFrank Zago1-3/+0
2016-02-22staging: lustre: remove messages from lazy portal on NI shutdownAmir Shehata3-18/+43
2016-02-22staging: lustre: prevent assert on LNet module unloadAmir Shehata1-0/+9
2016-02-22staging: lustre: assume a kernel buildJohn L. Hammond9-83/+7
2016-02-22staging: lustre: improvement to router checkerAmir Shehata3-7/+52
2016-02-22staging: lustre: handle lnet_check_routes() errorsAmir Shehata1-1/+7
2016-02-22staging: lustre: return -EEXIST if NI is not uniqueAmir Shehata1-11/+9
2016-02-22staging: lustre: reject invalid net configuration for lnetAmir Shehata1-1/+17
2016-02-22staging: lustre: startup lnet acceptor thread dynamicallyAmir Shehata2-2/+22
2016-02-22staging: lustre: missed a few cases of using NULL instead of 0Frank Zago3-4/+4
2016-02-22staging: lustre: make some lnet functions staticFrank Zago6-19/+5
2016-02-22staging: lustre: return appropriate errno when adding routeAmir Shehata2-5/+8
2016-02-22staging: lustre: improve LNet clean up code and APIAmir Shehata3-233/+251