| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-12 | Merge branch '6.17/scsi-queue' into 6.17/scsi-fixes | Martin K. Petersen | 1 | -2/+2 |
| 2025-07-28 | scsi: core: sysfs: Correct sysfs attributes access rights | Damien Le Moal | 1 | -2/+2 |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -1/+1 |
| 2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 1 | -2/+2 |
| 2025-01-02 | Merge patch series "scsi: Constify 'struct bin_attribute'" | Martin K. Petersen | 1 | -8/+8 |
| 2025-01-02 | scsi: core: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -8/+8 |
| 2024-12-04 | scsi: Rename .slave_alloc() and .slave_destroy() | Bart Van Assche | 1 | -2/+2 |
| 2024-11-05 | sysfs: treewide: constify attribute callback of bin_is_visible() | Thomas Weißschuh | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2024-04-05 | scsi: core: Store owner from modules with scsi_register_driver() | Krzysztof Kozlowski | 1 | -2/+3 |
| 2024-03-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+10 |
| 2024-02-26 | scsi: core: Query the Block Limits Extension VPD page | Bart Van Assche | 1 | -0/+10 |
| 2024-02-26 | scsi: core: Constify the struct device_type usage | Ricardo B. Marliere | 1 | -2/+2 |
| 2024-02-12 | scsi: core: Make scsi_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-08-24 | scsi: core: Improve type safety of scsi_rescan_device() | Bart Van Assche | 1 | -2/+2 |
| 2023-05-22 | scsi: core: Allow enabling and disabling command duration limits | Damien Le Moal | 1 | -0/+28 |
| 2023-05-22 | scsi: core: Detect support for command duration limits | Damien Le Moal | 1 | -0/+2 |
| 2023-03-24 | scsi: core: Declare most SCSI host template pointers const | Bart Van Assche | 1 | -3/+3 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-01-26 | scsi: core: Fix the scsi_device_put() might_sleep annotation | Bart Van Assche | 1 | -0/+2 |
| 2022-12-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -20/+2 |
| 2022-10-18 | scsi: core: Release SCSI devices synchronously | Bart Van Assche | 1 | -20/+2 |
| 2022-10-18 | scsi: core: Restrict legal sdev_state transitions via sysfs | Uday Shankar | 1 | -0/+8 |
| 2022-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+2 |
| 2022-09-25 | scsi: core: Add I/O timeout count for SCSI device | Wu Bo | 1 | -0/+2 |
| 2022-09-01 | scsi: core: Fix a use-after-free | Bart Van Assche | 1 | -0/+1 |
| 2022-09-01 | scsi: core: Revert "Make sure that targets outlive devices" | Bart Van Assche | 1 | -17/+3 |
| 2022-09-01 | scsi: core: Revert "Simplify LLD module reference counting" | Bart Van Assche | 1 | -0/+9 |
| 2022-08-13 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -12/+17 |
| 2022-08-01 | scsi: core: Simplify LLD module reference counting | Ming Lei | 1 | -9/+0 |
| 2022-08-01 | scsi: core: Make sure that targets outlive devices | Bart Van Assche | 1 | -3/+17 |
| 2022-06-28 | block: simplify disk shutdown | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-23 | scsi: core: Unexport scsi_bus_type | Christoph Hellwig | 1 | -1/+0 |
| 2022-05-02 | scsi: core: Cache VPD pages b0, b1, b2 | Martin K. Petersen | 1 | -0/+28 |
| 2022-03-29 | scsi: core: sysfs: Remove comments that conflict with the actual logic | Jackie Liu | 1 | -4/+0 |
| 2022-02-07 | scsi: core: Make "access_state" sysfs attribute always visible | Martin Wilck | 1 | -8/+0 |
| 2021-12-16 | Merge branch '5.16/scsi-fixes' into 5.17/scsi-staging | Martin K. Petersen | 1 | -11/+19 |
| 2021-11-22 | scsi: core: sysfs: Fix setting device state to SDEV_RUNNING | Mike Christie | 1 | -1/+1 |
| 2021-11-18 | scsi: core: Remove Scsi_Host.shost_dev_attr_groups | Bart Van Assche | 1 | -1/+6 |
| 2021-11-16 | scsi: core: sysfs: Fix hang when device state is set via sysfs | Mike Christie | 1 | -11/+19 |
| 2021-11-03 | Merge branch '5.15/scsi-fixes' into 5.16/scsi-queue | Martin K. Petersen | 1 | -0/+9 |
| 2021-11-03 | scsi: bsg: Fix errno when scsi_bsg_register_queue() fails | Jackie Liu | 1 | -0/+1 |
| 2021-10-27 | scsi: core: Fix early registration of sysfs attributes for scsi_device | Steffen Maier | 1 | -10/+1 |
| 2021-10-16 | scsi: core: Remove two host template members that are no longer used | Bart Van Assche | 1 | -28/+0 |
| 2021-10-16 | scsi: core: Register sysfs attributes earlier | Bart Van Assche | 1 | -40/+41 |
| 2021-10-16 | scsi: core: pm: Rely on the device driver core for async power management | Bart Van Assche | 1 | -0/+1 |
| 2021-10-12 | scsi: core: Put LLD module refcnt after SCSI device is released | Ming Lei | 1 | -0/+9 |
| 2021-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -8/+16 |
| 2021-08-24 | scsi: core: Fix hang of freezing queue between blocking and running device | Li Jinlin | 1 | -3/+6 |
| 2021-08-11 | Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging | Martin K. Petersen | 1 | -3/+6 |
| 2021-07-30 | scsi: bsg: Simplify device registration | Christoph Hellwig | 1 | -8/+16 |
| 2021-07-29 | scsi: core: Fix capacity set to zero after offlinining device | lijinlin | 1 | -3/+6 |
| 2021-07-28 | scsi: bsg: Move bsg_scsi_ops to drivers/scsi/ | Christoph Hellwig | 1 | -1/+1 |
| 2021-04-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+4 |
| 2021-04-06 | scsi: remove the unchecked_isa_dma flag | Christoph Hellwig | 1 | -2/+0 |
| 2021-03-29 | scsi: core: Fix comment typo | dudengke | 1 | -1/+1 |
| 2021-03-04 | scsi: core: Replace sdev->device_busy with sbitmap | Ming Lei | 1 | -0/+2 |
| 2021-03-04 | scsi: core: Add scsi_device_busy() wrapper | Ming Lei | 1 | -1/+1 |
| 2020-11-16 | scsi: core: Fix -Wformat for scsi_host | Nick Desaulniers | 1 | -1/+1 |
| 2020-10-06 | scsi: core: Show nr_hw_queues in sysfs | John Garry | 1 | -0/+11 |
| 2020-03-17 | scsi: core: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -5/+5 |
| 2020-02-28 | scsi: core: use kobj_to_dev | Guosong Su | 1 | -4/+4 |
| 2019-12-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+21 |
| 2019-10-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -4/+4 |
| 2019-10-30 | drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 1 | -4/+4 |
| 2019-10-17 | scsi: core: try to get module before removing device | Yufen Yu | 1 | -1/+10 |
| 2019-09-30 | scsi: core: Add sysfs attributes for VPD pages 0h and 89h | Ryan Attard | 1 | -0/+19 |
| 2019-09-30 | scsi: core: allow auto suspend override by low-level driver | Stanley Chu | 1 | -1/+2 |
| 2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+6 |
| 2019-06-20 | scsi: Restrict user space SCSI device state changes to "running" and "offline" | Bart Van Assche | 1 | -1/+6 |
| 2019-05-21 | scsi: core: add SPDX tags to scsi midlayer files missing licensing information | Christoph Hellwig | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-03-27 | scsi: core: Run queue when state is set to running after being blocked | zhengbin | 1 | -0/+6 |
| 2018-11-07 | scsi: kill off the legacy IO path | Jens Axboe | 1 | -1/+7 |
| 2018-08-02 | scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock | Bart Van Assche | 1 | -2/+18 |
| 2018-06-26 | scsi: read host_busy via scsi_host_busy() | Ming Lei | 1 | -1/+1 |
| 2018-04-20 | scsi: devinfo: change blist_flag_t to 64bit | Martin Wilck | 1 | -1/+1 |
| 2018-04-20 | scsi: devinfo: use const_ilog2 for array indices | Martin Wilck | 1 | -1/+1 |
| 2018-04-05 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -0/+11 |
| 2018-03-13 | bsg: split handling of SCSI CDBs vs transport requeues | Christoph Hellwig | 1 | -2/+1 |
| 2018-02-15 | scsi: core: host template attribute groups | Stanislav Nijnikov | 1 | -0/+11 |
| 2018-01-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -3/+0 |
| 2017-12-18 | scsi: core: check for device state in __scsi_remove_target() | Hannes Reinecke | 1 | -1/+4 |
| 2017-12-14 | scsi: core: Use blist_flags_t consistently | Bart Van Assche | 1 | -2/+3 |
| 2017-12-07 | scsi: dh: Remove scsi_dh_remove_device() | Bart Van Assche | 1 | -3/+0 |
| 2017-11-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -7/+38 |
| 2017-10-17 | scsi: scsi: Export blacklist flags to sysfs | Hannes Reinecke | 1 | -0/+37 |
| 2017-10-06 | scsi: fixup kernel warning during rmmod() | Hannes Reinecke | 1 | -2/+8 |
| 2017-09-25 | scsi: scsi_dh: suppress errors from unsupported devices | Hannes Reinecke | 1 | -7/+1 |
| 2017-08-29 | scsi: Rework handling of scsi_device.vpd_pg8[03] | Bart Van Assche | 1 | -9/+20 |
| 2017-08-25 | scsi: Convert a strncmp() call into a strcmp() call | Bart Van Assche | 1 | -1/+1 |
| 2017-08-24 | scsi: scsi-sysfs: Adjust error returned for adapter reset request | weiping zhang | 1 | -0/+2 |
| 2017-07-01 | scsi: Add STARGET_CREATED_REMOVE state to scsi_target_state | Ewan D. Milne | 1 | -2/+6 |
| 2017-06-12 | scsi: Make __scsi_remove_device go straight from BLOCKED to DEL | Bart Van Assche | 1 | -0/+10 |
| 2017-06-12 | scsi: Protect SCSI device state changes with a mutex | Bart Van Assche | 1 | -5/+19 |
| 2016-12-14 | scsi: avoid a permanent stop of the scsi device's request queue | Wei Fang | 1 | -4/+0 |
| 2016-04-15 | Revert "scsi: fix soft lockup in scsi_remove_target() on module removal" | Johannes Thumshirn | 1 | -4/+2 |
| 2016-04-15 | scsi: Add intermediate STARGET_REMOVE state to scsi_target_state | Johannes Thumshirn | 1 | -0/+2 |
| 2016-04-11 | scsi: disable automatic target scan | Hannes Reinecke | 1 | -1/+2 |
| 2016-03-29 | scsi: Declare local symbols static | Bart Van Assche | 1 | -3/+5 |
| 2016-03-10 | scsi_sysfs: Fix typo in is_bin_visible() | Hannes Reinecke | 1 | -1/+1 |
| 2016-03-05 | scsi_sysfs: call 'device_add' after attaching device handler | Hannes Reinecke | 1 | -7/+8 |
| 2016-03-05 | scsi: Add 'access_state' and 'preferred_path' attribute | Hannes Reinecke | 1 | -0/+74 |
| 2016-03-05 | scsi_sysfs: add 'is_bin_visible' callback | Hannes Reinecke | 1 | -0/+17 |
| 2016-02-11 | scsi: fix soft lockup in scsi_remove_target() on module removal | James Bottomley | 1 | -2/+4 |
| 2016-01-07 | Merge branch 'jejb-scsi' into misc | James Bottomley | 1 | -11/+11 |
| 2015-12-03 | Merge branch 'mkp-fixes' into fixes | James Bottomley | 1 | -0/+8 |
| 2015-12-02 | scsi: export 'wwid' to sysfs | Hannes Reinecke | 1 | -0/+17 |
| 2015-12-02 | scsi: ignore errors from scsi_dh_add_device() | Hannes Reinecke | 1 | -3/+4 |
| 2015-12-02 | scsi_dh: move 'dh_state' sysfs attribute to generic code | Hannes Reinecke | 1 | -0/+58 |
| 2015-12-02 | Revert "scsi: Fix a bdi reregistration race" | Bart Van Assche | 1 | -11/+3 |
| 2015-11-30 | scsi: rescan VPD attributes | Hannes Reinecke | 1 | -2/+6 |
| 2015-11-19 | scsi_sysfs: protect against double execution of __scsi_remove_device() | Vitaly Kuznetsov | 1 | -0/+8 |
| 2015-11-13 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -16/+40 |
| 2015-11-12 | Merge tag '4.4-scsi-mkp' into misc | James Bottomley | 1 | -0/+24 |
| 2015-11-09 | scsi_sysfs: Fix queue_ramp_up_period return code | Peter Oberparleiter | 1 | -1/+1 |
| 2015-11-09 | scsi: Fix a bdi reregistration race | Bart Van Assche | 1 | -3/+11 |
| 2015-11-09 | scsi_sysfs: Fix queue_ramp_up_period return code | Peter Oberparleiter | 1 | -1/+1 |
| 2015-11-09 | scsi: Export SCSI Inquiry data to sysfs | Johannes Thumshirn | 1 | -0/+24 |
| 2015-11-05 | scsi: restart list search after unlock in scsi_remove_target | Christoph Hellwig | 1 | -12/+4 |
| 2015-10-27 | scsi_dh: fix use-after-free when removing scsi device | Junichi Nomura | 1 | -0/+2 |
| 2015-08-28 | scsi_dh: integrate into the core SCSI code | Christoph Hellwig | 1 | -0/+10 |
| 2015-07-16 | scsi: fix host max depth checking for the 'queue_depth' sysfs interface | Jens Axboe | 1 | -1/+1 |
| 2014-12-04 | scsi: remove ->change_queue_type method | Christoph Hellwig | 1 | -26/+4 |
| 2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -2/+1 |
| 2014-11-24 | scsi: don't allow setting of queue_depth bigger than can_queue | Christoph Hellwig | 1 | -1/+1 |
| 2014-11-12 | scsi: remove ordered_tags scsi_device field | Christoph Hellwig | 1 | -6/+7 |
| 2014-09-15 | scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev() | Subhash Jadavani | 1 | -4/+1 |
| 2014-09-15 | scsi: don't store LUN bits in CDB[1] for USB mass-storage devices | Alan Stern | 1 | -0/+12 |
| 2014-08-08 | drivers/scsi: replace strict_strto calls | Daniel Walter | 1 | -2/+2 |
| 2014-07-25 | scsi: add support for a blk-mq based I/O path. | Christoph Hellwig | 1 | -0/+2 |
| 2014-07-25 | scsi: fix the {host,target,device}_blocked counter mess | Christoph Hellwig | 1 | -1/+9 |
| 2014-07-25 | scsi: convert device_busy to atomic_t | Christoph Hellwig | 1 | -1/+9 |
| 2014-07-25 | scsi: convert host_busy to atomic_t | Christoph Hellwig | 1 | -1/+8 |
| 2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -7/+7 |
| 2014-04-01 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -99/+143 |
| 2014-03-27 | [SCSI] Add EVPD page 0x83 and 0x80 to sysfs | Hannes Reinecke | 1 | -1/+33 |
| 2014-03-19 | [SCSI] scsi_sysfs: Implement 'is_visible' callback | Hannes Reinecke | 1 | -91/+93 |
| 2014-03-15 | [SCSI] scsi_error: disable eh_deadline if no host_reset_handler is set | Hannes Reinecke | 1 | -1/+3 |
| 2014-03-15 | [SCSI] fix our current target reap infrastructure | James Bottomley | 1 | -6/+14 |
| 2014-02-07 | scsi: use device_remove_file_self() instead of device_schedule_callback() | Tejun Heo | 1 | -13/+2 |
| 2013-12-19 | [SCSI] Set the minimum valid value of 'eh_deadline' as 0 | Ren Mingxin | 1 | -11/+25 |
| 2013-10-25 | [SCSI] Add 'eh_deadline' to limit SCSI EH runtime | Hannes Reinecke | 1 | -0/+37 |
| 2013-10-25 | [SCSI] export device_busy for sdev | Jack Wang | 1 | -0/+2 |
| 2013-08-26 | [SCSI] Generate uevents on certain unit attention codes | Ewan D. Milne | 1 | -0/+10 |
| 2013-06-04 | [SCSI] Allow error handling timeout to be specified | Martin K. Petersen | 1 | -0/+30 |
| 2012-11-30 | [SCSI] prevent stack buffer overflow in host_reset | Sasha Levin | 1 | -7/+4 |
| 2012-09-24 | [SCSI] scsi_remove_target: fix softlockup regression on hot remove | Dan Williams | 1 | -16/+14 |
| 2012-07-20 | [SCSI] fix hot unplug vs async scan race | Dan Williams | 1 | -15/+26 |
| 2012-07-20 | [SCSI] Stop accepting SCSI requests before removing a device | Bart Van Assche | 1 | -2/+9 |
| 2012-07-20 | [SCSI] Fix device removal NULL pointer dereference | Bart Van Assche | 1 | -4/+1 |
| 2012-07-20 | [SCSI] add new SDEV_TRANSPORT_OFFLINE state | Mike Christie | 1 | -0/+1 |
| 2011-08-27 | [SCSI] scsi: Added support for adapter and firmware reset | Vikas Chaudhary | 1 | -0/+38 |
| 2011-06-02 | [SCSI] Fix oops caused by queue refcounting failure | James Bottomley | 1 | -0/+1 |
| 2011-04-24 | [SCSI] put stricter guards on queue dead checks | James Bottomley | 1 | -8/+8 |
| 2011-03-15 | PM: Remove CONFIG_PM_OPS | Rafael J. Wysocki | 1 | -1/+1 |
| 2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+4 |
| 2011-01-03 | [SCSI] eliminate an unnecessary local variable from scsi_remove_target() | Alan Stern | 1 | -4/+2 |
| 2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -1/+2 |
| 2010-11-26 | SCSI: improve two error messages | Alan Stern | 1 | -2/+4 |
| 2010-10-25 | [SCSI] Fix race when removing SCSI devices | Christof Schmitt | 1 | -1/+2 |
| 2010-09-10 | block/scsi: Provide a limit on the number of integrity segments | Martin K. Petersen | 1 | -0/+2 |
| 2010-08-06 | SCSI: remove fake "address-of" expression | Alan Stern | 1 | -0/+2 |
| 2010-07-28 | [SCSI] implement runtime Power Management | Alan Stern | 1 | -2/+18 |
| 2010-07-28 | [SCSI] convert to the new PM framework | Alan Stern | 1 | -47/+1 |
| 2010-05-01 | [SCSI] fix sdev_rw_attr macro for scsi device sysfs entries | Tomohiro Kusumi | 1 | -2/+2 |
| 2010-04-11 | [SCSI] don't reap targets upon device_add failure | Alan Stern | 1 | -3/+0 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -0/+4 |
| 2010-02-26 | PM: Allow SCSI devices to suspend/resume asynchronously | Rafael J. Wysocki | 1 | -0/+4 |
| 2010-02-18 | [SCSI] fix duplicate removal on error path in scsi_sysfs_add_sdev | Alan Stern | 1 | -11/+7 |
| 2009-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -3/+41 |
| 2009-12-04 | [SCSI] add queue_depth ramp up code | Vasu Dev | 1 | -2/+39 |
| 2009-12-04 | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 1 | -1/+2 |
| 2009-11-26 | [SCSI] fix async scan add/remove race resulting in an oops | James Bottomley | 1 | -36/+27 |
| 2009-10-13 | [SCSI] fix memory leak in initialization | James Bottomley | 1 | -5/+2 |
| 2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -2/+2 |
| 2009-06-21 | sd, sr: fix Driver 'sd' needs updating message | Hannes Reinecke | 1 | -17/+0 |
| 2009-03-12 | [SCSI] scsi_sysfs: delete extra kernel-doc | Randy Dunlap | 1 | -1/+0 |
| 2009-01-02 | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -7/+5 |
| 2008-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -0/+1 |
| 2008-10-09 | block: unify request timeout handling | Jens Axboe | 1 | -2/+5 |
| 2008-10-03 | [SCSI] Update the SCSI state model to allow blocking in the created state | James Bottomley | 1 | -0/+1 |
| 2008-07-26 | [SCSI] Host protection capabilities | Martin K. Petersen | 1 | -0/+4 |
| 2008-06-05 | [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers | Chandra Seetharaman | 1 | -0/+1 |
| 2008-05-23 | [SCSI] fix intermittent oops in scsi_bus_uevent | James Bottomley | 1 | -1/+6 |
| 2008-04-22 | [SCSI] bsg: add release callback support | FUJITA Tomonori | 1 | -1/+1 |
| 2008-04-22 | [SCSI] rework scsi_target allocation | James Bottomley | 1 | -0/+27 |
| 2008-04-22 | [SCSI] use default attributes for scsi_host | Hannes Reinecke | 1 | -61/+23 |
| 2008-04-22 | [SCSI] add scsi_host and scsi_target to scsi_bus | Hannes Reinecke | 1 | -5/+24 |
| 2008-04-19 | SCSI: convert struct class_device to struct device | Tony Jones | 1 | -65/+85 |
| 2008-03-26 | Revert "[SCSI] fix bsg queue oops with iscsi logout" | James Bottomley | 1 | -1/+1 |
| 2008-03-13 | [SCSI] fix bsg queue oops with iscsi logout | Mike Christie | 1 | -1/+1 |
| 2008-01-23 | [SCSI] add missing transport configure points for target and host | James Bottomley | 1 | -0/+1 |
| 2008-01-02 | [SCSI] scsi_sysfs: restore prep_fn when ULD is removed | James Bottomley | 1 | -0/+17 |
| 2007-11-03 | SCSI: add asynchronous event notification API | Jeff Garzik | 1 | -0/+47 |
| 2007-10-17 | [SCSI] make supported_mode default to initiator. | James Bottomley | 1 | -4/+6 |
| 2007-10-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -85/+95 |
| 2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -7/+2 |