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.17.y
linux-6.18.y
linux-6.19.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-7.0.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
/
nvme
/
target
/
nvmet.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-17
nvmet-auth: update sc_c in target host hash calculation
Alistair Francis
1
-0
/
+1
2025-06-30
nvmet: fix memory leak of bio integrity
Dmitry Bogdanov
1
-0
/
+2
2025-05-20
nvmet: simplify the nvmet_req_init() interface
Wilfred Mallawa
1
-2
/
+2
2025-05-20
nvmet: support completion queue sharing
Wilfred Mallawa
1
-4
/
+5
2025-05-20
nvmet: cq: prepare for completion queue sharing
Wilfred Mallawa
1
-2
/
+10
2025-05-20
nvmet: add a helper function for cqid checking
Wilfred Mallawa
1
-0
/
+1
2025-03-27
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+34
2025-03-21
nvmet: replace max(a, min(b, c)) by clamp(val, lo, hi)
Li Haoran
1
-1
/
+1
2025-03-21
nvmet-tcp: support secure channel concatenation
Hannes Reinecke
1
-3
/
+29
2025-03-21
nvmet: Add 'sq' argument to alloc_ctrl_args
Hannes Reinecke
1
-2
/
+4
2025-02-28
nvmet: remove old function prototype
Maurizio Lombardi
1
-1
/
+0
2025-02-18
nvmet: Use enum definitions instead of hardcoded values
Damien Le Moal
1
-7
/
+7
2025-02-03
Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14
Jens Axboe
1
-1
/
+1
2025-01-28
nvmet: the result field in nvmet_alloc_ctrl_args is little endian
Christoph Hellwig
1
-1
/
+1
2025-01-21
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+107
2025-01-11
nvmet: Implement arbitration feature support
Damien Le Moal
1
-0
/
+7
2025-01-11
nvmet: Implement interrupt config feature support
Damien Le Moal
1
-0
/
+5
2025-01-11
nvmet: Implement interrupt coalescing feature support
Damien Le Moal
1
-0
/
+10
2025-01-11
nvmet: Introduce get/set_feature controller operations
Damien Le Moal
1
-0
/
+4
2025-01-11
nvmet: Add support for I/O queue management admin commands
Damien Le Moal
1
-0
/
+8
2025-01-11
nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
Damien Le Moal
1
-0
/
+6
2025-01-11
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
1
-0
/
+8
2025-01-11
nvmet: Improve nvmet_alloc_ctrl() interface and implementation
Damien Le Moal
1
-3
/
+15
2025-01-11
nvme: Add PCI transport type
Damien Le Moal
1
-0
/
+5
2025-01-11
nvmet: Add drvdata field to struct nvmet_ctrl
Damien Le Moal
1
-0
/
+2
2025-01-11
nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
Damien Le Moal
1
-0
/
+35
2025-01-11
nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
Damien Le Moal
1
-0
/
+2
2024-12-28
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
1
-0
/
+7
2024-11-11
nvmet: declare 2.1 version compliance
Keith Busch
1
-1
/
+1
2024-11-11
nvmet: support reservation feature
Guixin Liu
1
-1
/
+64
2024-06-24
nvmet: add 'host_traddr' callback for debugfs
Hannes Reinecke
1
-0
/
+4
2024-06-24
nvmet: add debugfs support
Hannes Reinecke
1
-2
/
+6
2024-05-14
Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
1
-4
/
+4
2024-05-01
nvmet: return DHCHAP status codes from nvmet_setup_auth()
Hannes Reinecke
1
-4
/
+4
2024-05-01
nvmet: fix nvme status code when namespace is disabled
Sagi Grimberg
1
-0
/
+1
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+4
2024-03-03
nvmet: introduce new max queue size configuration entry
Max Gurtovoy
1
-1
/
+3
2024-03-03
nvmet: set maxcmd to be per controller
Max Gurtovoy
1
-1
/
+1
2024-02-25
nvme: port block device access to file
Christian Brauner
1
-1
/
+1
2023-11-02
Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+11
2023-10-28
nvmet: Convert to bdev_open_by_path()
Jan Kara
1
-0
/
+1
2023-10-11
nvmet-tcp: peek icreq before starting TLS
Hannes Reinecke
1
-0
/
+5
2023-10-11
nvmet-tcp: enable TLS handshake upcall
Hannes Reinecke
1
-0
/
+1
2023-10-11
nvmet: Set 'TREQ' to 'required' when TLS is enabled
Hannes Reinecke
1
-0
/
+5
2023-06-21
nvmet: Reorder fields in 'struct nvmet_ns'
Christophe JAILLET
1
-1
/
+1
2023-06-12
nvmet: reorder fields in 'struct nvmet_sq'
Christophe JAILLET
1
-1
/
+1
2023-04-13
nvmet: remove nvmet_req_cns_error_complete
Christoph Hellwig
1
-8
/
+0
2023-04-13
nvmet: rename nvmet_execute_identify_cns_cs_ns
Christoph Hellwig
1
-1
/
+1
2023-04-13
nvmet: fix I/O Command Set specific Identify Controller
Damien Le Moal
1
-1
/
+1
2022-11-21
nvmet: expose firmware revision to configfs
Aleksandr Miloserdov
1
-0
/
+2
[next]