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
/
include
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-12
scsi: remove struct scsi_dh_devlist
Christoph Hellwig
1
-6
/
+0
2014-11-12
scsi: use container_of to get at device handler private data
Christoph Hellwig
1
-1
/
+0
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-2
/
+2
2014-11-12
scsi: refactor scsi_reset_provider handling
Christoph Hellwig
1
-14
/
+1
2014-11-12
scsi: add support for multiple hardware queues in scsi_(host_)find_tag
Bart Van Assche
1
-8
/
+11
2014-11-12
scsi: add support for multiple hardware queues
Bart Van Assche
1
-0
/
+8
2014-11-12
scsi: simplify scsi_log_(send|completion)
Hannes Reinecke
1
-1
/
+2
2014-11-12
scsi: remove scsi_show_result()
Hannes Reinecke
1
-1
/
+0
2014-11-12
scsi: separate out scsi_(host|driver)byte_string()
Hannes Reinecke
1
-0
/
+2
2014-11-12
scsi: repurpose the last argument from print_opcode_name()
Hannes Reinecke
1
-1
/
+1
2014-11-12
scsi: remove scsi_print_status()
Hannes Reinecke
1
-1
/
+0
2014-11-12
scsi: use 'bool' as return value for scsi_normalize_sense()
Hannes Reinecke
1
-7
/
+7
2014-11-12
scsi: use sdev as argument for sense code printing
Hannes Reinecke
2
-7
/
+12
2014-11-12
scsi: introduce sdev_prefix_printk()
Hannes Reinecke
1
-0
/
+9
2014-11-12
scsi: remove scsi_cmd_print_sense_hdr()
Hannes Reinecke
1
-2
/
+0
2014-11-12
scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl
Douglas Gilbert
2
-1
/
+9
2014-10-28
scsi: set REQ_QUEUE for the blk-mq case
Christoph Hellwig
1
-4
/
+4
2014-10-21
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
6
-7
/
+7
2014-10-19
Boaz Harrosh - Fix broken email address
Boaz Harrosh
6
-7
/
+7
2014-10-18
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+26
2014-10-07
Merge remote-tracking branch 'scsi-queue/drivers-for-3.18' into for-linus
James Bottomley
1
-0
/
+1
2014-10-01
scsi: fix the type for well known LUs
Subhash Jadavani
1
-0
/
+1
2014-09-30
sd: Honor block layer integrity handling flags
Martin K. Petersen
1
-10
/
+26
2014-09-30
scsi: fix comment in struct Scsi_Host definition
Sebastian Herbszt
1
-1
/
+1
2014-09-22
blk-mq: fix and simplify tag iteration for the timeout handler
Christoph Hellwig
1
-1
/
+1
2014-09-19
[SCSI] fix regression that accidentally disabled block-based tcq
Christoph Hellwig
1
-1
/
+1
2014-09-15
scsi: don't store LUN bits in CDB[1] for USB mass-storage devices
Alan Stern
2
-0
/
+4
2014-09-15
scsi: add use_cmd_list flag
Kashyap.Desai@avagotech.com
1
-0
/
+1
2014-09-15
scsi: fix regression that accidentally disabled block-based tcq
Christoph Hellwig
1
-1
/
+1
2014-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+1
2014-08-14
Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2014-08-08
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig
Laura Abbott
1
-1
/
+1
2014-08-06
Merge remote-tracking branch 'scsi-queue/drivers-for-3.17' into for-next
James Bottomley
1
-0
/
+1
2014-08-01
libiscsi: return new error code when nop times out
Mike Christie
1
-0
/
+1
2014-07-30
Merge remote-tracking branch 'scsi-queue/core-for-3.17' into for-next
James Bottomley
1
-0
/
+2
2014-07-29
scsi: do not issue SCSI RSOC command to Promise Vtrak E610f
Janusz Dziemidowicz
1
-0
/
+2
2014-07-25
scsi: add defines for new FC port speeds.
Dick Kennedy
1
-0
/
+4
2014-07-25
scsi: add a blacklist flag which enables VPD page inquiries
Martin K. Petersen
2
-0
/
+2
2014-07-25
scsi: move the writeable field from struct scsi_device to struct scsi_cd
Christoph Hellwig
1
-1
/
+0
2014-07-25
scsi: add a symbolic name for the ZBC device type
Christoph Hellwig
1
-0
/
+1
2014-07-25
scsi: add support for a blk-mq based I/O path.
Christoph Hellwig
2
-4
/
+42
2014-07-25
scsi: fix the {host,target,device}_blocked counter mess
Christoph Hellwig
2
-8
/
+6
2014-07-25
scsi: convert device_busy to atomic_t
Christoph Hellwig
1
-3
/
+1
2014-07-25
scsi: convert host_busy to atomic_t
Christoph Hellwig
1
-7
/
+3
2014-07-25
scsi: convert target_busy to an atomic_t
Christoph Hellwig
1
-2
/
+2
2014-07-17
scsi: mark scsi_setup_blk_pc_cmnd static
Christoph Hellwig
1
-2
/
+0
2014-07-17
scsi: restructure command initialization for TYPE_FS requests
Christoph Hellwig
1
-1
/
+0
2014-07-17
scsi: remove various exports that were only used by scsi_tgt
Christoph Hellwig
2
-5
/
+0
2014-07-17
tgt: removal
Bart Van Assche
3
-150
/
+0
2014-07-17
libsrp: removal
Christoph Hellwig
1
-78
/
+0
[next]