index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
admin-cmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
2022-03-29
1
-1
/
+1
*
nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidate
Christoph Hellwig
2022-03-15
1
-1
/
+5
*
nvmet: use flex_array_size and struct_size
Len Baker
2021-10-27
1
-1
/
+1
*
nvmet: use struct_size over open coded arithmetic
Len Baker
2021-10-20
1
-2
/
+2
*
nvmet: use macro definitions for setting cmic value
Max Gurtovoy
2021-10-20
1
-1
/
+2
*
nvmet: use macro definition for setting nmic value
Max Gurtovoy
2021-10-20
1
-1
/
+1
*
nvmet: set 'CNTRLTYPE' in the identify controller data
Hannes Reinecke
2021-10-20
1
-0
/
+5
*
nvmet: add nvmet_is_disc_subsys() helper
Hannes Reinecke
2021-10-20
1
-1
/
+1
*
nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
Christoph Hellwig
2021-09-06
1
-1
/
+1
*
nvmet: use NVMET_MAX_NAMESPACES to set nn value
Chaitanya Kulkarni
2021-06-21
1
-1
/
+1
*
nvmet: add ZBD over ZNS backend support
Chaitanya Kulkarni
2021-06-17
1
-0
/
+41
*
nvmet: add Command Set Identifier support
Chaitanya Kulkarni
2021-06-17
1
-13
/
+62
*
nvmet: add req cns error complete helper
Chaitanya Kulkarni
2021-06-17
1
-4
/
+1
*
nvmet: allow mn change if subsys not discovered
Noam Gottlieb
2021-06-17
1
-26
/
+0
*
nvmet: make sn stable once connection was established
Noam Gottlieb
2021-06-17
1
-0
/
+6
*
nvmet: change sn size and check validity
Noam Gottlieb
2021-06-17
1
-3
/
+1
*
nvmet: use helper to remove the duplicate code
Chaitanya Kulkarni
2021-05-11
1
-5
/
+2
*
nvmet: remove unsupported command noise
Keith Busch
2021-05-04
1
-3
/
+3
*
nvmet: avoid queuing keep-alive timer if it is disabled
Hou Pu
2021-04-21
1
-2
/
+8
*
nvmet: replace white spaces with tabs
Chaitanya Kulkarni
2021-04-02
1
-1
/
+1
*
nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_status
Chaitanya Kulkarni
2021-04-02
1
-1
/
+1
*
nvmet: model_number must be immutable once set
Max Gurtovoy
2021-03-05
1
-11
/
+25
*
nvmet: add nvmet_req_subsys() helper
Chaitanya Kulkarni
2021-02-10
1
-5
/
+5
*
nvmet: remove extra variable in id-ns handler
Chaitanya Kulkarni
2021-02-10
1
-2
/
+1
*
nvmet: make nvmet_find_namespace() req based
Chaitanya Kulkarni
2021-02-10
1
-28
/
+18
*
nvmet: return uniform error for invalid ns
Chaitanya Kulkarni
2021-02-10
1
-2
/
+2
*
nvmet: set status to 0 in case for invalid nsid
Chaitanya Kulkarni
2021-02-10
1
-1
/
+1
*
nvmet: remove extra variable in identify ns
Chaitanya Kulkarni
2021-02-02
1
-16
/
+15
*
nvmet: remove extra variable in id-desclist
Chaitanya Kulkarni
2021-02-02
1
-11
/
+9
*
nvmet: remove extra variable in smart log nsid
Chaitanya Kulkarni
2021-02-02
1
-11
/
+9
*
nvmet: set right status on error in id-ns handler
Chaitanya Kulkarni
2021-01-18
1
-2
/
+6
*
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
1
-10
/
+10
*
nvmet: handle keep-alive timer when kato is modified by a set features cmd
Amit Engel
2020-09-27
1
-0
/
+2
*
nvmet: add passthru code to process commands
Logan Gunthorpe
2020-07-29
1
-2
/
+5
*
nvmet: use xarray for ctrl ns storing
Chaitanya Kulkarni
2020-07-29
1
-11
/
+6
*
nvmet: introduce flags member in nvmet_fabrics_ops
Max Gurtovoy
2020-07-08
1
-1
/
+1
*
nvmet: add metadata/T10-PI support
Israel Rukshin
2020-05-27
1
-4
/
+22
*
nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
Israel Rukshin
2020-05-27
1
-7
/
+7
*
nvmet: add helper to revalidate bdev and file ns
Chaitanya Kulkarni
2020-05-27
1
-4
/
+1
*
nvmet: add ns revalidation support
Anthony Iliopoulos
2020-05-10
1
-0
/
+5
*
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
1
-4
/
+30
|
\
|
*
nvmet: Add get_mdts op for controllers
Max Gurtovoy
2020-03-25
1
-2
/
+6
|
*
nvmet: check ncqr & nsqr for set-features cmd
Amit Engel
2020-03-25
1
-0
/
+9
|
*
nvmet: make ctrl model configurable
Mark Ruijter
2020-03-04
1
-2
/
+15
*
|
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2020-03-25
1
-0
/
+1
|
/
*
nvmet: fix per feat data len for get_feature
Amit Engel
2020-01-10
1
-1
/
+11
*
nvmet: clean up command parsing a bit
Christoph Hellwig
2019-11-04
1
-0
/
+5
*
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
2019-11-04
1
-11
/
+24
*
nvmet: Introduce common execute function for get_log_page and identify
Christoph Hellwig
2019-11-04
1
-43
/
+50
*
nvmet: fix a wrong error status returned in error log page
Amit
2019-09-12
1
-5
/
+3
[next]