index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-01
scsi: sd: Fix sd_do_mode_sense() buffer length handling
Damien Le Moal
1
-0
/
+7
2021-10-17
scsi: sd: Fix crashes in sd_resume_runtime()
Miles Chen
1
-1
/
+6
2021-09-14
scsi: sd: Make sd_spinup_disk() less noisy
Heiner Kallweit
1
-1
/
+4
2021-09-14
scsi: sd: Free scsi_disk device via put_device()
Ming Lei
1
-4
/
+5
2021-09-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-74
/
+51
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
1
-2
/
+2
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
1
-1
/
+2
2021-08-23
block: remove alloc_disk and alloc_disk_node
Christoph Hellwig
1
-1
/
+2
2021-08-18
scsi: sd: Do not exit sd_spinup_disk() quietly
Christian Loehle
1
-1
/
+3
2021-08-16
sd: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-08-12
scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-16
/
+17
2021-07-29
scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()
Christoph Hellwig
1
-17
/
+1
2021-07-29
scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()
Christoph Hellwig
1
-6
/
+2
2021-07-29
scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()
Christoph Hellwig
1
-1
/
+4
2021-07-29
scsi: core: Remove scsi_compat_ioctl()
Christoph Hellwig
1
-2
/
+0
2021-07-29
scsi: sd: Consolidate compat ioctl handling
Christoph Hellwig
1
-45
/
+18
2021-07-22
scsi: sd: REQUEST SENSE for BLIST_IGN_MEDIA_CHANGE devices in runtime_resume()
Martin Kepplinger
1
-1
/
+21
2021-07-12
sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVT
Christoph Hellwig
1
-4
/
+0
2021-07-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-30
/
+33
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2021-06-23
scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)
Christoph Hellwig
1
-4
/
+18
2021-06-01
block: move bd_mutex to struct gendisk
Christoph Hellwig
1
-2
/
+2
2021-06-01
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
1
-5
/
+4
2021-06-01
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-16
/
+17
2021-06-01
scsi: core: Stop using DRIVER_ERROR
Hannes Reinecke
1
-6
/
+9
2021-06-01
scsi: core: Fixup calling convention for scsi_mode_sense()
Hannes Reinecke
1
-6
/
+6
2021-04-16
scsi: sd: Introduce a new local variable in sd_check_events()
Bart Van Assche
1
-2
/
+3
2021-03-19
scsi: sd: Fix function name in header
Lee Jones
1
-1
/
+1
2021-02-23
scsi: sd: Fix Opal support
Bart Van Assche
1
-3
/
+3
2021-02-09
scsi: sd: Warn if unsupported ZBC device is probed
Damien Le Moal
1
-3
/
+5
2021-01-06
scsi: sd: Remove obsolete variable in sd_remove()
Lukas Bulwahn
1
-2
/
+0
2021-01-06
scsi: sd: Suppress spurious errors when WRITE SAME is being disabled
Ewan D. Milne
1
-1
/
+3
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
1
-3
/
+2
2020-11-16
sd: update the bdev size in sd_revalidate_disk
Christoph Hellwig
1
-5
/
+3
2020-11-16
sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
Christoph Hellwig
1
-14
/
+5
2020-10-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-12
/
+15
2020-10-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-30
/
+71
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+8
2020-10-08
scsi: core: Clean up allocation and freeing of sgtables
Christoph Hellwig
1
-12
/
+15
2020-10-03
scsi: sd: Allow user to configure command retries
Mike Christie
1
-30
/
+71
2020-09-16
scsi: sd: sd_zbc: Fix ZBC disk initialization
Damien Le Moal
1
-4
/
+0
2020-09-16
scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks
Damien Le Moal
1
-12
/
+18
2020-09-10
sd: use bdev_check_media_change
Christoph Hellwig
1
-3
/
+4
2020-09-02
sd: open code revalidate_disk
Christoph Hellwig
1
-2
/
+4
2020-08-05
scsi: sd_zbc: Improve zone revalidation
Damien Le Moal
1
-2
/
+8
2020-07-08
scsi: sd: Fix kdoc comment format
Damien Le Moal
1
-1
/
+1
2020-06-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+19
2020-05-20
scsi: sd: Add zoned capabilities device attribute
Damien Le Moal
1
-0
/
+16
2020-05-15
scsi: sd: Signal drive managed SMR disks
Damien Le Moal
1
-0
/
+3
2020-05-13
scsi: sd_zbc: emulate ZONE_APPEND commands
Johannes Thumshirn
1
-1
/
+15
[next]