index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvmet: avoid potential UAF in nvmet_req_complete()
Damien Le Moal
2023-03-15
1
-1
/
+3
*
nvmet: expose firmware revision to configfs
Aleksandr Miloserdov
2022-11-21
1
-2
/
+13
*
nvmet: expose IEEE OUI to configfs
Aleksandr Miloserdov
2022-11-21
1
-0
/
+2
*
nvmet: only allocate a single slab for bvecs
Christoph Hellwig
2022-11-15
1
-8
/
+14
*
nvmet: use try_cmpxchg in nvmet_update_sq_head
Uros Bizjak
2022-11-15
1
-3
/
+2
*
nvmet: fix workqueue MEM_RECLAIM flushing dependency
Sagi Grimberg
2022-10-19
1
-1
/
+1
*
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
1
-0
/
+1
|
\
|
*
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
2022-09-27
1
-0
/
+1
*
|
nvmet: fix a use-after-free
Bart Van Assche
2022-09-05
1
-2
/
+4
|
/
*
nvmet: implement basic In-Band Authentication
Hannes Reinecke
2022-08-02
1
-0
/
+11
*
nvmet: parse fabrics commands on io queues
Hannes Reinecke
2022-08-02
1
-0
/
+4
*
nvmet: add a clear_ids attribute for passthru targets
Alan Adamson
2022-06-30
1
-0
/
+6
*
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-04-01
1
-7
/
+19
|
\
|
*
nvmet: remove redundant assignment after left shift
Colin Ian King
2022-03-29
1
-1
/
+1
|
*
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
2022-03-29
1
-6
/
+18
*
|
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-21
1
-5
/
+4
|
\
|
|
*
nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidate
Christoph Hellwig
2022-03-15
1
-3
/
+2
|
*
nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]
Sagi Grimberg
2022-02-28
1
-2
/
+2
*
|
nvmet: revert "nvmet: make discovery NQN configurable"
Hannes Reinecke
2022-03-15
1
-2
/
+1
|
/
*
nvmet: register discovery subsystem as 'current'
Hannes Reinecke
2021-10-27
1
-0
/
+1
*
nvmet: add nvmet_is_disc_subsys() helper
Hannes Reinecke
2021-10-20
1
-3
/
+3
*
nvmet: make discovery NQN configurable
Hannes Reinecke
2021-10-20
1
-1
/
+2
*
nvmet: add get_max_queue_size op for controllers
Max Gurtovoy
2021-10-20
1
-3
/
+5
*
nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
Christoph Hellwig
2021-09-06
1
-3
/
+3
*
nvmet: looks at the passthrough controller when initializing CAP
Adam Manzanares
2021-09-06
1
-2
/
+4
*
nvmet: avoid duplicate qid in connect cmd
Amit Engel
2021-08-16
1
-0
/
+1
*
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-33
/
+67
|
\
|
*
nvmet: add ZBD over ZNS backend support
Chaitanya Kulkarni
2021-06-17
1
-2
/
+13
|
*
nvmet: add Command Set Identifier support
Chaitanya Kulkarni
2021-06-17
1
-5
/
+23
|
*
nvmet: remove local variable
Chaitanya Kulkarni
2021-06-17
1
-16
/
+7
|
*
nvmet: use nvme status value directly
Chaitanya Kulkarni
2021-06-17
1
-2
/
+1
|
*
nvmet: use u32 type for the local variable nsid
Chaitanya Kulkarni
2021-06-17
1
-2
/
+2
|
*
nvmet: allow mn change if subsys not discovered
Noam Gottlieb
2021-06-17
1
-4
/
+17
|
*
nvmet: change sn size and check validity
Noam Gottlieb
2021-06-17
1
-1
/
+3
|
*
nvmet: move ka_work initialization to nvmet_alloc_ctrl
Amit Engel
2021-06-03
1
-1
/
+1
*
|
nvmet: fix freeing unallocated p2pmem
Max Gurtovoy
2021-06-02
1
-17
/
+16
*
|
nvmet: fix false keep-alive timeout when a controller is torn down
Sagi Grimberg
2021-05-26
1
-4
/
+11
|
/
*
nvmet: fix memory leak in nvmet_alloc_ctrl()
Wu Bo
2021-05-19
1
-1
/
+1
*
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-16
/
+17
|
\
|
*
nvmet: remove unnecessary ctrl parameter
Chaitanya Kulkarni
2021-04-02
1
-10
/
+11
|
*
nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_status
Chaitanya Kulkarni
2021-04-02
1
-5
/
+4
|
*
nvmet: update error log page in nvmet_alloc_ctrl()
Chaitanya Kulkarni
2021-04-02
1
-0
/
+2
|
*
nvmet: remove a duplicate status assignment in nvmet_alloc_ctrl
Chaitanya Kulkarni
2021-04-02
1
-1
/
+0
*
|
nvmet: don't check iosqes,iocqes for discovery controllers
Sagi Grimberg
2021-03-18
1
-3
/
+14
|
/
*
nvmet: model_number must be immutable once set
Max Gurtovoy
2021-03-05
1
-1
/
+1
*
nvmet: remove else at the end of the function
Chaitanya Kulkarni
2021-02-10
1
-2
/
+2
*
nvmet: add nvmet_req_subsys() helper
Chaitanya Kulkarni
2021-02-10
1
-1
/
+1
*
nvmet: add helper to report invalid opcode
Chaitanya Kulkarni
2021-02-10
1
-0
/
+9
*
nvmet: make nvmet_find_namespace() req based
Chaitanya Kulkarni
2021-02-10
1
-11
/
+13
*
nvmet: remove unused ctrl->cqs
Amit
2020-12-01
1
-13
/
+2
[next]