aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-29/+45
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig1-21/+32
2014-07-25scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig1-36/+39
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig1-0/+20
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig1-3/+6
2014-07-25scsi: split __scsi_queue_insertChristoph Hellwig1-18/+26
2014-07-25scsi: add scsi_setup_cmnd helperChristoph Hellwig1-18/+22
2014-07-17scsi: mark scsi_setup_blk_pc_cmnd staticChristoph Hellwig1-2/+1
2014-07-17scsi: set sc_data_direction in common codeChristoph Hellwig1-7/+7
2014-07-17scsi: restructure command initialization for TYPE_FS requestsChristoph Hellwig1-10/+12
2014-07-17scsi: move the nr_phys_segments assert into scsi_init_ioChristoph Hellwig1-11/+5
2014-07-17scsi_lib: remove the description string in scsi_io_completion()Maurizio Lombardi1-36/+4
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig1-4/+2
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke1-11/+11
2014-07-17scsi: handle flush errors properlyJames Bottomley1-0/+8
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-135/+90
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-4/+1
2014-05-19scsi: reintroduce scsi_driver.init_commandChristoph Hellwig1-27/+39
2014-05-19scsi: remove scsi_end_requestChristoph Hellwig1-82/+32
2014-05-19scsi: explicitly release bidi buffersChristoph Hellwig1-27/+20
2014-04-21[SCSI] Fix command result state propagationAlan Stern1-0/+1
2014-04-21[SCSI] don't reference freed command in scsi_prep_returnChristoph Hellwig1-1/+1
2014-04-21[SCSI] don't reference freed command in scsi_init_sgtableChristoph Hellwig1-1/+2
2014-04-15block: remove struct request buffer memberJens Axboe1-3/+0
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe1-2/+2
2014-04-09scsi: Make sure cmd_flags are 64-bitMartin K. Petersen1-2/+2
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe1-1/+1
2014-03-15[SCSI] remove a useless get/put_device pair in scsi_requeue_commandChristoph Hellwig1-32/+3
2014-03-15[SCSI] remove a useless get/put_device pair in scsi_next_commandBart Van Assche1-5/+0
2014-03-15[SCSI] remove a useless get/put_device pair in scsi_request_fnBart Van Assche1-11/+3
2014-03-15[SCSI] do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig1-1/+11
2014-03-15[SCSI] avoid taking host_lock in scsi_run_queue unless nessecaryChristoph Hellwig1-19/+24
2014-03-15[SCSI] Add timeout to avoid infinite command retryEiichi Tsukata1-0/+7
2014-02-17Fix uses of dma_max_pfn() when converting to a limiting addressRussell King1-1/+1
2013-10-31ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculationsSantosh Shilimkar1-1/+1
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-22/+0
2013-08-26[SCSI] Generate uevents on certain unit attention codesEwan D. Milne1-1/+25
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke1-0/+5
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke1-0/+5
2013-08-23[SCSI] Document enhanced error codesHannes Reinecke1-0/+12
2013-08-23ata: acpi: rework the ata acpi bind supportAaron Lu1-22/+0
2013-07-09[SCSI] enable destruction of blocked devices which fail LUN scanningBart Van Assche1-0/+1
2013-07-09[SCSI] Fix race between starved list and device removalJames Bottomley1-5/+21
2013-05-06[SCSI] sd: use REQ_PM in sd's runtime suspend operationLin Ming1-5/+4
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-1/+6
2013-01-25[libata] scsi: no poll when ODD is powered offAaron Lu1-0/+14
2012-12-17Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-12-06block: Rename queue dead flagBart Van Assche1-1/+1