| 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 | 2017-05-04 | 1 | -143/+141 |
|\ |
|
| * | scsi: sg: reset 'res_in_use' after unlinking reserved array | Hannes Reinecke | 2017-04-25 | 1 | -0/+2 |
| * | scsi: sg: close race condition in sg_remove_sfp_usercontext() | Hannes Reinecke | 2017-04-12 | 1 | -2/+10 |
| * | scsi: sg: use standard lists for sg_requests | Hannes Reinecke | 2017-04-12 | 1 | -86/+61 |
| * | scsi: sg: check for valid direction before starting the request | Johannes Thumshirn | 2017-04-12 | 1 | -12/+34 |
| * | scsi: sg: protect accesses to 'reserved' page array | Hannes Reinecke | 2017-04-12 | 1 | -20/+25 |
| * | scsi: sg: remove 'save_scat_len' | Hannes Reinecke | 2017-04-12 | 1 | -2/+0 |
| * | scsi: sg: disable SET_FORCE_LOW_DMA | Hannes Reinecke | 2017-04-12 | 1 | -21/+9 |
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | new helper: uaccess_kernel() | Al Viro | 2017-03-28 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-05-01 | 1 | -2/+2 |
|\ \ |
|
| * | | scsi: introduce a result field in struct scsi_request | Christoph Hellwig | 2017-04-20 | 1 | -1/+1 |
| * | | block, scsi: move the retries field to struct scsi_request | Christoph Hellwig | 2017-04-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixes | James Bottomley | 2017-03-29 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | scsi: sg: check length passed to SG_NEXT_CMD_LEN | peter chang | 2017-03-17 | 1 | -0/+2 |
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-25 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-02-21 | 1 | -15/+18 |
|\ |
|
| * | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 2017-01-31 | 1 | -1/+2 |
| * | block: split scsi_request out of struct request | Christoph Hellwig | 2017-01-27 | 1 | -14/+16 |
* | | Fix missing sanity check in /dev/sg | Al Viro | 2017-02-19 | 1 | -0/+4 |
|/ |
|
* | sg_write()/bsg_write() is not fit to be called under KERNEL_DS | Al Viro | 2016-12-23 | 1 | -0/+3 |
* | scsi: sg: Use mult_frac, drop MULDIV macro | Paul Burton | 2016-08-31 | 1 | -15/+4 |
* | scsi: sg: Avoid overflow when USER_HZ > HZ | Paul Burton | 2016-08-31 | 1 | -2/+3 |
* | sg: fix dxferp in from_to case | Douglas Gilbert | 2016-03-10 | 1 | -1/+2 |
* | drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration | Kirill A. Shutemov | 2016-02-03 | 1 | -1/+1 |
* | sg: Fix double-free when drives detach during SG_IO | Calvin Owens | 2015-11-03 | 1 | -1/+7 |
* | sg_start_req(): use import_iovec() | Al Viro | 2015-04-12 | 1 | -11/+5 |
* | sg_start_req(): make sure that there's not too many elements in iovec | Al Viro | 2015-04-12 | 1 | -0/+3 |
* | Merge branch 'iocb' into for-next | Al Viro | 2015-04-12 | 1 | -1/+1 |
|\ |
|
| * | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-26 | 1 | -1/+1 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-02-22 | 1 | -7/+33 |
|\ \
| |/
|/| |
|
| * | sg: fix EWOULDBLOCK errors with scsi-mq | Tony Battersby | 2015-02-17 | 1 | -1/+16 |
| * | sg: fix unkillable I/O wait deadlock with scsi-mq | Tony Battersby | 2015-02-17 | 1 | -3/+14 |
| * | sg: fix read() error reporting | Tony Battersby | 2015-02-15 | 1 | -3/+3 |
* | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 1 | -9/+6 |
|\ \
| |/
|/| |
|
| * | block: pass iov_iter to the BLOCK_PC mapping functions | Kent Overstreet | 2015-02-05 | 1 | -9/+6 |
* | | sg: remove an unused variable | Bart Van Assche | 2015-02-02 | 1 | -16/+1 |
|/ |
|
* | scsi: split scsi_nonblockable_ioctl | Christoph Hellwig | 2014-11-12 | 1 | -18/+15 |
* | scsi: refactor scsi_reset_provider handling | Christoph Hellwig | 2014-11-12 | 1 | -31/+3 |
* | 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/+2 |
* | scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl | Douglas Gilbert | 2014-11-12 | 1 | -6/+11 |
* | block,scsi: fixup blk_get_request dead queue scenarios | Joe Lawrence | 2014-08-28 | 1 | -2/+2 |
* | scsi: convert device_busy to atomic_t | Christoph Hellwig | 2014-07-25 | 1 | -1/+1 |
* | scsi: Implement sg_printk() | Hannes Reinecke | 2014-07-17 | 1 | -68/+95 |
* | scsi: use 64-bit LUNs | Hannes Reinecke | 2014-07-17 | 1 | -2/+2 |
* | sg: O_EXCL and other lock handling | Douglas Gilbert | 2014-07-17 | 1 | -194/+230 |
* | sg: add SG_FLAG_Q_AT_TAIL flag | Douglas Gilbert | 2014-07-17 | 1 | -2/+7 |
* | sg: relax 16 byte cdb restriction | Douglas Gilbert | 2014-07-17 | 1 | -17/+29 |
* | sg: prevent integer overflow when converting from sectors to bytes | Akinobu Mita | 2014-07-17 | 1 | -4/+13 |