summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+0
2022-04-07scsi: sd: Clean up gendisk if device_add_disk() failedWenchao Hao1-0/+1
2022-04-07scsi: sd: sd_read_cpr() requires VPD pagesMartin K. Petersen1-1/+1
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-97/+12
2022-03-09sd: implement ->free_disk to simplify refcountingChristoph Hellwig1-74/+16
2022-03-09sd: delay calling free_opal_devChristoph Hellwig1-2/+1
2022-03-09sd: call sd_zbc_release_disk before releasing the scsi_device referenceChristoph Hellwig1-1/+1
2022-03-09sd: rename the scsi_disk.dev fieldChristoph Hellwig1-11/+11
2022-03-09scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig1-2/+1
2022-03-02scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter1-2/+4
2022-03-02scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-27/+1
2022-02-23scsi: sd: Remove WRITE_SAME supportChristoph Hellwig1-68/+7
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal1-1/+1
2021-11-30scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche1-1/+0
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig1-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-12/+12
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-1/+0
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+31
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds1-0/+39
2021-11-01Merge tag 'for-5.16/scsi-ma-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+81
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-10-27scsi: sd: add concurrent positioning ranges supportDamien Le Moal1-0/+81
2021-10-22sd: implement ->get_unique_idChristoph Hellwig1-0/+39
2021-10-19scsi: sd: Add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-10-19scsi: sd: Print write through due to no caching mode page as warningMartin Kepplinger1-2/+3
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-10-17scsi: sd: Fix crashes in sd_resume_runtime()Miles Chen1-1/+6
2021-10-17scsi: core: pm: Only runtime resume if necessaryBart Van Assche1-0/+6
2021-10-17scsi: sd: Rename sd_resume() into sd_resume_system()Bart Van Assche1-3/+8
2021-10-17scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-1/+0
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-5/+9
2021-09-29scsi: sd: Fix sd_do_mode_sense() buffer length handlingDamien Le Moal1-0/+7
2021-09-14scsi: sd: Make sd_spinup_disk() less noisyHeiner Kallweit1-1/+4
2021-09-14scsi: sd: Free scsi_disk device via put_device()Ming Lei1-4/+5
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-74/+51
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig1-2/+2
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig1-1/+2
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig1-1/+2
2021-08-18scsi: sd: Do not exit sd_spinup_disk() quietlyChristian Loehle1-1/+3
2021-08-16sd: use bvec_virtChristoph Hellwig1-1/+1
2021-08-12scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-16/+17
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-17/+1
2021-07-29scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig1-6/+2
2021-07-29scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig1-1/+4
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig1-2/+0
2021-07-29scsi: sd: Consolidate compat ioctl handlingChristoph Hellwig1-45/+18
2021-07-22scsi: sd: REQUEST SENSE for BLIST_IGN_MEDIA_CHANGE devices in runtime_resume()Martin Kepplinger1-1/+21