summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/klnds
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman13-15816/+0
2018-05-31staging: lustre: include linux/highmem.h when neededArnd Bergmann1-0/+1
2018-05-25staging: lustre: remove libcfs_all.h includes from lnet/klndNeilBrown3-2/+1
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown2-2/+2
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown1-5/+6
2018-05-25staging: lustre: discard CFS_TICKNeilBrown1-1/+1
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown2-0/+10
2018-05-14staging: lustre: o2iblnd: Fix crash in kiblnd_handle_early_rxs()Doug Oucharek1-2/+3
2018-05-08staging: lustre: o2iblnd: Enable Multiple OPA Endpoints between NodesDoug Oucharek3-11/+40
2018-05-07staging: lustre: o2iblnd: fix race at kiblnd_connect_peerDoug Oucahrek1-6/+12
2018-05-07staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5Doug Oucharek2-9/+5
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown4-8/+7
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown4-22/+22
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown4-16/+16
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown2-16/+9
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown4-38/+37
2018-02-22staging: lustre: socklnd: simplify ksnc_rx_iov_spaceNeilBrown2-12/+3
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown1-1/+1
2018-02-22staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown2-12/+0
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown4-20/+20
2018-01-26staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin3-7/+8
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown2-72/+42
2018-01-09staging: lustre: use kmalloc for allocating ksock_txNeilBrown2-3/+3
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown2-20/+13
2018-01-09staging: lustre: lnet: switch to cpumask_var_tNeilBrown1-3/+3
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown6-40/+39
2017-12-19staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown1-13/+10
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-211/+58
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman10-0/+10
2017-10-18staging: lustre: lnet: socklnd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-12switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro3-109/+25
2017-10-12lustre: switch struct ksock_conn to iov_iterAl Viro4-121/+52
2017-09-29staging: lustre: lnet: replace list_for_each with list_for_each_entryHaneen Mohammed1-11/+3
2017-08-31staging: lustre: coding style fixes found by checkpatch.plSimo Koskinen1-1/+1
2017-08-23staging: lustre: ksocklnd: add include path to MakefileJames Simmons2-3/+6
2017-08-23staging: lustre: ko2iblnd: add include path to MakefileJames Simmons2-2/+5
2017-08-23staging: lustre: lnet: delete lnet.hJames Simmons2-2/+0
2017-07-24Merge 4.13-rc2 into staging-nextGreg Kroah-Hartman1-4/+15
2017-07-18staging: lustre: ko2iblnd: check copy_from_iter/copy_to_iter return codeArnd Bergmann1-4/+15
2017-07-16staging: lustre: lnet: remove dead code and useless wrapperDmitriy Cherkasov2-21/+10
2017-07-04Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2-5/+5
2017-06-03lustre: ko2iblnd: removed forced u32 casts after htonlNikola Jelic1-2/+2
2017-03-27staging: lustre: Replace a bit shift by a use of BIT.Arushi Singhal1-4/+4
2017-03-12staging: lustre: Use min3 macroGargi Sharma1-3/+3
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons4-14/+14
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons4-27/+29
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons7-93/+104
2017-03-06staging: lustre: lnet: change lnd_t to proper structureJames Simmons2-3/+3
2017-03-06staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons4-16/+16