| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-22 | scsi: block: pm: Always set request queue runtime active in blk_post_runtime_... | Alan Stern | 1 | -1/+1 |
| 2021-11-29 | scsi: Remove superfluous #include <linux/async.h> directives | Bart Van Assche | 1 | -1/+0 |
| 2021-10-16 | scsi: core: pm: Only runtime resume if necessary | Bart Van Assche | 1 | -55/+14 |
| 2021-10-16 | scsi: core: pm: Rely on the device driver core for async power management | Bart Van Assche | 1 | -42/+2 |
| 2020-07-24 | scsi: block: pm: Simplify resume handling | Alan Stern | 1 | -8/+2 |
| 2020-05-11 | scsi: pm: Balance pm_only counter of request queue during system resume | Can Guo | 1 | -2/+8 |
| 2019-09-12 | scsi: core: remove dummy q->dev check | Stanley Chu | 1 | -2/+1 |
| 2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -5/+1 |
| 2019-06-18 | scsi: sd: Rely on the driver core for asynchronous probing | Bart Van Assche | 1 | -5/+1 |
| 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-01-08 | scsi: core: Synchronize request queue PM status only on successful resume | Stanley Chu | 1 | -11/+15 |
| 2018-09-26 | block: Move power management code into a new source file | Bart Van Assche | 1 | -0/+1 |
| 2016-02-19 | scsi: Set request queue runtime PM status back to active on resume | Mika Westerberg | 1 | -0/+10 |
| 2015-12-10 | Revert "SCSI: Fix NULL pointer dereference in runtime PM" | Ken Xue | 1 | -10/+10 |
| 2015-08-18 | SCSI: Fix NULL pointer dereference in runtime PM | Alan Stern | 1 | -11/+11 |
| 2014-12-15 | SCSI / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -10/+0 |
| 2014-04-10 | scsi: async sd resume | Dan Williams | 1 | -29/+99 |
| 2013-12-16 | [SCSI] sr: use block layer runtime PM | Aaron Lu | 1 | -46/+16 |
| 2013-10-25 | [SCSI] sd: Add error handling during flushing caches | Oliver Neukum | 1 | -1/+2 |
| 2013-06-03 | PM / Runtime: Rework the "runtime idle" helper routine | Rafael J. Wysocki | 1 | -8/+3 |
| 2013-05-06 | [SCSI] sd: change to auto suspend mode | Lin Ming | 1 | -13/+71 |
| 2012-11-30 | [SCSI] scsi_pm: use callbacks from dev_pm_ops for scsi devices | Aaron Lu | 1 | -33/+53 |
| 2012-11-30 | [SCSI] Revert "[SCSI] runtime resume parent for child's system-resume" | Aaron Lu | 1 | -10/+1 |
| 2012-11-30 | [SCSI] Revert "[SCSI] scsi_pm: set device runtime state before parent suspended" | Aaron Lu | 1 | -12/+11 |
| 2012-07-20 | [SCSI] scsi_pm: set device runtime state before parent suspended | Lin Ming | 1 | -11/+12 |
| 2012-05-22 | [SCSI] scsi_pm: resume device if suspend failed | Aaron Lu | 1 | -1/+4 |
| 2012-05-17 | [SCSI] sd: limit the scope of the async probe domain | Dan Williams | 1 | -1/+1 |
| 2012-02-18 | [SCSI] scsi_pm: Fix bug in the SCSI power management handler | Alan Stern | 1 | -0/+16 |
| 2012-01-08 | [SCSI] runtime resume parent for child's system-resume | Lin Ming | 1 | -1/+10 |
| 2012-01-08 | [SCSI] check runtime PM status in system PM | Lin Ming | 1 | -1/+15 |
| 2011-10-31 | scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 1 | -0/+1 |
| 2011-07-02 | PM / Runtime: Return special error code if runtime PM is disabled | Rafael J. Wysocki | 1 | -4/+4 |
| 2010-07-28 | [SCSI] implement runtime Power Management | Alan Stern | 1 | -0/+110 |
| 2010-07-28 | [SCSI] convert to the new PM framework | Alan Stern | 1 | -0/+96 |