summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig
2014-07-25scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig
2014-07-25scsi: split __scsi_queue_insertChristoph Hellwig
2014-07-25scsi: add scsi_setup_cmnd helperChristoph Hellwig
2014-07-17scsi: mark scsi_setup_blk_pc_cmnd staticChristoph Hellwig
2014-07-17sd: split sd_init_commandChristoph Hellwig
2014-07-17sd: retry discard commandsChristoph Hellwig
2014-07-17sd: retry write same commandsChristoph Hellwig
2014-07-17sd: don't use scsi_setup_blk_pc_cmnd for discard requestsChristoph Hellwig
2014-07-17sd: don't use scsi_setup_blk_pc_cmnd for write same requestsChristoph Hellwig
2014-07-17sd: don't use scsi_setup_blk_pc_cmnd for flush requestsChristoph Hellwig
2014-07-17scsi: set sc_data_direction in common codeChristoph Hellwig
2014-07-17scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig
2014-07-17scsi: move the nr_phys_segments assert into scsi_init_ioChristoph Hellwig
2014-07-17scsi_lib: remove the description string in scsi_io_completion()Maurizio Lombardi
2014-07-17scsi: cleanup switch in scsi_adjust_queue_depthDouglas Gilbert
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig
2014-07-17tgt: removalBart Van Assche
2014-07-17libsrp: removalChristoph Hellwig
2014-07-17ibmvstgt: removeChristoph Hellwig
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke
2014-07-17scsi: use dev_printk() variants for ioctlHannes Reinecke
2014-07-17scsi: Implement st_printk()Hannes Reinecke
2014-07-17scsi: Implement ch_printk()Hannes Reinecke
2014-07-17scsi: Implement sg_printk()Hannes Reinecke
2014-07-17scsi: Implement sr_printk()Hannes Reinecke
2014-07-17scsi_scan: Fixup scsilun_to_int()Hannes Reinecke
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke
2014-07-17scsi: use 64-bit LUNsHannes Reinecke
2014-07-17qla2xxx: Restrict max_lun to 16-bit for older HBAsHannes Reinecke
2014-07-17scsi_scan: Restrict sequential scan to 256 LUNsHannes Reinecke
2014-07-17scsi: Remove CONFIG_SCSI_MULTI_LUNHannes Reinecke
2014-07-17sg: O_EXCL and other lock handlingDouglas Gilbert
2014-07-17sg: add SG_FLAG_Q_AT_TAIL flagDouglas Gilbert
2014-07-17sg: relax 16 byte cdb restrictionDouglas Gilbert
2014-07-17sd: Limit transfer lengthMartin K. Petersen
2014-07-17sd: bad return code of init_sdClément Calmels
2014-07-17sd: notify block layer when using temporary change to cache_typeVaughan Cao
2014-07-17scsi_debug: allow huge transfer length for read/write commandsAkinobu Mita
2014-07-17sd: use READ_16 or WRITE_16 when transfer length is greater than 0xffffAkinobu Mita
2014-07-17sg: prevent integer overflow when converting from sectors to bytesAkinobu Mita
2014-07-17scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche
2014-07-17scsi: handle flush errors properlyJames Bottomley
2014-07-06Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-07-03Merge remote-tracking branch 'scsi-queue/drivers-for-3.16' into for-linusJames Bottomley
2014-07-01usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern
2014-06-25virtio-scsi: fix various bad behavior on aborted requestsPaolo Bonzini
2014-06-25virtio-scsi: avoid cancelling uninitialized work itemsPaolo Bonzini