index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
2021-08-02
scsi: ufs: Reduce power management code duplication
Bart Van Assche
2021-08-02
scsi: ufs: Fix memory corruption by ufshcd_read_desc_param()
Bart Van Assche
2021-08-01
scsi: ufs: ufshpb: Make host mode parameters configurable
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Add support for host control mode
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Do not send umap_all in host control mode
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Limit the number of in-flight map requests
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Add "cold" regions timer
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Add HPB dev reset response
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Region inactivation in host mode
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Make eviction depend on region's reads
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Add reads counter
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Transform set_dirty to iterate_rgn
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Add host control mode support to rsp_upiu
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Cache HPB Control mode on init
Avri Altman
2021-08-01
scsi: ufs: ufshpb: Add HPB 2.0 support
Daejun Park
2021-08-01
scsi: ufs: ufshpb: Prepare HPB read for cached sub-region
Daejun Park
2021-08-01
scsi: ufs: ufshpb: L2P map management for HPB read
Daejun Park
2021-08-01
scsi: ufs: ufshpb: Introduce Host Performance Buffer feature
Daejun Park
2021-08-01
scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>
Dwaipayan Ray
2021-08-01
scsi: BusLogic: Use %X for u32 sized integer rather than %lX
Colin Ian King
2021-08-01
scsi: BusLogic: Avoid unbounded vsprintf() use
Maciej W. Rozycki
2021-08-01
scsi: BusLogic: Fix missing pr_cont() use
Maciej W. Rozycki
2021-08-01
scsi: bsg: Fix commands without data transfer in scsi_bsg_sg_io_fn()
Christoph Hellwig
2021-07-30
scsi: ufs: Allow async suspend/resume callbacks
Vincent Palomares
2021-07-30
scsi: lpfc: Fix possible ABBA deadlock in nvmet_xri_aborted()
James Smart
2021-07-30
scsi: qla2xxx: Fix spelling mistakes "allloc" -> "alloc"
Colin Ian King
2021-07-30
scsi: bsg: Move the whole request execution into the SCSI/transport handlers
Christoph Hellwig
2021-07-30
scsi: block: Remove the remaining SG_IO-related fields from struct request_queue
Christoph Hellwig
2021-07-30
scsi: bsg: Simplify device registration
Christoph Hellwig
2021-07-30
scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driver
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Unexport sg_scsi_ioctl()
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Factor SG_IO handling into a helper
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helper
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Consolidate the START STOP UNIT handling
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Remove a very misleading comment
Christoph Hellwig
2021-07-28
scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMON
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Simplify SCSI passthrough permission checking
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.c
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Remove scsi_req_init()
Christoph Hellwig
2021-07-28
scsi: bsg: Move bsg_scsi_ops to drivers/scsi/
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()
Christoph Hellwig
2021-07-28
scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()
Christoph Hellwig
2021-07-28
scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()
Christoph Hellwig
2021-07-28
scsi: st: Simplify ioctl handling
Christoph Hellwig
2021-07-28
scsi: core: Remove scsi_compat_ioctl()
Christoph Hellwig
2021-07-28
scsi: sg: Consolidate compat ioctl handling
Christoph Hellwig
2021-07-28
scsi: ch: Consolidate compat ioctl handling
Christoph Hellwig
2021-07-28
scsi: sd: Consolidate compat ioctl handling
Christoph Hellwig
[next]