summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
AgeCommit message (Expand)AuthorFilesLines
2018-02-16staging: lustre: remove l_wait_event() and related codeNeilBrown1-249/+0
2018-02-16staging: lustre: replace l_wait_event_exclusive_head() with wait_event_idle_e...NeilBrown1-18/+25
2018-02-16staging: lustre: remove l_wait_event from ptlrpc_set_waitNeilBrown2-49/+49
2018-02-16staging: lustre: use explicit poll loop in ptlrpc_unregister_replyNeilBrown1-7/+7
2018-02-16staging: lustre: use explicit poll loop in ptlrpc_service_unlink_rqbdNeilBrown1-7/+8
2018-02-16staging: lustre: improve waiting in sptlrpc_req_refresh_ctxNeilBrown1-10/+24
2018-02-16staging: lustre: use wait_event_idle_timeout in ptlrpcd()NeilBrown3-9/+14
2018-02-16staging: lustre: make polling loop in ptlrpc_unregister_bulk more obviousNeilBrown1-7/+8
2018-02-16staging: lustre: remove back_to_sleep()NeilBrown3-13/+11
2018-02-16staging: lustre: simplify waiting in ptlrpc_invalidate_import()NeilBrown2-14/+10
2018-02-16staging: lustre: open code polling loop instead of using l_wait_event()NeilBrown2-13/+10
2018-02-16staging: lustre: simplify waiting in ldlm_completion_ast()NeilBrown1-33/+20
2018-02-16staging: lustre: simplify l_wait_event when intr handler but no timeout.NeilBrown1-23/+7
2018-02-16staging: lustre: introduce and use l_wait_event_abortable()NeilBrown7-31/+43
2018-02-16staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown14-103/+68
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown46-106/+96
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown14-107/+53
2018-02-16staging: lustre: discard SVC_SIGNAL and related functionsNeilBrown2-9/+1
2018-02-16staging: lustre: llite: refine ll_find_alias based on d_exact_aliasNeilBrown1-10/+20
2018-02-16staging: lustre: llite: simplify ll_find_alias()NeilBrown1-15/+8
2018-02-16staging: lustre: llite: remove directory-specific code from ll_find_alias()NeilBrown1-18/+8
2018-02-16staging: lustre: llite: use d_splice_alias for directories.NeilBrown1-2/+7
2018-02-16staging: lustre: llite: handle DCACHE_PAR_LOOKUP in ll_dcompareNeilBrown1-0/+10
2018-02-16staging: lustre: honor error code from ll_iget().NeilBrown1-1/+1
2018-02-16staging: lustre: fix inverted test on strcmpNeilBrown1-1/+1
2018-02-16staging: lustre: update the TODO listJames Simmons1-10/+300
2018-02-16staging: lustre: lnet: return of an error code should be negativeSumit Pundir1-1/+1
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds84-2121/+949
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+1
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+11
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2018-01-26staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin3-7/+8
2018-01-23staging: lustre: lnet/selftest: fix compile error on UP buildNeilBrown1-9/+8
2018-01-22staging: lustre: libcfs: Prevent harmless read underflowDan Carpenter1-1/+1
2018-01-22staging: lustre: lnet: remove null check before kfreeSumit Pundir1-2/+1
2018-01-22staging: lustre: lnet: prefer kcalloc over kzalloc with multiplySumit Pundir1-2/+2
2018-01-22staging: lustre: Align struct member identifiersFabian Huegel1-22/+22
2018-01-22staging: lustre: Fix comment styleFabian Huegel1-20/+27
2018-01-16staging: lustre: lnet: avoid uninitialized return valueArnd Bergmann1-2/+5
2018-01-16staging: lustre: lnet: fix build warning in module.cGreg Kroah-Hartman1-1/+1
2018-01-15staging: lustre: Align backslashes in multi-line macrosFabian Huegel1-83/+83
2018-01-15staging: lustre: Fix overlong linesFabian Huegel1-4/+10
2018-01-15staging: lustre: Add identifier names to function declarationsFabian Huegel1-10/+12
2018-01-15staging: lustre: Remove DECLARE_LU_VARS macroFabian Huegel1-8/+8
2018-01-15staging: lustre: Enclose complex macros in do-while loopsFabian Huegel1-4/+12
2018-01-15staging: lustre: libcfs: remove workitem code.NeilBrown5-582/+2
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesNeilBrown4-82/+68
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+1
2018-01-09staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros.NeilBrown1-51/+0