Age | Commit message (Expand) | Author | Files | Lines |
2018-12-29 | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -47/+38 |
2018-12-13 | scsi: sd: use mempool for discard special page | Jens Axboe | 1 | -4/+19 |
2018-11-10 | scsi: return blk_status_t from scsi_init_io and ->init_command | Christoph Hellwig | 1 | -47/+38 |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 1 | -2/+0 |
2018-10-25 | block: add a report_zones method | Christoph Hellwig | 1 | -12/+1 |
2018-10-01 | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 1 | -1/+5 |
2018-09-28 | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 1 | -1/+1 |
2018-09-27 | block: Move power management code into a new source file | Bart Van Assche | 1 | -0/+1 |
2018-09-21 | scsi: sd: don't crash the host on invalid commands | Johannes Thumshirn | 1 | -1/+2 |
2018-09-17 | scsi: sd: Contribute to randomness when running rotational device | Xuewei Zhang | 1 | -0/+3 |
2018-08-26 | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -17/+4 |
2018-08-22 | sd: Convert to new IDA API | Matthew Wilcox | 1 | -17/+4 |
2018-08-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -8/+7 |
2018-07-30 | block: move dif_prepare/dif_complete functions to block layer | Max Gurtovoy | 1 | -3/+5 |
2018-06-26 | scsi: sd: Remove a superfluous assignment | Bart Van Assche | 1 | -1/+0 |
2018-06-26 | scsi: core: check for equality of result byte values | Johannes Thumshirn | 1 | -7/+7 |
2018-04-19 | scsi: sd: Defer spinning up drive while SANITIZE is in progress | Mahesh Rajashekhara | 1 | -0/+2 |
2018-04-06 | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+4 |
2018-03-28 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -0/+2 |
2018-03-20 | scsi: sd: Remember that READ CAPACITY(16) succeeded | Martin K. Petersen | 1 | -0/+2 |
2018-03-15 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -1/+2 |
2018-03-09 | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 1 | -4/+4 |
2018-03-07 | scsi: sd: Keep disk read-only when re-reading partition | Jeremy Cline | 1 | -1/+2 |
2018-02-04 | Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -36/+5 |
2018-01-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+3 |
2018-01-09 | scsi: sd: Remove zone write locking | Damien Le Moal | 1 | -36/+5 |
2017-12-12 | scsi: core: Fix a scsi_show_rq() NULL pointer dereference | Bart Van Assche | 1 | -1/+3 |
2017-12-05 | scsi: sd: add missing KERN_CONT for disk spin-up | Michał Mirosław | 1 | -3/+3 |
2017-11-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+30 |
2017-10-17 | scsi: sd: change manage_start_stop to bool in sysfs interface | weiping zhang | 1 | -1/+5 |
2017-10-17 | scsi: sd: change allow_restart to bool in sysfs interface | weiping zhang | 1 | -1/+5 |
2017-10-03 | scsi: sd: Do not override max_sectors_kb sysfs setting | Martin K. Petersen | 1 | -5/+14 |
2017-10-03 | scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAP | Martin K. Petersen | 1 | -4/+12 |
2017-09-25 | scsi: sd: Align maximum write same blocks to physical block size | Damien Le Moal | 1 | -0/+20 |
2017-09-15 | scsi: sd: Remove unnecessary condition in sd_read_block_limits() | Lukas Czerner | 1 | -2/+0 |
2017-09-07 | Merge branch 'fixes' into misc | James Bottomley | 1 | -0/+3 |
2017-08-26 | scsi: sd: remove duplicated setting of gd->minors | weiping zhang | 1 | -1/+0 |
2017-08-26 | scsi: sd: Remove a useless comparison | Bart Van Assche | 1 | -1/+1 |
2017-08-26 | scsi: sd: Fix indentation | Bart Van Assche | 1 | -1/+1 |
2017-08-26 | scsi: sd: sr: Convert two assignments into warning statements | Bart Van Assche | 1 | -1/+1 |
2017-08-17 | scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd() | Damien Le Moal | 1 | -0/+3 |
2017-07-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -44/+34 |
2017-07-06 | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -1/+52 |
2017-06-29 | sd: add support for TCG OPAL self encrypting disks | Christoph Hellwig | 1 | -1/+52 |
2017-06-26 | scsi: sd: Use sysfs_match_string() | Martin K. Petersen | 1 | -42/+29 |
2017-06-13 | scsi: Protect SCSI device state changes with a mutex | Bart Van Assche | 1 | -2/+5 |
2017-05-17 | scsi: sd: Ignore sync cache failures when not supported | Derek Basehore | 1 | -12/+28 |
2017-05-12 | scsi: sd: Write lock zone for REQ_OP_WRITE_ZEROES | Damien Le Moal | 1 | -4/+15 |
2017-05-12 | scsi: sd: Unlock zone in case of error in sd_setup_write_same_cmnd() | Damien Le Moal | 1 | -0/+4 |
2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -50/+77 |