aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_tgt_lib.c
AgeCommit message (Expand)Author
2011-05-01[SCSI] esp, scsi_tgt_lib, fcoe: use list_move() instead of list_del()/list_ad...Kirill A. Shutemov
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-01scsi/scsi_tgt_lib: scsi_tgtd isn't used in memory reclaim pathTejun Heo
2010-08-11[SCSI] tgt: fix warningJoe Eykholt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-05-11block: cleanup rq->data_len usagesTejun Heo
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori
2008-10-03[SCSI] scsi_host_lookup: error returns and NULL pointersJames Smart
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh
2008-04-16[SCSI] tgt: use KMEM_CACHE macroFUJITA Tomonori
2008-03-03[SCSI] tgt: set the data length properlyFUJITA Tomonori
2008-03-03[SCSI] tgt: stop zero'ing scsi_cmndFUJITA Tomonori
2008-02-03drivers/scsi/: Spelling fixesJoe Perches
2008-01-30[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh
2008-01-28SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe
2008-01-11[SCSI] BUG_ON() impossible condition in sg list countingRusty Russell
2008-01-11[SCSI] tgt: fix build when dprintk is definedRandy Dunlap
2008-01-11[SCSI] tgt: convert to use the data buffer accessorsFUJITA Tomonori
2007-10-16scsi: simplify scsi_free_sgtable()Jens Axboe
2007-10-12[SCSI] tgt: fix can_queue bugFUJITA Tomonori
2007-10-12[SCSI] tgt: move tsk_mgmt_response callback to transport classFUJITA Tomonori
2007-10-12[SCSI] tgt: add I_T nexus supportFUJITA Tomonori
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-03-20[SCSI] tgt: remove the code to build senseFUJITA Tomonori
2007-03-11[SCSI] tgt: fix scsi command leakFUJITA Tomonori
2007-03-11[SCSI] tgt: fix sesnse buffer problemsFUJITA Tomonori
2007-03-11[SCSI] tgt: rm bio hacks in scsi tgtMike Christie
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-06Actually update the fixed up compile failures.David Howells
2006-11-25[SCSI] scsi tgt: scsi target lib functionalityFUJITA Tomonori