index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-gd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-25
NCR53c406a: don't call free_dma() by default
Arnd Bergmann
1
-1
/
+1
2014-07-25
qlogicfas: don't call free_dma()
Arnd Bergmann
1
-2
/
+0
2014-07-25
pas16: don't call free_dma()
Arnd Bergmann
1
-2
/
+0
2014-07-25
advansys: don't build ARM
Arnd Bergmann
1
-1
/
+1
2014-07-25
ibmvfc: fix little endian issues
Tyrel Datwyler
2
-367
/
+374
2014-07-25
qla2xxx: Use dma_zalloc_coherent
Joe Perches
1
-6
/
+4
2014-07-25
bfa: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
1
-3
/
+3
2014-07-25
bfa: remove useless return variables
Peter Senna Tschudin
1
-6
/
+4
2014-07-25
bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address
Ben Hutchings
1
-1
/
+1
2014-07-25
bfa: Use dma_zalloc_coherent
Joe Perches
1
-3
/
+3
2014-07-25
aic7xxx: Use kstrdup
Himangi Saraogi
3
-6
/
+3
2014-07-25
scsi: add defines for new FC port speeds.
Dick Kennedy
2
-0
/
+8
2014-07-25
bnx2i, be2iscsi: fix custom stats length
Mike Christie
2
-5
/
+4
2014-07-25
iscsi: kill redundant casts
Nick Black' via open-iscsi
1
-2
/
+2
2014-07-25
tgt: remove SCSI_TGT and SCSI_FC_TGT_ATTRS
Paul Bolle
1
-14
/
+0
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
4
-1
/
+10
2014-07-25
scsi: move the writeable field from struct scsi_device to struct scsi_cd
Christoph Hellwig
5
-30
/
+3
2014-07-25
scsi: add a symbolic name for the ZBC device type
Christoph Hellwig
1
-0
/
+1
2014-07-25
scsi: update scsi_device_types
Christoph Hellwig
1
-0
/
+2
2014-07-25
fnic: reject device resets without assigned tags for the blk-mq case
Christoph Hellwig
1
-0
/
+16
2014-07-25
scsi: add support for a blk-mq based I/O path.
Christoph Hellwig
8
-72
/
+488
2014-07-25
scatterlist: allow chaining to preallocated chunks
Christoph Hellwig
3
-20
/
+27
2014-07-25
scsi: unwind blk_end_request_all and blk_end_request_err calls
Christoph Hellwig
1
-19
/
+42
2014-07-25
scsi: only maintain target_blocked if the driver has a target queue limit
Christoph Hellwig
1
-10
/
+18
2014-07-25
scsi: fix the {host,target,device}_blocked counter mess
Christoph Hellwig
5
-53
/
+58
2014-07-25
scsi: convert device_busy to atomic_t
Christoph Hellwig
5
-28
/
+40
2014-07-25
scsi: convert host_busy to atomic_t
Christoph Hellwig
9
-48
/
+69
2014-07-25
scsi: convert target_busy to an atomic_t
Christoph Hellwig
2
-23
/
+34
2014-07-25
scsi: push host_lock down into scsi_{host,target}_queue_ready
Christoph Hellwig
1
-36
/
+39
2014-07-25
scsi: set ->scsi_done before calling scsi_dispatch_cmd
Christoph Hellwig
2
-22
/
+21
2014-07-25
scsi: centralize command re-queueing in scsi_dispatch_fn
Christoph Hellwig
2
-26
/
+18
2014-07-25
scsi: split __scsi_queue_insert
Christoph Hellwig
1
-18
/
+26
2014-07-25
scsi: add scsi_setup_cmnd helper
Christoph Hellwig
1
-18
/
+22
2014-07-17
scsi: mark scsi_setup_blk_pc_cmnd static
Christoph Hellwig
2
-4
/
+1
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
3
-11
/
+7
2014-07-17
scsi: restructure command initialization for TYPE_FS requests
Christoph Hellwig
4
-14
/
+14
2014-07-17
scsi: move the nr_phys_segments assert into scsi_init_io
Christoph Hellwig
1
-11
/
+5
2014-07-17
scsi_lib: remove the description string in scsi_io_completion()
Maurizio Lombardi
1
-36
/
+4
2014-07-17
scsi: cleanup switch in scsi_adjust_queue_depth
Douglas Gilbert
1
-4
/
+6
2014-07-17
scsi: remove various exports that were only used by scsi_tgt
Christoph Hellwig
4
-16
/
+5
2014-07-17
tgt: defconfig cleanup
Bart Van Assche
40
-48
/
+0
2014-07-17
tgt: removal
Bart Van Assche
12
-1333
/
+0
2014-07-17
libsrp: removal
Christoph Hellwig
4
-536
/
+0
[next]