summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/lnet/lib-eq.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-426/+0
* staging: lustre: discard LOWEST_BIT_SET()NeilBrown2018-05-251-1/+1
* staging: lustre: lnet: remove cfs_block_allsigs calls.NeilBrown2018-02-221-3/+7
* staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown2018-01-091-5/+4
* staging: lustre: lnet-lib: opencode some alloc/free functions.NeilBrown2018-01-081-3/+3
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: lnet: add include path to MakefileJames Simmons2017-08-221-1/+2
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* staging: lustre: lnet: change lnet_event_t to proper structureJames Simmons2017-03-061-8/+8
* staging: lustre: lnet: change lnet_eq_t to proper structureJames Simmons2017-03-061-4/+4
* staging: lustre: lnet: change lnet_handle_eq_t to proper structJames Simmons2017-03-061-3/+3
* staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-171-1/+1
* staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-171-4/+0
* staging: lustre: return proper error code for LNet coreJames Simmons2016-03-021-1/+1
* staging: lustre: assume a kernel buildJohn L. Hammond2016-02-221-3/+0
* staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons2016-02-141-9/+9
* staging: lustre: fix all NULL comparisons in LNet layerJames Simmons2016-02-141-9/+9
* staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons2016-02-141-1/+0
* staging: lustre: format properly all comment blocks for LNet coreJames Simmons2016-02-141-13/+24
* staging/lustre/lnet: Don't call roundup_pow_of_two on zero in LNetEQAllocOleg Drokin2016-02-071-1/+2
* Staging: lustre: lnet: Remove functions LNetEQWait and LNetEQGetShraddha Barke2015-12-211-18/+0
* staging: lustre: remove multiple blank linesMike Rapoport2015-10-131-3/+0
* staging/lustre: avoid unnecessary timeval conversionArnd Bergmann2015-09-291-6/+3
* staging:lustre: assume a kernel buildJohn L. Hammond2015-06-081-1/+1
* staging: lustre: lnet: lnet: code cleanups - variable declarationsMike Shuey2015-05-311-21/+21
* staging/lustre: Use roundup_pow_of_two() in LNetEQAlloc()Pekka Enberg2015-05-311-1/+1
* staging: lustre: lnet: lnet: Remove unneeded braces in lib-eq.cEdward Lipinsky2015-03-011-2/+1
* staging: lustre: lnet: lnet: Fix quoted string split warning.Gulsah Kose2014-09-191-4/+1
* staging: lustre: Fix space prohibited between function name and open parenthesisMathieu OTHACEHE2014-09-021-6/+6
* staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman2014-07-121-1/+1
* staging: lustre: remove top level ccflags variableGreg Kroah-Hartman2014-07-111-1/+1
* staging: lustre: fix sparse warning "should it be static"Toby Smith2014-05-231-1/+1
* staging: lustre: fix sparse warning "unexpected unlock"Toby Smith2014-05-231-0/+1
* staging/lustre/libcfs: remove waitq_timedwaitPeng Tao2014-03-191-2/+1
* staging/lustre/libcfs: remove waitq_waitPeng Tao2014-03-191-1/+1
* staging/lustre/libcfs: remove init_waitqueue_entry_currentPeng Tao2014-03-191-1/+1
* staging: lustre: remove RETURN macroGreg Kroah-Hartman2013-08-031-6/+6
* staging: lustre: remove ENTRY macroGreg Kroah-Hartman2013-08-021-2/+0
* staging: add Lustre file system client supportPeng Tao2013-05-141-0/+447