index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+3
2021-12-23
scsi: ch: Don't use GFP_DMA
Christoph Hellwig
1
-3
/
+3
2021-11-29
scsi: remove the gendisk argument to scsi_ioctl
Christoph Hellwig
1
-1
/
+1
2021-07-29
scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()
Christoph Hellwig
1
-1
/
+1
2021-07-29
scsi: core: Remove scsi_compat_ioctl()
Christoph Hellwig
1
-2
/
+0
2021-07-29
scsi: ch: Consolidate compat ioctl handling
Christoph Hellwig
1
-51
/
+22
2021-06-01
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-1
/
+1
2021-06-01
scsi: core: Stop using DRIVER_ERROR
Hannes Reinecke
1
-1
/
+2
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
1
-6
/
+0
2020-02-24
scsi: ch: remove ch_mutex()
Hannes Reinecke
1
-5
/
+0
2020-02-24
scsi: ch: synchronize ch_probe() and ch_open()
Hannes Reinecke
1
-4
/
+11
2020-02-24
scsi: ch: fixup refcounting imbalance for SCSI devices
Hannes Reinecke
1
-4
/
+18
2020-01-03
compat_ioctl: scsi: move ioctl handling into drivers
Arnd Bergmann
1
-3
/
+6
2019-10-10
scsi: ch: Make it possible to open a ch device multiple times again
Bart Van Assche
1
-1
/
+0
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-06-26
scsi: core: check for equality of result byte values
Johannes Thumshirn
1
-1
/
+1
2017-08-25
scsi: ch: add refcounting
Hannes Reinecke
1
-3
/
+19
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-03-07
treewide: Fix typo in printk messages
Masanari Iida
1
-1
/
+1
2015-01-20
ch: remove debug noise in ch_do_scsi
Christoph Hellwig
1
-8
/
+0
2015-01-09
scsi: use external buffer for command logging
Hannes Reinecke
1
-2
/
+4
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-0
/
+5
2014-11-12
scsi: repurpose the last argument from print_opcode_name()
Hannes Reinecke
1
-11
/
+13
2014-11-12
scsi: use sdev as argument for sense code printing
Hannes Reinecke
1
-1
/
+1
2014-11-12
scsi: introduce sdev_prefix_printk()
Hannes Reinecke
1
-2
/
+1
2014-07-18
scsi: Implement ch_printk()
Hannes Reinecke
1
-5
/
+9
2014-07-18
scsi: use 64-bit LUNs
Hannes Reinecke
1
-8
/
+8
2013-02-28
scsi: convert to idr_alloc()
Tejun Heo
1
-12
/
+9
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-09-15
scsi: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-4
/
+4
2010-08-11
drivers/scsi/ch.c: don't use vprintk as macro
Joe Perches
1
-43
/
+44
2010-08-11
drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmalloc
Julia Lawall
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-23
[SCSI] ch: Check NULL for kmalloc() return
Davidlohr Bueso A
1
-0
/
+6
2009-03-13
[SCSI] ch: Add scsi type modalias
Scott James Remnant
1
-0
/
+1
2008-12-29
[SCSI] add residual argument to scsi_execute and scsi_execute_req
FUJITA Tomonori
1
-1
/
+1
2008-10-16
device create: scsi: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-07-26
[SCSI] ch: fix ch_remove oops
FUJITA Tomonori
1
-0
/
+1
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-4
/
+3
2008-06-21
changer: BKL pushdown
Jonathan Corbet
1
-0
/
+4
2008-05-21
SCSI: fix race in device_create
Greg Kroah-Hartman
1
-4
/
+3
2008-04-20
SCSI: convert struct class_device to struct device
Tony Jones
1
-7
/
+6
2008-04-07
[SCSI] ch: fix sparse shadowed variable warnings
Harvey Harrison
1
-16
/
+17
2008-01-25
[SCSI] ch: remove forward declarations
FUJITA Tomonori
1
-66
/
+54
2008-01-25
[SCSI] ch: fix device minor number management bug
FUJITA Tomonori
1
-31
/
+40
2008-01-23
[SCSI] ch: handle class_device_create failure properly
FUJITA Tomonori
1
-7
/
+15
2008-01-23
[SCSI] ch: Convert to use unlocked_ioctl
Mathieu Segaud
1
-10
/
+8
2007-05-06
[SCSI] ch: kmalloc/memset->kzalloc
vignesh.babu@wipro.com
1
-6
/
+3
[next]