summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/socklnd
AgeCommit message (Expand)Author
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman
2018-05-25staging: lustre: remove libcfs_all.h includes from lnet/klndNeilBrown
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown
2018-05-25staging: lustre: replace memory_presure funcitons by standard interfaces.NeilBrown
2018-05-25staging: lustre: discard CFS_TICKNeilBrown
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown
2018-04-23staging: lustre: discard cfs_duration_sec()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_after()NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_shift().NeilBrown
2018-04-23staging: lustre: libcfs: discard cfs_time_add/subNeilBrown
2018-04-23staging: lustre: cfs_time_current() -> jiffies.NeilBrown
2018-02-22staging: lustre: socklnd: simplify ksnc_rx_iov_spaceNeilBrown
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown
2018-02-22staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown
2018-01-09staging: lustre: use kmalloc for allocating ksock_txNeilBrown
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown
2017-12-19staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-10-18staging: lustre: lnet: socklnd: mark expected switch fall-throughGustavo A. R. Silva
2017-10-11switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro
2017-09-29staging: lustre: lnet: replace list_for_each with list_for_each_entryHaneen Mohammed
2017-08-22staging: lustre: ksocklnd: add include path to MakefileJames Simmons
2017-08-22staging: lustre: lnet: delete lnet.hJames Simmons
2017-07-16staging: lustre: lnet: remove dead code and useless wrapperDmitriy Cherkasov
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-27staging: lustre: Replace a bit shift by a use of BIT.Arushi Singhal
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons
2017-03-06staging: lustre: lnet: change lnd_t to proper structureJames Simmons
2017-03-06staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons
2017-03-06staging: lustre: socklnd: change UAPI typedefs to proper structureJames Simmons
2017-02-03staging: lustre: socklnd: remove socklnd_init_msgJames Simmons
2017-02-03staging: lustre: ksocklnd: ignore timedout TX on closing connectionLiang Zhen
2017-02-03staging: lustre: libcfs: fix error messagesDmitry Eremin
2017-02-03staging: libcfs: remove integer types abstraction from libcfsJames Simmons
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann
2017-01-27staging: lustre: lnet: Fix coding style errorsMaxime Rossi Bellom
2017-01-23staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons
2017-01-23staging: lustre: lnet: change lnet_magicversion_t to proper structureJames Simmons
2016-12-07staging/lustre/socklnd: Fix whitespace problemOleg Drokin
2016-11-18staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons
2016-11-18staging: lustre: lnet: resolve trailing */ errorsJames Simmons
2016-11-18staging: lustre: lnet: don't use bare unsignedJames Simmons
2016-11-07staging: lustre: fixed shadowed variable in socklnd_cb.cAndrew Kanner