aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_tgt_lib.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] esp, scsi_tgt_lib, fcoe: use list_move() instead of list_del()/list_ad...Kirill A. Shutemov2011-05-011-4/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* scsi/scsi_tgt_lib: scsi_tgtd isn't used in memory reclaim pathTejun Heo2011-02-011-1/+1
* [SCSI] tgt: fix warningJoe Eykholt2010-08-111-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: cleanup rq->data_len usagesTejun Heo2009-05-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-3/+3
|\
| * [SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart2008-10-031-3/+3
* | block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-091-1/+1
* | block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-091-1/+1
|/
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-0/+2
* [SCSI] tgt: use KMEM_CACHE macroFUJITA Tomonori2008-04-161-3/+1
* [SCSI] tgt: set the data length properlyFUJITA Tomonori2008-03-031-0/+5
* [SCSI] tgt: stop zero'ing scsi_cmndFUJITA Tomonori2008-03-031-1/+0
* drivers/scsi/: Spelling fixesJoe Perches2008-02-031-1/+1
* [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2008-01-301-23/+5
* SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe2008-01-281-2/+1
* [SCSI] BUG_ON() impossible condition in sg list countingRusty Russell2008-01-111-8/+3
* [SCSI] tgt: fix build when dprintk is definedRandy Dunlap2008-01-111-6/+6
* [SCSI] tgt: convert to use the data buffer accessorsFUJITA Tomonori2008-01-111-5/+6
* scsi: simplify scsi_free_sgtable()Jens Axboe2007-10-161-2/+2
* [SCSI] tgt: fix can_queue bugFUJITA Tomonori2007-10-121-1/+1
* [SCSI] tgt: move tsk_mgmt_response callback to transport classFUJITA Tomonori2007-10-121-1/+1
* [SCSI] tgt: add I_T nexus supportFUJITA Tomonori2007-10-121-13/+70
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [SCSI] tgt: remove the code to build senseFUJITA Tomonori2007-03-201-14/+13
* [SCSI] tgt: fix scsi command leakFUJITA Tomonori2007-03-111-3/+20
* [SCSI] tgt: fix sesnse buffer problemsFUJITA Tomonori2007-03-111-97/+23
* [SCSI] tgt: rm bio hacks in scsi tgtMike Christie2007-03-111-99/+34
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* Actually update the fixed up compile failures.David Howells2006-12-061-6/+9
* [SCSI] scsi tgt: scsi target lib functionalityFUJITA Tomonori2006-11-251-0/+742