summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/ldlm/ldlm_resource.c
AgeCommit message (Expand)Author
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman
2018-06-01staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman
2018-06-01staging: lustre: make ldebugfs_add_vars a void functionGreg Kroah-Hartman
2018-06-01staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman
2018-05-25staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown
2018-05-06staging: lustre: ldlm: store name directly in namespace.NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown
2018-04-23staging: lustre: tidy up ldlm_resource_putref()NeilBrown
2018-02-16staging: lustre: introduce and use l_wait_event_abortable()NeilBrown
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown
2017-12-13staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.cNeilBrown
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-10-20staging: lustre: ldlm: fix lines over 80 characters in ldlm filesAastha Gupta
2017-08-22staging: lustre: ptlrpc: add include path to MakefileJames Simmons
2017-07-30staging: lustre: ldlm: crash on umount in cleanup_resourceAndriy Skulysh
2017-07-30staging: lustre: ldlm: restore missing newlines in ldlm sysfs filesJohn L. Hammond
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons
2017-06-03staging: lustre: Use kstrtouint_from_user in ldlm_rw_uintMathias Rav
2017-03-06staging: lustre: ldlm: handle ldlm lock cancel race when evicting client.Jinshan Xiong
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann
2016-12-07staging/lustre: Convert all bare unsigned to unsigned intOleg Drokin
2016-11-29staging: lustre: ldlm: rename LDLM_CANCEL_* flagsAndreas Dilger
2016-11-29staging: lustre: ldlm: remove ldlm_side_t typedef usage from codeAndreas Dilger
2016-10-30staging: lustre: ldlm: reclaim granted locks defensivelyNiu Yawei
2016-10-16staging: lustre: ldlm: remove unnecessary EXPORT_SYMBOLfrank zago
2016-09-19staging: lustre: replace direct HZ access with kernel APIsJian Yu
2016-09-19staging: lustre: ldlm: fix a use after free in ldlm_resource_get()John L. Hammond
2016-09-15staging: lustre: Change 'unsigned' to 'unsigned int'Rehas Sachdeva
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin
2016-08-21staging: lustre: ldlm: improve ldlm_lock_create() return valueEmoly Liu
2016-08-21staging: lustre: ldlm: flock completion fixes.Vitaly Fertman
2016-06-20staging/lustre: LDLM_DEBUG() shouldn't be passed \nAlex Zhuravlev
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin
2016-04-28staging: lustre: ldlm: check all errors during ldlm_debugfs_setup()Dmitry Eremin
2016-04-28staging: lustre: ldlm: use accessor macros for l_flagsBruce Korb
2016-03-30staging/lustre/clio: cl_lock simplificationJinshan Xiong
2016-03-01staging: lustre: ldlm: Replace kmem_cache_alloc with kmem_cache_zallocAmitoj Kaur Chawla
2016-02-25staging/lustre/ldlm: Adjust comments to better conform to coding styleOleg Drokin
2016-02-25staging/lustre: Get rid of ldlm_ns_type_t typedefOleg Drokin
2016-02-25staging/lustre: Remove ldlm_appetite_t typedefOleg Drokin
2016-02-25staging/lustre: Remove ldlm type/mode typedefsOleg Drokin
2016-02-25staging/lustre/ldlm: Remove unused lr_most_restr from struct ldlm_resourceOleg Drokin
2016-02-20staging/lustre/ldlm: Adjust NULL comparison codestyleOleg Drokin
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger
2015-11-15staging: lustre: remove unused variableDan Carpenter
2015-10-29staging: lustre: change cfs_hash_ops_t to structJames Simmons
2015-10-24staging: lustre: replace OBD_SLAB_FREE with kmem_cache_freeMike Rapoport
2015-10-24staging: lustre: replace OBD_SLAB_ALLOC_PTR_GFP with kmem_cache_allocMike Rapoport