index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
nvmet: exit debugfs after discovery subsystem exits
Mohamed Khalfella
1
-1
/
+1
2025-07-31
nvmet: initialize discovery subsys after debugfs is initialized
Mohamed Khalfella
1
-6
/
+6
2025-07-17
nvmet: remove redundant assignment of error code in nvmet_ns_enable()
Alok Tiwari
1
-2
/
+0
2025-06-04
nvme: spelling fixes
Yi Zhang
1
-1
/
+1
2025-06-04
nvme: fix command limits status code
Keith Busch
1
-8
/
+1
2025-05-20
nvmet: simplify the nvmet_req_init() interface
Wilfred Mallawa
1
-3
/
+3
2025-05-20
nvmet: support completion queue sharing
Wilfred Mallawa
1
-3
/
+14
2025-05-20
nvmet: cq: prepare for completion queue sharing
Wilfred Mallawa
1
-15
/
+53
2025-05-20
nvmet: add a helper function for cqid checking
Wilfred Mallawa
1
-0
/
+7
2025-04-22
nvmet: fix out-of-bounds access in nvmet_enable_port
Richard Weinberger
1
-0
/
+3
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+4
2025-03-20
nvmet: Remove duplicate uuid_copy
Mike Christie
1
-2
/
+0
2025-03-20
nvmet-tcp: support secure channel concatenation
Hannes Reinecke
1
-2
/
+3
2025-03-20
nvmet: Add 'sq' argument to alloc_ctrl_args
Hannes Reinecke
1
-1
/
+1
2025-02-18
nvmet: Fix crash when a namespace is disabled
Hannes Reinecke
1
-21
/
+19
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-71
/
+195
2025-01-10
nvmet: Do not require SGL for PCI target controller commands
Damien Le Moal
1
-6
/
+21
2025-01-10
nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
Damien Le Moal
1
-0
/
+83
2025-01-10
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
1
-0
/
+37
2025-01-10
nvmet: Improve nvmet_alloc_ctrl() interface and implementation
Damien Le Moal
1
-30
/
+53
2025-01-10
nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
Damien Le Moal
1
-35
/
+1
2024-12-27
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
1
-45
/
+63
2024-11-11
nvmet: support reservation feature
Guixin Liu
1
-6
/
+56
2024-11-05
nvmet: make nvmet_wq visible in sysfs
Guixin Liu
1
-1
/
+1
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-24
/
+52
2024-06-24
nvmet: add 'host_traddr' callback for debugfs
Hannes Reinecke
1
-0
/
+8
2024-06-24
nvmet: add debugfs support
Hannes Reinecke
1
-1
/
+21
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
1
-23
/
+23
2024-06-12
nvmet: always initialize cqe.result
Daniel Wagner
1
-0
/
+1
2024-05-28
nvmet: fix a possible leak when destroy a ctrl during qp establishment
Sagi Grimberg
1
-0
/
+9
2024-05-07
nvmet: make nvmet_wq unbound
Sagi Grimberg
1
-1
/
+2
2024-05-01
nvmet: fix nvme status code when namespace is disabled
Sagi Grimberg
1
-1
/
+4
2024-04-04
nvmet: implement unique discovery NQN
Hannes Reinecke
1
-0
/
+7
2024-03-02
nvmet: introduce new max queue size configuration entry
Max Gurtovoy
1
-2
/
+15
2024-03-02
nvmet: set ctrl pi_support cap before initializing cap reg
Max Gurtovoy
1
-0
/
+1
2024-01-24
nvmet: add module description to stop warnings
Chaitanya Kulkarni
1
-0
/
+1
2024-01-23
nvmet: unify aer type enum
Guixin Liu
1
-2
/
+2
2023-12-13
nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrl
Guixin Liu
1
-3
/
+0
2023-03-15
nvmet: avoid potential UAF in nvmet_req_complete()
Damien Le Moal
1
-1
/
+3
2022-11-21
nvmet: expose firmware revision to configfs
Aleksandr Miloserdov
1
-2
/
+13
2022-11-21
nvmet: expose IEEE OUI to configfs
Aleksandr Miloserdov
1
-0
/
+2
2022-11-15
nvmet: only allocate a single slab for bvecs
Christoph Hellwig
1
-8
/
+14
2022-11-15
nvmet: use try_cmpxchg in nvmet_update_sq_head
Uros Bizjak
1
-3
/
+2
2022-10-19
nvmet: fix workqueue MEM_RECLAIM flushing dependency
Sagi Grimberg
1
-1
/
+1
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2022-09-27
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
1
-0
/
+1
2022-09-05
nvmet: fix a use-after-free
Bart Van Assche
1
-2
/
+4
2022-08-02
nvmet: implement basic In-Band Authentication
Hannes Reinecke
1
-0
/
+11
2022-08-02
nvmet: parse fabrics commands on io queues
Hannes Reinecke
1
-0
/
+4
2022-06-30
nvmet: add a clear_ids attribute for passthru targets
Alan Adamson
1
-0
/
+6
[next]