index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+30
2024-09-19
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2024-09-12
scsi: sd: Fix off-by-one error in sd_read_block_characteristics()
Martin Wilck
1
-1
/
+1
2024-09-12
scsi: sd: Retry START STOP UNIT commands
Bart Van Assche
1
-0
/
+29
2024-09-12
scsi: sd: Remove duplicate included header file linux/bio-integrity.h
Hongbo Li
1
-1
/
+0
2024-08-22
scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progress
Yihang Li
1
-5
/
+7
2024-08-16
scsi: sd: Do not attempt to configure discard unless LBPME is set
Martin K. Petersen
1
-0
/
+3
2024-08-12
scsi: sd: Don't check if a write for REQ_ATOMIC
John Garry
1
-1
/
+1
2024-08-02
scsi: sd: Keep the discard mode stable
Li Feng
1
-4
/
+2
2024-08-01
scsi: sd: Move sd_read_cpr() out of the q->limits_lock region
Shin'ichiro Kawasaki
1
-1
/
+8
2024-07-29
Merge branch '6.11/scsi-queue' into 6.11/scsi-fixes
Martin K. Petersen
1
-2
/
+3
2024-07-22
scsi: Revert "scsi: sd: Do not repeat the starting disk message"
Johan Hovold
1
-2
/
+3
2024-07-22
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-144
/
+229
2024-07-10
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-3
/
+2
2024-07-04
scsi: sd: Do not repeat the starting disk message
Damien Le Moal
1
-3
/
+2
2024-07-03
block: split integrity support out of bio.h
Christoph Hellwig
1
-1
/
+2
2024-07-03
Merge tag 'v6.10-rc6' into for-6.11/block-post
Jens Axboe
1
-5
/
+16
2024-06-21
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+4
2024-06-20
scsi: sd: Atomic write support
John Garry
1
-1
/
+92
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
1
-8
/
+3
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
1
-2
/
+2
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-9
/
+19
2024-06-19
sd: move zone limits setup out of sd_read_block_characteristics
Christoph Hellwig
1
-20
/
+1
2024-06-19
sd: remove sd_is_zoned
Christoph Hellwig
1
-5
/
+1
2024-06-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-5
/
+12
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
1
-3
/
+5
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
1
-2
/
+2
2024-06-14
sd: convert to the atomic queue limits API
Christoph Hellwig
1
-57
/
+73
2024-06-14
sd: factor out a sd_discard_mode helper
Christoph Hellwig
1
-17
/
+20
2024-06-14
sd: simplify the disable case in sd_config_discard
Christoph Hellwig
1
-2
/
+1
2024-06-14
sd: add a sd_disable_write_same helper
Christoph Hellwig
1
-2
/
+8
2024-06-14
sd: add a sd_disable_discard helper
Christoph Hellwig
1
-2
/
+8
2024-06-14
sd: simplify the ZBC case in provisioning_mode_store
Christoph Hellwig
1
-5
/
+4
2024-06-14
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
1
-24
/
+5
2024-06-13
scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag
Bart Van Assche
1
-0
/
+4
2024-06-05
scsi: sd: Use READ(16) when reading block zero on large capacity disks
Martin K. Petersen
1
-5
/
+12
2024-05-28
sd: also set max_user_sectors when setting max_sectors
Christoph Hellwig
1
-1
/
+3
2024-05-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+0
2024-04-24
scsi: sd: Only print updates to permanent stream count
John Garry
1
-1
/
+3
2024-04-17
scsi: sd: Use the block layer zone append emulation
Damien Le Moal
1
-8
/
+0
2024-04-05
scsi: sd: Drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
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
[next]