index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-24
scsi: sd: Only print updates to permanent stream count
John Garry
1
-1
/
+3
2024-04-01
scsi: sd: Unregister device if device_add_disk() failed in sd_probe()
Li Nan
1
-1
/
+1
2024-03-25
scsi: sd: Fix TCG OPAL unlock on system resume
Damien Le Moal
1
-4
/
+19
2024-03-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+108
2024-03-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-81
/
+139
2024-02-26
scsi: sd: Translate data lifetime information
Bart Van Assche
1
-3
/
+95
2024-02-26
scsi: core: Query the Block Limits Extension VPD page
Bart Van Assche
1
-0
/
+13
2024-02-14
scsi: sd: usb_storage: uas: Access media prior to querying device properties
Martin K. Petersen
1
-1
/
+25
2024-01-29
Merge patch series "scsi: Allow scsi_execute users to request retries"
Martin K. Petersen
1
-80
/
+138
2024-01-29
scsi: sd: Have midlayer retry read_capacity_10() errors
Mike Christie
1
-23
/
+39
2024-01-29
scsi: sd: Have pr commands retry UAs
Mike Christie
1
-0
/
+28
2024-01-29
scsi: sd: Have midlayer retry sd_sync_cache() errors
Mike Christie
1
-18
/
+17
2024-01-29
scsi: sd: Have midlayer retry sd_spinup_disk() errors
Mike Christie
1
-32
/
+45
2024-01-29
scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()
Mike Christie
1
-7
/
+9
2024-01-23
scsi: core: Move autosuspend timer delay to Scsi_Host
Peter Wang
1
-1
/
+1
2024-01-11
Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-26
/
+23
2024-01-08
sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristics
Christoph Hellwig
1
-4
/
+3
2023-12-27
block: rename and document BLK_DEF_MAX_SECTORS
Christoph Hellwig
1
-1
/
+1
2023-12-19
sd: only call disk_clear_zoned when needed
Christoph Hellwig
1
-1
/
+1
2023-12-19
block: simplify disk_set_zoned
Christoph Hellwig
1
-2
/
+5
2023-12-19
block: remove support for the host aware zone model
Christoph Hellwig
1
-25
/
+20
2023-11-24
scsi: sd: Fix system start for ATA devices
Damien Le Moal
1
-1
/
+8
2023-11-14
Merge branch '6.7/scsi-staging' into 6.7/scsi-fixes
Martin K. Petersen
1
-30
/
+23
2023-11-08
scsi: sd: Fix sshdr use in sd_suspend_common()
Mike Christie
1
-30
/
+23
2023-11-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-21
/
+27
2023-11-01
Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
1
-6
/
+3
2023-10-27
scsi: sd: Introduce manage_shutdown device flag
Damien Le Moal
1
-3
/
+36
2023-10-16
scsi: core: Handle depopulation and restoration in progress
Douglas Gilbert
1
-0
/
+4
2023-10-13
scsi: sd: Fix sshdr use in cache_type_store
Mike Christie
1
-4
/
+5
2023-10-13
scsi: sd: Fix scsi_mode_sense caller's sshdr use
Mike Christie
1
-2
/
+2
2023-10-13
scsi: sd: Fix sshdr use in sd_spinup_disk
Mike Christie
1
-11
/
+13
2023-10-13
scsi: sd: Fix sshdr use in read_capacity_16
Mike Christie
1
-4
/
+3
2023-10-03
scsi: Remove scsi device no_start_on_resume flag
Damien Le Moal
1
-6
/
+3
2023-09-28
scsi: sd: Do not issue commands to suspended disks on shutdown
Damien Le Moal
1
-4
/
+13
2023-09-28
scsi: sd: Differentiate system and runtime start/stop management
Damien Le Moal
1
-18
/
+72
2023-09-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-39
/
+27
2023-08-24
scsi: sd: Remove the number of forward declarations
Bart Van Assche
1
-39
/
+27
2023-08-02
ata,scsi: do not issue START STOP UNIT on resume
Damien Le Moal
1
-3
/
+6
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-44
/
+145
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-9
/
+10
2023-06-12
scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-2
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-6
/
+6
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
1
-5
/
+4
2023-05-22
Merge patch series "Add Command Duration Limits support"
Martin K. Petersen
1
-16
/
+43
2023-05-22
scsi: sd: Set read/write command CDL index
Damien Le Moal
1
-6
/
+34
2023-05-22
scsi: core: Support Service Action in scsi_report_opcode()
Damien Le Moal
1
-5
/
+5
2023-05-22
scsi: core: Support retrieving sub-pages of mode pages
Damien Le Moal
1
-5
/
+4
2023-05-22
Merge patch series "Use block pr_ops in LIO"
Martin K. Petersen
1
-28
/
+102
2023-04-11
scsi: Add support for block PR read keys/reservation
Mike Christie
1
-0
/
+91
[next]