summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_sysfs.c
AgeCommit message (Expand)Author
2021-11-22scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie
2021-11-16scsi: core: sysfs: Fix hang when device state is set via sysfsMike Christie
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen
2021-11-03scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu
2021-10-27scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche
2021-10-12scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-24scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-29scsi: core: Fix capacity set to zero after offlinining devicelijinlin
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2021-03-29scsi: core: Fix comment typodudengke
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei
2020-11-16scsi: core: Fix -Wformat for scsi_hostNick Desaulniers
2020-10-06scsi: core: Show nr_hw_queues in sysfsJohn Garry
2020-03-17scsi: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-02-28scsi: core: use kobj_to_devGuosong Su
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-10-30drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-10-17scsi: core: try to get module before removing deviceYufen Yu
2019-09-30scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard
2019-09-30scsi: core: allow auto suspend override by low-level driverStanley Chu
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-20scsi: Restrict user space SCSI device state changes to "running" and "offline"Bart Van Assche
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-27scsi: core: Run queue when state is set to running after being blockedzhengbin
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-08-02scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei
2018-04-20scsi: devinfo: change blist_flag_t to 64bitMartin Wilck
2018-04-20scsi: devinfo: use const_ilog2 for array indicesMartin Wilck
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig
2018-02-15scsi: core: host template attribute groupsStanislav Nijnikov
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-12-18scsi: core: check for device state in __scsi_remove_target()Hannes Reinecke
2017-12-14scsi: core: Use blist_flags_t consistentlyBart Van Assche
2017-12-07scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-10-17scsi: scsi: Export blacklist flags to sysfsHannes Reinecke
2017-10-06scsi: fixup kernel warning during rmmod()Hannes Reinecke