aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-19scsi: target: tcmu: Avoid holding XArray lock when calling lock_pageBodo Stroesser
2022-05-17scsi: target: Fix incorrect use of cpumask_tMingzhe Zou
2022-05-10scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy
2022-05-10scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy
2022-05-10scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy
2022-05-02scsi: target: tcmu: Fix possible data corruptionXiaoguang Wang
2022-04-27scsi: target: pscsi: Set SCF_TREAT_READ_AS_NORMAL flag only if there is valid...David Jeffery
2022-04-25scsi: target: core: Silence the message about unknown VPD pagesKonstantin Shelekhin
2022-04-18Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_fua helperChristoph Hellwig
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig
2022-04-17target: fix discard alignment on partitionsChristoph Hellwig
2022-04-17target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig
2022-04-17target: remove an incorrect unmap zeroes data deductionChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-17target/pscsi: remove pscsi_get_bioChristoph Hellwig
2022-04-06scsi: target: Allow changing dbroot if there are no registered devicesMaurizio Lombardi
2022-04-06Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen
2022-03-29scsi: target: tcmu: Fix possible page UAFXiaoguang Wang
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-14scsi: target: Add iscsi/cpus_allowed_list in configfsMingzhe Zou
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-03-01scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig
2022-02-22scsi: target: tcmu: Make cmd_ring_size changeable via configfsGuixin Liu
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-24scsi: target: iscsi: Make sure the np under each tpg is uniqueZouMingzhe
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-18scsi: target: configfs: Delete unnecessary checks for NULLDan Carpenter
2021-11-18scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gpMike Christie
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe