| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: core: Run queue when state is set to running after being blocked | zhengbin | 2019-03-27 | 1 | -0/+6 |
* | scsi: kill off the legacy IO path | Jens Axboe | 2018-11-07 | 1 | -1/+7 |
* | scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock | Bart Van Assche | 2018-08-02 | 1 | -2/+18 |
* | scsi: read host_busy via scsi_host_busy() | Ming Lei | 2018-06-26 | 1 | -1/+1 |
* | scsi: devinfo: change blist_flag_t to 64bit | Martin Wilck | 2018-04-20 | 1 | -1/+1 |
* | scsi: devinfo: use const_ilog2 for array indices | Martin Wilck | 2018-04-20 | 1 | -1/+1 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2018-04-05 | 1 | -0/+11 |
|\ |
|
| * | scsi: core: host template attribute groups | Stanislav Nijnikov | 2018-02-15 | 1 | -0/+11 |
* | | bsg: split handling of SCSI CDBs vs transport requeues | Christoph Hellwig | 2018-03-13 | 1 | -2/+1 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-01-31 | 1 | -3/+0 |
|\ |
|
| * | scsi: dh: Remove scsi_dh_remove_device() | Bart Van Assche | 2017-12-07 | 1 | -3/+0 |
* | | scsi: core: check for device state in __scsi_remove_target() | Hannes Reinecke | 2017-12-18 | 1 | -1/+4 |
* | | scsi: core: Use blist_flags_t consistently | Bart Van Assche | 2017-12-14 | 1 | -2/+3 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-11-14 | 1 | -7/+38 |
|\ |
|
| * | scsi: scsi: Export blacklist flags to sysfs | Hannes Reinecke | 2017-10-17 | 1 | -0/+37 |
| * | scsi: scsi_dh: suppress errors from unsupported devices | Hannes Reinecke | 2017-09-25 | 1 | -7/+1 |
* | | scsi: fixup kernel warning during rmmod() | Hannes Reinecke | 2017-10-06 | 1 | -2/+8 |
|/ |
|
* | scsi: Rework handling of scsi_device.vpd_pg8[03] | Bart Van Assche | 2017-08-29 | 1 | -9/+20 |
* | scsi: Convert a strncmp() call into a strcmp() call | Bart Van Assche | 2017-08-25 | 1 | -1/+1 |
* | scsi: scsi-sysfs: Adjust error returned for adapter reset request | weiping zhang | 2017-08-24 | 1 | -0/+2 |
* | scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state | Ewan D. Milne | 2017-07-01 | 1 | -2/+6 |
* | scsi: Make __scsi_remove_device go straight from BLOCKED to DEL | Bart Van Assche | 2017-06-12 | 1 | -0/+10 |
* | scsi: Protect SCSI device state changes with a mutex | Bart Van Assche | 2017-06-12 | 1 | -5/+19 |
* | scsi: avoid a permanent stop of the scsi device's request queue | Wei Fang | 2016-12-14 | 1 | -4/+0 |
* | Revert "scsi: fix soft lockup in scsi_remove_target() on module removal" | Johannes Thumshirn | 2016-04-15 | 1 | -4/+2 |
* | scsi: Add intermediate STARGET_REMOVE state to scsi_target_state | Johannes Thumshirn | 2016-04-15 | 1 | -0/+2 |
* | scsi: disable automatic target scan | Hannes Reinecke | 2016-04-11 | 1 | -1/+2 |
* | scsi: Declare local symbols static | Bart Van Assche | 2016-03-29 | 1 | -3/+5 |
* | scsi_sysfs: Fix typo in is_bin_visible() | Hannes Reinecke | 2016-03-10 | 1 | -1/+1 |
* | scsi_sysfs: call 'device_add' after attaching device handler | Hannes Reinecke | 2016-03-05 | 1 | -7/+8 |
* | scsi: Add 'access_state' and 'preferred_path' attribute | Hannes Reinecke | 2016-03-05 | 1 | -0/+74 |
* | scsi_sysfs: add 'is_bin_visible' callback | Hannes Reinecke | 2016-03-05 | 1 | -0/+17 |
* | scsi: fix soft lockup in scsi_remove_target() on module removal | James Bottomley | 2016-02-11 | 1 | -2/+4 |
* | Merge branch 'jejb-scsi' into misc | James Bottomley | 2016-01-07 | 1 | -11/+11 |
|\ |
|
| * | Merge branch 'mkp-fixes' into fixes | James Bottomley | 2015-12-03 | 1 | -0/+8 |
| |\ |
|
| | * | scsi_sysfs: protect against double execution of __scsi_remove_device() | Vitaly Kuznetsov | 2015-11-19 | 1 | -0/+8 |
| * | | Revert "scsi: Fix a bdi reregistration race" | Bart Van Assche | 2015-12-02 | 1 | -11/+3 |
* | | | scsi: export 'wwid' to sysfs | Hannes Reinecke | 2015-12-02 | 1 | -0/+17 |
* | | | scsi: ignore errors from scsi_dh_add_device() | Hannes Reinecke | 2015-12-02 | 1 | -3/+4 |
* | | | scsi_dh: move 'dh_state' sysfs attribute to generic code | Hannes Reinecke | 2015-12-02 | 1 | -0/+58 |
* | | | scsi: rescan VPD attributes | Hannes Reinecke | 2015-11-30 | 1 | -2/+6 |
|/ / |
|
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-11-13 | 1 | -16/+40 |
|\ \ |
|
| * | | Merge tag '4.4-scsi-mkp' into misc | James Bottomley | 2015-11-12 | 1 | -0/+24 |
| |\| |
|
| | * | scsi_sysfs: Fix queue_ramp_up_period return code | Peter Oberparleiter | 2015-11-09 | 1 | -1/+1 |
| | * | scsi: Export SCSI Inquiry data to sysfs | Johannes Thumshirn | 2015-11-09 | 1 | -0/+24 |
| * | | scsi_sysfs: Fix queue_ramp_up_period return code | Peter Oberparleiter | 2015-11-09 | 1 | -1/+1 |
| * | | scsi: Fix a bdi reregistration race | Bart Van Assche | 2015-11-09 | 1 | -3/+11 |
| * | | scsi: restart list search after unlock in scsi_remove_target | Christoph Hellwig | 2015-11-05 | 1 | -12/+4 |
| |/ |
|
* / | scsi_dh: fix use-after-free when removing scsi device | Junichi Nomura | 2015-10-27 | 1 | -0/+2 |
|/ |
|
* | scsi_dh: integrate into the core SCSI code | Christoph Hellwig | 2015-08-28 | 1 | -0/+10 |