aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/genops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-1480/+0
2018-06-01staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman1-2/+1
2018-06-01staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman1-9/+2
2018-04-23staging: lustre: convert obd uuid hash to rhashtableNeilBrown1-29/+5
2018-04-23staging: lustre: remove unused hash tables.NeilBrown1-2/+0
2018-03-06staging: lustre: obdclass: use workqueue for zombie management.NeilBrown1-169/+24
2018-02-16staging: lustre: introduce and use l_wait_event_abortable()NeilBrown1-6/+3
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown1-10/+5
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: obdclass: add include path to MakefileJames Simmons1-3/+3
2016-11-17staging/lustre/ptlrpc: track unreplied requestsNiu Yawei1-0/+2
2016-11-15staging: lustre: mdc: manage number of modify RPCs in flightGregoire Pichon1-1/+170
2016-10-16staging: lustre: mdc: add max modify RPCs in flight variableGregoire Pichon1-0/+57
2016-09-19staging: lustre: obdclass: remove unnecessary EXPORT_SYMBOLfrank zago1-8/+0
2016-08-21staging/lustre: Add spaces preferred around that '{+, -, *, /, |, <<, >>, &}'Oleg Drokin1-1/+1
2016-08-21staging/lustre: Fix unnecessary parentheses around variablesEmoly Liu1-2/+2
2016-08-21staging: lustre: obd: validate open handle cookiesJohn L. Hammond1-1/+1
2016-08-21staging: lustre: obdclass: unified flow control interfacesFan Yong1-0/+132
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: Fix blank line after/before {/} styleOleg Drokin1-1/+0
2016-03-01staging: lustre: obdclass: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-1/+1
2016-03-01staging/lustre/obdclass: Fix style vs open parenthesis alignmentOleg Drokin1-13/+13
2016-02-25staging/lustre/obdclass: Adjust comments to better conform to coding styleOleg Drokin1-16/+26
2016-02-20staging/lustre/obdclass: Adjust NULL comparison codestyleOleg Drokin1-16/+13
2016-02-20staging/lustre: Remove server code from class_get_type()Oleg Drokin1-9/+0
2016-02-03staging: lustre: split kernel comm between user and kernelfrank zago1-0/+1
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-11-15staging: lustre: Delete an unnecessary variable initialisation in class_register_type()Markus Elfring1-1/+1
2015-11-15staging: lustre: remove o_ prefix from function pointersDan Carpenter1-2/+2
2015-10-24staging: lustre: replace OBD_SLAB_FREE_PTR with kmem_cache_freeMike Rapoport1-1/+1
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport1-1/+1
2015-10-13staging: lustre: add a blank line after function/struct/union/enum declarationsMike Rapoport1-0/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-3/+0
2015-10-04Staging: lustre: obdclass: Remove unused function obd_export_nid2strShraddha Barke1-8/+0
2015-10-04Staging: lustre: obdclass: genops: Declare as staticShraddha Barke1-3/+2
2015-10-04Staging: lustre: obdclass: Remove unused functionsShraddha Barke1-51/+0
2015-10-04Staging: lustre: obdclass: genops: Declare as staticShraddha Barke1-4/+2
2015-09-29staging/lustre: Remove server-only recovery-related bitsOleg Drokin1-48/+2
2015-09-29staging/lustre/obdclass: Remove unused nid_hashOleg Drokin1-9/+1
2015-09-29staging/lustre/obdclass: Remove unused functions from genops.cOleg Drokin1-189/+0
2015-09-29staging/lustre: Remove mds/ost capabilities supportOleg Drokin1-8/+0
2015-09-29staging/lustre: Remove obd_export_evict_by_nid/uuidOleg Drokin1-90/+0
2015-09-29staging/lustre/ptlrpc: Remove ptlrpc_update_export_timer()Oleg Drokin1-4/+0
2015-09-29staging/lustre: remove class_disconnect_export_listArnd Bergmann1-115/+0
2015-09-15staging/lustre/osc: use global osc_rq_pool to reduce memory usageLi Xi1-1/+0
2015-09-14staging: lustre: drop null test before destroy functionsJulia Lawall1-16/+8
2015-09-12Staging: lustre: obdclass: genops.c: Remove explicit NULL comparisonShraddha Barke1-27/+27
2015-09-12Staging: lustre: obdclass: Insert blank line from declarationsShraddha Barke1-0/+12
2015-09-12Staging: lustre: obdclass: Remove unnecessary return statementsShraddha Barke1-1/+0