aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-01-081-0/+3
* sg: Fix double-free when drives detach during SG_IOCalvin Owens2016-11-111-1/+7
* 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
* seq_file: constify seq_operationsJames Morris2009-09-231-3/+3
* [SCSI] sg: fix oops in the error path in sg_build_indirect()Michal Schmidt2009-09-121-1/+1
* block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-101-0/+4
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* block: get rid of queue-private command filterJens Axboe2009-07-011-3/+1
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-8/+9
|\
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-7/+8
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-5/+8
| |\
| * | block: add rq->resid_lenTejun Heo2009-05-111-1/+1
* | | Merge branch 'linus' into tracing/coreIngo Molnar2009-05-071-5/+8
|\ \ \ | | |/ | |/|
| * | [SCSI] sg: return EFAULT for an invalid user addressFUJITA Tomonori2009-04-271-5/+8
| |/
* | blktrace: support per-partition tracingShawn Du2009-04-161-0/+1
|/
* [SCSI] sg: fix q->queue_lock on scsi_error_handler pathFUJITA Tomonori2009-04-031-3/+6
* [SCSI] sg: fix iovec bugs introduced by the block layer conversionFUJITA Tomonori2009-04-031-4/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-281-272/+223
|\
| * [SCSI] sg: remove the own list management for struct sg_fdFUJITA Tomonori2009-03-121-36/+14
| * [SCSI] sg: use ALIGN macroFUJITA Tomonori2009-03-121-3/+2
| * [SCSI] sg: remove unnecessary function declarationsFUJITA Tomonori2009-03-121-8/+0
| * [SCSI] sg: avoid blk_put_request/blk_rq_unmap_user in interruptFUJITA Tomonori2009-03-121-3/+12
| * [SCSI] sg: fix races with ioctl(SG_IO)Tony Battersby2009-03-121-25/+14
| * [SCSI] sg: fix races during device removalTony Battersby2009-03-121-217/+201
* | Rationalize fasync return valuesJonathan Corbet2009-03-161-3/+1
|/
* [SCSI] sg: fix device number in blktrace dataMartin Peschke2009-02-101-1/+1
* [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori2009-01-021-0/+1
* [SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori2009-01-021-0/+1
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* [PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro2008-10-211-1/+1
* device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+4
* sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori2008-10-091-7/+0
* sg: remove sg_read_xferFUJITA Tomonori2008-10-091-28/+5
* sg: remove sg_write_xferFUJITA Tomonori2008-10-091-32/+0