summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/ldlm
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-06-01staging: lustre: remove ldebugfs_register_stats() wrapper functionGreg Kroah-Hartman
2018-05-25staging: lustre: remove remaining libcfs_all.h includes from lustre/lustreNeilBrown
2018-05-25staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown
2018-05-25staging: lustre: remove current_pid() and current_comm()NeilBrown
2018-05-06staging: lustre: ldlm: store name directly in namespace.NeilBrown
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown
2018-04-23staging: lustre: ldlm: free resource when ldlm_lock_create() fails.NeilBrown
2018-04-23staging: lustre: tidy up ldlm_resource_putref()NeilBrown
2018-04-23staging: lustre: remove unused hash tables.NeilBrown
2018-04-23staging: lustre: remove unused ldlm_completion_ast_async()NeilBrown
2018-03-06staging: lustre: ptlrpc: move thread creation out of module initializationNeilBrown
2018-03-06staging: lustre: ldlm: use delayed_work for pools_recalcNeilBrown
2018-02-16staging: lustre: simplify waiting in ldlm_completion_ast()NeilBrown
2018-02-16staging: lustre: simplify l_wait_event when intr handler but no timeout.NeilBrown
2018-02-16staging: lustre: introduce and use l_wait_event_abortable()NeilBrown
2018-02-16staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown
2017-12-13drivers: lustre: ldlm: check result of register_shrinker()Aliaksei Karaliou
2017-12-13staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.cNeilBrown
2017-12-13staging: lustre: ldlm: minor list_entry improvements in ldlm_request.cNeilBrown
2017-12-13staging: lustre: ldlm: use list_first_entry in ldlm_lockd.cNeilBrown
2017-12-13staging: lustre: ldlm: use list_for_each_entry in ldlm_extent_shift_kms()NeilBrown
2017-11-28staging: lustre: ldlm: Remove a attribute group from a kobjectArvind Yadav
2017-11-27staging: lustre: ldlm: use list_for_each_entry in ldlm_lock.cNeilBrown
2017-11-27staging: lustre: ldlm: use list_first_entry in ldlm_lockNeilBrown
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-11-03staging: lustre: ldlm: remove unused field 'fwd_generation'NeilBrown
2017-11-03staging: lustre: ldlm: remove unnecessary 'ownlocks' variable.NeilBrown
2017-11-03staging: lustre: ldlm: tidy list walking in ldlm_flock()NeilBrown
2017-11-03staging: lustre: ldlm: remove 'flags' arg from ldlm_flock_destroy()NeilBrown
2017-11-03staging: lustre: ldlm: remove unused 'overlaps' variableNeilBrown
2017-11-03staging: lustre: ldlm: remove 'flags' arg from ldlm_process_flock_lock()NeilBrown
2017-11-03staging: lustre: ldlm: remove unneeded 'err' arg to ldlm_process_flock_lock()NeilBrown
2017-11-03staging: lustre: ldlm: remove unused 'work_list' arg from ldlm_process_flock_...NeilBrown
2017-11-03staging: lustre: ldlm: remove 'first_enq' arg from ldlm_process_flock_lock()NeilBrown
2017-10-20staging: lustre: ldlm: fix lines over 80 characters in ldlm filesAastha Gupta
2017-10-18staging: lustre: ldlm: mark expected switch fall-throughGustavo A. R. Silva
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen