Age | Commit message (Expand) | Author | Files | Lines |
2014-11-12 | sd: disable discard_zeroes_data for UNMAP | Martin K. Petersen | 1 | -4/+6 |
2014-11-12 | sd: fix up ->compat_ioctl | Christoph Hellwig | 1 | -20/+8 |
2014-11-12 | scsi: split scsi_nonblockable_ioctl | Christoph Hellwig | 1 | -3/+3 |
2014-11-12 | scsi: remove scsi_show_result() | Hannes Reinecke | 1 | -24/+26 |
2014-11-12 | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 1 | -4/+5 |
2014-11-12 | sd: remove scsi_print_sense() in sd_done() | Hannes Reinecke | 1 | -1/+0 |
2014-10-18 | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+3 |
2014-10-18 | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -30/+43 |
2014-10-04 | block: disable entropy contributions for nonrot devices | Mike Snitzer | 1 | -1/+3 |
2014-10-01 | sd: Honor block layer integrity handling flags | Martin K. Petersen | 1 | -30/+43 |
2014-09-16 | scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev() | Subhash Jadavani | 1 | -0/+2 |
2014-09-16 | sd: Avoid sending medium write commands if device is write protected | Sujit Reddy Thumma | 1 | -1/+5 |
2014-07-26 | sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout | K. Y. Srinivasan | 1 | -1/+1 |
2014-07-26 | scsi: add a blacklist flag which enables VPD page inquiries | Martin K. Petersen | 1 | -0/+5 |
2014-07-26 | scsi: move the writeable field from struct scsi_device to struct scsi_cd | Christoph Hellwig | 1 | -3/+0 |
2014-07-18 | sd: split sd_init_command | Christoph Hellwig | 1 | -29/+29 |
2014-07-18 | sd: retry discard commands | Christoph Hellwig | 1 | -1/+1 |
2014-07-18 | sd: retry write same commands | Christoph Hellwig | 1 | -1/+1 |
2014-07-18 | sd: don't use scsi_setup_blk_pc_cmnd for discard requests | Christoph Hellwig | 1 | -19/+31 |
2014-07-18 | sd: don't use scsi_setup_blk_pc_cmnd for write same requests | Christoph Hellwig | 1 | -16/+28 |
2014-07-18 | sd: don't use scsi_setup_blk_pc_cmnd for flush requests | Christoph Hellwig | 1 | -7/+13 |
2014-07-18 | scsi: set sc_data_direction in common code | Christoph Hellwig | 1 | -2/+0 |
2014-07-18 | scsi: restructure command initialization for TYPE_FS requests | Christoph Hellwig | 1 | -1/+1 |
2014-07-18 | sd: Limit transfer length | Martin K. Petersen | 1 | -1/+15 |
2014-07-18 | sd: bad return code of init_sd | Clément Calmels | 1 | -0/+2 |
2014-07-18 | sd: notify block layer when using temporary change to cache_type | Vaughan Cao | 1 | -8/+15 |
2014-07-18 | sd: use READ_16 or WRITE_16 when transfer length is greater than 0xffff | Akinobu Mita | 1 | -4/+1 |
2014-07-01 | usb-storage/SCSI: Add broken_fua blacklist flag | Alan Stern | 1 | -1/+4 |
2014-06-10 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -32/+16 |
2014-05-19 | sd: medium access timeout counter fails to reset | David Jeffery | 1 | -2/+2 |
2014-05-19 | scsi: reintroduce scsi_driver.init_command | Christoph Hellwig | 1 | -30/+14 |
2014-04-17 | sd/skd: stuff discard page in request->completion_data | Jens Axboe | 1 | -4/+3 |
2014-04-16 | block: remove struct request buffer member | Jens Axboe | 1 | -6/+4 |
2014-04-12 | Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2014-04-11 | scsi: async sd resume | Dan Williams | 1 | -0/+1 |
2014-03-27 | [SCSI] sd: Quiesce mode sense error messages | Martin K. Petersen | 1 | -16/+22 |
2014-03-15 | [SCSI] sd: don't fail if the device doesn't recognize SYNCHRONIZE CACHE | Alan Stern | 1 | -2/+2 |
2014-01-30 | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2013-12-31 | Merge tag 'v3.13-rc6' into for-3.14/core | Jens Axboe | 1 | -0/+6 |
2013-12-19 | [SCSI] sd: Do not call do_div() with a 64-bit divisor | Geert Uytterhoeven | 1 | -1/+1 |
2013-12-19 | [SCSI] Fix erratic device offline during EH | James Bottomley | 1 | -14/+12 |
2013-11-29 | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 1 | -0/+6 |
2013-11-24 | block: Convert bio_iovec() to bvec_iter | Kent Overstreet | 1 | -1/+1 |
2013-11-14 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -17/+66 |
2013-11-08 | Merge branch 'blk-mq/core' into for-3.13/core | Jens Axboe | 1 | -1/+1 |
2013-10-25 | block: make rq->cmd_flags be 64-bit | Jens Axboe | 1 | -1/+1 |
2013-10-25 | [SCSI] Derive the FLUSH_TIMEOUT from the basic I/O timeout | James Bottomley | 1 | -3/+5 |
2013-10-25 | [SCSI] sd: Add error handling during flushing caches | Oliver Neukum | 1 | -13/+57 |
2013-10-25 | [SCSI] sd: Reduce buffer size for vpd request | Bernd Schubert | 1 | -1/+4 |
2013-10-23 | [SCSI] sd: call blk_pm_runtime_init before add_disk | Aaron Lu | 1 | -1/+1 |