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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-11
nvmet: New NVMe PCI endpoint function target driver
Damien Le Moal
3
-0
/
+2604
2025-01-11
nvmet: Implement arbitration feature support
Damien Le Moal
2
-2
/
+56
2025-01-11
nvmet: Implement interrupt config feature support
Damien Le Moal
2
-2
/
+57
2025-01-11
nvmet: Implement interrupt coalescing feature support
Damien Le Moal
2
-2
/
+61
2025-01-11
nvmet: Implement host identifier set feature support
Damien Le Moal
2
-4
/
+32
2025-01-11
nvmet: Introduce get/set_feature controller operations
Damien Le Moal
1
-0
/
+4
2025-01-11
nvmet: Do not require SGL for PCI target controller commands
Damien Le Moal
2
-6
/
+26
2025-01-11
nvmet: Add support for I/O queue management admin commands
Damien Le Moal
2
-3
/
+170
2025-01-11
nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
Damien Le Moal
2
-0
/
+89
2025-01-11
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
6
-2
/
+135
2025-01-11
nvmet: Improve nvmet_alloc_ctrl() interface and implementation
Damien Le Moal
3
-65
/
+94
2025-01-11
nvme: Add PCI transport type
Damien Le Moal
4
-0
/
+13
2025-01-11
nvmet: Add drvdata field to struct nvmet_ctrl
Damien Le Moal
1
-0
/
+2
2025-01-11
nvmet: Introduce nvmet_get_cmd_effects_admin()
Damien Le Moal
1
-1
/
+6
2025-01-11
nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
Damien Le Moal
2
-35
/
+36
2025-01-11
nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
Damien Le Moal
3
-3
/
+49
2025-01-11
nvme: Move opcode string helper functions declarations
Damien Le Moal
2
-39
/
+40
2025-01-11
nvme: change return type of nvme_poll_cq() to bool
Yongsoo Joo
1
-4
/
+4
2025-01-11
nvme: Add error check for xa_store in nvme_get_effects_log
Keisuke Nishimura
1
-2
/
+6
2025-01-11
nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
Sagi Grimberg
1
-13
/
+57
2025-01-07
nvmet: handle rw's limited retry flag
Guixin Liu
1
-0
/
+3
2025-01-06
nbd: don't allow reconnect after disconnect
Yu Kuai
1
-0
/
+1
2025-01-06
block: simplify tag allocation policy selection
Christoph Hellwig
14
-55
/
+29
2025-01-06
block: remove BLK_MQ_F_NO_SCHED
Christoph Hellwig
8
-29
/
+3
2025-01-06
block: remove blk_mq_init_bitmaps
Christoph Hellwig
2
-29
/
+12
2025-01-06
block: better split mq vs non-mq code in add_disk_fwnode
Christoph Hellwig
1
-13
/
+15
2025-01-06
block: add a dma mapping iterator
Christoph Hellwig
1
-107
/
+70
2025-01-06
block: use page_to_phys in bvec_phys
Christoph Hellwig
1
-6
/
+1
2025-01-05
block: remove blk_rq_bio_prep
Christoph Hellwig
3
-13
/
+9
2025-01-05
block: remove bio_add_pc_page
Christoph Hellwig
7
-214
/
+48
2025-01-03
ps3disk: Do not use dev->bounce_size before it is set
Geert Uytterhoeven
1
-2
/
+2
2025-01-03
block: retry call probe after request_module in blk_request_module
Yang Erkun
1
-5
/
+17
2025-01-02
kyber: constify sysfs attributes
Thomas Weißschuh
1
-1
/
+1
2025-01-02
block, bfq: constify sysfs attributes
Thomas Weißschuh
1
-1
/
+1
2025-01-02
block: mq-deadline: Constify sysfs attributes
Thomas Weißschuh
1
-1
/
+1
2025-01-02
elevator: Enable const sysfs attributes
Thomas Weißschuh
2
-5
/
+5
2024-12-23
blk-zoned: Split queue_zone_wplugs_show()
Bart Van Assche
1
-20
/
+24
2024-12-23
blk-zoned: Improve the queue reference count strategy documentation
Bart Van Assche
1
-4
/
+2
2024-12-23
blk-zoned: Document locking assumptions
Bart Van Assche
1
-0
/
+4
2024-12-23
blk-zoned: Minimize #include directives
Bart Van Assche
1
-4
/
+0
2024-12-23
rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
Andreas Hindborg
1
-1
/
+1
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
34
-43
/
+15
2024-12-23
blk-mq: remove unused queue mapping helpers
Daniel Wagner
5
-116
/
+0
2024-12-23
virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2
-4
/
+3
2024-12-23
nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2
-3
/
+1
2024-12-23
scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
12
-21
/
+13
2024-12-23
blk-mq: introduce blk_mq_map_hw_queues
Daniel Wagner
2
-0
/
+39
2024-12-23
virtio: hookup irq_get_affinity callback
Daniel Wagner
1
-0
/
+19
2024-12-23
PCI: hookup irq_get_affinity callback
Daniel Wagner
1
-0
/
+14
2024-12-23
driver core: bus: add irq_get_affinity callback to bus_type
Daniel Wagner
1
-0
/
+3
[next]