aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-704/+0
2018-05-25staging: lustre: remove libcfs_all.h includes from lnet/klndNeilBrown1-1/+0
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown1-1/+1
2018-05-25staging: lustre: discard CFS_TICKNeilBrown1-1/+1
2018-02-22staging: lustre: socklnd: simplify ksnc_rx_iov_spaceNeilBrown1-10/+1
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+2
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-2/+1
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro1-5/+1
2017-08-22staging: lustre: ksocklnd: add include path to MakefileJames Simmons1-3/+3
2017-08-22staging: lustre: lnet: delete lnet.hJames Simmons1-1/+0
2017-07-16staging: lustre: lnet: remove dead code and useless wrapperDmitriy Cherkasov1-11/+0
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons1-6/+6
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-7/+8
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons1-19/+22
2017-03-06staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons1-3/+3
2017-03-06staging: lustre: socklnd: change UAPI typedefs to proper structureJames Simmons1-7/+7
2017-01-23staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons1-1/+1
2016-12-07staging/lustre/socklnd: Fix whitespace problemOleg Drokin1-1/+1
2016-11-18staging: lustre: lnet: resolve trailing */ errorsJames Simmons1-45/+83
2016-11-18staging: lustre: lnet: don't use bare unsignedJames Simmons1-2/+2
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin1-1/+1
2016-08-21lustre: pass iov_iter to ->lnd_recv()Al Viro1-3/+1
2016-08-21lustre: ->kss_scratch... are unused nowAl Viro1-4/+0
2016-08-15lustre: simplify the living hell out of ksocknal_lib_recv_kiov()Al Viro1-2/+4
2016-06-17staging: lustre: socklnd: remove typedefsJames Simmons1-106/+103
2016-03-01Staging: lustre: Remove int typecast of offsetof().Sandhya Bankar1-1/+1
2016-02-20staging/lustre: Remove the "write to FSF to get a copy of GPL" wordingOleg Drokin1-4/+0
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-9/+16
2015-11-15staging: lustre: lnet: klnds: socklnd: Move extern declarations to headerAmitoj Kaur Chawla1-0/+3
2015-09-29staging/lustre: use 64-bit times for ksnd_conndArnd Bergmann1-3/+3
2015-08-14staging: lustre: Remove unnecessary externsJoe Perches1-71/+70
2015-07-13staging/lustre/lnet: Move asm/irq.h include after linux includesOleg Drokin1-1/+1
2015-06-11staging:lustre: merge socklnd_lib-linux.h into socklnd.hJohn L. Hammond1-1/+38
2015-06-11staging:lustre: remove lnet/include/lnet/linux/John L. Hammond1-1/+0
2015-06-10staging:lustre: remove useless libcfs_sock_releaseJames Simmons1-1/+1
2015-05-31staging: lustre: lnet: socklnd: code cleanup - align spacingMike Shuey1-247/+313
2015-03-01drivers: staging: lustre: Fix "space prohibited between function name and open parenthesis" errorsAdrien Descamps1-65/+65
2015-01-17lustre: don't use iovec instead of kvecAl Viro1-7/+7
2014-09-23drivers: staging: lustre: Fix "open brace '{' following struct go on the same line" errorsGreg Donald1-16/+8
2014-07-12staging: lustre: remove cfs_duration_t typedefGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman1-9/+9
2014-07-11staging: lustre: remove socket_t typedefGreg Kroah-Hartman1-8/+8
2014-07-11staging: lustre: remove top level ccflags variableGreg Kroah-Hartman1-5/+5
2014-05-23staging: lustre: socklnd: Remove unnecessary return bracketsMasaru Nomura1-2/+2
2013-11-19staging/lustre/socklnd: remove ksnd_sysctlPeng Tao1-6/+0
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+602