summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: convert device_busy to atomic_tChristoph Hellwig2014-07-254-25/+39
* scsi: convert host_busy to atomic_tChristoph Hellwig2014-07-258-41/+66
* scsi: convert target_busy to an atomic_tChristoph Hellwig2014-07-251-21/+32
* scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig2014-07-251-36/+39
* scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig2014-07-252-22/+21
* scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig2014-07-252-26/+18
* scsi: split __scsi_queue_insertChristoph Hellwig2014-07-251-18/+26
* scsi: add scsi_setup_cmnd helperChristoph Hellwig2014-07-251-18/+22
* scsi: mark scsi_setup_blk_pc_cmnd staticChristoph Hellwig2014-07-171-2/+1
* sd: split sd_init_commandChristoph Hellwig2014-07-171-29/+29
* sd: retry discard commandsChristoph Hellwig2014-07-171-1/+1
* sd: retry write same commandsChristoph Hellwig2014-07-171-1/+1
* sd: don't use scsi_setup_blk_pc_cmnd for discard requestsChristoph Hellwig2014-07-171-19/+31
* sd: don't use scsi_setup_blk_pc_cmnd for write same requestsChristoph Hellwig2014-07-171-16/+28
* sd: don't use scsi_setup_blk_pc_cmnd for flush requestsChristoph Hellwig2014-07-171-7/+13
* scsi: set sc_data_direction in common codeChristoph Hellwig2014-07-173-11/+7
* scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig2014-07-173-13/+14
* scsi: move the nr_phys_segments assert into scsi_init_ioChristoph Hellwig2014-07-171-11/+5
* scsi_lib: remove the description string in scsi_io_completion()Maurizio Lombardi2014-07-171-36/+4
* scsi: cleanup switch in scsi_adjust_queue_depthDouglas Gilbert2014-07-171-4/+6
* scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig2014-07-172-11/+5
* tgt: removalBart Van Assche2014-07-179-1183/+0
* libsrp: removalChristoph Hellwig2014-07-173-458/+0
* ibmvstgt: removeChristoph Hellwig2014-07-174-1017/+0
* scsi: use dev_printk variants where possibleHannes Reinecke2014-07-175-139/+157
* scsi: use dev_printk() variants for ioctlHannes Reinecke2014-07-171-6/+11
* scsi: Implement st_printk()Hannes Reinecke2014-07-171-294/+311
* scsi: Implement ch_printk()Hannes Reinecke2014-07-171-5/+9
* scsi: Implement sg_printk()Hannes Reinecke2014-07-171-68/+95
* scsi: Implement sr_printk()Hannes Reinecke2014-07-174-57/+70
* scsi_scan: Fixup scsilun_to_int()Hannes Reinecke2014-07-171-12/+10
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-1713-19/+27
* scsi: use 64-bit LUNsHannes Reinecke2014-07-1783-416/+425
* qla2xxx: Restrict max_lun to 16-bit for older HBAsHannes Reinecke2014-07-171-1/+6
* scsi_scan: Restrict sequential scan to 256 LUNsHannes Reinecke2014-07-171-0/+6
* scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke2014-07-175-33/+2
* sg: O_EXCL and other lock handlingDouglas Gilbert2014-07-171-194/+230
* sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert2014-07-171-2/+7
* sg: relax 16 byte cdb restrictionDouglas Gilbert2014-07-171-17/+29
* sd: Limit transfer lengthMartin K. Petersen2014-07-172-1/+18
* sd: bad return code of init_sdClément Calmels2014-07-171-0/+2
* sd: notify block layer when using temporary change to cache_typeVaughan Cao2014-07-171-8/+15
* scsi_debug: allow huge transfer length for read/write commandsAkinobu Mita2014-07-171-3/+3
* sd: use READ_16 or WRITE_16 when transfer length is greater than 0xffffAkinobu Mita2014-07-171-4/+1
* sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita2014-07-171-4/+13
* scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche2014-07-172-2/+2
* scsi: handle flush errors properlyJames Bottomley2014-07-171-0/+8
* Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-07-172-8/+9
|\
| * xen/balloon: set ballooned out pages as invalid in p2mDavid Vrabel2014-07-041-7/+5
| * xen/manage: fix potential deadlock when resuming the consoleDavid Vrabel2014-07-031-1/+4