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
/
nvme
/
target
Age
Commit message (
Expand
)
Author
2022-02-28
nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
nvmet: allow bdev in buffered_io mode
Chaitanya Kulkarni
2022-02-28
nvmet: use i_size_read() to set size for file-ns
Chaitanya Kulkarni
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to blk_next_bio
Chaitanya Kulkarni
2022-01-12
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-12-08
nvmet-tcp: fix possible list corruption for unexpected command failure
Sagi Grimberg
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
2021-11-25
nvmet: use IOCB_NOWAIT only if the filesystem supports it
Maurizio Lombardi
2021-11-23
nvmet-tcp: fix incomplete data digest send
Varun Prakash
2021-11-23
nvmet-tcp: fix memory leak when performing a controller reset
Maurizio Lombardi
2021-11-23
nvmet-tcp: add an helper to free the cmd buffers
Maurizio Lombardi
2021-11-23
nvmet-tcp: fix a race condition between release_queue and io_work
Maurizio Lombardi
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-27
nvmet-tcp: fix header digest verification
Amit Engel
2021-10-27
nvmet: use flex_array_size and struct_size
Len Baker
2021-10-27
nvmet: register discovery subsystem as 'current'
Hannes Reinecke
2021-10-27
nvmet: switch check for subsystem type
Hannes Reinecke
2021-10-27
nvmet-tcp: fix data digest pointer calculation
Varun Prakash
2021-10-26
nvmet-tcp: fix a memory leak when releasing a queue
Maurizio Lombardi
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-20
nvmet: use struct_size over open coded arithmetic
Len Baker
2021-10-20
nvmet: use macro definitions for setting cmic value
Max Gurtovoy
2021-10-20
nvmet: use macro definition for setting nmic value
Max Gurtovoy
2021-10-20
nvmet: set 'CNTRLTYPE' in the identify controller data
Hannes Reinecke
2021-10-20
nvmet: add nvmet_is_disc_subsys() helper
Hannes Reinecke
2021-10-20
nvmet: make discovery NQN configurable
Hannes Reinecke
2021-10-20
nvmet-rdma: implement get_max_queue_size controller op
Max Gurtovoy
2021-10-20
nvmet: add get_max_queue_size op for controllers
Max Gurtovoy
2021-10-20
nvmet-tcp: fix use-after-free when a port is removed
Israel Rukshin
2021-10-20
nvmet-rdma: fix use-after-free when a port is removed
Israel Rukshin
2021-10-20
nvmet: fix use-after-free when a port is removed
Israel Rukshin
2021-10-19
nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocated
Ming Lei
2021-10-19
nvme: apply nvme API to quiesce/unquiesce admin queue
Ming Lei
2021-10-18
nvmet: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
2021-09-13
nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()
Dan Carpenter
2021-09-06
nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
Hannes Reinecke
2021-09-06
nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
Christoph Hellwig
2021-09-06
nvmet: looks at the passthrough controller when initializing CAP
Adam Manzanares
2021-08-16
nvme: Have NVME_FABRICS select NVME_CORE instead of transport drivers
Sagi Grimberg
2021-08-16
nvmet: check that host sqsize does not exceed ctrl MQES
Amit Engel
2021-08-16
nvmet: avoid duplicate qid in connect cmd
Amit Engel
[next]