summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* [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/+223Star
|\
| * [SCSI] sg: remove the own list management for struct sg_fdFUJITA Tomonori2009-03-121-36/+14Star
| * [SCSI] sg: use ALIGN macroFUJITA Tomonori2009-03-121-3/+2Star
| * [SCSI] sg: remove unnecessary function declarationsFUJITA Tomonori2009-03-121-8/+0Star
| * [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/+14Star
| * [SCSI] sg: fix races during device removalTony Battersby2009-03-121-217/+201Star
* | Rationalize fasync return valuesJonathan Corbet2009-03-161-3/+1Star
|/
* [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/+0Star
* [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/+4Star
* sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori2008-10-091-7/+0Star
* sg: remove sg_read_xferFUJITA Tomonori2008-10-091-28/+5Star
* sg: remove sg_write_xferFUJITA Tomonori2008-10-091-32/+0Star
* sg: incorporate sg_build_direct into sg_start_reqFUJITA Tomonori2008-10-091-47/+33Star
* sg: remove __sg_start_reqFUJITA Tomonori2008-10-091-25/+13Star
* sg: remove b_malloc_len in sg_scatter_hold structFUJITA Tomonori2008-10-091-2/+0Star
* sg: remove SG_ALLOW_DIO_CODE defineFUJITA Tomonori2008-10-091-3/+1Star
* sg: rename sg_cmd_done sg_rq_end_ioFUJITA Tomonori2008-10-091-11/+12
* sg: set dxferp to NULL for READ with the older SG interfaceFUJITA Tomonori2008-10-091-1/+4
* sg: use blk_rq_aligned helper functionFUJITA Tomonori2008-10-091-3/+1Star
* sg: convert the indirect IO path to use the block layerFUJITA Tomonori2008-10-091-292/+105Star
* sg: convert the direct IO path to use the block layerFUJITA Tomonori2008-10-091-146/+27Star
* sg: convert the non-data path to use the block layerFUJITA Tomonori2008-10-091-5/+48
* sg: restore command permission for TYPE_SCANNERFUJITA Tomonori2008-08-271-8/+14
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-271-2/+9
* mm: rename page trylockNick Piggin2008-08-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-161-0/+3
|\
| * [SCSI] sg: Add target reset supportBrian King2008-07-121-0/+3
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-3/+13
|\ \
| * | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-5/+6
| |\|
| * | sg: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-3/+13
* | | cmdfilter: extend default read filterAdel Gadllah2008-07-031-4/+0Star
* | | sg: fix odd style (extra parenthesis) introduced by cmd filter patchJens Axboe2008-07-031-1/+1
* | | allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-031-30/+10Star
| |/ |/|
* | SCSI: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+6
|/
* scsi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-8/+4Star
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-201-18/+18
* Convert SG from nopage to fault.Nick Piggin2008-02-081-12/+11Star
* blktrace: Add blktrace ioctls to SCSI generic devicesChristof Schmitt2008-01-281-0/+12
* [SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devicesTony Battersby2008-01-231-1/+1
* [SCSI] sg: handle class_device_create failure properlyFUJITA Tomonori2008-01-231-4/+7
* [SCSI] sg: set class_data after successFUJITA Tomonori2008-01-231-1/+2
* [SCSI] sg: Only print SCSI data direction warning once for a commandAndi Kleen2008-01-231-2/+6
* Initialise scatter/gather list in sg driverAnton Blanchard2007-10-291-0/+1