aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-914/+0
2018-05-25staging: lustre: remove libcfs_all from ptlrpcNeilBrown1-2/+4
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown1-1/+1
2018-05-25staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown1-5/+5
2018-02-22staging: lustre: ptlrpc: list_for_each improvements.NeilBrown1-10/+5
2018-02-16staging: lustre: use wait_event_idle_timeout in ptlrpcd()NeilBrown1-4/+5
2018-02-16staging: lustre: remove back_to_sleep()NeilBrown1-4/+5
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-2/+2
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-9/+9
2017-02-03staging: lustre: ptlrpc: update MODULE_PARAM_DESC in ptlrpcd.cDmitry Eremin1-2/+3
2017-02-03staging: lustre: ptlrpc: remove unused pc->pc_envDmitry Eremin1-13/+0
2016-08-21staging/lustre: Add spaces preferred around that '{+, -, *, /, |, <<, >>, &}'Oleg Drokin1-2/+2
2016-06-20staging/lustre/ptlrpc: reorganize ptlrpc_requestLiang Zhen1-2/+2
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-26staging: lustre: ptlrpc: return a meaningful status from ptlrpcd_init()Swapnil Pimpale1-1/+4
2016-03-30staging/lustre/osc: to drop LRU pages with cl_lru_workJinshan Xiong1-3/+13
2016-03-01drivers: staging: lustre: lustre: ptlrpc: Fix comment related coding style issueTapan Prakash T1-1/+0
2016-03-01staging/lustre/ptlrpc: Fix style vs open parenthesis alignmentOleg Drokin1-5/+4
2016-02-25staging/lustre/ptlrpc: Adjust comments to better conform to coding styleOleg Drokin1-3/+6
2016-02-20staging/lustre/ptlrpc: Adjust NULL comparison codestyleOleg Drokin1-9/+7
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-11-15staging: lustre: fix buffer overflow of string bufferDmitry Eremin1-0/+1
2015-09-29staging/lustre: Remove unused ptlrpcd_add_rqset()Oleg Drokin1-42/+0
2015-09-15staging/lustre/ptlrpc: make ptlrpcd threads cpt-awareOlaf Weber1-277/+425
2015-07-13staging: lustre: ptlrpc: Use !x to check for kzalloc failureJulia Lawall1-1/+1
2015-06-08staging: lustre: ptlrpc: clean up whitespace and align function paramsChris Hanna1-3/+3
2015-05-08staging: lustre: ptlrpc: Use kzalloc and kfreeJulia Lawall1-7/+7
2015-03-06staging/lustre/ptlrpc: Do not use deprecated cpus_* functionsOleg Drokin1-4/+4
2015-03-06staging: lustre: remove initialization of static intsSupriya Karanth1-1/+1
2015-02-07staging/lustre/ptlrpc: avoid list scan in ptlrpcd_checkLiang Zhen1-14/+9
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-4/+3
2014-09-08staging: lustre: ptlrpc: expand the GOTO macroJulia Lawall1-10/+16
2014-07-11staging: lustre: ptlrpc/ldlm: remove ccflags from MakefileGreg Kroah-Hartman1-8/+7
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman1-1/+1
2014-02-07staging: lustre: Fix typo in lustre/ptlrpcMasanari Iida1-2/+2
2013-12-04staging: lustre: reapply an older patch that was revertedGreg Kroah-Hartman1-1/+1
2013-12-03staging/lustre/ptlrpc: better error handling in ptlrpcd_startDmitry Eremin1-22/+22
2013-11-25staging/lustre: remove CFS_MODULE_PARMPeng Tao1-4/+4
2013-09-17staging: lustre: clean up format string usagesKees Cook1-4/+4
2013-08-04staging: lustre: remove task_t typedefGreg Kroah-Hartman1-1/+2
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-8/+8
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-7/+1
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-10/+0
2013-06-06staging/lustre: call set_cpus_allowed_ptr instead of set_cpus_allowedPeng Tao1-2/+2
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+827