| Commit message (Expand) | Author | Age | Files | Lines |
* | sd: fix an error return in probe() | Dan Carpenter | 2015-05-25 | 1 | -1/+2 |
* | sd: Disable support for 256 byte/sector disks | Mark Hounschell | 2015-05-18 | 1 | -14/+5 |
* | sd: Unregister integrity profile | Martin K. Petersen | 2015-04-16 | 1 | -0/+1 |
* | sd, mmc, virtio_blk, string_helpers: fix block size units | James Bottomley | 2015-04-10 | 1 | -4/+4 |
* | sd: don't grab a device references from driver methods | Christoph Hellwig | 2015-03-19 | 1 | -44/+11 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2015-02-11 | 1 | -5/+2 |
|\ |
|
| * | scsi: use per-cpu buffer for formatting sense | Hannes Reinecke | 2015-01-09 | 1 | -5/+2 |
* | | sd: Fix max transfer length for 4k disks | Brian King | 2015-02-02 | 1 | -2/+4 |
|/ |
|
* | sd: tweak discard heuristics to work around QEMU SCSI issue | Martin K. Petersen | 2014-12-30 | 1 | -2/+3 |
* | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 | Hannes Reinecke | 2014-11-24 | 1 | -1/+1 |
* | scsi: remove scsi_driver owner field | Christoph Hellwig | 2014-11-24 | 1 | -1/+1 |
* | scsi: stop passing a gfp_mask argument down the command setup path | Christoph Hellwig | 2014-11-24 | 1 | -3/+3 |
* | sd: disable discard_zeroes_data for UNMAP | Martin K. Petersen | 2014-11-12 | 1 | -4/+6 |
* | sd: fix up ->compat_ioctl | Christoph Hellwig | 2014-11-12 | 1 | -20/+8 |
* | scsi: split scsi_nonblockable_ioctl | Christoph Hellwig | 2014-11-12 | 1 | -3/+3 |
* | scsi: remove scsi_show_result() | Hannes Reinecke | 2014-11-12 | 1 | -24/+26 |
* | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 2014-11-12 | 1 | -4/+5 |
* | sd: remove scsi_print_sense() in sd_done() | Hannes Reinecke | 2014-11-12 | 1 | -1/+0 |
* | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 1 | -1/+3 |
|\ |
|
| * | block: disable entropy contributions for nonrot devices | Mike Snitzer | 2014-10-04 | 1 | -1/+3 |
* | | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 1 | -30/+43 |
|\ \ |
|
| * | | sd: Honor block layer integrity handling flags | Martin K. Petersen | 2014-09-30 | 1 | -30/+43 |
| |/ |
|
* | | scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev() | Subhash Jadavani | 2014-09-15 | 1 | -0/+2 |
* | | sd: Avoid sending medium write commands if device is write protected | Sujit Reddy Thumma | 2014-09-15 | 1 | -1/+5 |
|/ |
|
* | sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout | K. Y. Srinivasan | 2014-07-25 | 1 | -1/+1 |
* | scsi: add a blacklist flag which enables VPD page inquiries | Martin K. Petersen | 2014-07-25 | 1 | -0/+5 |
* | scsi: move the writeable field from struct scsi_device to struct scsi_cd | Christoph Hellwig | 2014-07-25 | 1 | -3/+0 |
* | sd: split sd_init_command | Christoph Hellwig | 2014-07-17 | 1 | -29/+29 |
* | sd: retry discard commands | Christoph Hellwig | 2014-07-17 | 1 | -1/+1 |
* | sd: retry write same commands | Christoph Hellwig | 2014-07-17 | 1 | -1/+1 |
* | sd: don't use scsi_setup_blk_pc_cmnd for discard requests | Christoph Hellwig | 2014-07-17 | 1 | -19/+31 |
* | sd: don't use scsi_setup_blk_pc_cmnd for write same requests | Christoph Hellwig | 2014-07-17 | 1 | -16/+28 |
* | sd: don't use scsi_setup_blk_pc_cmnd for flush requests | Christoph Hellwig | 2014-07-17 | 1 | -7/+13 |
* | scsi: set sc_data_direction in common code | Christoph Hellwig | 2014-07-17 | 1 | -2/+0 |
* | scsi: restructure command initialization for TYPE_FS requests | Christoph Hellwig | 2014-07-17 | 1 | -1/+1 |
* | sd: Limit transfer length | Martin K. Petersen | 2014-07-17 | 1 | -1/+15 |
* | sd: bad return code of init_sd | Clément Calmels | 2014-07-17 | 1 | -0/+2 |
* | sd: notify block layer when using temporary change to cache_type | Vaughan Cao | 2014-07-17 | 1 | -8/+15 |
* | sd: use READ_16 or WRITE_16 when transfer length is greater than 0xffff | Akinobu Mita | 2014-07-17 | 1 | -4/+1 |
* | usb-storage/SCSI: Add broken_fua blacklist flag | Alan Stern | 2014-06-30 | 1 | -1/+4 |
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-06-09 | 1 | -32/+16 |
|\ |
|
| * | sd: medium access timeout counter fails to reset | David Jeffery | 2014-05-19 | 1 | -2/+2 |
| * | scsi: reintroduce scsi_driver.init_command | Christoph Hellwig | 2014-05-19 | 1 | -30/+14 |
* | | sd/skd: stuff discard page in request->completion_data | Jens Axboe | 2014-04-16 | 1 | -4/+3 |
* | | block: remove struct request buffer member | Jens Axboe | 2014-04-15 | 1 | -6/+4 |
|/ |
|
* | Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-11 | 1 | -0/+1 |
|\ |
|
| * | scsi: async sd resume | Dan Williams | 2014-04-10 | 1 | -0/+1 |
* | | [SCSI] sd: Quiesce mode sense error messages | Martin K. Petersen | 2014-03-27 | 1 | -16/+22 |
* | | [SCSI] sd: don't fail if the device doesn't recognize SYNCHRONIZE CACHE | Alan Stern | 2014-03-15 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-01-30 | 1 | -1/+1 |
|\ |
|