summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-0529-15853/+0
* staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman2018-06-012-11/+2
* staging: lustre: make ldebugfs_add_vars a void functionGreg Kroah-Hartman2018-06-011-10/+7
* staging: lustre: remove last two users of ldebugfs_register()Greg Kroah-Hartman2018-06-011-36/+3
* staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman2018-06-011-9/+2
* staging: lustre: remove ldebugfs_obd_seq_create() wrapper functionGreg Kroah-Hartman2018-06-011-11/+0
* staging: lustre: remove ldebugfs_seq_create() wrapper functionGreg Kroah-Hartman2018-06-011-17/+2
* staging: lustre: remove ldebugfs_register_stats() wrapper functionGreg Kroah-Hartman2018-06-011-14/+2
* staging: lustre: remove ldebugfs_add_simple() wrapperGreg Kroah-Hartman2018-06-011-19/+0
* staging: lustre: no need to check debugfs return valuesGreg Kroah-Hartman2018-06-012-28/+2
* staging: lustre: remove libcfs_all.h from fid, fld, obdclassNeilBrown2018-05-256-9/+0
* staging: lustre: remove libcfs_all.h from lustre/include/*.hNeilBrown2018-05-256-0/+8
* staging: lustre: start moving includes out of libcfs.hNeilBrown2018-05-256-6/+6
* staging: lustre: remove current_pid() and current_comm()NeilBrown2018-05-251-1/+1
* staging: lustre: refactor libcfs initialization.NeilBrown2018-05-251-0/+5
* staging: lustre: obdclass: change object lookup to no wait modeLai Siyao2018-05-151-30/+9
* staging: lustre: Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET2018-05-141-1/+1
* staging: lustre: fold lu_object_new() into lu_object_find_at()NeilBrown2018-05-081-32/+12
* staging: lustre: lu_object: move retry logic inside htable_lookupNeilBrown2018-05-081-43/+27
* staging: lustre: lu_object: discard extra lru count.NeilBrown2018-05-081-15/+12
* staging: lustre: make struct lu_site_bkt_data privateNeilBrown2018-05-081-7/+44
* staging: lustre: obdclass: guarantee all keys filledHongchao Zhang2018-05-061-4/+25
* staging: lustre: obdclass: hoist locking in lu_context_exit()John L. Hammond2018-05-061-5/+7
* staging: lustre: obdclass: change spinlock of key to rwlockLi Xi2018-05-061-19/+19
* staging: lustre: add container_of_safe()NeilBrown2018-04-231-4/+4
* staging: lustre: convert obd uuid hash to rhashtableNeilBrown2018-04-232-120/+75
* staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond2018-04-232-4/+5
* staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2018-04-232-7/+7
* staging: lustre: remove unneeded include.NeilBrown2018-04-231-1/+0
* staging: lustre: remove unused hash tables.NeilBrown2018-04-231-2/+0
* staging: lustre: remove invariant in cl_io_read_ahead()NeilBrown2018-04-231-1/+0
* staging: lustre: use module_name() macro for debug printfArnd Bergmann2018-03-141-2/+2
* staging: lustre: Remove yield() callThomas Avery2018-03-061-1/+1
* staging: lustre: obdclass: use workqueue for zombie management.NeilBrown2018-03-061-169/+24
* staging: lustre: obdclass: don't require lct_owner to be non-NULL.NeilBrown2018-03-061-6/+1
* staging: lustre: obd_mount: use correct niduuid suffix.NeilBrown2018-03-061-1/+1
* staging: lustre: obdclass: Replace 'unsigned' with 'unsigned int'Dafna Hirschfeld2018-03-062-5/+5
* staging: lustre: obdclass: Add 'const' to char* arrayDafna Hirschfeld2018-03-062-2/+2
* staging: lustre: obdclass: Fix comparison to NULLDafna Hirschfeld2018-03-061-1/+1
* staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown2018-02-223-4/+4
* staging: lustre: improve some libcfs_kvzalloc calls.NeilBrown2018-02-223-3/+3
* staging: lustre: discard lu_buf allocation library.NeilBrown2018-02-222-75/+11
* staging: lustre: opencode cfs_cap_{raise, lower, raised}NeilBrown2018-02-221-6/+12
* staging: lustre: replace all CFS_CAP_* macros with CAP_*NeilBrown2018-02-222-4/+4
* staging: lustre: introduce and use l_wait_event_abortable()NeilBrown2018-02-162-9/+5
* staging: lustre: use wait_event_idle_timeout() where appropriate.NeilBrown2018-02-161-7/+10
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-161-1/+1
* staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown2018-02-162-14/+7
* staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.NeilBrown2018-01-091-4/+3
* staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown2018-01-091-7/+7
OpenPOWER on IntegriCloud