index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
configfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-07
nvmet: add a clear_ids attribute for passthru targets
Alan Adamson
1
-0
/
+20
2022-04-02
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-03-29
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
1
-1
/
+1
2022-03-22
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-13
/
+14
2022-03-15
nvmet: revert "nvmet: make discovery NQN configurable"
Hannes Reinecke
1
-39
/
+0
2022-03-15
nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidate
Christoph Hellwig
1
-1
/
+2
2022-03-14
nvmet: use snprintf() with PAGE_SIZE in configfs
Chaitanya Kulkarni
1
-5
/
+8
2022-03-14
nvmet: don't fold lines
Chaitanya Kulkarni
1
-9
/
+5
2021-10-20
nvmet: make discovery NQN configurable
Hannes Reinecke
1
-0
/
+39
2021-10-20
nvmet: fix use-after-free when a port is removed
Israel Rukshin
1
-0
/
+2
2021-09-13
nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()
Dan Carpenter
1
-1
/
+1
2021-09-06
nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
Hannes Reinecke
1
-1
/
+2
2021-09-06
nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
Christoph Hellwig
1
-1
/
+1
2021-06-17
nvmet: make ver stable once connection established
Noam Gottlieb
1
-5
/
+31
2021-06-17
nvmet: allow mn change if subsys not discovered
Noam Gottlieb
1
-8
/
+2
2021-06-17
nvmet: make sn stable once connection was established
Noam Gottlieb
1
-5
/
+22
2021-06-17
nvmet: change sn size and check validity
Noam Gottlieb
1
-10
/
+23
2021-04-15
nvmet: fix a spelling mistake "nubmer" -> "number"
Colin Ian King
1
-1
/
+1
2021-04-02
nvmet: do not allow model_number exceed 40 bytes
Noam Gottlieb
1
-0
/
+6
2021-03-05
nvmet: model_number must be immutable once set
Max Gurtovoy
1
-27
/
+23
2021-02-02
nvmet: Fix nvmet_is_port_enabled indentation
Israel Rukshin
1
-1
/
+1
2021-02-02
nvmet: Use nvmet_is_port_enabled helper for pi_enable
Israel Rukshin
1
-3
/
+1
2020-12-01
nvmet: add passthru io timeout value attr
Chaitanya Kulkarni
1
-0
/
+20
2020-12-01
nvmet: add passthru admin timeout value attr
Chaitanya Kulkarni
1
-0
/
+20
2020-08-22
nvmet: fix a memory leak
Sagi Grimberg
1
-0
/
+1
2020-07-29
nvmet: introduce the passthru configfs interface
Logan Gunthorpe
1
-0
/
+99
2020-07-29
nvmet: Add passthru enable/disable helpers
Logan Gunthorpe
1
-0
/
+4
2020-07-08
nvmet: use unsigned type for u64
Chaitanya Kulkarni
1
-8
/
+8
2020-05-27
nvmet: add metadata/T10-PI support
Israel Rukshin
1
-0
/
+58
2020-05-27
nvmet: revalidate-ns & generate AEN from configfs
Chaitanya Kulkarni
1
-0
/
+26
2020-05-27
nvmet: mark nvmet_ana_state static
Christoph Hellwig
1
-1
/
+1
2020-05-27
nvmet: replace kstrndup() with kmemdup_nul()
Chen Zhou
1
-2
/
+2
2020-05-10
nvmet: align addrfam list to spec
Chaitanya Kulkarni
1
-6
/
+8
2020-05-10
nvmet: centralize port enable access for configfs
Chaitanya Kulkarni
1
-28
/
+16
2020-05-10
nvmet: use type-name map for address treq
Chaitanya Kulkarni
1
-22
/
+26
2020-05-10
nvmet: use type-name map for ana states
Chaitanya Kulkarni
1
-12
/
+8
2020-05-10
nvmet: use type-name map for address family
Chaitanya Kulkarni
1
-24
/
+27
2020-05-10
nvmet: add generic type-name mapping
Chaitanya Kulkarni
1
-9
/
+10
2020-04-02
nvmet: fix NULL dereference when removing a referral
Sagi Grimberg
1
-1
/
+9
2020-03-04
nvmet: check sscanf value for subsys serial attr
Chaitanya Kulkarni
1
-2
/
+5
2020-03-04
nvmet: make ctrl model configurable
Mark Ruijter
1
-0
/
+66
2020-03-04
nvmet: make ctrl-id configurable
Chaitanya Kulkarni
1
-0
/
+62
2020-03-04
nvmet: configfs code cleanup
Chaitanya Kulkarni
1
-7
/
+4
2019-08-01
nvmet: Fix use-after-free bug when a port is removed
Logan Gunthorpe
1
-0
/
+1
2019-07-10
nvmet: print a hint while rejecting NSID 0 or 0xffffffff
Mikhail Skorzhinskii
1
-1
/
+3
2019-04-25
nvmet: return a specified error it subsys_alloc fails
Minwoo Im
1
-2
/
+2
2019-02-20
nvmet: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2018-12-13
nvmet: allow configfs tcp trtype configuration
Sagi Grimberg
1
-0
/
+1
2018-12-08
nvmet: expose support for fabrics SQ flow control disable in treq
Sagi Grimberg
1
-0
/
+1
2018-12-08
nvmet: don't override treq upon modification.
Sagi Grimberg
1
-4
/
+7
[next]