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.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-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
2021-10-27
nvmet: switch check for subsystem type
Hannes Reinecke
1
-1
/
+1
2021-10-20
nvmet: add nvmet_is_disc_subsys() helper
Hannes Reinecke
1
-0
/
+5
2021-10-20
nvmet: add get_max_queue_size op for controllers
Max Gurtovoy
1
-0
/
+1
2021-09-06
nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
Christoph Hellwig
1
-5
/
+4
2021-09-06
nvmet: looks at the passthrough controller when initializing CAP
Adam Manzanares
1
-0
/
+2
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+39
2021-06-17
nvmet: add ZBD over ZNS backend support
Chaitanya Kulkarni
1
-0
/
+20
2021-06-17
nvmet: add Command Set Identifier support
Chaitanya Kulkarni
1
-0
/
+1
2021-06-17
nvmet: add nvmet_req_bio put helper for backends
Chaitanya Kulkarni
1
-0
/
+6
2021-06-17
nvmet: add req cns error complete helper
Chaitanya Kulkarni
1
-0
/
+8
2021-06-17
nvmet: use u32 for nvmet_subsys max_nsid
Chaitanya Kulkarni
1
-1
/
+1
2021-06-17
nvmet: make sn stable once connection was established
Noam Gottlieb
1
-0
/
+1
2021-06-17
nvmet: change sn size and check validity
Noam Gottlieb
1
-1
/
+2
2021-05-26
nvmet: fix false keep-alive timeout when a controller is torn down
Sagi Grimberg
1
-1
/
+1
2021-05-11
nvmet: fix inline bio check for bdev-ns
Chaitanya Kulkarni
1
-0
/
+6
2021-04-02
nvmet: do not allow model_number exceed 40 bytes
Noam Gottlieb
1
-0
/
+1
2021-04-02
nvmet: remove unnecessary ctrl parameter
Chaitanya Kulkarni
1
-2
/
+3
2021-04-02
nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_status
Chaitanya Kulkarni
1
-1
/
+1
2021-03-05
nvmet: model_number must be immutable once set
Max Gurtovoy
1
-6
/
+1
2021-02-10
nvmet: add nvmet_req_subsys() helper
Chaitanya Kulkarni
1
-1
/
+6
2021-02-10
nvmet: add helper to report invalid opcode
Chaitanya Kulkarni
1
-0
/
+1
2021-02-10
nvmet: make nvmet_find_namespace() req based
Chaitanya Kulkarni
1
-1
/
+1
2021-02-02
nvmet: add lba to sect conversion helpers
Chaitanya Kulkarni
1
-0
/
+10
2020-12-01
nvmet: remove unused ctrl->cqs
Amit
1
-1
/
+0
2020-12-01
nvmet: use inline bio for passthru fast path
Chaitanya Kulkarni
1
-0
/
+1
2020-12-01
nvmet: add passthru io timeout value attr
Chaitanya Kulkarni
1
-0
/
+1
2020-12-01
nvmet: add passthru admin timeout value attr
Chaitanya Kulkarni
1
-0
/
+1
2020-09-27
nvmet: handle keep-alive timer when kato is modified by a set features cmd
Amit Engel
1
-0
/
+2
2020-07-29
nvmet: introduce the passthru configfs interface
Logan Gunthorpe
1
-0
/
+1
2020-07-29
nvmet: Add passthru enable/disable helpers
Logan Gunthorpe
1
-0
/
+12
2020-07-29
nvmet: add passthru code to process commands
Logan Gunthorpe
1
-0
/
+39
2020-07-29
nvmet: use xarray for ctrl ns storing
Chaitanya Kulkarni
1
-2
/
+1
2020-07-08
nvmet: introduce flags member in nvmet_fabrics_ops
Max Gurtovoy
1
-2
/
+3
2020-05-27
nvmet: add metadata support for block devices
Israel Rukshin
1
-2
/
+5
2020-05-27
nvmet: add metadata/T10-PI support
Israel Rukshin
1
-0
/
+19
2020-05-27
nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
Israel Rukshin
1
-1
/
+1
2020-05-27
nvmet: rename nvmet_rw_len to nvmet_rw_data_len
Israel Rukshin
1
-1
/
+1
2020-05-27
nvmet: add metadata characteristics for a namespace
Israel Rukshin
1
-0
/
+3
2020-05-27
nvmet: add helper to revalidate bdev and file ns
Chaitanya Kulkarni
1
-0
/
+1
2020-05-10
nvmet: add ns revalidation support
Anthony Iliopoulos
1
-0
/
+2
2020-03-25
nvmet: Add get_mdts op for controllers
Max Gurtovoy
1
-0
/
+1
2020-03-04
nvmet: make ctrl model configurable
Mark Ruijter
1
-0
/
+8
2020-03-04
nvmet: make ctrl-id configurable
Chaitanya Kulkarni
1
-0
/
+2
2020-02-03
nvmet: fix dsm failure when payload does not match sgl descriptor
Sagi Grimberg
1
-0
/
+1
2019-11-04
nvmet: Open code nvmet_req_execute()
Christoph Hellwig
1
-1
/
+0
2019-11-04
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
1
-2
/
+1
2019-11-04
nvmet: Introduce nvmet_dsm_len() helper
Christoph Hellwig
1
-0
/
+6
2019-08-01
nvmet: Fix use-after-free bug when a port is removed
Logan Gunthorpe
1
-0
/
+3
2019-07-10
nvmet: export I/O characteristics attributes in Identify
Bart Van Assche
1
-0
/
+8
2019-06-21
nvmet: add transport discovery change op
James Smart
1
-0
/
+2
[next]