summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0564-2673/+4985
|\
| * s390/dasd: Establish DMA alignmentEric Farman2022-08-052-0/+2
| * s390/dasd: drop unexpected word 'for' in commentsJiang Jian2022-08-051-1/+1
| * ublk_drv: add support for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-031-12/+94
| * ublk_drv: cleanup ublksrv_ctrl_dev_infoMing Lei2022-08-031-11/+7
| * ublk_drv: add SET_PARAMS/GET_PARAMS control commandMing Lei2022-08-031-18/+187
| * ublk_drv: fix ublk device leak in case that add_disk failsMing Lei2022-08-031-0/+5
| * ublk_drv: cancel device even though disk isn't upMing Lei2022-08-031-6/+12
| * drivers:md:fix a potential use-after-free bugWentao_Liang2022-08-031-1/+1
| * md/raid5: Ensure batch_last is released before sleeping for quiesceLogan Gunthorpe2022-08-032-9/+29
| * md/raid5: Move stripe_request_ctx upLogan Gunthorpe2022-08-031-27/+27
| * md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()Logan Gunthorpe2022-08-031-1/+0
| * md/raid5: Make is_inactive_blocked() helperLogan Gunthorpe2022-08-031-5/+19
| * md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe2022-08-031-31/+36
| * block: move ->bio_split to the gendiskChristoph Hellwig2022-08-031-1/+1
| * block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-037-9/+9
| * nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardownSagi Grimberg2022-08-031-1/+2
| * nvme: enable generic interface (/dev/ngXnY) for unknown command setsJoel Granados2022-08-031-7/+34
| * nvme: factor out a nvme_ns_is_readonly helperChristoph Hellwig2022-08-031-5/+10
| * nvme: refactor namespace probingChristoph Hellwig2022-08-031-105/+125
| * nvme: generalize the nvme_multi_css check in nvme_scan_nsChristoph Hellwig2022-08-031-6/+6
| * nvme: rename nvme_validate_or_alloc_ns to nvme_scan_nsChristoph Hellwig2022-08-031-3/+3
| * nvme: catch -ENODEV from nvme_revalidate_zones againChristoph Hellwig2022-08-031-6/+7
| * nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPSLukas Bulwahn2022-08-031-1/+1
| * nvmet-auth: fix return value check in auth receiveChaitanya Kulkarni2022-08-031-2/+1
| * nvmet-auth: fix return value check in auth sendChaitanya Kulkarni2022-08-031-2/+2
| * nvmet-auth: fix a couple of spelling mistakesColin Ian King2022-08-032-2/+2
| * nvmet: fix a format specifier in nvmet_auth_ctrl_exponentialChristoph Hellwig2022-08-031-1/+1
| * nvmet: don't check for NULL pointer before kfree in nvmet_host_releaseChristoph Hellwig2022-08-031-2/+2
| * nvme-apple: stop casting function pointer signaturesChristoph Hellwig2022-08-031-6/+15
| * nvme-tcp: split nvme_tcp_alloc_tagsetChristoph Hellwig2022-08-031-41/+41
| * nvme-rdma: split nvme_rdma_alloc_tagsetChristoph Hellwig2022-08-031-46/+46
| * nvme-pci: split nvme_dev_addChristoph Hellwig2022-08-031-35/+37
| * nvme-pci: split nvme_alloc_admin_tagsChristoph Hellwig2022-08-031-29/+31
| * nvme-pci: print the command name of aborted commandsChristoph Hellwig2022-08-032-2/+5
| * nvme-pci: remove useless assignment in nvme_pci_setup_prpsLiu Song2022-08-031-1/+0
| * nvme-auth: uninitialized variable in nvme_auth_transform_key()Dan Carpenter2022-08-031-9/+16
| * nvme-auth: fix off by one checksDan Carpenter2022-08-031-5/+5
| * nvme: define compat_ioctl again to unbreak 32-bit userspace.Nick Bowler2022-08-032-0/+2
| * nvme: don't always build constants.oChristoph Hellwig2022-08-032-3/+2
| * nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo2022-08-031-1/+1
| * md-raid10: fix KASAN warningMikulas Patocka2022-08-031-1/+4
| * md-raid: destroy the bitmap after destroying the threadMikulas Patocka2022-08-031-1/+1
| * md: return the allocated devices from md_allocChristoph Hellwig2022-08-033-49/+30
| * md: open code md_probe in autorun_devicesChristoph Hellwig2022-08-031-1/+1
| * md: remove unneeded semicolonYang Li2022-08-031-1/+1
| * remove the sx8 block driverChristoph Hellwig2022-08-033-1593/+0
| * md: fix build failure for !MODULEStephen Rothwell2022-08-031-0/+2
| * raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu2022-08-031-2/+1
| * md: simplify md_openChristoph Hellwig2022-08-031-27/+15