aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-28[SCSI] sg: remove unnecessary checkEric Sesterhenn1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-17[SCSI] sg: cap reserved_size values at max_sectorsAlan Stern1-2/+11
2006-11-09[SCSI] sg: fix incorrect last scatg lengthDouglas Gilbert1-12/+13
2006-09-26[SCSI] sg: fixes for large page_sizeDouglas Gilbert1-13/+40
2006-08-26[SCSI] sg: fix incorrect page problemDouglas Gilbert1-4/+4
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-1/+9
2006-06-30[SCSI] sg.c: Fix bad error handling inIshai Rabinovitz1-1/+9
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-4/+2
2006-04-13[SCSI] sg: fix leak when dio setup failsDouglas Gilbert1-1/+3
2006-04-13[SCSI] fix sg leak when scsi_execute_async failsMike Christie1-0/+1
2006-04-13[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig1-1/+1
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-13/+5
2006-03-22[PATCH] sg: use compound pagesNick Piggin1-34/+3
2006-03-14Merge ../linux-2.6James Bottomley1-1/+1
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman1-1/+1
2006-02-27[SCSI] Remove devfs support from the SCSI subsystemGreg KH1-8/+2
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-4/+2
2006-02-27[SCSI] sg: Remove aha1542 hackBrian King1-1/+1
2006-02-07[PATCH] sg gfp_t annotationsAl Viro1-1/+1
2006-01-26[SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com1-1/+1
2006-01-09[PATCH] Fix sg_page_malloc() memsetHugh Dickins1-1/+1
2005-12-14[SCSI] convert sg to scsi_execute_asyncMike Christie1-427/+259
2005-12-02[SCSI] sg: fix a bug in st_map_user_pages failure pathHugh Dickins1-1/+3
2005-12-02[SCSI] sg and st unmap_user_pages allow PageReservedHugh Dickins1-2/+0
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-4/+0
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-6/+3
2005-11-04Merge by HandJames Bottomley1-9/+5
2005-10-29Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+2
2005-10-29[PATCH] core remove PageReservedNick Piggin1-4/+8
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-3/+2
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-9/+5
2005-10-28Merge ../bleed-2.6Greg KH1-1/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-10-28[PATCH] Driver core: pass interface to class interface methodsDmitry Torokhov1-4/+4
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro1-1/+1
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-2/+1
2005-09-19[SCSI] fix oops on usb storage device disconnectJames Bottomley1-1/+1
2005-09-09[SCSI] sg: do not set VM_IO flag on mmap-ed pagesDouglas Gilbert1-2/+2
2005-09-06Merge by hand (conflicts in sd.c)James Bottomley1-4/+4
2005-09-04[SCSI] sg direct io/mmap oops, st syncDouglas Gilbert1-4/+4
2005-08-28Merge HEAD from ../scsi-misc-2.6-tmp James Bottomley1-2/+1
2005-08-27[PATCH] sg.c: fix a memory leak in devices seq_file implementationJan Blunck1-7/+6
2005-07-30[SCSI] host state model update: replace old host bitmap stateMike Anderson1-2/+1
2005-06-20[PATCH] class: convert drivers/scsi/* to use the new class api instead of class_simplegregkh@suse.de1-7/+7
2005-06-03[SCSI] sg: Command completion after remove oopsbrking@us.ibm.com1-0/+2
2005-04-18[PATCH] remove old scsi data direction macros1-4/+4
2005-04-18merge by hand (scsi_device.h)James Bottomley1-1/+2
2005-04-18[PATCH] remove outdated print_* functions1-1/+2