summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+2
* Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-211-15/+18
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+2
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-14/+16
* | Fix missing sanity check in /dev/sgAl Viro2017-02-191-0/+4
|/
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2016-12-221-0/+3
* scsi: sg: Use mult_frac, drop MULDIV macroPaul Burton2016-08-301-15/+4
* scsi: sg: Avoid overflow when USER_HZ > HZPaul Burton2016-08-301-2/+3
* sg: fix dxferp in from_to caseDouglas Gilbert2016-03-091-1/+2
* drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov2016-02-031-1/+1
* sg: Fix double-free when drives detach during SG_IOCalvin Owens2015-11-021-1/+7
* sg_start_req(): use import_iovec()Al Viro2015-04-111-11/+5
* sg_start_req(): make sure that there's not too many elements in iovecAl Viro2015-04-111-0/+3
* Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+1
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-211-7/+33
|\ \ | |/ |/|
| * sg: fix EWOULDBLOCK errors with scsi-mqTony Battersby2015-02-171-1/+16
| * sg: fix unkillable I/O wait deadlock with scsi-mqTony Battersby2015-02-171-3/+14
| * sg: fix read() error reportingTony Battersby2015-02-151-3/+3
* | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-9/+6
|\ \ | |/ |/|
| * block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-051-9/+6
* | sg: remove an unused variableBart Van Assche2015-02-021-16/+1
|/
* scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-121-18/+15
* scsi: refactor scsi_reset_provider handlingChristoph Hellwig2014-11-121-31/+3
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-121-1/+1
* scsi: introduce sdev_prefix_printk()Hannes Reinecke2014-11-121-2/+2
* scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert2014-11-121-6/+11
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+2
* scsi: convert device_busy to atomic_tChristoph Hellwig2014-07-251-1/+1
* scsi: Implement sg_printk()Hannes Reinecke2014-07-171-68/+95
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-2/+2
* sg: O_EXCL and other lock handlingDouglas Gilbert2014-07-171-194/+230
* sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert2014-07-171-2/+7
* sg: relax 16 byte cdb restrictionDouglas Gilbert2014-07-171-17/+29
* sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita2014-07-171-4/+13
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-2/+1
* [SCSI] Revert "sg: use rwsem to solve race during exclusive open"James Bottomley2013-10-251-41/+38
* [SCSI] Revert "sg: no need sg_open_exclusive_lock"James Bottomley2013-10-251-5/+29
* [SCSI] Revert "sg: checking sdp->detached isn't protected when open"James Bottomley2013-10-251-9/+8
* [SCSI] Revert "sg: push file descriptor list locking down to per-device locking"James Bottomley2013-10-251-34/+28
* [SCSI] sg: push file descriptor list locking down to per-device lockingVaughan Cao2013-09-031-28/+34
* [SCSI] sg: checking sdp->detached isn't protected when openVaughan Cao2013-09-031-8/+9
* [SCSI] sg: no need sg_open_exclusive_lockVaughan Cao2013-09-031-29/+5
* [SCSI] sg: use rwsem to solve race during exclusive openVaughan Cao2013-09-031-38/+41
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* scsi: convert to idr_alloc()Tejun Heo2013-02-271-26/+17
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* [SCSI] sg: constify sg_proc_leaf_arrJörn Engel2012-05-171-2/+2
* [SCSI] sg: remove sg_mutexJörn Engel2012-05-171-17/+2
* [SCSI] sg: completely protect sfdsJörn Engel2012-05-171-3/+16