summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: sg: mitigate read/write abuseJann Horn2018-11-201-2/+40
* scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()Alexander Potapenko2018-09-251-1/+1
* Fix missing sanity check in /dev/sgAl Viro2017-03-161-0/+4
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-02-231-0/+3
* sg: Fix double-free when drives detach during SG_IOCalvin Owens2017-02-231-1/+4
* sg: fix dxferp in from_to caseDouglas Gilbert2016-05-011-1/+2
* drivers/scsi/sg.c: mark VMA as VM_IO to prevent migrationKirill A. Shutemov2016-02-251-1/+1
* sg_start_req(): make sure that there's not too many elements in iovecAl Viro2015-08-111-0/+3
* sg: fix read() error reportingTony Battersby2015-03-021-3/+3
* 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
* [SCSI] sg: protect sdp->excludeJörn Engel2012-05-171-7/+30
* [SCSI] sg: prevent unwoken sleepJörn Engel2012-05-171-2/+14
* [SCSI] sg: remove closed flagJörn Engel2012-05-171-7/+7
* [SCSI] sg: use wait_event_interruptible()Jörn Engel2012-05-171-12/+7
* [SCSI] sg: remove while (1) non-loopJörn Engel2012-05-171-30/+22
* [SCSI] sg: remove unnecessary indentationJörn Engel2012-05-171-29/+24
* [SCSI] sg: convert to kstrtoul_from_user()Stephen Boyd2012-01-161-14/+11
* switch procfs to umode_t useAl Viro2012-01-031-4/+3
* scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-09-151-8/+10
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * drivers/scsi: Remove unnecessary casts of private_dataJoe Perches2010-09-231-1/+1
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+1
|\ \
| * | sg: fix a warning in blk_rq_aligned() callNamhyung Kim2010-09-161-1/+1
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/ /
* / / scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-5/+7
|/ /
* / drivers/scsi: use memdup_userJulia Lawall2010-08-111-8/+3
|/
* [SCSI] implement runtime Power ManagementAlan Stern2010-07-281-1/+9
* [SCSI] sg: fix bio leak with a detached deviceFUJITA Tomonori2010-07-281-0/+2
* scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-10-111-5/+5
|\
| * [SCSI] sg: Free data buffers after calling blk_rq_unmap_userChristof Schmitt2009-10-021-5/+5
* | const: constify remaining file_operationsAlexey Dobriyan2009-10-011-13/+30
|/
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1