index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2015-08-12
sd: Fix maximum I/O size for BLOCK_PC requests
Martin K. Petersen
1
-3
/
+3
2015-07-17
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
1
-2
/
+2
2015-05-25
sd: fix an error return in probe()
Dan Carpenter
1
-1
/
+2
2015-05-18
sd: Disable support for 256 byte/sector disks
Mark Hounschell
1
-14
/
+5
2015-04-16
sd: Unregister integrity profile
Martin K. Petersen
1
-0
/
+1
2015-04-11
sd, mmc, virtio_blk, string_helpers: fix block size units
James Bottomley
1
-4
/
+4
2015-03-19
sd: don't grab a device references from driver methods
Christoph Hellwig
1
-44
/
+11
2015-02-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+2
2015-02-02
sd: Fix max transfer length for 4k disks
Brian King
1
-2
/
+4
2015-01-09
scsi: use per-cpu buffer for formatting sense
Hannes Reinecke
1
-5
/
+2
2014-12-30
sd: tweak discard heuristics to work around QEMU SCSI issue
Martin K. Petersen
1
-2
/
+3
2014-11-24
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
1
-1
/
+1
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
1
-1
/
+1
2014-11-24
scsi: stop passing a gfp_mask argument down the command setup path
Christoph Hellwig
1
-3
/
+3
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
[next]