aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen1-0/+9
2021-11-03scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu1-0/+1
2021-10-27scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier1-10/+1
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche1-28/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche1-40/+41
2021-10-16scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche1-0/+1
2021-10-12scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei1-0/+9
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+16
2021-08-24scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin1-3/+6
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-3/+6
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig1-8/+16
2021-07-29scsi: core: Fix capacity set to zero after offlinining devicelijinlin1-3/+6
2021-07-28scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig1-1/+1
2021-04-28Merge 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-29scsi: core: Fix comment typodudengke1-1/+1
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-0/+2
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2020-11-16scsi: 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-28scsi: core: use kobj_to_devGuosong Su1-4/+4
2019-12-02Merge 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/paulmck/linux-rcu into core/rcuIngo Molnar1-4/+4
2019-10-30drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-4/+4
2019-10-17scsi: core: try to get module before removing deviceYufen Yu1-1/+10
2019-09-30scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard1-0/+19
2019-09-30scsi: core: allow auto suspend override by low-level driverStanley Chu1-1/+2
2019-07-11Merge 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-27scsi: 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-20scsi: devinfo: change blist_flag_t to 64bitMartin Wilck1-1/+1
2018-04-20scsi: devinfo: use const_ilog2 for array indicesMartin Wilck1-1/+1
2018-04-05Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+11
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-2/+1
2018-02-15scsi: 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-18scsi: core: check for device state in __scsi_remove_target()Hannes Reinecke1-1/+4
2017-12-14scsi: core: Use blist_flags_t consistentlyBart Van Assche1-2/+3
2017-12-07scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche1-3/+0
2017-11-14Merge 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-25scsi: scsi_dh: suppress errors from unsupported devicesHannes Reinecke1-7/+1
2017-08-29scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche1-9/+20