aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-06staging: lustre: obdclass: Replace 'unsigned' with 'unsigned int'Dafna Hirschfeld2-5/+5
2018-03-06staging: lustre: obdclass: Add 'const' to char* arrayDafna Hirschfeld2-2/+2
2018-03-06staging: lustre: obdclass: Fix comparison to NULLDafna Hirschfeld1-1/+1
2018-03-06staging: lustre: Replace "dont" with "don't"Arushi Singhal1-1/+1
2018-03-06staging: lustre: Replace "to to" with "to"Arushi Singhal1-1/+1
2018-03-06staging: lustre: Replace "be be" with "be"Arushi Singhal2-2/+2
2018-03-01staging: lustre: fix block comment styleSantha Meena Ramamoorthy1-4/+8
2018-02-27staging: lustre: lnet/selftest: don't ignore status from lstcon_test_addNeilBrown1-1/+1
2018-02-27staging: lustre: lmv: correctly iput lmo_rootNeilBrown1-1/+1
2018-02-27staging: lustre: lov: use correct env in lov_io_data_version_end()NeilBrown1-1/+1
2018-02-22staging: lustre: selftest: freeing an error pointerDan Carpenter1-4/+2
2018-02-22staging: lustre: socklnd: simplify ksnc_rx_iov_spaceNeilBrown2-12/+3
2018-02-22staging: lustre: fid: perform sanity checks before commitingNeilBrown1-5/+5
2018-02-22staging: lustre: fid: fix up debugfs access to ->lcs_spaceNeilBrown1-4/+11
2018-02-22staging: lustre: fid: remove seq_fid_alloc_fini() and simplifyNeilBrown1-12/+6
2018-02-22staging: lustre: fid: use wait_event_cmd()NeilBrown1-48/+20
2018-02-22staging: lustre: fid: convert lcs_mutex to a spinlockNeilBrown3-26/+29
2018-02-22staging: lustre: ptlrpc: list_for_each improvements.NeilBrown6-126/+59
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown11-18/+19
2018-02-22staging: lustre: remove phantom struct cfs_crypto_hash_descNeilBrown4-25/+19
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown20-75/+28
2018-02-22staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown6-8/+8
2018-02-22staging: lustre: discard lu_buf allocation library.NeilBrown4-83/+12
2018-02-22staging: lustre: discard libcfs_kvzalloc_cpt()NeilBrown3-13/+4
2018-02-22staging: lustre: make signal-blocking functions inlineNeilBrown3-68/+16
2018-02-22staging: lustre: improve API and implementation of blocking signals.NeilBrown4-32/+22
2018-02-22staging: lustre: simplify linux-prim.cNeilBrown2-44/+0
2018-02-22staging: lustre: lnet: remove cfs_block_allsigs calls.NeilBrown3-15/+11
2018-02-22staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown5-18/+0
2018-02-22staging: lustre: remove linux-curproc.cNeilBrown3-80/+5
2018-02-22staging: lustre: opencode cfs_cap_{raise, lower, raised}NeilBrown3-39/+12
2018-02-22staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown11-43/+30
2018-02-20staging: lustre: use memdup_user to allocate memory and copy from userDafna Hirschfeld1-6/+4
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_exclusiveNeilBrown1-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