summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ldlm
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-0513-10399/+0
* staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman2018-06-012-21/+5
* staging: lustre: make ldebugfs_add_vars a void functionGreg Kroah-Hartman2018-06-012-22/+3
* staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman2018-06-012-37/+6
* staging: lustre: remove ldebugfs_register_stats() wrapper functionGreg Kroah-Hartman2018-06-011-2/+2
* staging: lustre: remove remaining libcfs_all.h includes from lustre/lustreNeilBrown2018-05-255-5/+1
* staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown2018-05-252-0/+2
* staging: lustre: start moving includes out of libcfs.hNeilBrown2018-05-255-5/+5
* staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown2018-05-251-3/+6
* staging: lustre: remove current_pid() and current_comm()NeilBrown2018-05-251-1/+1
* staging: lustre: ldlm: store name directly in namespace.NeilBrown2018-05-061-0/+5
* staging: lustre: discard cfs_duration_sec()NeilBrown2018-04-231-1/+1
* staging: lustre: libcfs: discard cfs_time_after()NeilBrown2018-04-232-4/+4
* staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2018-04-232-2/+2
* staging: lustre: libcfs: discard cfs_time_add/subNeilBrown2018-04-232-7/+4
* staging: lustre: cfs_time_current() -> jiffies.NeilBrown2018-04-234-8/+8
* staging: lustre: ldlm: free resource when ldlm_lock_create() fails.NeilBrown2018-04-231-1/+5
* staging: lustre: tidy up ldlm_resource_putref()NeilBrown2018-04-231-12/+9
* staging: lustre: remove unused hash tables.NeilBrown2018-04-233-49/+3
* staging: lustre: remove unused ldlm_completion_ast_async()NeilBrown2018-04-231-23/+0
* staging: lustre: ptlrpc: move thread creation out of module initializationNeilBrown2018-03-061-1/+11
* staging: lustre: ldlm: use delayed_work for pools_recalcNeilBrown2018-03-061-88/+11
* staging: lustre: simplify waiting in ldlm_completion_ast()NeilBrown2018-02-161-33/+20
* staging: lustre: simplify l_wait_event when intr handler but no timeout.NeilBrown2018-02-161-23/+7
* staging: lustre: introduce and use l_wait_event_abortable()NeilBrown2018-02-161-6/+6
* staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown2018-02-162-15/+7
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-165-6/+6
* staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown2018-02-163-11/+6
* drivers: lustre: ldlm: check result of register_shrinker()Aliaksei Karaliou2017-12-131-2/+6
* staging: lustre: ldlm: use list_for_each_entry in ldlm_resource.cNeilBrown2017-12-131-13/+7
* staging: lustre: ldlm: minor list_entry improvements in ldlm_request.cNeilBrown2017-12-131-8/+4
* staging: lustre: ldlm: use list_first_entry in ldlm_lockd.cNeilBrown2017-12-131-5/+5
* staging: lustre: ldlm: use list_for_each_entry in ldlm_extent_shift_kms()NeilBrown2017-12-131-3/+1
* staging: lustre: ldlm: Remove a attribute group from a kobjectArvind Yadav2017-11-281-1/+3
* staging: lustre: ldlm: use list_for_each_entry in ldlm_lock.cNeilBrown2017-11-271-7/+3
* staging: lustre: ldlm: use list_first_entry in ldlm_lockNeilBrown2017-11-271-4/+4
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-1113-0/+13
* staging: lustre: ldlm: remove unused field 'fwd_generation'NeilBrown2017-11-031-18/+3
* staging: lustre: ldlm: remove unnecessary 'ownlocks' variable.NeilBrown2017-11-031-12/+3
* staging: lustre: ldlm: tidy list walking in ldlm_flock()NeilBrown2017-11-031-26/+19
* staging: lustre: ldlm: remove 'flags' arg from ldlm_flock_destroy()NeilBrown2017-11-031-20/+16
* staging: lustre: ldlm: remove unused 'overlaps' variableNeilBrown2017-11-031-3/+0
* staging: lustre: ldlm: remove 'flags' arg from ldlm_process_flock_lock()NeilBrown2017-11-031-89/+21
* staging: lustre: ldlm: remove unneeded 'err' arg to ldlm_process_flock_lock()NeilBrown2017-11-031-8/+2
* staging: lustre: ldlm: remove unused 'work_list' arg from ldlm_process_flock_...NeilBrown2017-11-031-3/+2
* staging: lustre: ldlm: remove 'first_enq' arg from ldlm_process_flock_lock()NeilBrown2017-11-031-13/+2
* staging: lustre: ldlm: fix lines over 80 characters in ldlm filesAastha Gupta2017-10-208-36/+65
* staging: lustre: ldlm: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
* Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\
| * fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
OpenPOWER on IntegriCloud