index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-24
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
17
-21
/
+20
2014-11-24
scsi: remove scsi_driver owner field
Christoph Hellwig
9
-13
/
+11
2014-11-24
scsi: move scsi_dispatch_cmd to scsi_lib.c
Christoph Hellwig
3
-82
/
+81
2014-11-24
scsi: stop passing a gfp_mask argument down the command setup path
Christoph Hellwig
4
-16
/
+14
2014-11-24
scsi: remove scsi_next_command
Christoph Hellwig
2
-15
/
+4
2014-11-24
scsi: don't use scsi_next_command in scsi_reset_provider
Christoph Hellwig
1
-8
/
+3
2014-11-12
ufs: remove spurious scsi_set_tag_type call
Christoph Hellwig
1
-1
/
+0
2014-11-12
scsi: don't force tagged_supported in drivers
Christoph Hellwig
6
-29
/
+1
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
57
-260
/
+120
2014-11-12
scsi: always assign block layer tags if enabled
Christoph Hellwig
33
-168
/
+86
2014-11-12
scsi: remove use_blk_tcq Scsi_Host field
Christoph Hellwig
1
-1
/
+0
2014-11-12
mptfusion: don't change queue type in ->change_queue_depth
Christoph Hellwig
1
-6
/
+1
2014-11-12
scsi: remove abuses of scsi_populate_tag
Christoph Hellwig
19
-311
/
+56
2014-11-12
scsi: remove ordered_tag host template field
Christoph Hellwig
3
-12
/
+0
2014-11-12
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
11
-81
/
+25
2014-11-12
scsi: add new scsi-command flag for tagged commands
Christoph Hellwig
9
-20
/
+22
2014-11-12
scsi: provide a generic change_queue_type method
Christoph Hellwig
19
-228
/
+42
2014-11-12
scsi: handle more device handler setup/teardown in common code
Christoph Hellwig
6
-167
/
+88
2014-11-12
scsi: device handlers must have attach and detach methods
Christoph Hellwig
1
-12
/
+13
2014-11-12
scsi: remove struct scsi_dh_devlist
Christoph Hellwig
4
-12
/
+12
2014-11-12
scsi: use container_of to get at device handler private data
Christoph Hellwig
5
-61
/
+37
2014-11-12
scsi_dh: get module reference outside of device handler
Christoph Hellwig
5
-25
/
+22
2014-11-12
scsi_dh_hp_sw: fix return value on failed allocation
Christoph Hellwig
1
-1
/
+1
2014-11-12
sd: disable discard_zeroes_data for UNMAP
Martin K. Petersen
1
-4
/
+6
2014-11-12
scsi: return EAGAIN when resetting a device under EH
Christoph Hellwig
1
-1
/
+1
2014-11-12
osst: call scsi_set_medium_removal directly
Christoph Hellwig
1
-7
/
+6
2014-11-12
st: call scsi_set_medium_removal directly
Christoph Hellwig
1
-7
/
+6
2014-11-12
sd: fix up ->compat_ioctl
Christoph Hellwig
1
-20
/
+8
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
8
-74
/
+49
2014-11-12
scsi: refactor scsi_reset_provider handling
Christoph Hellwig
4
-117
/
+41
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
2
-1
/
+9
2014-11-12
blk-mq: add blk_mq_unique_tag()
Bart Van Assche
3
-0
/
+47
2014-11-12
scsi: ratelimit I/O error messages
Hannes Reinecke
1
-12
/
+20
2014-11-12
scsi: correct return values for .eh_abort_handler implementations
Hannes Reinecke
6
-18
/
+18
2014-11-12
scsi: document scsi_try_to_abort_cmd
Hannes Reinecke
1
-3
/
+21
2014-11-12
scsi: use shost argument in scsi_eh_prt_fail_stats
Hannes Reinecke
1
-1
/
+1
2014-11-12
scsi: fixup logging messages in scsi_error.c
Hannes Reinecke
2
-42
/
+39
2014-11-12
scsi: simplify scsi_log_(send|completion)
Hannes Reinecke
5
-44
/
+57
2014-11-12
scsi: remove scsi_show_result()
Hannes Reinecke
4
-43
/
+28
2014-11-12
scsi: separate out scsi_(host|driver)byte_string()
Hannes Reinecke
2
-14
/
+46
2014-11-12
scsi: Remove scsi_print_command when calling abort
Hannes Reinecke
7
-27
/
+11
2014-11-12
scsi: repurpose the last argument from print_opcode_name()
Hannes Reinecke
5
-30
/
+27
2014-11-12
scsi: consolidate opcode lookup in scsi_opcode_sa_name()
Hannes Reinecke
1
-16
/
+23
2014-11-12
scsi: merge print_opcode_name()
Hannes Reinecke
1
-60
/
+38
2014-11-12
scsi: implement scsi_opcode_sa_name
Hannes Reinecke
1
-78
/
+53
2014-11-12
scsi: remove scsi_print_status()
Hannes Reinecke
2
-36
/
+0
2014-11-12
scsi: use 'bool' as return value for scsi_normalize_sense()
Hannes Reinecke
3
-16
/
+16
2014-11-12
scsi: do not decode sense extras
Hannes Reinecke
1
-62
/
+0
2014-11-12
scsi: stop decoding if scsi_normalize_sense() fails
Hannes Reinecke
1
-18
/
+16
[next]