index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-05
1
-40
/
+14
|
\
|
*
scsi: core: Remove two host template members that are no longer used
Bart Van Assche
2021-10-16
1
-28
/
+0
|
*
scsi: core: Register sysfs attributes earlier
Bart Van Assche
2021-10-16
1
-40
/
+41
|
*
scsi: core: pm: Rely on the device driver core for async power management
Bart Van Assche
2021-10-16
1
-0
/
+1
*
|
scsi: core: Put LLD module refcnt after SCSI device is released
Ming Lei
2021-10-12
1
-0
/
+9
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-09-02
1
-8
/
+16
|
\
|
*
Merge branch '5.14/scsi-fixes' into 5.15/scsi-staging
Martin K. Petersen
2021-08-11
1
-3
/
+6
|
|
\
|
*
|
scsi: bsg: Simplify device registration
Christoph Hellwig
2021-07-30
1
-8
/
+16
|
*
|
scsi: bsg: Move bsg_scsi_ops to drivers/scsi/
Christoph Hellwig
2021-07-28
1
-1
/
+1
*
|
|
scsi: core: Fix hang of freezing queue between blocking and running device
Li Jinlin
2021-08-24
1
-3
/
+6
|
|
/
|
/
|
*
|
scsi: core: Fix capacity set to zero after offlinining device
lijinlin
2021-07-29
1
-3
/
+6
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-04-28
1
-2
/
+4
|
\
|
*
scsi: core: Fix comment typo
dudengke
2021-03-29
1
-1
/
+1
|
*
scsi: core: Replace sdev->device_busy with sbitmap
Ming Lei
2021-03-04
1
-0
/
+2
|
*
scsi: core: Add scsi_device_busy() wrapper
Ming Lei
2021-03-04
1
-1
/
+1
*
|
scsi: remove the unchecked_isa_dma flag
Christoph Hellwig
2021-04-06
1
-2
/
+0
|
/
*
scsi: core: Fix -Wformat for scsi_host
Nick Desaulniers
2020-11-16
1
-1
/
+1
*
scsi: core: Show nr_hw_queues in sysfs
John Garry
2020-10-06
1
-0
/
+11
*
scsi: core: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-17
1
-5
/
+5
*
scsi: core: use kobj_to_dev
Guosong Su
2020-02-28
1
-4
/
+4
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-12-02
1
-1
/
+21
|
\
|
*
scsi: core: Add sysfs attributes for VPD pages 0h and 89h
Ryan Attard
2019-09-30
1
-0
/
+19
|
*
scsi: core: allow auto suspend override by low-level driver
Stanley Chu
2019-09-30
1
-1
/
+2
*
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-10-31
1
-4
/
+4
|
\
\
|
*
|
drivers/scsi: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
2019-10-30
1
-4
/
+4
|
|
/
*
/
scsi: core: try to get module before removing device
Yufen Yu
2019-10-17
1
-1
/
+10
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-07-11
1
-1
/
+6
|
\
|
*
scsi: Restrict user space SCSI device state changes to "running" and "offline"
Bart Van Assche
2019-06-20
1
-1
/
+6
|
*
scsi: core: add SPDX tags to scsi midlayer files missing licensing information
Christoph Hellwig
2019-05-21
1
-0
/
+1
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
scsi: core: Run queue when state is set to running after being blocked
zhengbin
2019-03-27
1
-0
/
+6
*
scsi: kill off the legacy IO path
Jens Axboe
2018-11-07
1
-1
/
+7
*
scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
Bart Van Assche
2018-08-02
1
-2
/
+18
*
scsi: read host_busy via scsi_host_busy()
Ming Lei
2018-06-26
1
-1
/
+1
*
scsi: devinfo: change blist_flag_t to 64bit
Martin Wilck
2018-04-20
1
-1
/
+1
*
scsi: devinfo: use const_ilog2 for array indices
Martin Wilck
2018-04-20
1
-1
/
+1
*
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2018-04-05
1
-0
/
+11
|
\
|
*
scsi: core: host template attribute groups
Stanislav Nijnikov
2018-02-15
1
-0
/
+11
*
|
bsg: split handling of SCSI CDBs vs transport requeues
Christoph Hellwig
2018-03-13
1
-2
/
+1
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-01-31
1
-3
/
+0
|
\
|
*
scsi: dh: Remove scsi_dh_remove_device()
Bart Van Assche
2017-12-07
1
-3
/
+0
*
|
scsi: core: check for device state in __scsi_remove_target()
Hannes Reinecke
2017-12-18
1
-1
/
+4
*
|
scsi: core: Use blist_flags_t consistently
Bart Van Assche
2017-12-14
1
-2
/
+3
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2017-11-14
1
-7
/
+38
|
\
|
*
scsi: scsi: Export blacklist flags to sysfs
Hannes Reinecke
2017-10-17
1
-0
/
+37
|
*
scsi: scsi_dh: suppress errors from unsupported devices
Hannes Reinecke
2017-09-25
1
-7
/
+1
*
|
scsi: fixup kernel warning during rmmod()
Hannes Reinecke
2017-10-06
1
-2
/
+8
|
/
*
scsi: Rework handling of scsi_device.vpd_pg8[03]
Bart Van Assche
2017-08-29
1
-9
/
+20
*
scsi: Convert a strncmp() call into a strcmp() call
Bart Van Assche
2017-08-25
1
-1
/
+1
*
scsi: scsi-sysfs: Adjust error returned for adapter reset request
weiping zhang
2017-08-24
1
-0
/
+2
[next]