aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-2586/+0
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown1-5/+6
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown1-2/+2
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown1-16/+16
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown1-6/+6
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown1-15/+8
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown1-22/+22
2018-02-22staging: lustre: socklnd: simplify ksnc_rx_iov_spaceNeilBrown1-2/+2
2018-02-22staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown1-6/+0
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-11/+11
2018-01-09staging: lustre: use kmalloc for allocating ksock_txNeilBrown1-2/+2
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown1-1/+1
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-125/+32
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-10-11switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro1-40/+4
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro1-90/+33
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-03-27staging: lustre: Replace a bit shift by a use of BIT.Arushi Singhal1-4/+4
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons1-3/+3
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-5/+6
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons1-7/+8
2017-03-06staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons1-4/+4
2017-03-06staging: lustre: socklnd: change UAPI typedefs to proper structureJames Simmons1-11/+11
2017-02-03staging: lustre: socklnd: remove socklnd_init_msgJames Simmons1-2/+7
2017-02-03staging: lustre: ksocklnd: ignore timedout TX on closing connectionLiang Zhen1-7/+9
2017-02-03staging: lustre: libcfs: fix error messagesDmitry Eremin1-2/+2
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-1/+1
2017-01-23staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons1-5/+5
2017-01-23staging: lustre: lnet: change lnet_magicversion_t to proper structureJames Simmons1-2/+2
2016-11-18staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons1-14/+26
2016-11-07staging: lustre: fixed shadowed variable in socklnd_cb.cAndrew Kanner1-2/+2
2016-09-20staging: lustre: lnet: klnds: socklnd: Remove unnecessary line continuationsAnchal Jain1-2/+2
2016-08-21lustre: pass iov_iter to ->lnd_recv()Al Viro1-12/+9
2016-08-15lustre: don't reinvent struct bio_vecAl Viro1-8/+8
2016-08-15staging: lustre: lnet: Remove old commented out codeBen Evans1-7/+0
2016-06-18staging/lustre: Remove unnecessary space after a castOleg Drokin1-2/+2
2016-06-17staging: lustre: socklnd: remove typedefsJames Simmons1-100/+100
2016-03-01staging: lustre: lnet: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-02-20staging/lustre: Remove the "write to FSF to get a copy of GPL" wordingOleg Drokin1-3/+0
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-74/+74
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-41/+41
2016-02-14staging: lustre: remove space in LNet function declarationsJames Simmons1-137/+135
2016-02-14staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons1-3/+3
2016-02-14staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons1-4/+0
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-41/+32
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-75/+140
2016-02-03staging: lustre: add sparse locking annotationsfrank zago1-0/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-3/+0
2015-10-13staging: lustre: add missing blank line after declarationsMike Rapoport1-0/+2
2015-09-29staging/lustre: use 64-bit times for ksnd_conndArnd Bergmann1-4/+4