Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-30 | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+2 |
2020-03-25 | scsi: sd: Fix optimal I/O size for devices that change reported values | Martin K. Petersen | 1 | -1/+3 |
2020-03-19 | scsi: Convert to use set_capacity_revalidate_and_notify | Balbir Singh | 1 | -1/+2 |
2020-01-30 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -31/+19 |
2020-01-26 | Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+5 |
2020-01-26 | block: allow partitions on host aware zone devices | Christoph Hellwig | 1 | -4/+5 |
2020-01-10 | scsi: sd: Clear sdkp->protection_type if disk is reformatted without PI | Xiang Chen | 1 | -1/+3 |
2020-01-03 | compat_ioctl: scsi: move ioctl handling into drivers | Arnd Bergmann | 1 | -31/+19 |
2019-12-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -7/+2 |
2019-12-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+4 |
2019-12-02 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+12 |
2019-11-27 | scsi: sd_zbc: Improve report zones error printout | Damien Le Moal | 1 | -7/+2 |
2019-11-07 | scsi: sd_zbc: add zone open, close, and finish support | Ajay Joshi | 1 | -2/+13 |
2019-11-07 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Jens Axboe | 1 | -2/+4 |
2019-10-25 | scsi: sd: define variable dif as unsigned int instead of bool | Xiang Chen | 1 | -1/+2 |
2019-10-23 | scsi: sd: enable compat ioctls for sed-opal | Arnd Bergmann | 1 | -2/+12 |
2019-10-10 | Merge branch '5.4/scsi-fixes' into 5.5/scsi-queue | Martin K. Petersen | 1 | -1/+2 |
2019-10-01 | scsi: sd: Ignore a failure to sync cache due to lack of authorization | Oliver Neukum | 1 | -1/+2 |
2019-10-01 | scsi: core: allow auto suspend override by low-level driver | Stanley Chu | 1 | -0/+4 |
2019-09-25 | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -8/+0 |
2019-09-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2019-09-18 | block: centralize PI remapping logic to the block layer | Max Gurtovoy | 1 | -8/+0 |
2019-09-07 | scsi: sd: Improve unaligned completion resid message | Damien Le Moal | 1 | -0/+1 |
2019-08-05 | scsi: implement REQ_OP_ZONE_RESET_ALL | Chaitanya Kulkarni | 1 | -1/+4 |
2019-07-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -66/+45 |
2019-06-19 | scsi: sd: Inline sd_probe_part2() | Bart Van Assche | 1 | -59/+44 |
2019-06-19 | scsi: sd: Rely on the driver core for asynchronous probing | Bart Van Assche | 1 | -9/+3 |
2019-05-25 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -2/+1 |
2019-05-21 | scsi: sd: add a SPDX tag to sd.c | Christoph Hellwig | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |