Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1334526
| From | James Simmons <jsimmons@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/10] First 10 patches for LNet layer bug fixes |
| Date | 2016-02-15 16:30 +0100 |
| Message-ID | <r2tg5-2PB-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The first set of patches to bring the upstream LNet into sync with the latest production LNet code. Below is listed what bugs that have been addressed. Amir Shehata (3): staging: lustre: Dynamic LNet Configuration (DLC) staging: lustre: Dynamic LNet Configuration (DLC) dynamic routing staging: lustre: DLC Feature dynamic net config Chris Horn (2): staging: lustre: rename variables in lnet_find_route_locked staging: lustre: reflect down routes in /proc/sys/lnet/routes Frank Zago (1): staging: lustre: do not memset after LIBCFS_ALLOC James Simmons (1): staging: lustre: eliminate obsolete Cray SeaStar support John L. Hammond (1): staging: lustre: remove uses of IS_ERR_VALUE() Liang Zhen (2): staging: lustre: fix failure handle of create reply staging: lustre: return +ve for blocked lnet message .../staging/lustre/include/linux/lnet/lib-lnet.h | 27 +- .../staging/lustre/include/linux/lnet/lib-types.h | 13 +- .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 2 - drivers/staging/lustre/lnet/lnet/acceptor.c | 9 +- drivers/staging/lustre/lnet/lnet/api-ni.c | 810 +++++++++++++------- drivers/staging/lustre/lnet/lnet/config.c | 31 +- drivers/staging/lustre/lnet/lnet/lib-move.c | 185 +++-- drivers/staging/lustre/lnet/lnet/peer.c | 134 +++- drivers/staging/lustre/lnet/lnet/router.c | 296 ++++++-- drivers/staging/lustre/lnet/lnet/router_proc.c | 2 +- drivers/staging/lustre/lustre/libcfs/tracefile.c | 6 +- drivers/staging/lustre/lustre/llite/statahead.c | 8 +- drivers/staging/lustre/lustre/mdc/mdc_request.c | 18 +- drivers/staging/lustre/lustre/mgc/mgc_request.c | 9 +- drivers/staging/lustre/lustre/obdclass/llog.c | 13 +- drivers/staging/lustre/lustre/ptlrpc/pinger.c | 10 +- drivers/staging/lustre/lustre/ptlrpc/service.c | 29 +- 17 files changed, 1077 insertions(+), 525 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/10] First 10 patches for LNet layer bug fixes James Simmons <jsimmons@infradead.org> - 2016-02-15 16:30 +0100 [PATCH 05/10] staging: lustre: remove uses of IS_ERR_VALUE() James Simmons <jsimmons@infradead.org> - 2016-02-15 16:30 +0100 [PATCH 09/10] staging: lustre: Dynamic LNet Configuration (DLC) dynamic routing James Simmons <jsimmons@infradead.org> - 2016-02-15 16:30 +0100
csiph-web