Age | Commit message (Expand) | Author | Files | Lines |
2020-06-20 | scsi: core: Remove scsi_sdb_cache | Bean Huo | 1 | -1/+0 |
2020-02-29 | scsi: core: Remove cmd_list functionality | Hannes Reinecke | 1 | -2/+0 |
2020-02-13 | scsi: core: Delete scsi_use_blk_mq | John Garry | 1 | -1/+0 |
2019-11-02 | scsi: core: avoid host-wide host_busy counter for scsi_mq | Ming Lei | 1 | -1/+1 |
2019-06-19 | scsi: sd: Rely on the driver core for asynchronous probing | Bart Van Assche | 1 | -1/+0 |
2018-11-07 | scsi: kill off the legacy IO path | Jens Axboe | 1 | -1/+0 |
2017-12-08 | scsi: dh: Remove scsi_dh_remove_device() | Bart Van Assche | 1 | -1/+0 |
2017-12-08 | scsi: core: Introduce scsi_devinfo_key enumeration type | Bart Van Assche | 1 | -6/+8 |
2017-11-17 | scsi: Use 'blist_flags_t' for scsi_devinfo flags | Hannes Reinecke | 1 | -7/+8 |
2017-11-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-26 | scsi: scsi_dh: suppress errors from unsupported devices | Hannes Reinecke | 1 | -2/+2 |
2017-08-26 | scsi: Document which queue type a function is intended for | Bart Van Assche | 1 | -1/+1 |
2017-06-13 | scsi: Only add commands to the device command list if required by the LLD | Bart Van Assche | 1 | -0/+2 |
2017-06-13 | scsi: Introduce scsi_start_queue() | Bart Van Assche | 1 | -0/+1 |
2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+1 |
2017-04-06 | scsi: make asynchronous aborts mandatory | Hannes Reinecke | 1 | -2/+1 |
2017-04-06 | scsi: make scsi_eh_scmd_add() always succeed | Hannes Reinecke | 1 | -1/+1 |
2017-03-02 | scsi: mpt3sas: Avoid sleeping in interrupt context | Bart Van Assche | 1 | -3/+0 |
2017-01-28 | scsi: allocate scsi_cmnd structures as part of struct request | Christoph Hellwig | 1 | -7/+1 |
2017-01-28 | scsi: respect unchecked_isa_dma for blk-mq | Christoph Hellwig | 1 | -0/+5 |
2016-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+2 |
2016-09-27 | scsi: Avoid that toggling use_blk_mq triggers a memory leak | Bart Van Assche | 1 | -0/+1 |
2016-08-31 | scsi: move function declarations to scsi_priv.h | Baoyou Xie | 1 | -0/+2 |
2016-04-11 | scsi: disable automatic target scan | Hannes Reinecke | 1 | -1/+1 |
2015-12-03 | scsi_dh: move 'dh_state' sysfs attribute to generic code | Hannes Reinecke | 1 | -2/+1 |
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/+9 |
2014-12-15 | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -3/+2 |
2014-11-24 | scsi: move scsi_dispatch_cmd to scsi_lib.c | Christoph Hellwig | 1 | -1/+0 |
2014-11-24 | scsi: remove scsi_next_command | Christoph Hellwig | 1 | -1/+0 |
2014-07-26 | scsi: add support for a blk-mq based I/O path. | Christoph Hellwig | 1 | -0/+3 |
2014-07-18 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -1/+1 |
2014-04-11 | scsi: async sd resume | Dan Williams | 1 | -0/+2 |
2013-12-19 | [SCSI] improved eh timeout handler | Hannes Reinecke | 1 | -0/+2 |
2012-07-20 | [SCSI] async: introduce 'async_domain' type | Dan Williams | 1 | -1/+2 |
2012-07-20 | [SCSI] Change return type of scsi_queue_insert() into void | Bart Van Assche | 1 | -1/+1 |
2012-07-20 | [SCSI] Fix device removal NULL pointer dereference | Bart Van Assche | 1 | -1/+0 |
2012-07-20 | [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new state | Mike Christie | 1 | -1/+3 |
2012-05-17 | [SCSI] sd: limit the scope of the async probe domain | Dan Williams | 1 | -0/+2 |
2012-02-18 | [SCSI] scsi_pm: Fix bug in the SCSI power management handler | Alan Stern | 1 | -0/+1 |
2011-12-15 | [SCSI] scsi_dh: code cleanup and remove the references to scsi_dev_info | Moger, Babu | 1 | -1/+0 |
2011-03-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -0/+2 |
2011-03-15 | PM: Remove CONFIG_PM_OPS | Rafael J. Wysocki | 1 | -1/+1 |
2011-01-24 | [SCSI] scsi_dh: Use scsi_devinfo functions to do matching of device_handler t... | Peter Jones | 1 | -0/+1 |
2011-01-24 | [SCSI] Add scsi_dev_info_list_del_keyed() | Peter Jones | 1 | -0/+1 |
2010-08-06 | SCSI: remove fake "address-of" expression | Alan Stern | 1 | -2/+0 |
2010-07-28 | [SCSI] implement runtime Power Management | Alan Stern | 1 | -1/+13 |
2010-07-28 | [SCSI] convert to the new PM framework | Alan Stern | 1 | -0/+7 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -1/+1 |