summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: pm: Only runtime resume if necessaryBart Van Assche2021-10-171-0/+6
* scsi: sd: Rename sd_resume() into sd_resume_system()Bart Van Assche2021-10-171-3/+8
* scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-171-1/+0
* Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-5/+9
|\
| * scsi: sd: Make sd_spinup_disk() less noisyHeiner Kallweit2021-09-141-1/+4
| * scsi: sd: Free scsi_disk device via put_device()Ming Lei2021-09-141-4/+5
* | scsi: sd: Fix sd_do_mode_sense() buffer length handlingDamien Le Moal2021-09-291-0/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-031-74/+51
|\
| * scsi: sd: Do not exit sd_spinup_disk() quietlyChristian Loehle2021-08-181-1/+3
| * scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-16/+17
| * scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-291-17/+1
| * scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig2021-07-291-6/+2
| * scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig2021-07-291-1/+4
| * scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-291-2/+0
| * scsi: sd: Consolidate compat ioctl handlingChristoph Hellwig2021-07-291-45/+18
| * scsi: sd: REQUEST SENSE for BLIST_IGN_MEDIA_CHANGE devices in runtime_resume()Martin Kepplinger2021-07-221-1/+21
* | block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-231-2/+2
* | block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-231-1/+2
* | block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig2021-08-231-1/+2
* | sd: use bvec_virtChristoph Hellwig2021-08-161-1/+1
|/
* sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-07-121-4/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-031-30/+33
|\
| * scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-06-011-5/+4
| * scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-06-011-16/+17
| * scsi: core: Stop using DRIVER_ERRORHannes Reinecke2021-06-011-6/+9
| * scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke2021-06-011-6/+6
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-2/+2
|\ \
| * | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-2/+2
| |/
* / scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig2021-06-231-4/+18
|/
* scsi: sd: Introduce a new local variable in sd_check_events()Bart Van Assche2021-04-161-2/+3
* scsi: sd: Fix function name in headerLee Jones2021-03-191-1/+1
* scsi: sd: Fix Opal supportBart Van Assche2021-02-231-3/+3
* scsi: sd: Warn if unsupported ZBC device is probedDamien Le Moal2021-02-091-3/+5
* scsi: sd: Remove obsolete variable in sd_remove()Lukas Bulwahn2021-01-061-2/+0
* scsi: sd: Suppress spurious errors when WRITE SAME is being disabledEwan D. Milne2021-01-061-1/+3
* block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-3/+2
* sd: update the bdev size in sd_revalidate_diskChristoph Hellwig2020-11-161-5/+3
* sd: use __register_blkdev to avoid a modprobe for an unregistered dev_tChristoph Hellwig2020-11-161-14/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-241-12/+15
|\
| * scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-10-081-12/+15
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-151-30/+71
|\|
| * scsi: sd: Allow user to configure command retriesMike Christie2020-10-031-30/+71
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-5/+8
|\ \
| * | sd: use bdev_check_media_changeChristoph Hellwig2020-09-101-3/+4
| * | sd: open code revalidate_diskChristoph Hellwig2020-09-021-2/+4
| |/
* | scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal2020-09-161-4/+0
* | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-161-12/+18
|/
* scsi: sd_zbc: Improve zone revalidationDamien Le Moal2020-08-051-2/+8
* scsi: sd: Fix kdoc comment formatDamien Le Moal2020-07-081-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-061-0/+19
|\