aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lov (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman20-8674/+0
2018-06-01staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman1-2/+2
2018-06-01staging: lustre: unwrap some ldebugfs_register() callsGreg Kroah-Hartman1-3/+2
2018-06-01staging: lustre: remove ldebugfs_seq_create() wrapper functionGreg Kroah-Hartman1-4/+2
2018-06-01staging: lustre: remove ldebugfs_add_simple() wrapperGreg Kroah-Hartman1-16/+5
2018-05-25staging: lustre: remove remaining libcfs_all.h includes from lustre/lustreNeilBrown6-10/+0
2018-05-25staging: lustre: remove libcfs_all.h from remaining .h files.NeilBrown1-2/+0
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown7-7/+7
2018-05-25staging: lustre: remove current_pid() and current_comm()NeilBrown2-4/+4
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-0/+4
2018-05-08staging: lustre: make struct lu_site_bkt_data privateNeilBrown1-4/+4
2018-04-23staging: lustre: add container_of_safe()NeilBrown2-10/+10
2018-04-23staging: lustre: convert lov_pool to use rhashtableNeilBrown3-105/+77
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown1-1/+1
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown1-2/+2
2018-03-01staging: lustre: fix block comment styleSantha Meena Ramamoorthy1-4/+8
2018-02-27staging: lustre: lov: use correct env in lov_io_data_version_end()NeilBrown1-1/+1
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown1-1/+1
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown5-6/+6
2018-02-16staging: lustre: open code polling loop instead of using l_wait_event()NeilBrown1-7/+5
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-2/+2
2018-02-16staging: lustre: replace simple cases of l_wait_event() with wait_event().NeilBrown1-4/+2
2017-12-21staging: lustre: Replace 'uint32_t' with 'u32' and 'uint64_t' with 'u64'Roman Storozhenko1-6/+6
2017-12-13staging: lustre: lov: use list_for_each_entry in lov_obd.cNeilBrown1-4/+2
2017-12-06staging: lustre: Fix sparse, using plain integer as NULL pointer in lov_object_fiemap()Andrii1-1/+1
2017-11-27staging: lustre: simplfy lov_finish_set()NeilBrown1-6/+4
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds19-0/+19
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen1-2/+2
2017-08-22staging: lustre: lov: add include path to MakefileJames Simmons12-41/+44
2017-08-22staging: lustre: uapi: migrate remaining uapi headers to uapi directoryJames Simmons5-7/+4
2017-08-22staging: lustre: uapi: move lustre_param.h to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: move lustre_ioctl.h to uapi directoryJames Simmons1-1/+1
2017-08-22staging: lustre: uapi: remove obd_ioctl_freedata() wrapperJames Simmons1-4/+4
2017-08-18staging: lustre: declare fiemap_for_stripe staticDavid Wittman1-5/+5
2017-07-30staging: lustre: lov: remove dead codeDmitriy Cherkasov1-6/+0
2017-07-30staging: lustre: lustre: fix all less than 0 comparison for unsigned valuesJames Simmons1-4/+4
2017-07-30staging: lustre: lov: Ensure correct operation for large object sizesNathaniel Clark1-10/+13
2017-07-30staging: lustre: lov: remove unused codeJohn L. Hammond12-405/+52
2017-07-30staging: lustre: lov: fix 'control flow' error in lov_io_init_releasedSebastien Buisson1-0/+2
2017-07-30staging: lustre: lov: refactor lov_object_fiemap()Bobi Jam1-216/+225
2017-07-30staging: lustre: lov: use u64 instead of loff_t in lov_object_fiemap()Bobi Jam1-19/+19
2017-07-30staging: lustre: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-15/+14
2017-06-24staging: lustre: lustre: make all struct file_operations constantJames Simmons1-1/+1
2017-06-24staging: lustre: lustre: resolve "use spaces between elements" checkpatch errorsJames Simmons5-14/+13
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2-2/+2
2017-06-03staging/lustre/lov: remove set_fs() call from lov_getstripe()Oleg Drokin1-9/+0
2017-04-28staging: lustre: remove void function returnValentin Vidic1-1/+0