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
Age
Commit message (
Expand
)
Author
2023-06-16
nvme: forward port sysfs delete fix
Keith Busch
2023-06-12
nvme: skip optional id ctrl csi if it failed
Keith Busch
2023-06-12
nvme-core: use nvme_ns_head_multipath instead of ns->head->disk
Irvin Cote
2023-06-12
nvmet-fcloop: Do not wait on completion when unregister fails
Daniel Wagner
2023-06-12
nvme-fabrics: open code __nvmf_host_find()
Chaitanya Kulkarni
2023-06-12
nvme-fabrics: error out to unlock the mutex
Chaitanya Kulkarni
2023-06-12
nvme: Increase block size variable size to 32-bit
Daniel Gomez
2023-06-12
nvme-fcloop: no need to return from void function
Chaitanya Kulkarni
2023-06-12
nvmet-auth: remove unnecessary break after goto
Chaitanya Kulkarni
2023-06-12
nvmet-auth: remove some dead code
Christophe JAILLET
2023-06-12
nvme-core: remove redundant check from nvme_init_ns_head
Irvin Cote
2023-06-12
nvme: move sysfs code to a dedicated sysfs.c file
Max Gurtovoy
2023-06-12
nvme-fabrics: prevent overriding of existing host
Max Gurtovoy
2023-06-12
nvme-fabrics: check hostid using uuid_equal
Max Gurtovoy
2023-06-12
nvme-fabrics: unify common code in admin and io queue connect
Max Gurtovoy
2023-06-12
nvmet: reorder fields in 'struct nvme_dhchap_queue_context'
Christophe JAILLET
2023-06-12
nvmet: reorder fields in 'struct nvmf_ctrl_options'
Christophe JAILLET
2023-06-12
nvme: reorder fields in 'struct nvme_ctrl'
Christophe JAILLET
2023-06-12
nvmet: reorder fields in 'struct nvmet_sq'
Christophe JAILLET
2023-06-12
nvme-fabrics: add queue setup helpers
Keith Busch
2023-06-12
nvme-pci: cleaning up nvme_pci_init_request
Irvin Cote
2023-06-12
nvme-rdma: fix typo in comment
Max Gurtovoy
2023-06-12
nvme-core: fix dev_pm_qos memleak
Chaitanya Kulkarni
2023-06-12
nvme-core: add missing fault-injection cleanup
Chaitanya Kulkarni
2023-06-12
nvme-core: fix memory leak in dhchap_ctrl_secret
Chaitanya Kulkarni
2023-06-12
nvme-core: fix memory leak in dhchap_secret_store
Chaitanya Kulkarni
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
rnbd-srv: replace sess->open_flags with a "bool readonly"
Christoph Hellwig
2023-06-12
mtd: block: use a simple bool to track open for write
Christoph Hellwig
2023-06-12
nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple bool
Christoph Hellwig
2023-06-12
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
2023-06-12
scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
2023-06-12
scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
Christoph Hellwig
2023-06-12
bcache: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2023-06-12
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
2023-06-12
cdrom: track if a cdrom_device_info was opened for data
Christoph Hellwig
2023-06-12
cdrom: remove the unused cdrom_close_write release code
Christoph Hellwig
2023-06-12
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
2023-06-11
block/rnbd-srv: make process_msg_sess_info returns void
Guoqing Jiang
2023-06-11
block/rnbd-srv: init err earlier in rnbd_srv_init_module
Guoqing Jiang
2023-06-11
block/rnbd-srv: init ret with 0 instead of -EPERM
Guoqing Jiang
2023-06-11
block/rnbd-srv: rename one member in rnbd_srv_dev
Guoqing Jiang
2023-06-11
block/rnbd-srv: no need to check sess_dev
Guoqing Jiang
2023-06-11
block/rnbd: introduce rnbd_access_modes
Guoqing Jiang
[next]