summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: core: pm: Only runtime resume if necessaryBart Van Assche2021-10-161-0/+6
| * scsi: sd: Rename sd_resume() into sd_resume_system()Bart Van Assche2021-10-161-3/+8
| * scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-161-1/+0
| * Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-5/+9
| |\
| * | scsi: sd: Fix sd_do_mode_sense() buffer length handlingDamien Le Moal2021-09-291-0/+7
* | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-0/+39
|\ \ \
| * | | sd: implement ->get_unique_idChristoph Hellwig2021-10-221-0/+39
* | | | Merge tag 'for-5.16/scsi-ma-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-0/+81
|\ \ \ \
| * | | | scsi: sd: add concurrent positioning ranges supportDamien Le Moal2021-10-261-0/+81
| |/ / /
* | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-0/+1
|\| | |
| * | | block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
| | |/ | |/|
* / | scsi: sd: Fix crashes in sd_resume_runtime()Miles Chen2021-10-161-1/+6
|/ /
* | 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-131-4/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-74/+51
|\
| * scsi: sd: Do not exit sd_spinup_disk() quietlyChristian Loehle2021-08-171-1/+3
| * scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-16/+17
| * scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-281-17/+1
| * scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig2021-07-281-6/+2
| * scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig2021-07-281-1/+4
| * scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-281-2/+0
| * scsi: sd: Consolidate compat ioctl handlingChristoph Hellwig2021-07-281-45/+18
| * scsi: sd: REQUEST SENSE for BLIST_IGN_MEDIA_CHANGE devices in runtime_resume()Martin Kepplinger2021-07-211-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-021-30/+33
|\
| * scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-05-311-5/+4
| * scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-16/+17
| * scsi: core: Stop using DRIVER_ERRORHannes Reinecke2021-05-311-6/+9
| * scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke2021-05-311-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-221-4/+18
|/
* scsi: sd: Introduce a new local variable in sd_check_events()Bart Van Assche2021-04-151-2/+3
* scsi: sd: Fix function name in headerLee Jones2021-03-181-1/+1
* scsi: sd: Fix Opal supportBart Van Assche2021-02-221-3/+3
* scsi: sd: Warn if unsupported ZBC device is probedDamien Le Moal2021-02-081-3/+5
* scsi: sd: Remove obsolete variable in sd_remove()Lukas Bulwahn2021-01-051-2/+0
* scsi: sd: Suppress spurious errors when WRITE SAME is being disabledEwan D. Milne2021-01-051-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-231-12/+15
|\
| * scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-10-071-12/+15
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-30/+71
|\|
| * scsi: sd: Allow user to configure command retriesMike Christie2020-10-021-30/+71
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-5/+8
|\ \