summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-2615-287/+409
|\
| * dm: pass NULL bdev to bio_alloc_cloneMike Snitzer2022-05-111-16/+24
| * dm cache metadata: remove unnecessary variable in __dump_mappingGuo Zhengkui2022-05-091-2/+1
| * dm mpath: provide high-resolution timer to HST for bio-basedGabriel Krisman Bertazi2022-05-093-1/+23
| * dm crypt: make printing of the key constant-timeMikulas Patocka2022-05-091-3/+11
| * dm integrity: fix error code in dm_integrity_ctr()Dan Carpenter2022-05-091-2/+0
| * dm stats: add cond_resched when looping over entriesMikulas Patocka2022-05-091-0/+8
| * dm: improve abnormal bio processingMike Snitzer2022-05-051-31/+36
| * dm: simplify bio-based IO accounting furtherMike Snitzer2022-05-052-34/+6
| * dm: put all polled dm_io instances into a single listMing Lei2022-05-052-26/+28
| * dm: improve dm_io reference countingMing Lei2022-05-051-14/+39
| * dm: don't grab target io reference in dm_zone_map_bioMing Lei2022-05-053-18/+6
| * dm: improve bio splitting and associated IO accountingMing Lei2022-05-052-24/+59
| * dm: switch to bdev based IO accounting interfacesMing Lei2022-05-051-15/+13
| * dm: pass dm_io instance to dm_io_acct directlyMing Lei2022-05-051-4/+7
| * dm: don't pass bio to __dm_start_io_acct and dm_end_io_acctMing Lei2022-05-051-11/+8
| * dm: use bio_sectors in dm_aceept_partial_bioMike Snitzer2022-05-051-5/+5
| * dm: simplify basic targetsMike Snitzer2022-05-053-14/+4
| * dm: conditionally enable branching for less used featuresMike Snitzer2022-05-054-23/+53
| * dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bioMike Snitzer2022-05-051-4/+24
| * dm: move hot dm_io members to same cacheline as dm_target_ioMike Snitzer2022-05-051-5/+7
| * dm: add local variables to clone_endio and __map_bioMike Snitzer2022-05-051-13/+12
| * dm: mark various branches unlikelyMike Snitzer2022-05-051-3/+3
| * dm: simplify dm_start_io_acctMike Snitzer2022-05-052-13/+11
| * dm: simplify dm_io access in dm_split_and_process_bioMike Snitzer2022-05-051-6/+8
| * dm: factor out dm_io_set_error and __dm_io_dec_pendingMike Snitzer2022-05-051-28/+36
| * dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io biosetMike Snitzer2022-05-053-9/+14
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-2682-1936/+1843
|\ \
| * | RDMA/rtrs-clt: Fix one kernel-doc commentYang Li2022-05-261-1/+1
| * | RDMA/hfi1: Remove all traces of diagpkt supportDennis Dalessandro2022-05-241-23/+0
| * | RDMA/hfi1: Consolidate software versionsDennis Dalessandro2022-05-242-18/+1
| * | RDMA/hfi1: Remove pointless driver versionDennis Dalessandro2022-05-242-21/+0
| * | RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro2022-05-241-1/+1
| * | RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller2022-05-241-0/+2
| * | RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller2022-05-241-5/+7
| * | RDMA/rxe: Fix an error handling path in rxe_get_mcg()Christophe JAILLET2022-05-241-2/+4
| * | Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-24689-4664/+7275
| |\ \
| * | | IB/core: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | | IB/hf1: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | | IB/qib: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | | IB/iser: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | | RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-203-8/+34
| * | | IB/isert: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-201-9/+16
| * | | RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()Daisuke Matsuda2022-05-191-1/+0
| * | | RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-171-1/+0
| * | | RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()Wenpeng Liang2022-05-124-254/+104
| * | | RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()Wenpeng Liang2022-05-122-270/+157
| * | | RDMA/irdma: Add SW mechanism to generate completions on errorMustafa Ismail2022-05-114-37/+210
| * | | RDMA/siw: Enable siw on tunnel devicesBernard Metzler2022-05-111-2/+3
| * | | RDMA/rxe: Enforce IBA C11-17Bob Pearson2022-05-093-0/+17