aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ptlrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman29-30100/+0
2018-06-01staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman2-6/+3
2018-06-01staging: lustre: remove last two users of ldebugfs_register()Greg Kroah-Hartman3-20/+5
2018-06-01staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman1-8/+3
2018-06-01staging: lustre: remove ldebugfs_obd_seq_create() wrapper functionGreg Kroah-Hartman1-17/+4
2018-06-01staging: lustre: remove ldebugfs_seq_create() wrapper functionGreg Kroah-Hartman1-6/+2
2018-06-01staging: lustre: remove ldebugfs_register_stats() wrapper functionGreg Kroah-Hartman1-11/+6
2018-05-31staging: lustre: acl: increase ACL entries limitationFan Yong2-5/+3
2018-05-26staging: lustre: fix more build errors in errno.cGreg Kroah-Hartman1-0/+2
2018-05-26staging: lustre: fix build error in errno.cGreg Kroah-Hartman1-0/+1
2018-05-25staging: lustre: remove libcfs_all from ptlrpcNeilBrown14-18/+15
2018-05-25staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown3-0/+6
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown14-14/+14
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown1-3/+4
2018-05-25staging: lustre: discard CFS_TICKNeilBrown2-2/+2
2018-05-25staging: lustre: discard cfs_cap_t, use kernel_cap_tNeilBrown1-1/+1
2018-05-25staging: lustre: remove current_pid() and current_comm()NeilBrown2-7/+7
2018-05-25staging: lustre: rename cfs_cpt_table to cfs_cpt_tabNeilBrown3-10/+10
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-0/+4
2018-05-14staging: lustre: fix spelling mistake: "req_ulinked" -> "req_unlinked"Colin Ian King1-1/+1
2018-04-23staging: lustre: ptlrpc: convert conn_hash to rhashtableNeilBrown1-103/+61
2018-04-23staging: lustre: discard linux-time.hNeilBrown1-1/+1
2018-04-23staging: lustre: discard cfs_time_before_64()NeilBrown1-2/+2
2018-04-23staging: lustre: libcfs: remove cfs_timeout_cap()NeilBrown1-2/+2
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown1-3/+3
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2-4/+4
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown2-7/+4
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown4-7/+7
2018-03-06staging: lustre: ptlrpc: move thread creation out of module initializationNeilBrown1-20/+36
2018-03-06staging: lustre: ptlrpc: use workqueue for pingerNeilBrown1-57/+24
2018-03-06staging: lustre: ptlrpc: use delayed_work in sec_gcNeilBrown1-62/+28
2018-03-06staging: lustre: obdclass: use workqueue for zombie management.NeilBrown1-4/+2
2018-03-06staging: lustre: ptlrpc: change GFP_NOFS to GFP_KERNELNeilBrown2-3/+3
2018-02-22staging: lustre: ptlrpc: list_for_each improvements.NeilBrown6-126/+59
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown3-3/+3
2018-02-22staging: lustre: remove phantom struct cfs_crypto_hash_descNeilBrown1-1/+1
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown6-14/+14
2018-02-22staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown1-2/+2
2018-02-22staging: lustre: discard libcfs_kvzalloc_cpt()NeilBrown1-4/+4
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_waitNeilBrown1-49/+35
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()NeilBrown2-9/+11
2018-02-16staging: lustre: simplify waiting in ptlrpc_invalidate_import()NeilBrown2-14/+10
2018-02-16staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown7-46/+27
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown9-28/+27