index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
aoe: use bvec_kmap_local in bvcpy
Christoph Hellwig
1
-2
/
+2
2022-02-28
nvme: check that EUI/GUID/UUID are globally unique
Christoph Hellwig
1
-2
/
+36
2022-02-28
nvme: check for duplicate identifiers earlier
Christoph Hellwig
1
-7
/
+6
2022-02-28
nvme: fix the check for duplicate unique identifiers
Christoph Hellwig
1
-8
/
+10
2022-02-28
nvme: cleanup __nvme_check_ids
Christoph Hellwig
1
-5
/
+4
2022-02-28
nvme: remove nssa from struct nvme_ctrl
Keith Busch
2
-5
/
+5
2022-02-28
nvme: explicitly set non-error for directives
Keith Busch
1
-0
/
+2
2022-02-28
nvme: expose cntrltype and dctype through sysfs
Martin Belanger
2
-0
/
+42
2022-02-28
nvme: send uevent on connection up
Martin Belanger
1
-0
/
+9
2022-02-28
nvme: add vectored-io support for user-passthrough
Kanchan Joshi
1
-9
/
+26
2022-02-28
nvme: add verbose error logging
Alan Adamson
5
-1
/
+246
2022-02-28
nvme: add a helper to initialize connect_q
Chaitanya Kulkarni
5
-16
/
+16
2022-02-28
nvme-rdma: add helpers for mapping/unmapping request
Max Gurtovoy
1
-46
/
+65
2022-02-28
nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
1
-3
/
+3
2022-02-28
nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
1
-3
/
+3
2022-02-28
nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
1
-6
/
+6
2022-02-28
nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
1
-2
/
+2
2022-02-28
nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
1
-8
/
+8
2022-02-28
nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
1
-9
/
+9
2022-02-28
nvmet: allow bdev in buffered_io mode
Chaitanya Kulkarni
1
-0
/
+8
2022-02-28
nvmet: use i_size_read() to set size for file-ns
Chaitanya Kulkarni
2
-14
/
+5
2022-02-28
nvme-fabrics: remove unnecessary braces for case
Chaitanya Kulkarni
1
-1
/
+1
2022-02-28
nvme-fabrics: use consistent zeroout pattern
Chaitanya Kulkarni
1
-2
/
+1
2022-02-28
nvme-fabrics: use unsigned int type
Chaitanya Kulkarni
1
-1
/
+1
2022-02-28
nvme-fabrics: use unsigned int type
Chaitanya Kulkarni
1
-1
/
+1
2022-02-28
nvme-core: remove unnecessary function parameter
Chaitanya Kulkarni
1
-5
/
+3
2022-02-28
nvme-core: remove unnecessary semicolon
Chaitanya Kulkarni
1
-1
/
+1
2022-02-28
null_blk: null_alloc_page() cleanup
Chaitanya Kulkarni
1
-7
/
+5
2022-02-28
null_blk: remove hardcoded null_alloc_page() param
Chaitanya Kulkarni
1
-4
/
+4
2022-02-28
null_blk: remove hardcoded alloc_cmd() parameter
Chaitanya Kulkarni
1
-17
/
+12
2022-02-28
loop: allow user to set the queue depth
Chaitanya Kulkarni
1
-1
/
+20
2022-02-28
loop: remove extra variable in lo_req_flush
Chaitanya Kulkarni
1
-2
/
+1
2022-02-28
loop: remove extra variable in lo_fallocate()
Chaitanya Kulkarni
1
-2
/
+1
2022-02-28
loop: use sysfs_emit() in the sysfs xxx show()
Chaitanya Kulkarni
1
-5
/
+5
2022-02-28
null_blk: fix return value from null_add_dev()
Chaitanya Kulkarni
1
-2
/
+3
2022-02-28
loop: clean up grammar in warning message
Colin Ian King
1
-2
/
+2
2022-02-28
block/rnbd: Remove a useless mutex
Christophe JAILLET
1
-8
/
+3
2022-02-28
block/rnbd: client device does not care queue/rotational
Gioh Kim
4
-9
/
+8
2022-02-28
block/rnbd-clt: fix CHECK:BRACES warning
Gioh Kim
1
-2
/
+2
2022-02-17
virtio_blk: simplify refcounting
Christoph Hellwig
1
-52
/
+14
2022-02-17
memstick/mspro_block: simplify refcounting
Christoph Hellwig
1
-42
/
+7
2022-02-17
memstick/mspro_block: fix handling of read-only devices
Christoph Hellwig
1
-6
/
+4
2022-02-17
memstick/ms_block: simplify refcounting
Christoph Hellwig
2
-50
/
+15
2022-02-17
dm: remove dm_dispatch_clone_request
Christoph Hellwig
1
-13
/
+9
2022-02-17
dm: remove useless code from dm_dispatch_clone_request
Christoph Hellwig
1
-4
/
+0
2022-02-17
blk-mq: remove the request_queue argument to blk_insert_cloned_request
Christoph Hellwig
1
-1
/
+1
2022-02-17
blk-mq: make the blk-mq stacking code optional
Christoph Hellwig
1
-0
/
+1
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
14
-54
/
+53
2022-02-04
block: initialize the target bio in __bio_clone_fast
Christoph Hellwig
2
-2
/
+0
2022-02-04
dm: use bio_clone_fast in alloc_io/alloc_tio
Christoph Hellwig
1
-9
/
+3
[next]