aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: update some copyrightsChristoph Hellwig2020-12-223-0/+4
* block: remove a pointless self-reference in block_dev.cChristoph Hellwig2020-12-221-2/+0
* MAINTAINERS: add fs/block_dev.c to the block sectionChristoph Hellwig2020-12-221-0/+1
* blk-mq: Don't complete on a remote CPU in force threaded modeSebastian Andrzej Siewior2020-12-171-0/+8
* s390/dasd: fix list corruption of lcu listStefan Haberland2020-12-171-1/+1
* s390/dasd: fix list corruption of pavgroup group listStefan Haberland2020-12-171-0/+1
* s390/dasd: prevent inconsistent LCU device dataStefan Haberland2020-12-171-0/+9
* s390/dasd: fix hanging device offline processingStefan Haberland2020-12-171-1/+9
* blk-iocost: Add iocg idle state tracepointBaolin Wang2020-12-172-1/+18
* nbd: Respect max_part for all partition scansJosh Triplett2020-12-171-3/+6
* block/rnbd-clt: Does not request pdu to rtrs-cltGioh Kim2020-12-163-17/+13
* block/rnbd-clt: Dynamically allocate sglist for rnbd_iuGioh Kim2020-12-162-27/+43
* block/rnbd: Set write-back cache and fua same to the target deviceGioh Kim2020-12-164-6/+22
* block/rnbd: Fix typosJack Wang2020-12-161-3/+3
* block/rnbd-srv: Protect dev session sysfs removalMd Haris Iqbal2020-12-161-1/+2
* block/rnbd-clt: Fix possible memleakJack Wang2020-12-161-2/+3
* block/rnbd-clt: Get rid of warning regarding size argument in strlcpyMd Haris Iqbal2020-12-161-2/+1
* blk-mq: Remove 'running from the wrong CPU' warningDaniel Wagner2020-12-161-25/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-16175-3915/+3845
|\
| * RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky2020-12-141-3/+4
| * RDMA/mlx5: Fix MR cache memory leakMaor Gottlieb2020-12-141-0/+1
| * RDMA/rxe: Use acquire/release for memory orderingBob Pearson2020-12-114-50/+81
| * RDMA/hns: Simplify AEQE process for different types of queueYixian Liu2020-12-113-62/+23
| * RDMA/hns: Fix inaccurate printsYixing Liu2020-12-118-90/+107
| * RDMA/hns: Fix incorrect symbol typesWenpeng Liang2020-12-1110-73/+73
| * RDMA/hns: Clear redundant variable initializationXinhao Liu2020-12-112-5/+5
| * RDMA/hns: Fix coding style issuesLang Cheng2020-12-1113-51/+43
| * RDMA/hns: Remove unnecessary access right set during INIT2INITYixian Liu2020-12-111-46/+0
| * RDMA/hns: WARN_ON if get a reserved sl from usersWeihang Li2020-12-111-0/+4
| * RDMA/hns: Avoid filling sl in high 3 bits of vlan_idWeihang Li2020-12-111-10/+1
| * RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li2020-12-113-8/+12
| * RDMA/hns: Normalization the judgment of some featuresWenpeng Liang2020-12-113-7/+7
| * RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang2020-12-115-16/+22
| * RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean2020-12-101-3/+0
| * RDMA/uverbs: Fix incorrect variable typeAvihai Horon2020-12-102-9/+15
| * RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein2020-12-101-3/+4
| * RDMA/core: Clean up cq pool mechanismJack Morgenstein2020-12-103-15/+9
| * RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn2020-12-101-0/+1
| * MAINTAINERS: SOFT-ROCE: Change Zhu Yanjun's email addressZhu Yanjun2020-12-102-1/+2
| * RDMA/mlx5: Remove unneeded semicolonTom Rix2020-12-101-1/+1
| * RDMA/iser: Remove in_interrupt() usageSebastian Andrzej Siewior2020-12-071-17/+5
| * RDMA/mlx5: Assign dev to DM MRMaor Gottlieb2020-12-074-30/+35
| * RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li2020-12-077-15/+11
| * IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-0713-23/+36
| * RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier2020-12-071-1/+1
| * RDMA/i40iw: Replace atomic_add_return(1, ..)Yejune Deng2020-12-071-3/+3
| * Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jason Gunthorpe2020-12-0720-104/+250
| |\
| * | RDMA/mlx5: Fix error unwinds for rereg_mrJason Gunthorpe2020-12-071-128/+188
| * | RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe2020-12-073-129/+140
| * | RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-0710-55/+160