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
/
block
/
scsi_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2021-07-01
block: remove REQ_OP_SCSI_{IN,OUT}
Christoph Hellwig
1
-3
/
+3
2021-06-01
scsi: core: Drop message byte helper
Hannes Reinecke
1
-1
/
+1
2021-06-01
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
1
-1
/
+1
2021-06-01
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-0
/
+2
2021-06-01
scsi: scsi_ioctl: Return error code when blk_rq_map_kern() fails
Hannes Reinecke
1
-3
/
+4
2021-04-13
block: Remove an obsolete comment from sg_io()
Bart Van Assche
1
-4
/
+0
2021-04-06
block: remove BLK_BOUNCE_ISA support
Christoph Hellwig
1
-1
/
+1
2021-01-25
block: remove unnecessary argument from blk_execute_rq
Guoqing Jiang
1
-3
/
+3
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+3
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2020-10-13
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+2
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
1
-10
/
+2
2020-10-03
block: scsi_ioctl: Avoid the use of one-element arrays
Gustavo A. R. Silva
1
-3
/
+3
2020-10-02
block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()
Peilin Ye
1
-0
/
+1
2020-09-25
block: add a bdev_is_partition helper
Christoph Hellwig
1
-1
/
+1
2020-09-11
block: remove duplicate include statement in scsi_ioctl.c
Tian Tao
1
-2
/
+0
2020-03-17
scsi: core: Allow non-root users to perform ZBC commands
Ryan Attard
1
-0
/
+4
2020-01-03
compat_ioctl: move CDROM_SEND_PACKET handling into scsi
Arnd Bergmann
1
-53
/
+132
2020-01-03
compat: scsi: sg: fix v3 compat read/write interface
Arnd Bergmann
1
-28
/
+1
2019-10-23
compat_ioctl: reimplement SG_IO handling
Arnd Bergmann
1
-4
/
+128
2019-05-01
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
1
-15
/
+1
2018-05-14
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
1
-1
/
+1
2018-05-14
block: sanitize blk_get_request calling conventions
Christoph Hellwig
1
-5
/
+3
2018-01-10
block: silently forbid sending any ioctl to a partition
Paolo Bonzini
1
-29
/
+0
2018-01-09
block: Fix kernel-doc warnings reported when building with W=1
Bart Van Assche
1
-2
/
+3
2017-11-11
block: pass full fmode_t to blk_verify_command
Christoph Hellwig
1
-4
/
+4
2017-06-21
block: Change argument type of scsi_req_init()
Bart Van Assche
1
-3
/
+7
2017-06-21
block: Make most scsi_req_init() calls implicit
Bart Van Assche
1
-3
/
+0
2017-04-20
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
1
-7
/
+7
2017-04-20
block: remove the blk_execute_rq return value
Christoph Hellwig
1
-1
/
+2
2017-04-05
block, scsi: move the retries field to struct scsi_request
Christoph Hellwig
1
-4
/
+4
2017-02-01
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-4
/
+5
2017-01-28
block: split scsi_request out of struct request
Christoph Hellwig
1
-33
/
+43
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-19
block: allow WRITE_SAME commands with the SG_IO ioctl
Mauricio Faria de Oliveira
1
-0
/
+3
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-3
/
+3
2015-06-27
block: fix bogus EFAULT error from SG_IO ioctl
Paolo Bonzini
1
-2
/
+2
2015-04-12
sg_io(): use import_iovec()
Al Viro
1
-7
/
+5
2015-02-05
block: pass iov_iter to the BLOCK_PC mapping functions
Kent Overstreet
1
-13
/
+4
2014-12-08
Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus
James Bottomley
1
-1
/
+1
2014-11-24
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
1
-1
/
+1
2014-11-11
scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMAND
Tony Battersby
1
-3
/
+5
2014-10-23
scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND
Jan Kara
1
-2
/
+1
2014-09-11
Merge branch 'for-linus' into for-3.18/core
Jens Axboe
1
-14
/
+22
2014-08-28
block,scsi: fixup blk_get_request dead queue scenarios
Joe Lawrence
1
-6
/
+6
2014-08-27
block,scsi: verify return pointer from blk_get_request
Joe Lawrence
1
-1
/
+8
2014-08-26
block: fix error handling in sg_io
Sabrina Dubroca
1
-0
/
+1
2014-08-23
fix regression in SCSI_IOCTL_SEND_COMMAND
Tony Battersby
1
-2
/
+7
2014-08-22
block: support > 16 byte CDBs for SG_IO
Christoph Hellwig
1
-7
/
+17
[next]