index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
Age
Commit message (
Expand
)
Author
Lines
2025-02-18
nvmet: Use enum definitions instead of hardcoded values
Damien Le Moal
-7
/
+7
2025-02-18
nvmet: pci-epf: Avoid RCU stalls under heavy workload
Damien Le Moal
-0
/
+11
2025-02-18
nvmet: pci-epf: Do not uselessly write the CSTS register
Damien Le Moal
-2
/
+6
2025-02-18
nvmet: pci-epf: Correctly initialize CSTS when enabling the controller
Damien Le Moal
-8
/
+12
2025-02-18
nvmet-rdma: recheck queue state is LIVE in state lock in recv done
Ruozhu Li
-10
/
+23
2025-02-18
nvmet: Fix crash when a namespace is disabled
Hannes Reinecke
-21
/
+19
2025-02-03
Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14
Jens Axboe
-3
/
+4
2025-01-28
nvmet: add a missing endianess conversion in nvmet_execute_admin_connect
Christoph Hellwig
-1
/
+1
2025-01-28
nvmet: the result field in nvmet_alloc_ctrl_args is little endian
Christoph Hellwig
-1
/
+1
2025-01-24
nvmet: fix a memory leak in controller identify
Sagi Grimberg
-0
/
+1
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
-130
/
+3443
2025-01-14
nvmet: fix rw control endian access
Keith Busch
-1
/
+1
2025-01-10
nvmet: New NVMe PCI endpoint function target driver
Damien Le Moal
-0
/
+2604
2025-01-10
nvmet: Implement arbitration feature support
Damien Le Moal
-2
/
+56
2025-01-10
nvmet: Implement interrupt config feature support
Damien Le Moal
-2
/
+57
2025-01-10
nvmet: Implement interrupt coalescing feature support
Damien Le Moal
-2
/
+61
2025-01-10
nvmet: Implement host identifier set feature support
Damien Le Moal
-4
/
+31
2025-01-10
nvmet: Introduce get/set_feature controller operations
Damien Le Moal
-0
/
+4
2025-01-10
nvmet: Do not require SGL for PCI target controller commands
Damien Le Moal
-6
/
+26
2025-01-10
nvmet: Add support for I/O queue management admin commands
Damien Le Moal
-3
/
+170
2025-01-10
nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
Damien Le Moal
-0
/
+89
2025-01-10
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
-2
/
+135
2025-01-10
nvmet: Improve nvmet_alloc_ctrl() interface and implementation
Damien Le Moal
-65
/
+94
2025-01-10
nvme: Add PCI transport type
Damien Le Moal
-0
/
+12
2025-01-10
nvmet: Add drvdata field to struct nvmet_ctrl
Damien Le Moal
-0
/
+2
2025-01-10
nvmet: Introduce nvmet_get_cmd_effects_admin()
Damien Le Moal
-1
/
+6
2025-01-10
nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
Damien Le Moal
-35
/
+36
2025-01-10
nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
Damien Le Moal
-3
/
+49
2025-01-07
nvmet: handle rw's limited retry flag
Guixin Liu
-0
/
+3
2025-01-04
block: remove bio_add_pc_page
Christoph Hellwig
-9
/
+12
2024-12-27
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
-65
/
+79
2024-12-27
nvmet: propagate npwg topology
Luis Chamberlain
-1
/
+1
2024-12-27
nvmet: Don't overflow subsysnqn
Leo Stone
-2
/
+9
2024-12-05
Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13
Jens Axboe
-4
/
+8
2024-12-04
nvmet: replace kmalloc + memset with kzalloc for data allocation
Yu-Chun Lin
-2
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-1
/
+1
2024-12-02
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Nilay Shroff
-2
/
+7
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
-3
/
+4
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
-26
/
+1714
2024-11-18
nvme: define the remaining used sgls constants
Keith Busch
-3
/
+4
2024-11-13
Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...
Jens Axboe
-18
/
+1701
2024-11-13
nvmet: add tracing of reservation commands
Guixin Liu
-0
/
+108
2024-11-13
nvmet: report ns's vwc not present
Guixin Liu
-0
/
+7
2024-11-11
nvmet: support for csi identify ns
Keith Busch
-0
/
+32
2024-11-11
nvmet: implement rotational media information log
Keith Busch
-0
/
+42
2024-11-11
nvmet: implement endurance groups
Keith Busch
-0
/
+95
2024-11-11
nvmet: declare 2.1 version compliance
Keith Busch
-1
/
+1
2024-11-11
nvmet: implement crto property
Keith Busch
-0
/
+3
2024-11-11
nvmet: implement supported features log
Keith Busch
-0
/
+33
2024-11-11
nvmet: implement supported log pages
Keith Busch
-0
/
+28
[next]