Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen
2021-11-23scsi: core: sysfs: Fix setting device state to SDEV_RUNNINGMike Christie
2021-11-19scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche
2021-11-17scsi: core: sysfs: Fix hang when device state is set via sysfsMike Christie
2021-11-04Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen
2021-11-04scsi: bsg: Fix errno when scsi_bsg_register_queue() failsJackie Liu
2021-10-28scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier
2021-10-17scsi: core: Remove two host template members that are no longer usedBart Van Assche
2021-10-17scsi: core: Register sysfs attributes earlierBart Van Assche
2021-10-17scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche
2021-10-13scsi: core: Put LLD module refcnt after SCSI device is releasedMing Lei
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-25scsi: core: Fix hang of freezing queue between blocking and running deviceLi Jinlin
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen
2021-07-31scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-30scsi: core: Fix capacity set to zero after offlinining devicelijinlin
2021-07-29scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig
2021-04-29Merge 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-30scsi: core: Fix comment typodudengke
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei
2020-11-17scsi: 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-29scsi: core: use kobj_to_devGuosong Su
2019-12-03Merge 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-18scsi: core: try to get module before removing deviceYufen Yu
2019-10-01scsi: core: Add sysfs attributes for VPD pages 0h and 89hRyan Attard
2019-10-01scsi: core: allow auto suspend override by low-level driverStanley Chu
2019-07-12Merge 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-28scsi: 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-21scsi: devinfo: change blist_flag_t to 64bitMartin Wilck
2018-04-21scsi: devinfo: use const_ilog2 for array indicesMartin Wilck
2018-04-06Merge 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-16scsi: 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-19scsi: core: check for device state in __scsi_remove_target()Hannes Reinecke
2017-12-15scsi: core: Use blist_flags_t consistentlyBart Van Assche
2017-12-08scsi: dh: Remove scsi_dh_remove_device()Bart Van Assche
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds