aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ptlrpc/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-3271/+0
2018-05-25staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown1-0/+2
2018-05-25staging: lustre: remove current_pid() and current_comm()NeilBrown1-4/+4
2018-05-25staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown1-2/+2
2018-05-14staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked"Colin Ian King1-1/+1
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown1-2/+2
2018-02-22staging: lustre: ptlrpc: list_for_each improvements.NeilBrown1-64/+25
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown1-1/+1
2018-02-22staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown1-2/+2
2018-02-16staging: lustre: remove l_wait_event from ptlrpc_set_waitNeilBrown1-49/+35
2018-02-16staging: lustre: use explicit poll loop in ptlrpc_unregister_replyNeilBrown1-7/+7
2018-02-16staging: lustre: use wait_event_idle_timeout in ptlrpcd()NeilBrown1-4/+8
2018-02-16staging: lustre: simplify waiting in ptlrpc_invalidate_import()NeilBrown1-1/+2
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-5/+5
2018-01-08staging: lustre: replace cfs_get_random_bytes calls with get_random_byte()NeilBrown1-1/+1
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: ptlrpc: add include path to MakefileJames Simmons1-6/+6
2017-07-30staging: lustre: ptlrpc: don't use CFS_DURATION_T for time64_tJames Simmons1-3/+2
2017-07-30staging: lustre: ptlrpc: restore 64-bit time for struct ptlrpc_cli_reqJames Simmons1-1/+1
2017-07-30staging: lustre: ptlrpc: no need to reassign mbits for replayNiu Yawei1-6/+22
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-2/+2
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-1/+1
2017-03-06staging: lustre: lnet: change lnet_handle_md_t to proper structJames Simmons1-1/+1
2017-03-06staging: lustre: Using macro DIV_ROUND_UPsimran singhal1-2/+1
2017-02-03staging: lustre: ptlrpc: update replay cursor when close during replayNiu Yawei1-5/+10
2017-02-03staging: lustre: ptlrpc: allow blocking asts to be delayedVladimir Saveliev1-1/+1
2017-02-03staging: lustre: ptlrpc: set proper mbits for EINPROGRESS resendNiu Yawei1-2/+5
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-2/+2
2016-11-29staging: lustre/ptlrpc: small leak on allocation failureDan Carpenter1-3/+4
2016-11-17staging/lustre/ptlrpc: track unreplied requestsNiu Yawei1-31/+81
2016-11-14staging: lustre: ptlrpc: mbits is sent within ptlrpc_bodyLiang Zhen1-27/+45
2016-11-14staging: lustre: ptlrpc: race at req processingAlexander Boyko1-0/+4
2016-11-07staging/lustre/ptlrpc: Suppress error for flock requestsPatrick Farrell1-1/+3
2016-10-30staging: lustre: ptlrpc: imp_peer_committed_transno should increaseAlex Zhuravlev1-4/+4
2016-10-30staging: lustre: ptlrpc: do not sleep if encpool reached max capacitySebastien Buisson1-0/+25
2016-10-30staging: lustre: ptlrpc: replay bulk requestwang di1-2/+9
2016-10-30staging: lustre: ptlrpc: embed highest XID in each requestGregoire Pichon1-1/+33
2016-10-30staging: lustre: ptlrpc: Introduce iovec to bulk descriptorAmir Shehata1-29/+92
2016-10-16staging: lustre: ptlrpc: dont take unwrap in req_waittime calculationSebastien Buisson1-4/+4
2016-09-19staging: lustre: ptlrpc: prevent request timeout grow due to recoveryMikhail Pershin1-13/+17
2016-09-19staging: lustre: ptlrpc: remove unnecessary EXPORT_SYMBOLfrank zago1-14/+3
2016-09-19staging: lustre: ptlrpc: quiet errors on initial connectionAndreas Dilger1-23/+29
2016-09-19staging: lustre: recovery: don't replay closed openNiu Yawei1-1/+5
2016-09-19staging: lustre: at: net AT after connectAlexander Boyko1-2/+2
2016-09-19staging: lustre: ldlm: resend AST callbacksVitaly Fertman1-2/+2
2016-08-21staging: lustre: ptlrpc: request gets stuck in UNREGISTERING phaseAndriy Skulysh1-1/+3
2016-08-21staging: lustre: ptlrpc: Early replies need to honor at_maxChris Horn1-3/+5
2016-08-15lustre: don't reinvent struct bio_vecAl Viro1-1/+1
2016-06-20staging/lustre/ptlrpc: lost bulk leads to a hangVitaly Fertman1-8/+56
2016-06-20staging/lustre/ptlrpc: Remove __ptlrpc_request_bufs_packBen Evans1-21/+13