index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
sd.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-10
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-09-30
sd: Honor block layer integrity handling flags
Martin K. Petersen
1
-30
/
+43
2014-09-15
scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()
Subhash Jadavani
1
-0
/
+2
2014-09-15
sd: Avoid sending medium write commands if device is write protected
Sujit Reddy Thumma
1
-1
/
+5
2014-07-25
sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeout
K. Y. Srinivasan
1
-1
/
+1
2014-07-25
scsi: add a blacklist flag which enables VPD page inquiries
Martin K. Petersen
1
-0
/
+5
2014-07-25
scsi: move the writeable field from struct scsi_device to struct scsi_cd
Christoph Hellwig
1
-3
/
+0
2014-07-17
sd: split sd_init_command
Christoph Hellwig
1
-29
/
+29
2014-07-17
sd: retry discard commands
Christoph Hellwig
1
-1
/
+1
2014-07-17
sd: retry write same commands
Christoph Hellwig
1
-1
/
+1
2014-07-17
sd: don't use scsi_setup_blk_pc_cmnd for discard requests
Christoph Hellwig
1
-19
/
+31
2014-07-17
sd: don't use scsi_setup_blk_pc_cmnd for write same requests
Christoph Hellwig
1
-16
/
+28
2014-07-17
sd: don't use scsi_setup_blk_pc_cmnd for flush requests
Christoph Hellwig
1
-7
/
+13
2014-07-17
scsi: set sc_data_direction in common code
Christoph Hellwig
1
-2
/
+0
2014-07-17
scsi: restructure command initialization for TYPE_FS requests
Christoph Hellwig
1
-1
/
+1
2014-07-17
sd: Limit transfer length
Martin K. Petersen
1
-1
/
+15
2014-07-17
sd: bad return code of init_sd
Clément Calmels
1
-0
/
+2
2014-07-17
sd: notify block layer when using temporary change to cache_type
Vaughan Cao
1
-8
/
+15
2014-07-17
sd: use READ_16 or WRITE_16 when transfer length is greater than 0xffff
Akinobu Mita
1
-4
/
+1
2014-06-30
usb-storage/SCSI: Add broken_fua blacklist flag
Alan Stern
1
-1
/
+4
2014-06-09
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-16
sd/skd: stuff discard page in request->completion_data
Jens Axboe
1
-4
/
+3
2014-04-15
block: remove struct request buffer member
Jens Axboe
1
-6
/
+4
2014-04-11
Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2014-04-10
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
[next]