aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-279-30/+91
|\
| * Merge branch 'stable/for-jens-4.10' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-01-271-8/+14
| |\
| | * xen-blkfront: correct maximum segment accountingJan Beulich2017-01-231-3/+9
| | * xen-blkfront: feature flags handling adjustmentsJan Beulich2017-01-231-5/+5
| * | Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche2017-01-261-1/+16
| * | Merge branch 'nvme-4.10-fixes' of git://git.infradead.org/nvme into for-linusJens Axboe2017-01-266-18/+58
| |\ \
| | * | nvme-fc: use blk_rq_nr_phys_segmentsChristoph Hellwig2017-01-261-3/+3
| | * | nvmet-rdma: Fix missing dma sync to nvme data structuresParav Pandit2017-01-261-0/+17
| | * | nvmet: Call fatal_error from keep-alive timout expirationSagi Grimberg2017-01-261-1/+1
| | * | nvmet: cancel fatal error and flush async work before free controllerSagi Grimberg2017-01-261-0/+3
| | * | nvmet: delete controllers deletion upon subsystem releaseSagi Grimberg2017-01-263-0/+12
| | * | nvmet_fc: correct logic in disconnect queue LS handlingJames Smart2017-01-261-14/+22
| | |/
| * | block: fix use after free in __blkdev_direct_IOChristoph Hellwig2017-01-241-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-01-2727-189/+269
|\ \ \
| * | | RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein2017-01-271-1/+2
| * | | IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen2017-01-241-2/+1
| * | | IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb2017-01-241-1/+1
| * | | IB/umem: Release pid in error and ODP flowKenneth Lee2017-01-241-0/+2
| * | | RDMA/qedr: Dispatch port active event from qedr_addRam Amrani2017-01-242-6/+19
| * | | RDMA/qedr: Fix and simplify memory leak in PD allocRam Amrani2017-01-241-8/+18
| * | | RDMA/qedr: Fix RDMA CM loopbackRam Amrani2017-01-241-2/+2
| * | | RDMA/qedr: Fix formattingRam Amrani2017-01-242-3/+1
| * | | RDMA/qedr: Mark three functions as staticRam Amrani2017-01-241-6/+8
| * | | RDMA/qedr: Don't reset QP when queues aren't flushedRam Amrani2017-01-241-0/+8
| * | | RDMA/qedr: Don't spam dmesg if QP is in error stateRam Amrani2017-01-241-3/+4
| * | | RDMA/qedr: Remove CQ spinlock from CM completion handlersRam Amrani2017-01-242-11/+2
| * | | RDMA/qedr: Return max inline data in QP query resultRam Amrani2017-01-241-1/+1
| * | | RDMA/qedr: Return success when not changing QP stateRam Amrani2017-01-241-1/+1
| * | | RDMA/qedr: Add uapi header qedr-abi.hAmrani, Ram2017-01-241-0/+1
| * | | RDMA/qedr: Fix MTU returned from QP queryAmrani, Ram2017-01-241-1/+1
| * | | RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-245-41/+18
| * | | IB/vmw_pvrdma: Fix incorrect cleanup on pvrdma_pci_probe error pathAdit Ranadive2017-01-241-3/+1
| * | | IB/vmw_pvrdma: Don't leak info from alloc_ucontextAdit Ranadive2017-01-241-1/+1
| * | | IB/cxgb3: fix misspelling in header guardNicolas Iooss2017-01-241-1/+1
| * | | IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-243-14/+5
| * | | IB/iser: Fix sg_tablesize calculationMax Gurtovoy2017-01-241-7/+0
| * | | IB/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin2017-01-241-0/+6
| * | | IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin2017-01-241-2/+7
| * | | iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise2017-01-101-3/+4
| * | | iw_cxgb4: free EQ queue memory on last derefSteve Wise2017-01-104-13/+69
| * | | iw_cxgb4: refactor sq/rq drain logicSteve Wise2017-01-105-58/+85
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-01-272-3/+12
|\ \ \ \
| * | | | s390/mm: Fix cmma unused transfer from pgste into pteChristian Borntraeger2017-01-241-3/+4
| * | | | s390/ptrace: Preserve previous registers for short regset writeMartin Schwidefsky2017-01-241-0/+8
| | |/ / | |/| |
* | | | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-271-2/+3
|\ \ \ \
| * | | | swiotlb-xen: update dev_addr after swapping pagesStefano Stabellini2017-01-201-2/+3
* | | | | Merge tag 'vfio-v4.10-rc6' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-01-271-0/+4
|\ \ \ \ \
| * | | | | vfio/spapr: fail tce_iommu_attach_group() when iommu_data is nullGreg Kurz2017-01-241-0/+4
* | | | | | Merge tag 'media/v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-01-2710-175/+195
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2016-12-2610-175/+195
| |\ \ \ \ \ \