block: add rq->resid_len
[safe/jmp/linux-2.6] / drivers / scsi / sg.c
2009-05-11 Tejun Heoblock: add rq->resid_len
2009-04-03 FUJITA Tomonori[SCSI] sg: fix q->queue_lock on scsi_error_handler...
2009-04-03 FUJITA Tomonori[SCSI] sg: fix iovec bugs introduced by the block layer...
2009-03-28 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-03-16 Jonathan CorbetRationalize fasync return values
2009-03-12 FUJITA Tomonori[SCSI] sg: remove the own list management for struct...
2009-03-12 FUJITA Tomonori[SCSI] sg: use ALIGN macro
2009-03-12 FUJITA Tomonori[SCSI] sg: remove unnecessary function declarations
2009-03-12 FUJITA Tomonori[SCSI] sg: avoid blk_put_request/blk_rq_unmap_user...
2009-03-12 Tony Battersby[SCSI] sg: fix races with ioctl(SG_IO)
2009-03-12 Tony Battersby[SCSI] sg: fix races during device removal
2009-02-10 Martin Peschke[SCSI] sg: fix device number in blktrace data
2009-01-02 FUJITA Tomonori[SCSI] block: make blk_rq_map_user take a NULL user...
2009-01-02 FUJITA Tomonori[SCSI] block: fix the partial mappings with struct...
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-21 Al Viro[PATCH] switch sg_scsi_ioctl() to passing fmode_t
2008-10-16 Greg Kroah-Hartmandevice create: scsi: convert device_create_drvdata...
2008-10-09 FUJITA Tomonorisg: remove unnecessary blk_rq_unmap_user
2008-10-09 FUJITA Tomonorisg: remove sg_read_xfer
2008-10-09 FUJITA Tomonorisg: remove sg_write_xfer
2008-10-09 FUJITA Tomonorisg: incorporate sg_build_direct into sg_start_req
2008-10-09 FUJITA Tomonorisg: remove __sg_start_req
2008-10-09 FUJITA Tomonorisg: remove b_malloc_len in sg_scatter_hold struct
2008-10-09 FUJITA Tomonorisg: remove SG_ALLOW_DIO_CODE define
2008-10-09 FUJITA Tomonorisg: rename sg_cmd_done sg_rq_end_io
2008-10-09 FUJITA Tomonorisg: set dxferp to NULL for READ with the older SG interface
2008-10-09 FUJITA Tomonorisg: use blk_rq_aligned helper function
2008-10-09 FUJITA Tomonorisg: convert the indirect IO path to use the block layer
2008-10-09 FUJITA Tomonorisg: convert the direct IO path to use the block layer
2008-10-09 FUJITA Tomonorisg: convert the non-data path to use the block layer
2008-08-27 FUJITA Tomonorisg: restore command permission for TYPE_SCANNER
2008-08-27 FUJITA Tomonoriblock: move cmdfilter from gendisk to request_queue
2008-08-05 Nick Pigginmm: rename page trylock
2008-07-16 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-07-14 Linus TorvaldsMerge branch 'bkl-removal' of git://git.lwn.net/linux-2.6
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-12 Brian King[SCSI] sg: Add target reset support
2008-07-03 Adel Gadllahcmdfilter: extend default read filter
2008-07-03 Jens Axboesg: fix odd style (extra parenthesis) introduced by...
2008-07-03 Adel Gadllahallow userspace to modify scsi command filter on per...
2008-06-20 Jonathan Corbetsg: cdev lock_kernel() pushdown
2008-05-20 Greg Kroah-HartmanSCSI: fix race in device_create
2008-04-29 Denis V. Lunevscsi: use non-racy method for proc entries creation
2008-04-20 Tony JonesSCSI: convert struct class_device to struct device
2008-02-08 Nick PigginConvert SG from nopage to fault.
2008-01-28 Christof Schmittblktrace: Add blktrace ioctls to SCSI generic devices
2008-01-23 Tony Battersby[SCSI] sg: fix /proc/scsi/sg/devices when no SCSI devices
2008-01-23 FUJITA Tomonori[SCSI] sg: handle class_device_create failure properly
2008-01-23 FUJITA Tomonori[SCSI] sg: set class_data after success
2008-01-23 Andi Kleen[SCSI] sg: Only print SCSI data direction warning once...
2007-10-29 Anton BlanchardInitialise scatter/gather list in sg driver
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-22 Jens Axboe[SG] Update drivers to use sg helpers
2007-10-16 Jens Axboescsi generic: sg chaining support
2007-10-12 James Bottomley[SCSI] sg: use idr to replace static arrays
2007-10-12 FUJITA Tomonori[SCSI] sg: increase sglist_len of the sg_scatter_hold...
2007-05-28 Eric Sesterhenn[SCSI] sg: remove unnecessary check
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-17 Alan Stern[SCSI] sg: cap reserved_size values at max_sectors
2006-11-09 Douglas Gilbert[SCSI] sg: fix incorrect last scatg length
2006-09-26 Douglas Gilbert[SCSI] sg: fixes for large page_size
2006-08-26 Douglas Gilbert[SCSI] sg: fix incorrect page problem
2006-07-03 James BottomleyMerge ../scsi-misc-2.6
2006-07-01 Ishai Rabinovitz[SCSI] sg.c: Fix bad error handling in
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-10 Tobias Klauser[SCSI] drivers/scsi: Use ARRAY_SIZE macro
2006-04-13 Douglas Gilbert[SCSI] sg: fix leak when dio setup fails
2006-04-13 Mike Christie[SCSI] fix sg leak when scsi_execute_async fails
2006-04-13 Christoph Hellwig[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations
2006-03-22 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2006-03-22 Nick Piggin[PATCH] sg: use compound pages
2006-03-14 James BottomleyMerge ../linux-2.6
2006-03-12 Rene Herman[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers...
2006-02-28 Greg KH[SCSI] Remove devfs support from the SCSI subsystem
2006-02-28 Jes Sorensen[SCSI] SCSI core kmalloc2kzalloc
2006-02-28 Brian King[SCSI] sg: Remove aha1542 hack
2006-02-08 Al Viro[PATCH] sg gfp_t annotations
2006-01-26 brking@us.ibm.com[SCSI] Prevent scsi_execute_async from guessing cdb...
2006-01-09 Hugh Dickins[PATCH] Fix sg_page_malloc() memset
2005-12-15 Mike Christie[SCSI] convert sg to scsi_execute_async
2005-12-02 Hugh Dickins[SCSI] sg: fix a bug in st_map_user_pages failure path
2005-12-02 Hugh Dickins[SCSI] sg and st unmap_user_pages allow PageReserved
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: drivers/scsi
2005-11-05 James BottomleyMerge by Hand
2005-10-30 Linus TorvaldsMerge /pub/scm/linux/kernel/git/herbert/crypto-2.6
2005-10-30 Nick Piggin[PATCH] core remove PageReserved
2005-10-30 David Hardeman[PATCH] Use sg_set_buf/sg_init_one where applicable
2005-10-28 James Bottomley[SCSI] move the mid-layer printk's over to shost/starge...
2005-10-28 Greg KHMerge ../bleed-2.6
2005-10-28 Greg Kroah-Hartman[PATCH] Driver Core: fix up all callers of class_device...
2005-10-28 Dmitry Torokhov[PATCH] Driver core: pass interface to class interface...
2005-10-28 Al Viro[PATCH] gfp_t: drivers/scsi
2005-09-29 Al Viro[PATCH] proc_mkdir() should be used to create procfs...
2005-09-19 James Bottomley[SCSI] fix oops on usb storage device disconnect
2005-09-09 Douglas Gilbert[SCSI] sg: do not set VM_IO flag on mmap-ed pages
2005-09-06 James BottomleyMerge by hand (conflicts in sd.c)
2005-09-05 Douglas Gilbert[SCSI] sg direct io/mmap oops, st sync
2005-08-28 James BottomleyMerge HEAD from ../scsi-misc-2.6-tmp
2005-08-27 Jan Blunck[PATCH] sg.c: fix a memory leak in devices seq_file...
next