| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | nvme-common: mark nvme_tls_psk_prio static | Christoph Hellwig | 2024-01-03 | 1 | -1/+1 |
| * | nvme: tcp: remove unnecessary goto statement | Guixin Liu | 2024-01-03 | 1 | -3/+2 |
| * | nvmet-tcp: remove boilerplate code | Maurizio Lombardi | 2024-01-02 | 1 | -8/+8 |
| * | nvmet-tcp: fix a crash in nvmet_req_complete() | Maurizio Lombardi | 2024-01-02 | 1 | -2/+1 |
| * | nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length | Maurizio Lombardi | 2024-01-02 | 1 | -1/+12 |
* | | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 2024-01-11 | 1 | -1/+1 |
|\ \ |
|
| * | | io_uring: split out cmd api into a separate header | Pavel Begunkov | 2023-12-12 | 1 | -1/+1 |
* | | | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 2024-01-11 | 11 | -325/+307 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge tag 'nvme-6.8-2023-12-21' of git://git.infradead.org/nvme into for-6.8/... | Jens Axboe | 2023-12-21 | 11 | -156/+277 |
| |\ \ |
|
| | * | | nvme-fc: set numa_node after nvme_init_ctrl | Keith Busch | 2023-12-21 | 1 | -4/+2 |
| | * | | nvme-fabrics: don't check discovery ioccsz/iorcsz | Max Gurtovoy | 2023-12-21 | 1 | -2/+2 |
| | * | | nvmet: configfs: use ctrl->instance to track passthru subsystems | Evan Burgess | 2023-12-19 | 1 | -2/+2 |
| | * | | nvme: repack struct nvme_ns_head | Daniel Wagner | 2023-12-19 | 1 | -4/+4 |
| | * | | nvme: add csi, ms and nuse to sysfs | Daniel Wagner | 2023-12-19 | 3 | -1/+96 |
| | * | | nvme: rename ns attribute group | Daniel Wagner | 2023-12-19 | 4 | -10/+10 |
| | * | | nvme: refactor ns info setup function | Daniel Wagner | 2023-12-19 | 2 | -60/+62 |
| | * | | nvme: refactor ns info helpers | Daniel Wagner | 2023-12-19 | 4 | -28/+34 |
| | * | | nvme: move ns id info to struct nvme_ns_head | Daniel Wagner | 2023-12-19 | 5 | -66/+69 |
| | * | | nvmet: remove cntlid_min and cntlid_max check in nvmet_alloc_ctrl | Guixin Liu | 2023-12-13 | 1 | -3/+0 |
| | * | | nvmet: allow identical cntlid_min and cntlid_max settings | Guixin Liu | 2023-12-13 | 1 | -2/+2 |
| | * | | nvme-fabrics: check ioccsz and iorcsz | Guixin Liu | 2023-12-06 | 1 | -0/+14 |
| | * | | nvme: introduce nvme_check_ctrl_fabric_info helper | Guixin Liu | 2023-12-06 | 1 | -18/+24 |
| * | | | block: simplify disk_set_zoned | Christoph Hellwig | 2023-12-19 | 1 | -1/+1 |
| * | | | block: remove support for the host aware zone model | Christoph Hellwig | 2023-12-19 | 1 | -1/+1 |
| |/ / |
|
| * | | nvme: use bio_integrity_map_user | Keith Busch | 2023-12-01 | 1 | -168/+29 |
* | | | Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-01-10 | 2 | -6/+6 |
|\ \ \ |
|
| * | | | nvme-fc: replace deprecated strncpy with strscpy | Justin Stitt | 2023-12-01 | 1 | -4/+4 |
| * | | | nvme-fabrics: replace deprecated strncpy with strscpy | Justin Stitt | 2023-12-01 | 1 | -2/+2 |
* | | | | nvme-pci: fix sleeping function called from interrupt context | Maurizio Lombardi | 2023-12-19 | 1 | -1/+2 |
* | | | | Revert "nvme-fc: fix race between error recovery and creating association" | Keith Busch | 2023-12-19 | 1 | -16/+5 |
| |_|/
|/| | |
|
* | | | nvme-pci: Add sleep quirk for Kingston drives | Georg Gottleuber | 2023-12-07 | 2 | -1/+20 |
* | | | nvme: fix deadlock between reset and scan | Bitao Hu | 2023-12-04 | 2 | -0/+11 |
* | | | nvme: prevent potential spectre v1 gadget | Nitesh Shetty | 2023-12-04 | 1 | -0/+3 |
* | | | nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions | Shin'ichiro Kawasaki | 2023-12-04 | 2 | -4/+6 |
* | | | nvme-ioctl: move capable() admin check to the end | Keith Busch | 2023-12-04 | 1 | -10/+11 |
* | | | nvme: ensure reset state check ordering | Keith Busch | 2023-12-04 | 5 | -49/+63 |
* | | | nvme: introduce helper function to get ctrl state | Keith Busch | 2023-12-04 | 1 | -0/+5 |
* | | | nvme-core: check for too small lba shift | Keith Busch | 2023-12-01 | 1 | -2/+3 |
* | | | nvme: check for valid nvme_identify_ns() before using it | Ewan D. Milne | 2023-11-27 | 1 | -0/+9 |
* | | | nvme-core: fix a memory leak in nvme_ns_info_from_identify() | Maurizio Lombardi | 2023-11-27 | 1 | -2/+5 |
* | | | nvme: fine-tune sending of first keep-alive | Mark O'Donovan | 2023-11-27 | 1 | -2/+11 |
| |/
|/| |
|
* | | nvme: tcp: fix compile-time checks for TLS mode | Arnd Bergmann | 2023-11-22 | 1 | -17/+14 |
* | | nvme: target: fix Kconfig select statements | Arnd Bergmann | 2023-11-22 | 1 | -2/+2 |
* | | nvme: target: fix nvme_keyring_id() references | Arnd Bergmann | 2023-11-22 | 1 | -1/+1 |
* | | nvme: move nvme_stop_keep_alive() back to original position | Hannes Reinecke | 2023-11-22 | 4 | -12/+11 |
* | | nvmet-tcp: always initialize tls_handshake_tmo_work | Hannes Reinecke | 2023-11-20 | 1 | -1/+3 |
* | | nvmet: nul-terminate the NQNs passed in the connect command | Christoph Hellwig | 2023-11-20 | 1 | -0/+4 |
* | | nvme: blank out authentication fabrics options if not configured | Hannes Reinecke | 2023-11-20 | 1 | -0/+2 |
* | | nvme: catch errors from nvme_configure_metadata() | Hannes Reinecke | 2023-11-20 | 1 | -6/+13 |
* | | nvme-tcp: only evaluate 'tls' option if TLS is selected | Hannes Reinecke | 2023-11-20 | 1 | -1/+1 |