| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -28/+30 |
| 2025-08-30 | scsi: sd: Make sd_revalidate_disk() return void | Abinash Singh | 1 | -6/+5 |
| 2025-08-30 | scsi: sd: Remove redundant printk() after kmalloc() failure | Abinash Singh | 1 | -4/+1 |
| 2025-08-30 | scsi: sd: Fix build warning in sd_revalidate_disk() | Abinash Singh | 1 | -22/+28 |
| 2025-08-13 | block: switch ->getgeo() to struct gendisk | Al Viro | 1 | -4/+4 |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 1 | -2/+2 |
| 2025-08-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+3 |
| 2025-07-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -9/+4 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+5 |
| 2025-07-25 | scsi: sd: Make sd shutdown issue START STOP UNIT appropriately | Salomon Dushimirimana | 1 | -1/+3 |
| 2025-06-24 | scsi: sd: Fix VPD page 0xb7 length check | jackysliu | 1 | -1/+1 |
| 2025-06-23 | scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP | Zhang Yi | 1 | -0/+5 |
| 2025-06-16 | scsi: core: Remember if a device is an ATA device | Damien Le Moal | 1 | -9/+4 |
| 2025-05-12 | scsi: sd: Remove the stream_status member from scsi_stream_status_header | Christoph Hellwig | 1 | -1/+1 |
| 2025-01-20 | Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+2 |
| 2025-01-17 | block: Add common atomic writes enable flag | John Garry | 1 | -0/+1 |
| 2025-01-10 | block: add a queue_limits_commit_update_frozen helper | Christoph Hellwig | 1 | -12/+5 |
| 2024-12-23 | scsi: add support for user-meta interface | Anuj Gupta | 1 | -2/+2 |
| 2024-11-12 | block: remove the write_hint field from struct request | Christoph Hellwig | 1 | -3/+3 |
| 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 |
| 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 |
| 2023-04-11 | scsi: Move sd_pr_type to scsi_common | Mike Christie | 1 | -25/+8 |
| 2023-04-11 | scsi: Rename sd_pr_command | Mike Christie | 1 | -6/+6 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+6 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-03-06 | scsi: sd: Fix wrong zone_write_granularity value during revalidate | Shin'ichiro Kawasaki | 1 | -1/+6 |
| 2023-03-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -23/+6 |
| 2023-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -28/+55 |
| 2023-02-21 | scsi: sd: Update DIX config every time sd_revalidate_disk() is called | Xingui Yang | 1 | -8/+5 |
| 2023-02-21 | scsi: sd: Remove unused sd_cdb_cache | Fengnan Chang | 1 | -15/+1 |
| 2023-02-03 | sd: factor out a sd_set_special_bvec helper | Christoph Hellwig | 1 | -19/+17 |
| 2023-01-13 | scsi: sd: Convert to scsi_execute_cmd() | Mike Christie | 1 | -28/+55 |
| 2022-12-01 | scsi: sd: Convert SCSI errors to PR errors | Mike Christie | 1 | -1/+34 |
| 2022-11-26 | scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devices | Shin'ichiro Kawasaki | 1 | -4/+12 |
| 2022-08-22 | scsi: sd: Revert "Rework asynchronous resume support" | Bart Van Assche | 1 | -66/+18 |
| 2022-08-06 | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -0/+7 |
| 2022-08-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -18/+66 |
| 2022-07-22 | scsi: sd: Add a comment about limiting max_sectors to shost optimal limit | John Garry | 1 | -0/+5 |
| 2022-07-19 | scsi: sd: allow max_sectors be capped at DMA optimal size limit | John Garry | 1 | -0/+2 |
| 2022-07-07 | Merge branch '5.19/scsi-fixes' into 5.20/scsi-staging | Martin K. Petersen | 1 | -1/+1 |
| 2022-07-07 | scsi: sd: Rework asynchronous resume support | Bart Van Assche | 1 | -18/+66 |
| 2022-07-06 | block: pass a gendisk to blk_queue_set_zoned | Christoph Hellwig | 1 | -3/+3 |
| 2022-06-28 | block: simplify disk shutdown | Christoph Hellwig | 1 | -2/+2 |
| 2022-06-07 | scsi: sd: Fix interpretation of VPD B9h length | Tyler Erickson | 1 | -1/+1 |
| 2022-06-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+2 |
| 2022-06-01 | scsi: sd_zbc: Prevent zone information memory leak | Damien Le Moal | 1 | -1/+1 |
| 2022-06-01 | scsi: sd: Fix potential NULL pointer dereference | Damien Le Moal | 1 | -1/+0 |
| 2022-05-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -75/+118 |
| 2022-05-23 | scsi: sd: Don't call blk_cleanup_disk() in sd_probe() | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-02 | scsi: sd: Reorganize DIF/DIX code to avoid calling revalidate twice | Martin K. Petersen | 1 | -29/+33 |
| 2022-05-02 | scsi: sd: Optimal I/O size should be a multiple of reported granularity | Martin K. Petersen | 1 | -4/+41 |
| 2022-05-02 | scsi: sd: Switch to using scsi_device VPD pages | Martin K. Petersen | 1 | -40/+40 |
| 2022-05-02 | scsi: sd: Use cached ATA Information VPD page | Martin K. Petersen | 1 | -3/+5 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -2/+0 |
| 2022-04-06 | scsi: sd: Clean up gendisk if device_add_disk() failed | Wenchao Hao | 1 | -0/+1 |
| 2022-04-06 | scsi: sd: sd_read_cpr() requires VPD pages | Martin K. Petersen | 1 | -1/+1 |
| 2022-03-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -97/+12 |
| 2022-03-08 | sd: implement ->free_disk to simplify refcounting | Christoph Hellwig | 1 | -74/+16 |
| 2022-03-08 | sd: delay calling free_opal_dev | Christoph Hellwig | 1 | -2/+1 |
| 2022-03-08 | sd: call sd_zbc_release_disk before releasing the scsi_device reference | Christoph Hellwig | 1 | -1/+1 |
| 2022-03-08 | sd: rename the scsi_disk.dev field | Christoph Hellwig | 1 | -11/+11 |
| 2022-03-08 | scsi: don't use disk->private_data to find the scsi_driver | Christoph Hellwig | 1 | -2/+1 |
| 2022-03-01 | scsi: core: sd: Add silence_suspend flag to suppress some PM messages | Adrian Hunter | 1 | -2/+4 |
| 2022-03-01 | scsi: core: Remove the cmd field from struct scsi_request | Christoph Hellwig | 1 | -27/+1 |
| 2022-02-22 | scsi: sd: Remove WRITE_SAME support | Christoph Hellwig | 1 | -68/+7 |
| 2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+0 |
| 2022-01-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2022-01-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
| 2022-01-05 | scsi: core: Fix scsi_mode_select() interface | Damien Le Moal | 1 | -1/+1 |
| 2021-11-29 | scsi: Remove superfluous #include <linux/async.h> directives | Bart Van Assche | 1 | -1/+0 |
| 2021-11-29 | scsi: remove the gendisk argument to scsi_ioctl | Christoph Hellwig | 1 | -1/+1 |
| 2021-11-29 | block: remove the ->rq_disk field in struct request | Christoph Hellwig | 1 | -12/+12 |
| 2021-11-29 | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig | 1 | -1/+0 |
| 2021-11-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -7/+31 |
| 2021-11-01 | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux... | Linus Torvalds | 1 | -0/+39 |
| 2021-11-01 | Merge tag 'for-5.16/scsi-ma-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+81 |
| 2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
| 2021-10-26 | scsi: sd: add concurrent positioning ranges support | Damien Le Moal | 1 | -0/+81 |
| 2021-10-22 | sd: implement ->get_unique_id | Christoph Hellwig | 1 | -0/+39 |
| 2021-10-18 | scsi: sd: Add error handling support for add_disk() | Luis Chamberlain | 1 | -1/+7 |
| 2021-10-18 | scsi: sd: Print write through due to no caching mode page as warning | Martin Kepplinger | 1 | -2/+3 |
| 2021-10-18 | block: drop unused includes in <linux/genhd.h> | Christoph Hellwig | 1 | -0/+1 |
| 2021-10-16 | scsi: sd: Fix crashes in sd_resume_runtime() | Miles Chen | 1 | -1/+6 |
| 2021-10-16 | scsi: core: pm: Only runtime resume if necessary | Bart Van Assche | 1 | -0/+6 |
| 2021-10-16 | scsi: sd: Rename sd_resume() into sd_resume_system() | Bart Van Assche | 1 | -3/+8 |
| 2021-10-16 | scsi: core: pm: Rely on the device driver core for async power management | Bart Van Assche | 1 | -1/+0 |
| 2021-10-12 | Merge branch '5.15/scsi-fixes' into 5.16/scsi-staging | Martin K. Petersen | 1 | -5/+9 |
| 2021-09-29 | scsi: sd: Fix sd_do_mode_sense() buffer length handling | Damien Le Moal | 1 | -0/+7 |
| 2021-09-14 | scsi: sd: Make sd_spinup_disk() less noisy | Heiner Kallweit | 1 | -1/+4 |
| 2021-09-13 | scsi: sd: Free scsi_disk device via put_device() | Ming Lei | 1 | -4/+5 |
| 2021-09-02 | 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-17 | 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-11 | scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -16/+17 |
| 2021-07-28 | scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() | Christoph Hellwig | 1 | -17/+1 |
| 2021-07-28 | scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl() | Christoph Hellwig | 1 | -6/+2 |
| 2021-07-28 | scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl() | Christoph Hellwig | 1 | -1/+4 |
| 2021-07-28 | scsi: core: Remove scsi_compat_ioctl() | Christoph Hellwig | 1 | -2/+0 |
| 2021-07-28 | scsi: sd: Consolidate compat ioctl handling | Christoph Hellwig | 1 | -45/+18 |
| 2021-07-21 | 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-02 | 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-22 | 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-05-31 | scsi: core: Drop the now obsolete driver_byte definitions | Hannes Reinecke | 1 | -5/+4 |