index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: scsi_debug: Add new defer type for mq_poll
Douglas Gilbert
2021-03-04
1
-54
/
+94
*
scsi: scsi_debug: mq_poll support
Kashyap Desai
2021-03-04
1
-0
/
+130
*
scsi: megaraid_sas: mq_poll support
Kashyap Desai
2021-03-04
4
-11
/
+123
*
scsi: core: Add mq_poll support to SCSI layer
Kashyap Desai
2021-03-04
3
-0
/
+28
*
scsi: target: core: Make completion affinity configurable
Mike Christie
2021-03-04
4
-2
/
+77
*
scsi: target: core: Flush submission work during TMR processing
Mike Christie
2021-03-04
1
-0
/
+4
*
scsi: target: tcmu: Add backend plug/unplug callouts
Mike Christie
2021-03-04
1
-2
/
+25
*
scsi: target: iblock: Add backend plug/unplug callouts
Mike Christie
2021-03-04
2
-1
/
+53
*
scsi: target: core: Fix backend plugging
Mike Christie
2021-03-04
3
-1
/
+48
*
scsi: target: core: Cleanup cmd flag bits
Mike Christie
2021-03-04
1
-19
/
+19
*
scsi: target: tcm_loop: Use LIO wq cmd submission helper
Mike Christie
2021-03-04
2
-17
/
+6
*
scsi: target: tcm_loop: Use block cmd allocator for se_cmds
Mike Christie
2021-03-04
1
-11
/
+8
*
scsi: target: vhost-scsi: Use LIO wq cmd submission helper
Mike Christie
2021-03-04
1
-30
/
+6
*
scsi: target: core: Add workqueue based cmd submission
Mike Christie
2021-03-04
5
-4
/
+59
*
scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()
Mike Christie
2021-03-04
10
-16
/
+23
*
scsi: target: core: Remove target_submit_cmd_map_sgls()
Mike Christie
2021-03-04
2
-64
/
+18
*
scsi: target: tcm_fc: Convert to new submission API
Mike Christie
2021-03-04
1
-4
/
+10
*
scsi: target: xen-scsiback: Convert to new submission API
Mike Christie
2021-03-04
1
-12
/
+9
*
scsi: target: vhost-scsi: Convert to new submission API
Mike Christie
2021-03-04
1
-11
/
+9
*
scsi: target: usb: gadget: Convert to new submission API
Mike Christie
2021-03-04
1
-10
/
+6
*
scsi: target: sbp_target: Convert to new submission API
Mike Christie
2021-03-04
1
-5
/
+3
*
scsi: target: tcm_loop: Convert to new submission API
Mike Christie
2021-03-04
1
-12
/
+10
*
scsi: target: qla2xxx: Convert to new submission API
Mike Christie
2021-03-04
1
-4
/
+12
*
scsi: target: ibmvscsi_tgt: Convert to new submission API
Mike Christie
2021-03-04
1
-12
/
+3
*
scsi: target: srpt: Convert to new submission API
Mike Christie
2021-03-04
1
-5
/
+8
*
scsi: target: core: Break up target_submit_cmd_map_sgls()
Mike Christie
2021-03-04
2
-61
/
+148
*
scsi: target: core: Rename transport_init_se_cmd()
Mike Christie
2021-03-04
5
-31
/
+31
*
scsi: target: core: Drop kref_get_unless_zero() in target_get_sess_cmd()
Mike Christie
2021-03-04
1
-3
/
+1
*
scsi: target: core: Move t_task_cdb initialization
Mike Christie
2021-03-04
1
-1
/
+1
*
scsi: core: Replace sdev->device_busy with sbitmap
Ming Lei
2021-03-04
7
-24
/
+51
*
scsi: core: Make sure sdev->queue_depth is <= max(shost->can_queue, 1024)
Ming Lei
2021-03-04
1
-0
/
+11
*
scsi: core: Add scsi_device_busy() wrapper
Ming Lei
2021-03-04
6
-6
/
+11
*
scsi: megaraid_sas: Replace sdev_busy with local counter
Kashyap Desai
2021-03-04
2
-8
/
+41
*
scsi: core: Put hot fields of scsi_host_template in one cacheline
Ming Lei
2021-03-04
1
-33
/
+39
*
scsi: blk-mq: Return budget token from .get_budget callback
Ming Lei
2021-03-04
5
-26
/
+72
*
scsi: blk-mq: Add callbacks for storing & retrieving budget token
Ming Lei
2021-03-04
3
-0
/
+29
*
scsi: sbitmap: Add sbitmap_calculate_shift() helper
Ming Lei
2021-03-04
2
-13
/
+21
*
scsi: sbitmap: Export sbitmap_weight
Ming Lei
2021-03-04
2
-5
/
+16
*
scsi: sbitmap: Move allocation hint into sbitmap
Ming Lei
2021-03-04
5
-65
/
+96
*
scsi: sbitmap: Add helpers for updating allocation hint
Ming Lei
2021-03-04
1
-39
/
+54
*
scsi: sbitmap: Maintain allocation round_robin in sbitmap
Ming Lei
2021-03-04
5
-28
/
+29
*
scsi: sbitmap: Remove sbitmap_clear_bit_unlock
Ming Lei
2021-03-04
1
-6
/
+0
*
scsi: ufs: ufs-debugfs: Add user-defined exception event rate limiting
Adrian Hunter
2021-03-04
4
-2
/
+53
*
scsi: ufs: ufs-debugfs: Add user-defined exception_event_mask
Adrian Hunter
2021-03-04
3
-34
/
+120
*
scsi: ufs: Add exception event definitions
Adrian Hunter
2021-03-04
1
-2
/
+8
*
scsi: ufs: Add exception event tracepoint
Adrian Hunter
2021-03-04
2
-0
/
+23
*
Merge tag 'misc-5.12-2021-03-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-03
4
-6
/
+16
|
\
|
*
swap: fix swapfile read/write offset
Jens Axboe
2021-03-03
3
-5
/
+14
|
*
ia64: don't call handle_signal() unless there's actually a signal queued
Jens Axboe
2021-03-03
1
-1
/
+2
|
/
*
Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2021-03-01
9
-46
/
+68
|
\
[next]