| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: ch: Make ch_sysfs_class constant | Ricardo B. Marliere | 2024-03-10 | 1 | -10/+10 |
* | scsi: ch: Have midlayer retry ch_do_scsi() UAs | Mike Christie | 2024-01-29 | 1 | -10/+15 |
* | scsi: ch: Remove unit_attention | Mike Christie | 2024-01-29 | 1 | -2/+0 |
* | scsi: ch: Replace deprecated strncpy() with strscpy() | Justin Stitt | 2023-11-15 | 1 | -4/+8 |
* | scsi: replace the fmode_t argument to scsi_ioctl with a simple bool | Christoph Hellwig | 2023-06-12 | 1 | -1/+2 |
* | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 1 | -1/+1 |
* | scsi: ch: Convert to scsi_execute_cmd() | Mike Christie | 2023-01-13 | 1 | -15/+15 |
* | scsi: ch: Do not initialise statics to 0 | Xin Gao | 2022-07-26 | 1 | -1/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-01-14 | 1 | -3/+3 |
|\ |
|
| * | scsi: ch: Don't use GFP_DMA | Christoph Hellwig | 2021-12-22 | 1 | -3/+3 |
* | | scsi: remove the gendisk argument to scsi_ioctl | Christoph Hellwig | 2021-11-29 | 1 | -1/+1 |
|/ |
|
* | scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() | Christoph Hellwig | 2021-07-28 | 1 | -1/+1 |
* | scsi: core: Remove scsi_compat_ioctl() | Christoph Hellwig | 2021-07-28 | 1 | -2/+0 |
* | scsi: ch: Consolidate compat ioctl handling | Christoph Hellwig | 2021-07-28 | 1 | -51/+22 |
* | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 2021-05-31 | 1 | -1/+1 |
* | scsi: core: Stop using DRIVER_ERROR | Hannes Reinecke | 2021-05-31 | 1 | -1/+2 |
* | treewide: remove editor modelines and cruft | Masahiro Yamada | 2021-05-07 | 1 | -6/+0 |
* | scsi: ch: remove ch_mutex() | Hannes Reinecke | 2020-02-24 | 1 | -5/+0 |
* | scsi: ch: synchronize ch_probe() and ch_open() | Hannes Reinecke | 2020-02-24 | 1 | -4/+11 |
* | scsi: ch: fixup refcounting imbalance for SCSI devices | Hannes Reinecke | 2020-02-24 | 1 | -4/+18 |
* | compat_ioctl: scsi: move ioctl handling into drivers | Arnd Bergmann | 2020-01-03 | 1 | -3/+6 |
* | scsi: ch: Make it possible to open a ch device multiple times again | Bart Van Assche | 2019-10-09 | 1 | -1/+0 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | scsi: core: check for equality of result byte values | Johannes Thumshirn | 2018-06-26 | 1 | -1/+1 |
* | scsi: ch: add refcounting | Hannes Reinecke | 2017-08-24 | 1 | -3/+19 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix typo in printk messages | Masanari Iida | 2015-03-06 | 1 | -1/+1 |
* | | ch: remove debug noise in ch_do_scsi | Christoph Hellwig | 2015-01-20 | 1 | -8/+0 |
* | | scsi: use external buffer for command logging | Hannes Reinecke | 2015-01-09 | 1 | -2/+4 |
* | | scsi: remove scsi_driver owner field | Christoph Hellwig | 2014-11-24 | 1 | -1/+1 |
* | | scsi: split scsi_nonblockable_ioctl | Christoph Hellwig | 2014-11-12 | 1 | -0/+5 |
* | | scsi: repurpose the last argument from print_opcode_name() | Hannes Reinecke | 2014-11-12 | 1 | -11/+13 |
* | | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 2014-11-12 | 1 | -1/+1 |
* | | scsi: introduce sdev_prefix_printk() | Hannes Reinecke | 2014-11-12 | 1 | -2/+1 |
|/ |
|
* | scsi: Implement ch_printk() | Hannes Reinecke | 2014-07-17 | 1 | -5/+9 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -8/+8 |
* | scsi: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -12/+9 |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | scsi: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-09-15 | 1 | -4/+4 |
|/ |
|
* | drivers/scsi/ch.c: don't use vprintk as macro | Joe Perches | 2010-08-11 | 1 | -43/+44 |
* | drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmalloc | Julia Lawall | 2010-08-11 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | [SCSI] ch: Check NULL for kmalloc() return | Davidlohr Bueso A | 2009-08-22 | 1 | -0/+6 |
* | [SCSI] ch: Add scsi type modalias | Scott James Remnant | 2009-03-13 | 1 | -0/+1 |
* | [SCSI] add residual argument to scsi_execute and scsi_execute_req | FUJITA Tomonori | 2008-12-29 | 1 | -1/+1 |
* | device create: scsi: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -3/+3 |
* | [SCSI] ch: fix ch_remove oops | FUJITA Tomonori | 2008-07-26 | 1 | -0/+1 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 1 | -4/+3 |
|\ |
|
| * | SCSI: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 1 | -4/+3 |