index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
nvme: inherit stable pages constraint in the mpath stack device
Sagi Grimberg
1
-0
/
+7
2020-03-31
nvme: fix compat address handling in several ioctls
Nick Bowler
1
-7
/
+20
2020-03-30
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-99
/
+156
2020-03-26
nvme: cleanup namespace identifier reporting in nvme_init_ns_head
Christoph Hellwig
1
-12
/
+10
2020-03-26
nvme: rename __nvme_find_ns_head to nvme_find_ns_head
Christoph Hellwig
1
-2
/
+2
2020-03-26
nvme: refactor nvme_identify_ns_descs error handling
Christoph Hellwig
1
-15
/
+13
2020-03-26
nvme: Fix controller creation races with teardown flow
Israel Rukshin
1
-0
/
+5
2020-03-26
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
1
-1
/
+1
2020-03-26
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
1
-0
/
+2
2020-03-26
nvme: Remove unused return code from nvme_delete_ctrl_sync
Israel Rukshin
1
-7
/
+2
2020-03-26
nvme: Use nvme_state_terminal helper
Israel Rukshin
1
-2
/
+1
2020-03-26
nvme: release ida resources
Max Gurtovoy
1
-0
/
+1
2020-03-26
nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO
masahiro31.yamada@kioxia.com
1
-2
/
+43
2020-03-26
nvme-multipath: do not reset on unknown status
John Meneghini
1
-4
/
+1
2020-03-26
nvme: Check for readiness more quickly, to speed up boot time
Josh Triplett
1
-1
/
+1
2020-03-26
nvme: log additional message for controller status
Rupesh Girase
1
-2
/
+2
2020-03-26
nvme: code cleanup nvme_identify_ns_desc()
Chaitanya Kulkarni
1
-36
/
+40
2020-03-26
nvme: expose hostid via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-26
nvme: expose hostnqn via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-18
nvme: Convert to use set_capacity_revalidate_and_notify
Balbir Singh
1
-1
/
+1
2020-03-04
nvme: remove unused return code from nvme_alloc_ns
Edmund Nadolski
1
-15
/
+6
2020-02-20
nvme: Fix uninitialized-variable warning
Keith Busch
1
-1
/
+1
2020-02-14
nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info
Yi Zhang
1
-1
/
+1
2020-02-14
nvme: prevent warning triggered by nvme_stop_keep_alive
Nigel Kirkland
1
-5
/
+5
2020-01-10
nvme: Translate more status codes to blk_status_t
Keith Busch
1
-0
/
+2
2019-12-13
Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+6
2019-12-06
Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linus
Jens Axboe
1
-0
/
+6
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-10
/
+0
2019-12-03
nvme: Namepace identification descriptor list is optional
Keith Busch
1
-0
/
+2
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
1
-1
/
+1
2019-11-26
Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"
Jian-Hong Pan
1
-10
/
+0
2019-11-27
nvme: add error message on mismatching controller ids
James Smart
1
-0
/
+4
2019-11-25
Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+15
2019-11-25
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+13
2019-11-13
nvme: Discard workaround for non-conformant devices
Eduard Hasenleithner
1
-3
/
+9
2019-11-12
nvme: Add hardware monitoring support
Guenter Roeck
1
-0
/
+6
2019-11-04
nvme: Introduce nvme_lba_to_sect()
Damien Le Moal
1
-7
/
+7
2019-11-04
nvme: Cleanup and rename nvme_block_nr()
Damien Le Moal
1
-3
/
+3
2019-11-04
nvme: move common call to nvme_cleanup_cmd to core layer
Max Gurtovoy
1
-0
/
+2
2019-11-04
nvme: introduce "Command Aborted By host" status code
Max Gurtovoy
1
-1
/
+1
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
1
-1
/
+1
2019-10-14
nvme: Wait for reset state when required
Keith Busch
1
-2
/
+39
2019-10-14
nvme: Prevent resets during paused controller state
Keith Busch
1
-4
/
+25
2019-10-14
nvme: Remove ADMIN_ONLY state
Keith Busch
1
-19
/
+4
2019-10-04
nvme: fix possible deadlock when nvme_update_formats fails
Sagi Grimberg
1
-2
/
+1
2019-09-25
nvme: Add ctrl attributes for queue_count and sqsize
James Smart
1
-0
/
+4
2019-09-25
nvme: allow 64-bit results in passthru commands
Marta Rybczynska
1
-16
/
+92
2019-09-25
nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T
Jian-Hong Pan
1
-0
/
+10
2019-09-25
nvme: fix an error code in nvme_init_subsystem()
Dan Carpenter
1
-2
/
+3
2019-09-23
nvme-pci: Fix a race in controller removal
Balbir Singh
1
-1
/
+4
[next]