index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-03
nvmet: nul-terminate the NQNs passed in the connect command
Christoph Hellwig
1
-0
/
+4
2023-10-25
nvmet-auth: complete a request only after freeing the dhchap pointers
Maurizio Lombardi
1
-3
/
+6
2023-10-25
nvmet-tcp: Fix a possible UAF in queue intialization setup
Sagi Grimberg
1
-5
/
+2
2023-09-23
nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page()
Varun Prakash
1
-1
/
+1
2023-09-23
nvmet: use bvec_set_page to initialize bvecs
Christoph Hellwig
2
-11
/
+4
2023-05-11
nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
Ming Lei
1
-21
/
+27
2023-05-11
nvmet: fix I/O Command Set specific Identify Controller
Damien Le Moal
3
-8
/
+18
2023-05-11
nvmet: fix Identify Active Namespace ID list handling
Damien Le Moal
1
-7
/
+2
2023-05-11
nvmet: fix Identify Controller handling
Damien Le Moal
1
-5
/
+2
2023-05-11
nvmet: fix Identify Namespace handling
Damien Le Moal
1
-7
/
+2
2023-05-11
nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()
Damien Le Moal
1
-7
/
+9
2023-03-22
nvmet: avoid potential UAF in nvmet_req_complete()
Damien Le Moal
1
-1
/
+3
2023-02-22
nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association
Amit Engel
1
-1
/
+3
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
2
-3
/
+3
2023-02-01
nvme: consolidate setting the tagset flags
Christoph Hellwig
1
-2
/
+2
2023-01-12
nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
Christoph Hellwig
1
-16
/
+19
2023-01-04
nvmet: don't defer passthrough commands with trivial effects to the workqueue
Christoph Hellwig
1
-6
/
+5
2022-12-31
nvme: pass nr_maps explicitly to nvme_alloc_io_tag_set
Christoph Hellwig
1
-1
/
+1
2022-12-31
nvmet: only allocate a single slab for bvecs
Christoph Hellwig
3
-22
/
+19
2022-11-16
nvmet: fix a memory leak in nvmet_auth_set_key
Sagi Grimberg
1
-0
/
+2
2022-11-09
nvmet: fix a memory leak
Sagi Grimberg
1
-0
/
+1
2022-11-09
nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
Aleksandr Miloserdov
1
-2
/
+5
2022-10-19
nvmet: fix invalid memory reference in nvmet_subsys_attr_qid_max_show
Daniel Wagner
1
-4
/
+0
2022-10-19
nvmet: fix workqueue MEM_RECLAIM flushing dependency
Sagi Grimberg
1
-1
/
+1
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
1
-2
/
+3
2022-09-30
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
12
-152
/
+142
2022-09-27
nvmet: don't look at the request_queue in nvmet_bdev_set_limits
Christoph Hellwig
1
-6
/
+5
2022-09-27
nvmet: don't look at the request_queue in nvmet_bdev_zone_mgmt_emulate_all
Christoph Hellwig
1
-2
/
+1
2022-09-27
nvme-loop: use the tagset alloc/free helpers
Christoph Hellwig
1
-64
/
+19
2022-09-27
nvme-loop: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-5
/
+5
2022-09-27
nvme-loop: initialize sqsize later
Christoph Hellwig
1
-1
/
+1
2022-09-27
nvmet: add helpers to set the result field for connect commands
Christoph Hellwig
1
-10
/
+8
2022-09-27
nvme: improve the NVME_CONNECT_AUTHREQ* definitions
Christoph Hellwig
1
-4
/
+2
2022-09-27
nvmet-auth: don't try to cancel a non-initialized work_struct
Christoph Hellwig
4
-14
/
+13
2022-09-27
nvmet-tcp: remove nvmet_tcp_finish_cmd
zhenwei pi
1
-8
/
+2
2022-09-27
nvmet-tcp: add bounds check on Transfer Tag
Varun Prakash
1
-2
/
+9
2022-09-27
nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE state
Varun Prakash
1
-0
/
+7
2022-09-27
nvmet-tcp: fix NULL pointer dereference during release
zhenwei pi
1
-3
/
+16
2022-09-27
nvme: handle effects after freeing the request
Keith Busch
1
-1
/
+6
2022-09-19
nvmet-tcp: don't map pages which can't come from HIGHMEM
Fabio M. De Francesco
1
-31
/
+13
2022-09-19
nvmet: expose max queues to configfs
Daniel Wagner
1
-0
/
+29
2022-09-19
nvmet: avoid unnecessary flush bio
Guixin Liu
1
-0
/
+8
2022-09-19
nvmet-auth: remove redundant parameters req
Genjian Zhang
1
-2
/
+2
2022-09-19
nvmet-auth: clean up with done_kfree
Jackie Liu
1
-4
/
+2
2022-09-19
nvme-auth: remove the redundant req->cqe->result.u16 assignment operation
Jackie Liu
1
-1
/
+0
2022-09-19
nvme: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-2
/
+2
2022-09-09
Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+19
2022-09-07
nvmet: fix mar and mor off-by-one errors
Dennis Maisenbacher
1
-2
/
+15
2022-09-05
nvmet: fix a use-after-free
Bart Van Assche
1
-2
/
+4
2022-09-02
Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-0
/
+4
[next]