index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
admin-cmd.c
Age
Commit message (
Expand
)
Author
2025-02-03
Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14
Jens Axboe
2025-01-24
nvmet: fix a memory leak in controller identify
Sagi Grimberg
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-10
nvmet: Implement arbitration feature support
Damien Le Moal
2025-01-10
nvmet: Implement interrupt config feature support
Damien Le Moal
2025-01-10
nvmet: Implement interrupt coalescing feature support
Damien Le Moal
2025-01-10
nvmet: Implement host identifier set feature support
Damien Le Moal
2025-01-10
nvmet: Do not require SGL for PCI target controller commands
Damien Le Moal
2025-01-10
nvmet: Add support for I/O queue management admin commands
Damien Le Moal
2025-01-10
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
2025-01-10
nvmet: Introduce nvmet_get_cmd_effects_admin()
Damien Le Moal
2025-01-10
nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
Damien Le Moal
2024-12-27
nvmet-loop: avoid using mutex in IO hotpath
Nilay Shroff
2024-12-02
nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
Nilay Shroff
2024-11-18
nvme: define the remaining used sgls constants
Keith Busch
2024-11-13
nvmet: report ns's vwc not present
Guixin Liu
2024-11-11
nvmet: support for csi identify ns
Keith Busch
2024-11-11
nvmet: implement rotational media information log
Keith Busch
2024-11-11
nvmet: implement endurance groups
Keith Busch
2024-11-11
nvmet: implement supported features log
Keith Busch
2024-11-11
nvmet: implement supported log pages
Keith Busch
2024-11-11
nvmet: implement active command set ns list
Keith Busch
2024-11-11
nvmet: implement id ns for nvm command set
Keith Busch
2024-11-11
nvmet: support reservation feature
Guixin Liu
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-03
nvmet: Identify-Active Namespace ID List command should reject invalid nsid
Maurizio Lombardi
2024-08-22
nvme-target: do not check authentication status for admin commands twice
Hannes Reinecke
2024-06-24
nvme: rename CDR/MORE/DNR to NVME_STATUS_*
Weiwen Hu
2024-03-02
nvmet: set maxcmd to be per controller
Max Gurtovoy
2023-04-13
nvmet: remove nvmet_req_cns_error_complete
Christoph Hellwig
2023-04-13
nvmet: rename nvmet_execute_identify_cns_cs_ns
Christoph Hellwig
2023-04-13
nvmet: fix Identify Identification Descriptor List handling
Christoph Hellwig
2023-04-13
nvmet: cleanup nvmet_execute_identify()
Damien Le Moal
2023-04-13
nvmet: fix I/O Command Set specific Identify Controller
Damien Le Moal
2023-04-13
nvmet: fix Identify Active Namespace ID list handling
Damien Le Moal
2023-04-13
nvmet: fix Identify Controller handling
Damien Le Moal
2023-04-13
nvmet: fix Identify Namespace handling
Damien Le Moal
2023-02-01
nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()
Amit Engel
2022-12-28
nvmet: set the LBCC bit for commands that modify data
Christoph Hellwig
2022-12-28
nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding it
Christoph Hellwig
2022-12-07
nvmet: don't open-code NVME_NS_ATTR_RO enumeration
Sagi Grimberg
2022-11-21
nvmet: expose firmware revision to configfs
Aleksandr Miloserdov
2022-11-21
nvmet: expose IEEE OUI to configfs
Aleksandr Miloserdov
2022-09-19
nvme: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-02
nvmet: implement basic In-Band Authentication
Hannes Reinecke
2022-08-02
nvmet: parse fabrics commands on io queues
Hannes Reinecke
2022-03-29
nvmet: use a private workqueue instead of the system workqueue
Sagi Grimberg
2022-03-15
nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidate
Christoph Hellwig
2021-10-27
nvmet: use flex_array_size and struct_size
Len Baker
[next]