aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/lustre_net.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03staging: lustre: ptlrpc: remove unused pc->pc_envDmitry Eremin1-4/+0
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-2/+2
2016-12-06staging: lustre: rpc: increase bulk sizeJinshan Xiong1-2/+6
2016-11-17staging/lustre/ptlrpc: track unreplied requestsNiu Yawei1-0/+3
2016-11-14staging: lustre: ptlrpc: mbits is sent within ptlrpc_bodyLiang Zhen1-1/+4
2016-11-14staging: lustre: obdclass: remove structure holes to reduce memoryAndreas Dilger1-3/+4
2016-10-30staging: lustre: ptlrpc: embed highest XID in each requestGregoire Pichon1-0/+1
2016-10-30staging: lustre: ptlrpc: Introduce iovec to bulk descriptorAmir Shehata1-26/+134
2016-10-16staging: lustre: ptlrpc: Move NRS structures out of lustre_net.hChris Horn1-711/+1
2016-10-16staging: lustre: ptlrpc: Add a tag field to ptlrpc messagesGregoire Pichon1-0/+2
2016-09-19staging: lustre: ptlrpc: remove unnecessary EXPORT_SYMBOLfrank zago1-7/+0
2016-09-19staging: lustre: ptlrpc: fix comparison between signed and unsignedDmitry Eremin1-17/+17
2016-09-19staging: lustre: fix comparison between signed and unsignedDmitry Eremin1-4/+6
2016-09-19staging: lustre: ptlrpc: enlarge OST_MAXREQSIZE for 4MB RPCLi Xi1-1/+4
2016-09-17staging: lustre: include/lustre_net.h: Remove unnecessary space before function pointer arguments.Richard Groux1-23/+23
2016-06-20staging/lustre/ptlrpc: lost bulk leads to a hangVitaly Fertman1-19/+29
2016-06-20staging/lustre/ptlrpc: missing wakeup for ptlrpc_check_setLiang Zhen1-11/+16
2016-06-20staging/lustre/ptlrpc: reorganize ptlrpc_requestLiang Zhen1-139/+202
2016-06-20staging: lustre: remove remote client supportFan Yong1-1/+0
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-04-28staging: lustre: osc: Track and limit "unstable" pagesPrakash Surya1-1/+3
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-03-01staging/lustre: Remove unused liblustre_check_services prototypeOleg Drokin1-1/+0
2016-03-01staging/lustre/include: Fix style of function declarationsOleg Drokin1-10/+9
2016-02-25staging/lustre/include: Adjust comment styleOleg Drokin1-14/+25
2016-02-25staging/lustre: Remove ldlm type/mode typedefsOleg Drokin1-1/+1
2016-02-20staging/lustre/include: Adjust NULL comparison codestyleOleg Drokin1-8/+5
2016-02-20staging/lustre/ptlrpc: Get rid of /proc references in commentsOleg Drokin1-1/+1
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-10-13staging: lustre: add a blank line after function/struct/union/enum declarationsMike Rapoport1-0/+4
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-2/+0
2015-10-08Staging: lustre: ptlrpc: service: Declare local functions as staticShraddha Barke1-2/+0
2015-10-08Staging: lustre: ptlrpc: import: Declare deuuidify as staticShraddha Barke1-2/+0
2015-10-04Staging: lustre: ptlrpc: niobuf: Declare as staticShraddha Barke1-1/+0
2015-10-04Staging: lustre: ptlrpc: events: Declare as staticShraddha Barke1-1/+0
2015-10-04Staging: lustre: ptlrpc: nrs: Declare as staticShraddha Barke1-5/+0
2015-09-29staging/lustre: remove lots of dead codeArnd Bergmann1-18/+0
2015-09-29staging/lustre/ptlrpc: Drop unused client codeOleg Drokin1-13/+0
2015-09-29staging/lustre: Remove unused ptlrpcd_add_rqset()Oleg Drokin1-1/+0
2015-09-29staging/lustre: Remove high-priority request callbacksOleg Drokin1-3/+0
2015-09-29staging/lustre: Remove unused reply state batches codeOleg Drokin1-5/+1
2015-09-29staging/lustre/ptlrpc: Remove server-specific health checksOleg Drokin1-1/+0
2015-09-29staging/lustre: remove the ping evictorArnd Bergmann1-2/+0
2015-09-29staging/lustre: use 64-bit times for request timesArnd Bergmann1-11/+11
2015-09-29staging/lustre: change rq_at_index typeArnd Bergmann1-1/+1
2015-09-16staging/lustre: Remove references to OBD_ALLOC/FREE* in commentsOleg Drokin1-1/+1
2015-09-15staging/lustre/ptlrpc: make ptlrpcd threads cpt-awareOlaf Weber1-41/+13
2015-09-15staging/lustre/osc: use global osc_rq_pool to reduce memory usageLi Xi1-4/+3