aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-8/+4
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-18/+18
* Convert SG from nopage to fault.Nick Piggin2008-02-071-12/+11
* 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
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-9/+4
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-15/+15
* scsi generic: sg chaining supportJens Axboe2007-10-161-8/+8
* [SCSI] sg: use idr to replace static arraysJames Bottomley2007-10-121-141/+112
* [SCSI] sg: increase sglist_len of the sg_scatter_hold structureFUJITA Tomonori2007-10-121-1/+1
* [SCSI] sg: remove unnecessary checkEric Sesterhenn2007-05-281-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [SCSI] sg: cap reserved_size values at max_sectorsAlan Stern2007-04-171-2/+11
* [SCSI] sg: fix incorrect last scatg lengthDouglas Gilbert2006-11-091-12/+13
* [SCSI] sg: fixes for large page_sizeDouglas Gilbert2006-09-261-13/+40
* [SCSI] sg: fix incorrect page problemDouglas Gilbert2006-08-261-4/+4
* Merge ../scsi-misc-2.6James Bottomley2006-07-031-1/+9
|\
| * [SCSI] sg.c: Fix bad error handling inIshai Rabinovitz2006-06-301-1/+9
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
|/
* [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-4/+2
* [SCSI] sg: fix leak when dio setup failsDouglas Gilbert2006-04-131-1/+3
* [SCSI] fix sg leak when scsi_execute_async failsMike Christie2006-04-131-0/+1
* [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2006-04-131-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-03-221-13/+5
|\
| * Merge ../linux-2.6James Bottomley2006-03-141-1/+1
| |\
| * | [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman2006-03-121-1/+1
| * | [SCSI] Remove devfs support from the SCSI subsystemGreg KH2006-02-271-8/+2
| * | [SCSI] SCSI core kmalloc2kzallocJes Sorensen2006-02-271-4/+2
* | | [PATCH] sg: use compound pagesNick Piggin2006-03-221-34/+3
| |/ |/|
* | [SCSI] sg: Remove aha1542 hackBrian King2006-02-271-1/+1
|/
* [PATCH] sg gfp_t annotationsAl Viro2006-02-071-1/+1
* [SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com2006-01-261-1/+1
* [PATCH] Fix sg_page_malloc() memsetHugh Dickins2006-01-091-1/+1
* [SCSI] convert sg to scsi_execute_asyncMike Christie2005-12-141-427/+259
* [SCSI] sg: fix a bug in st_map_user_pages failure pathHugh Dickins2005-12-021-1/+3
* [SCSI] sg and st unmap_user_pages allow PageReservedHugh Dickins2005-12-021-2/+0
* [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-4/+0
* [PATCH] kfree cleanup: drivers/scsiJesper Juhl2005-11-071-6/+3
* Merge by HandJames Bottomley2005-11-041-9/+5
|\
| * [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-9/+5
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2005-10-291-3/+2
|\ \
| * | [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-301-3/+2
* | | [PATCH] core remove PageReservedNick Piggin2005-10-291-4/+8
|/ /
* | Merge ../bleed-2.6Greg KH2005-10-281-1/+1
|\ \ | |/
| * [PATCH] gfp_t: drivers/scsiAl Viro2005-10-281-1/+1
* | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1