aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/lustre/lustre/ldlm/ldlm_resource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-1318/+0
2018-06-01staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman1-17/+4
2018-06-01staging: lustre: make ldebugfs_add_vars a void functionGreg Kroah-Hartman1-19/+2
2018-06-01staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman1-29/+5
2018-05-25staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown1-0/+1
2018-05-06staging: lustre: ldlm: store name directly in namespace.NeilBrown1-0/+5
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown1-1/+1
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown1-1/+1
2018-04-23staging: lustre: tidy up ldlm_resource_putref()NeilBrown1-12/+9
2018-02-16staging: lustre: introduce and use l_wait_event_abortable()NeilBrown1-6/+6
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-1/+1
2017-12-13staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.cNeilBrown1-13/+7
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-10-20staging: lustre: ldlm: fix lines over 80 characters in ldlm filesAastha Gupta1-1/+2
2017-08-22staging: lustre: ptlrpc: add include path to MakefileJames Simmons1-3/+3
2017-07-30staging: lustre: ldlm: crash on umount in cleanup_resourceAndriy Skulysh1-43/+0
2017-07-30staging: lustre: ldlm: restore missing newlines in ldlm sysfs filesJohn L. Hammond1-2/+2
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons1-2/+2
2017-06-03staging: lustre: Use kstrtouint_from_user in ldlm_rw_uintMathias Rav1-1/+19
2017-03-06staging: lustre: ldlm: handle ldlm lock cancel race when evicting client.Jinshan Xiong1-1/+1
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-1/+1
2016-12-07staging/lustre: Convert all bare unsigned to unsigned intOleg Drokin1-4/+4
2016-11-29staging: lustre: ldlm: rename LDLM_CANCEL_* flagsAndreas Dilger1-4/+4
2016-11-29staging: lustre: ldlm: remove ldlm_side_t typedef usage from codeAndreas Dilger1-7/+7
2016-10-30staging: lustre: ldlm: reclaim granted locks defensivelyNiu Yawei1-3/+5
2016-10-16staging: lustre: ldlm: remove unnecessary EXPORT_SYMBOLfrank zago1-4/+0
2016-09-19staging: lustre: replace direct HZ access with kernel APIsJian Yu1-1/+2
2016-09-19staging: lustre: ldlm: fix a use after free in ldlm_resource_get()John L. Hammond1-3/+3
2016-09-15staging: lustre: Change 'unsigned' to 'unsigned int'Rehas Sachdeva1-4/+4
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin1-3/+2
2016-08-21staging: lustre: ldlm: improve ldlm_lock_create() return valueEmoly Liu1-18/+7
2016-08-21staging: lustre: ldlm: flock completion fixes.Vitaly Fertman1-1/+7
2016-06-20staging/lustre: LDLM_DEBUG() shouldn't be passed \nAlex Zhuravlev1-1/+1
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-28staging: lustre: ldlm: check all errors during ldlm_debugfs_setup()Dmitry Eremin1-0/+6
2016-04-28staging: lustre: ldlm: use accessor macros for l_flagsBruce Korb1-6/+6
2016-03-30staging/lustre/clio: cl_lock simplificationJinshan Xiong1-0/+1
2016-03-01staging: lustre: ldlm: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla1-1/+1
2016-02-25staging/lustre/ldlm: Adjust comments to better conform to coding styleOleg Drokin1-12/+24
2016-02-25staging/lustre: Get rid of ldlm_ns_type_t typedefOleg Drokin1-2/+2
2016-02-25staging/lustre: Remove ldlm_appetite_t typedefOleg Drokin1-1/+1
2016-02-25staging/lustre: Remove ldlm type/mode typedefsOleg Drokin1-1/+2
2016-02-25staging/lustre/ldlm: Remove unused lr_most_restr from struct ldlm_resourceOleg Drokin1-1/+0
2016-02-20staging/lustre/ldlm: Adjust NULL comparison codestyleOleg Drokin1-13/+12
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-11-15staging: lustre: remove unused variableDan Carpenter1-2/+0
2015-10-29staging: lustre: change cfs_hash_ops_t to structJames Simmons1-9/+9
2015-10-24staging: lustre: replace OBD_SLAB_FREE with kmem_cache_freeMike Rapoport1-3/+3
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport1-1/+1