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