aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman29-15853/+0
2018-06-01staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman2-11/+2
2018-06-01staging: lustre: make ldebugfs_add_vars a void functionGreg Kroah-Hartman1-10/+7
2018-06-01staging: lustre: remove last two users of ldebugfs_register()Greg Kroah-Hartman1-36/+3
2018-06-01staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman1-9/+2
2018-06-01staging: lustre: remove ldebugfs_obd_seq_create() wrapper functionGreg Kroah-Hartman1-11/+0
2018-06-01staging: lustre: remove ldebugfs_seq_create() wrapper functionGreg Kroah-Hartman1-17/+2
2018-06-01staging: lustre: remove ldebugfs_register_stats() wrapper functionGreg Kroah-Hartman1-14/+2
2018-06-01staging: lustre: remove ldebugfs_add_simple() wrapperGreg Kroah-Hartman1-19/+0
2018-06-01staging: lustre: no need to check debugfs return valuesGreg Kroah-Hartman2-28/+2
2018-05-25staging: lustre: remove libcfs_all.h from fid, fld, obdclassNeilBrown6-9/+0
2018-05-25staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown6-0/+8
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown6-6/+6
2018-05-25staging: lustre: remove current_pid() and current_comm()NeilBrown1-1/+1
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-0/+5
2018-05-15staging: lustre: obdclass: change object lookup to no wait modeLai Siyao1-30/+9
2018-05-14staging: lustre: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-1/+1
2018-05-08staging: lustre: fold lu_object_new() into lu_object_find_at()NeilBrown1-32/+12
2018-05-08staging: lustre: lu_object: move retry logic inside htable_lookupNeilBrown1-43/+27
2018-05-08staging: lustre: lu_object: discard extra lru count.NeilBrown1-15/+12
2018-05-08staging: lustre: make struct lu_site_bkt_data privateNeilBrown1-7/+44
2018-05-06staging: lustre: obdclass: guarantee all keys filledHongchao Zhang1-4/+25
2018-05-06staging: lustre: obdclass: hoist locking in lu_context_exit()John L. Hammond1-5/+7
2018-05-06staging: lustre: obdclass: change spinlock of key to rwlockLi Xi1-19/+19
2018-04-23staging: lustre: add container_of_safe()NeilBrown1-4/+4
2018-04-23staging: lustre: convert obd uuid hash to rhashtableNeilBrown2-120/+75
2018-04-23staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond2-4/+5
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2-7/+7
2018-04-23staging: lustre: remove unneeded include.NeilBrown1-1/+0
2018-04-23staging: lustre: remove unused hash tables.NeilBrown1-2/+0
2018-04-23staging: lustre: remove invariant in cl_io_read_ahead()NeilBrown1-1/+0
2018-03-14staging: lustre: use module_name() macro for debug printfArnd Bergmann1-2/+2
2018-03-06staging: lustre: Remove yield() callThomas Avery1-1/+1
2018-03-06staging: lustre: obdclass: use workqueue for zombie management.NeilBrown1-169/+24
2018-03-06staging: lustre: obdclass: don't require lct_owner to be non-NULL.NeilBrown1-6/+1
2018-03-06staging: lustre: obd_mount: use correct niduuid suffix.NeilBrown1-1/+1
2018-03-06staging: lustre: obdclass: Replace 'unsigned' with 'unsigned int'Dafna Hirschfeld2-5/+5
2018-03-06staging: lustre: obdclass: Add 'const' to char* arrayDafna Hirschfeld2-2/+2
2018-03-06staging: lustre: obdclass: Fix comparison to NULLDafna Hirschfeld1-1/+1
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown3-4/+4
2018-02-22staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown3-3/+3
2018-02-22staging: lustre: discard lu_buf allocation library.NeilBrown2-75/+11
2018-02-22staging: lustre: opencode cfs_cap_{raise, lower, raised}NeilBrown1-6/+12
2018-02-22staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown2-4/+4
2018-02-16staging: lustre: introduce and use l_wait_event_abortable()NeilBrown2-9/+5
2018-02-16staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown1-7/+10
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-1/+1
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown2-14/+7
2018-01-09staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.NeilBrown1-4/+3
2018-01-09staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown1-7/+7