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
/
scsi_lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-07
scsi: core: run queue if SCSI device queue isn't ready and queue is idle
Ming Lei
1
-0
/
+2
2017-11-21
scsi: use dma_get_cache_alignment() as minimum DMA alignment
Huacai Chen
1
-4
/
+6
2017-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+8
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-30
/
+69
2017-11-10
block, scsi: Make SCSI quiesce and resume work reliably
Bart Van Assche
1
-12
/
+30
2017-11-10
ide, scsi: Tell the block layer at request allocation time about preempt requ...
Bart Van Assche
1
-3
/
+3
2017-11-07
Revert "scsi: make 'state' device attribute pollable"
Linus Torvalds
1
-3
/
+0
2017-11-04
blk-mq: don't handle failure in .get_budget
Ming Lei
1
-8
/
+3
2017-11-04
SCSI: don't get target/host busy_count in scsi_mq_get_budget()
Ming Lei
1
-16
/
+13
2017-11-01
scsi: implement .get_budget and .put_budget for blk-mq
Ming Lei
1
-23
/
+52
2017-11-01
scsi: allow passing in null rq to scsi_prep_state_check()
Ming Lei
1
-2
/
+2
2017-10-23
scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFER
Bart Van Assche
1
-7
/
+1
2017-10-18
scsi: scsi_error: Handle power-on reset unit attention
Hannes Reinecke
1
-0
/
+4
2017-10-16
scsi: sd_zbc: Fix comments and indentation
Damien Le Moal
1
-1
/
+4
2017-08-31
scsi: scsi-mq: Always unprepare before requeuing a request
Bart Van Assche
1
-2
/
+8
2017-08-31
scsi: Improve requeuing behavior
Bart Van Assche
1
-2
/
+13
2017-08-31
scsi: Call scsi_initialize_rq() for filesystem requests
Bart Van Assche
1
-4
/
+22
2017-08-29
scsi: Rework handling of scsi_device.vpd_pg8[03]
Bart Van Assche
1
-8
/
+8
2017-08-25
scsi: Fix the kerneldoc for scsi_initialize_rq()
Jonathan Corbet
1
-0
/
+1
2017-08-25
scsi: fix comment in scsi_device_set_state()
Hannes Reinecke
1
-1
/
+1
2017-08-25
scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer
Bart Van Assche
1
-9
/
+9
2017-08-25
scsi: Document which queue type a function is intended for
Bart Van Assche
1
-11
/
+12
2017-08-24
scsi: make 'state' device attribute pollable
Hannes Reinecke
1
-0
/
+3
2017-08-24
scsi: scsi_lib: rework scsi_internal_device_unblock_nowait()
Hannes Reinecke
1
-6
/
+11
2017-07-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-115
/
+191
2017-06-20
block: Change argument type of scsi_req_init()
Bart Van Assche
1
-1
/
+3
2017-06-20
block: Make most scsi_req_init() calls implicit
Bart Van Assche
1
-1
/
+14
2017-06-18
blk-mq: use the introduced blk_mq_unquiesce_queue()
Ming Lei
1
-2
/
+2
2017-06-12
scsi: Make scsi_mq_prep_fn() call scsi_init_command()
Bart Van Assche
1
-16
/
+9
2017-06-12
scsi: Introduce scsi_mq_sgl_size()
Bart Van Assche
1
-9
/
+10
2017-06-12
scsi: Only add commands to the device command list if required by the LLD
Bart Van Assche
1
-20
/
+32
2017-06-12
scsi: Make __scsi_remove_device go straight from BLOCKED to DEL
Bart Van Assche
1
-1
/
+1
2017-06-12
scsi: Introduce scsi_start_queue()
Bart Van Assche
1
-10
/
+15
2017-06-12
scsi: Protect SCSI device state changes with a mutex
Bart Van Assche
1
-6
/
+21
2017-06-12
scsi: Create two versions of scsi_internal_device_unblock()
Bart Van Assche
1
-14
/
+32
2017-06-12
scsi: Split scsi_internal_device_block()
Bart Van Assche
1
-26
/
+47
2017-06-12
scsi: Avoid that scsi_exit_rq() triggers a use-after-free
Bart Van Assche
1
-18
/
+29
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-15
/
+15
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-34
/
+17
2017-06-01
block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
Bart Van Assche
1
-0
/
+2
2017-05-18
scsi: zero per-cmd private driver data for each MQ I/O
Long Li
1
-1
/
+1
2017-05-08
scsi: scsi_lib: Add #include <scsi/scsi_transport.h>
Bart Van Assche
1
-0
/
+1
2017-05-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+6
2017-05-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-7
/
+6
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+14
2017-04-26
scsi: Implement blk_mq_ops.show_rq()
Bart Van Assche
1
-0
/
+4
2017-04-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+2
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
1
-1
/
+1
2017-04-20
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
1
-8
/
+7
[next]