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