summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-01scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie1-1/+1
2021-11-25scsi: core: sysfs: Fix hang when device state is set via sysfsMike Christie1-11/+19
2021-11-18scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu1-0/+1
2021-10-13scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei1-0/+9
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+16
2021-08-25scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin1-3/+6
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-3/+6
2021-07-31scsi: bsg: Simplify device registrationChristoph Hellwig1-8/+16
2021-07-30scsi: core: Fix capacity set to zero after offlinining devicelijinlin1-3/+6
2021-07-29scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-1/+1
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+4
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-2/+0
2021-03-30scsi: core: Fix comment typodudengke1-1/+1
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-0/+2
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2020-11-17scsi: core: Fix -Wformat for scsi_hostNick Desaulniers1-1/+1
2020-10-06scsi: core: Show nr_hw_queues in sysfsJohn Garry1-0/+11
2020-03-17scsi: core: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-5/+5
2020-02-29scsi: core: use kobj_to_devGuosong Su1-4/+4
2019-12-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+21
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-4/+4
2019-10-30drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-4/+4
2019-10-18scsi: core: try to get module before removing deviceYufen Yu1-1/+10
2019-10-01scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard1-0/+19
2019-10-01scsi: core: allow auto suspend override by low-level driverStanley Chu1-1/+2
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2019-06-20scsi: Restrict user space SCSI device state changes to "running" and "offline"Bart Van Assche1-1/+6
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-28scsi: core: Run queue when state is set to running after being blockedzhengbin1-0/+6
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-1/+7
2018-08-02scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche1-2/+18
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-1/+1
2018-04-21scsi: devinfo: change blist_flag_t to 64bitMartin Wilck1-1/+1
2018-04-21scsi: devinfo: use const_ilog2 for array indicesMartin Wilck1-1/+1
2018-04-06Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+11
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-2/+1
2018-02-16scsi: core: host template attribute groupsStanislav Nijnikov1-0/+11
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2017-12-19scsi: core: check for device state in __scsi_remove_target()Hannes Reinecke1-1/+4
2017-12-15scsi: core: Use blist_flags_t consistentlyBart Van Assche1-2/+3
2017-12-08scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche1-3/+0
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+38
2017-10-17scsi: scsi: Export blacklist flags to sysfsHannes Reinecke1-0/+37
2017-10-06scsi: fixup kernel warning during rmmod()Hannes Reinecke1-2/+8
2017-09-26scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke1-7/+1
2017-08-30scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-9/+20
2017-08-26scsi: Convert a strncmp() call into a strcmp() callBart Van Assche1-1/+1
2017-08-25scsi: scsi-sysfs: Adjust error returned for adapter reset requestweiping zhang1-0/+2
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne1-2/+6