Whamcloud - gitweb
LU-7734 lnet: Multi-Rail peer split
[fs/lustre-release.git] / lnet / klnds /
2017-01-25 Amir ShehataLU-7734 lnet: Multi-Rail local NI split
2017-01-18 Doug OucharekLU-8752 lnet: Stop MLX5 triggering a dump_cqe 06/24306/2
2017-01-01 James SimmonsLU-6245 libcfs: add ktime_get_real_seconds support 66/22866/10
2016-12-23 Steve GuminskiLU-8776 build: Fix weird inline definitions 79/23979/2
2016-12-23 James SimmonsLU-6142 socklnd: change UAPI typedefs to proper structure 06/18506/5
2016-12-17 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
2016-12-17 Liang ZhenLU-8867 ksocklnd: ignore timedout TX on closing connection 73/23973/3
2016-12-17 Dmitry EreminLU-8703 libcfs: fix error messages 07/23307/3
2016-10-28 Alex ZhuravlevLU-8573 lnet: Revert LU-7650 patches 39/23439/3
2016-10-28 Chris HornLU-8733 gnilnd: Remove read capability of cksum_test... 55/23255/5
2016-10-13 Chuck FossenLU-8429 gnilnd: Option to not reconnect after conn... 59/21459/4
2016-10-08 James SimmonsLU-8648 all: remove all Sun license and URL references 00/22800/4
2016-09-10 Doug OucharekLU-7650 o2iblnd: Put back work queue check previously... 81/22281/3
2016-09-08 James SimmonsLU-8560 libcfs: handle PAGE_CACHE_* removal in newer... 06/22206/4
2016-09-02 Christopher J. MorroneLU-8540 o2iblnd: Add support for 5arg ib_map_mr_sg() 26/22126/2
2016-08-22 James SimmonsLU-7650 o2iblnd: handle mixed page size configurations. 04/21304/7
2016-08-15 Doug OucharekLU-7646 lnet: Stop Infinite CON RACE Condition 30/19430/11
2016-08-06 Dmitry EreminLU-8401 lnet: remove dependency on OFED headers from... 17/21317/4
2016-07-11 Chuck FossenLU-8368 gnilnd: Use kgnilnd_vzalloc() to avoid stalls 54/21154/3
2016-07-11 Liang ZhenLU-7099 lnet: lock improvement for ko2iblnd 22/20322/5
2016-07-11 Li DongyangLU-8056 socklnd: NETIF_F_ALL_CSUM renamed to NETIF_F_CS... 22/20222/7
2016-07-05 Li DongyangLU-8056 o2iblnd: ib_query_device removed in 4.5 21/20221/7
2016-07-05 Alexander BoykoLU-8303 lnet: make connection more stable with packet... 74/20874/2
2016-07-05 Doug OucharekLU-8022 lnet: Correct position of lnet_ni_decref() 01/21001/2
2016-06-22 Ben EvansLU-8058 lnet: Remove old commented out code 14/20414/4
2016-06-14 James ShimekLU-7955 gnilnd: Add ability to set bte_get/put_dlvr_mode 02/19202/4
2016-06-14 James SimmonsLU-6245 libcfs: remove types abstraction from libcfs... 04/20204/9
2016-06-14 Amitoj Kaur ChawlaLU-8057 ko2iblnd: Replace sg++ with sg = sg_next(sg) 42/19342/12
2016-05-31 Doug OucharekLU-8022 lnet: Don't access NULL NI on failure path 14/19614/4
2016-05-27 Dmitry EreminLU-6215 lnet: split struct ib_send_wr 68/19168/10
2016-05-16 Li DongyangLU-6215 o2iblnd: port to new fast reg API introduced... 86/19186/5
2016-05-04 James SimmonsLU-6245 libcfs: remove sysctl module handling 59/19459/7
2016-04-28 Li DongyangLU-6215 o2iblnd: rdma_create_id() takes extra parameter 59/18759/6
2016-04-28 Li DongyangLU-6215 o2iblnd: ib_alloc_fast_reg_mr() removed in 4.3 85/19185/2
2016-04-21 James SimmonsLU-6245 libcfs: replace CFS_MODULE_PARAM with linux... 83/19383/6
2016-04-11 Dmitry EreminLU-7979 o2iblnd: fix free of IS_ERR pointer 11/19311/2
2016-04-07 Amir ShehataLU-7101 lnet: per NI map-on-demand value 67/16367/18
2016-04-06 Vitaly OsipovLU-4423 lnet: remove memset(0) after LIBCFS_ALLOC 54/18954/7
2016-04-06 Bob GlossmanLU-6163 kernel: use do_div64() for 64 bit divides 19/18819/8
2016-03-14 Chuck FossenLU-7850 gnilnd: Fix niov calculation with offset kiov 93/18793/2
2016-03-14 Dmitry EreminLU-7124 o2iblnd: limit cap.max_send_wr for MLX5 47/18347/9
2016-03-14 James SimmonsLU-6245 libcfs: remove typedefs in libcfs source code 02/17202/6
2016-03-13 Dmitry EreminLU-5783 o2iblnd: Add Fast Reg memory registration support 06/17606/9
2016-02-24 Doug OucharekRevert "LU-7646 o2iblnd: connrace protocol improvement" 41/18541/3
2016-02-05 Oleg DrokinLU-4423 socklnd: use kernel socket sockopt apis 86/17786/3
2016-02-05 Chuck FossenLU-7578 gnilnd: Return correct error on GNI_RC_ERROR_NOMEM 66/17666/2
2016-02-05 Chuck FossenLU-7578 gnilnd: Handle new return code in gni_mem_regis... 65/17665/2
2016-02-05 Chuck FossenLU-7578 gnilnd: Add module parameter reg_fail_timeout 64/17664/4
2016-02-05 Liang ZhenLU-7646 o2iblnd: connrace protocol improvement 37/18037/4
2016-02-04 James ShimekLU-7578 gnilnd: Modify allocator flags to prevent waiting 63/17663/2
2016-02-02 James ShimekLU-7578 gnilnd: Revert max_immediate setting 67/17667/3
2016-01-26 Liang ZhenLU-7054 o2iblnd: less intense allocating retry 70/16470/4
2016-01-18 Liang ZhenLU-7569 o2iblnd: avoid intensive reconnecting 92/17892/3
2016-01-12 Liang ZhenLU-519 o2iblnd: check wr_id returned by ib_poll_cq 47/12747/3
2016-01-08 Doug OucharekLU-7210 lnet: Change connect peer failed cleanup order 04/17004/2
2016-01-08 Doug OucharekLU-5718 o2iblnd: Revert original fix 99/17699/2
2016-01-05 Liang ZhenLU-7210 o2iblnd: take extra refcount in kiblnd_connreq_done 27/17527/4
2015-12-18 Frank ZagoLU-5710 all: fourth set of corrected typos and grammar... 06/17306/5
2015-12-02 Al ViroLU-4423 lnet: don't use iovec instead of kvec 05/17205/3
2015-11-24 Amir ShehataLU-3322 lnet: make connect parameters persistent 74/17074/5
2015-11-15 Andreas DilgerLU-6204 build: clean up kernel module metadata 87/16787/5
2015-11-03 Andreas DilgerLU-7243 misc: update Intel copyright messages 2015 58/16758/3
2015-10-28 James SimmonsLU-7245 socklnd: Bind peers to a specific CPT 10/16710/4
2015-10-14 James SimmonsLU-6215 lnet: make o2iblnd buildable for 4.2.1 kernels 67/16767/3
2015-10-07 Jeremy FilizettiLU-3322 ko2iblnd: Support different configs between... 94/11794/11
2015-10-06 James SimmonsLU-6204 misc: Update module author to OpenSFS 32/16132/5
2015-10-06 Amir ShehataLU-6850 lnet: remove references to ib_reg_phys_mr() 88/15788/14
2015-09-19 Dmitry EreminLU-7042 lnet: Handle OFED 3.18 packaging definitions 18/16418/3
2015-09-04 Liang ZhenLU-5718 o2iblnd: avoid intensive reconnecting 00/14600/6
2015-09-02 James SimmonsLU-6215 o2iblnd: handle new struct ib_cq_init_attr 18/16118/2
2015-08-26 Dmitry EreminLU-6962 lnet: remove old unsupported OFEDs checks 64/15864/4
2015-08-26 Liang ZhenLU-6480 o2iblnd: leak cmid in kiblnd_dev_need_failover 03/14603/2
2015-07-31 Chris HornLU-6261 gnilnd: kgnilnd_check_rdma_cq race in error... 39/15439/3
2015-07-31 Chris HornLU-6261 gnilnd: Use kgnilnd_vzalloc to allocate fma... 38/15438/4
2015-07-25 Chris HornLU-6261 gnilnd: Clean up cfs abstractions from gnilnd 37/15437/2
2015-07-25 Chris HornLU-6261 gnilnd: Hold shared MDD for gnilnd. 36/15436/2
2015-07-25 Chris HornLU-6261 gnilnd: Fix LIBCFS_ALLOC_POST incompatibility. 35/15435/2
2015-07-25 Chris HornLU-6261 gnilnd: Use trylock for conn mutex. 34/15434/2
2015-07-25 Chris HornLU-6261 gnilnd: Add pkey module parameter 33/15433/2
2015-07-25 Chris HornLU-6261 gnilnd: Add ability to bind scheduler threads... 32/15432/2
2015-07-21 Chris HornLU-6261 gnilnd: Changes for small message rate improvment 31/15431/2
2015-07-21 Chris HornLU-6261 gnilnd: Thread-safe optimizations. 30/15430/3
2015-07-10 James SimmonsLU-6763 lnet: test for sk_sleep presence in compact... 86/15386/9
2015-07-10 Isaac HuangLU-5956 o2iblnd: wrong uses of kib_tx_t::tx_nfrags 57/12857/4
2015-06-19 Liang ZhenLU-4423 lnet: fix deadloop in ksocknal_push 28/10128/8
2015-06-09 Frank ZagoLU-5710 all: third batch of corrected typos and grammar... 24/14424/8
2015-05-17 Andreas DilgerLU-6068 misc: update old URLs to hpdd.intel.com 93/13193/5
2015-04-28 James SimmonsLU-6245 libcfs: remove prim wrappers for libcfs 74/13874/8
2015-04-09 frank zagoLU-5710 all: second batch of corrected typos and gramma... 33/12933/8
2015-04-06 frank zagoLU-5710 corrected some typos and grammar errors 01/12201/13
2015-04-06 Oleg DrokinLU-6285: o2iblnd: Do not use cpus_weight, it's deprecated 54/13954/2
2015-03-25 James SimmonsLU-6245 libcfs: remove tcpip abstraction from libcfs 60/13760/19
2015-03-08 James SimmonsLU-6209 lnet: Delete all obsolete LND drivers 63/13663/4
2015-03-08 Chuck FossenLU-6261 gnilnd: Cray interconnect rollup 12/13812/4
2015-02-19 James SimmonsLU-5275 gnilnd: Add definition for PDE_DATA 27/13527/4
2015-01-10 John L. HammondLU-5275 lprocfs: reduce scope of params_tree.h 25/13225/3
2015-01-10 Liang ZhenLU-5678 o2iblnd: connection refcount fix for kiblnd_post_rx 52/12852/3
2015-01-09 Frank ZagoLU-5396 lnet: make some functions static 06/12206/15
2015-01-09 Alex ZhuravlevLU-6079 lnet: remove asm/irq.h include 29/13229/3
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
next