summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-08-17 15:44:48 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-08-17 15:44:48 -0400
commit9bd553929f68921be0f2014dd06561e0c8249a0d (patch)
tree720e556374e3500af9a0210178fabfc6bd0f754c /MAINTAINERS
parent022ff62c3d8c3758d15ccc6b58615fd8f257ba85 (diff)
parent0a3173a5f09bc58a3638ecfd0a80bdbae55e123c (diff)
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma updates from Jason Gunthorpe: "This has been a large cycle for RDMA, with several major patch series reworking parts of the core code. - Rework the so-called 'gid cache' and internal APIs to use a kref'd pointer to a struct instead of copying, push this upwards into the callers and add more stuff to the struct. The new design avoids some ugly races the old one suffered with. This is part of the namespace enablement work as the new struct is learning to be namespace aware. - Various uapi cleanups, moving more stuff to include/uapi and fixing some long standing bugs that have recently been discovered. - Driver updates for mlx5, mlx4 i40iw, rxe, cxgb4, hfi1, usnic, pvrdma, and hns - Provide max_send_sge and max_recv_sge attributes to better support HW where these values are asymmetric. - mlx5 user API 'devx' allows sending commands directly to the device FW, instead of trying to cram every wild and niche feature into the common API. Sort of like what GPU does. - Major write() and ioctl() API rework to cleanly support PCI device hot unplug and advance the ioctl conversion work - Sparse and compile warning cleanups - Add 'const' to the ib_poll_cq() signature, and permit a NULL 'bad_wr', which is the common use case - Various patches to avoid high order allocations across the stack - SRQ support for cxgb4, hns and qedr - Changes to IPoIB to better follow the netdev model for working with struct net_device liftime" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (312 commits) Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr" RDMA/hns: Fix usage of bitmap allocation functions return values IB/core: Change filter function return type from int to bool IB/core: Update GID entries for netdevice whose mac address changes IB/core: Add default GIDs of the bond master netdev IB/core: Consider adding default GIDs of bond device IB/core: Delete lower netdevice default GID entries in bonding scenario IB/core: Avoid confusing del_netdev_default_ips IB/core: Add comment for change upper netevent handling qedr: Add user space support for SRQ qedr: Add support for kernel mode SRQ's qedr: Add wrapping generic structure for qpidr and adjust idr routines. IB/mlx5: Fix leaking stack memory to userspace Update the e-mail address of Bart Van Assche IB/ucm: Fix compiling ucm.c IB/uverbs: Do not check for device disassociation during ioctl IB/uverbs: Remove struct uverbs_root_spec and all supporting code IB/uverbs: Use uverbs_api to unmarshal ioctl commands IB/uverbs: Use uverbs_alloc for allocations IB/uverbs: Add a simple allocator to uverbs_attr_bundle ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS16
1 files changed, 10 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7378426b663c..b6dcaaa23adf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3536,7 +3536,6 @@ F: drivers/net/ethernet/cisco/enic/
3536 3536
3537CISCO VIC LOW LATENCY NIC DRIVER 3537CISCO VIC LOW LATENCY NIC DRIVER
3538M: Christian Benvenuti <benve@cisco.com> 3538M: Christian Benvenuti <benve@cisco.com>
3539M: Dave Goodell <dgoodell@cisco.com>
3540S: Supported 3539S: Supported
3541F: drivers/infiniband/hw/usnic/ 3540F: drivers/infiniband/hw/usnic/
3542 3541
@@ -7623,9 +7622,8 @@ S: Maintained
7623F: drivers/firmware/iscsi_ibft* 7622F: drivers/firmware/iscsi_ibft*
7624 7623
7625ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR 7624ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7626M: Or Gerlitz <ogerlitz@mellanox.com>
7627M: Sagi Grimberg <sagi@grimberg.me> 7625M: Sagi Grimberg <sagi@grimberg.me>
7628M: Roi Dayan <roid@mellanox.com> 7626M: Max Gurtovoy <maxg@mellanox.com>
7629L: linux-rdma@vger.kernel.org 7627L: linux-rdma@vger.kernel.org
7630S: Supported 7628S: Supported
7631W: http://www.openfabrics.org 7629W: http://www.openfabrics.org
@@ -12754,15 +12752,21 @@ S: Maintained
12754F: drivers/scsi/sr* 12752F: drivers/scsi/sr*
12755 12753
12756SCSI RDMA PROTOCOL (SRP) INITIATOR 12754SCSI RDMA PROTOCOL (SRP) INITIATOR
12757M: Bart Van Assche <bart.vanassche@sandisk.com> 12755M: Bart Van Assche <bvanassche@acm.org>
12758L: linux-rdma@vger.kernel.org 12756L: linux-rdma@vger.kernel.org
12759S: Supported 12757S: Supported
12760W: http://www.openfabrics.org
12761Q: http://patchwork.kernel.org/project/linux-rdma/list/ 12758Q: http://patchwork.kernel.org/project/linux-rdma/list/
12762T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
12763F: drivers/infiniband/ulp/srp/ 12759F: drivers/infiniband/ulp/srp/
12764F: include/scsi/srp.h 12760F: include/scsi/srp.h
12765 12761
12762SCSI RDMA PROTOCOL (SRP) TARGET
12763M: Bart Van Assche <bvanassche@acm.org>
12764L: linux-rdma@vger.kernel.org
12765L: target-devel@vger.kernel.org
12766S: Supported
12767Q: http://patchwork.kernel.org/project/linux-rdma/list/
12768F: drivers/infiniband/ulp/srpt/
12769
12766SCSI SG DRIVER 12770SCSI SG DRIVER
12767M: Doug Gilbert <dgilbert@interlog.com> 12771M: Doug Gilbert <dgilbert@interlog.com>
12768L: linux-scsi@vger.kernel.org 12772L: linux-scsi@vger.kernel.org