summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aha152x.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-27nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig1-85/+16
2022-09-27nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig1-6/+6
2022-09-27nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig1-6/+3
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig2-0/+110
2022-09-27nvme-auth: add a MAINTAINERS entryChristoph Hellwig1-0/+9
2022-09-27nvmet: add helpers to set the result field for connect commandsChristoph Hellwig1-10/+8
2022-09-27nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig2-6/+4
2022-09-27nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig4-14/+13
2022-09-27nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi1-8/+2
2022-09-27nvmet-tcp: add bounds check on Transfer TagVarun Prakash1-2/+9
2022-09-27nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE stateVarun Prakash1-0/+7
2022-09-27nvmet-tcp: fix NULL pointer dereference during releasezhenwei pi1-3/+16
2022-09-27nvme-pci: report the actual number of tagset mapsKeith Busch1-2/+4
2022-09-27nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar1-1/+2
2022-09-27nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg2-0/+11
2022-09-27nvme: enumerate controller flagsSagi Grimberg1-2/+5
2022-09-27nvme: ensure subsystem reset is single threadedKeith Busch1-3/+13
2022-09-27nvme: restrict management ioctls to adminKeith Busch1-0/+6
2022-09-27nvme: copy firmware_rev on each initKeith Busch1-1/+2
2022-09-27nvme: handle effects after freeing the requestKeith Busch4-14/+23
2022-09-27blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig1-28/+28
2022-09-27blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig5-10/+11
2022-09-27blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig1-9/+4
2022-09-27blk-throttle: pass a gendisk to blk_throtl_cancel_biosChristoph Hellwig3-4/+5
2022-09-27blk-throttle: pass a gendisk to blk_throtl_register_queueChristoph Hellwig3-4/+5
2022-09-27blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig3-9/+12
2022-09-27blk-iocost: cleanup ioc_qos_writeChristoph Hellwig1-6/+8
2022-09-27blk-iocost: pass a gendisk to blk_iocost_initChristoph Hellwig1-3/+4
2022-09-27blk-iocost: simplify ioc_nameChristoph Hellwig1-9/+5
2022-09-27blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig3-4/+5
2022-09-27blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig3-10/+10
2022-09-27blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig3-26/+12
2022-09-27blk-cgroup: remove blkg_lookup_checkChristoph Hellwig1-26/+10
2022-09-27blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2-50/+27
2022-09-27blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2-7/+7
2022-09-27blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2-15/+1
2022-09-27blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig1-6/+7
2022-09-24blk-mq: don't redirect completion for hctx withs only one ctx mappingLiu Song1-3/+5
2022-09-24blk-throttle: improve bypassing bios checkingsYu Kuai2-7/+28
2022-09-24blk-throttle: remove THROTL_TG_HAS_IOPS_LIMITYu Kuai2-21/+3
2022-09-24ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2-1/+118
2022-09-24ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2-4/+20
2022-09-24ublk_drv: consider recovery feature in aborting mechanismZiyangZhang1-6/+110
2022-09-24ublk_drv: requeue rqs with recovery feature enabledZiyangZhang1-5/+15
2022-09-24ublk_drv: define macros for recovery feature and check themZiyangZhang2-1/+20
2022-09-24ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang1-2/+10
2022-09-22md: Fix spelling mistake in comments of r5l_logZhou nan1-1/+1
2022-09-22md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe1-0/+12
2022-09-22md/raid10: convert resync_lock to use seqlockYu Kuai2-30/+59