- 0d18c12 Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
- 251ef6f nvme-pci: do not call nvme_dev_remove_admin from nvme_remove by Casey Chen · 3 years, 7 months ago
- e4b9852 nvme-pci: fix multiple races in nvme_setup_io_queues by Casey Chen · 3 years, 7 months ago
- 8b43ced nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE by Prabhakar Kushwaha · 3 years, 6 months ago
- a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
- bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 7 months ago
- ae5e688 nvme: use return value from blk_execute_rq() by Keith Busch · 3 years, 7 months ago
- be42a33 nvme: use blk_execute_rq() for passthrough commands by Keith Busch · 3 years, 7 months ago
- 4404621 Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
- df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
- cc72c44 nvme: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago
- f66e280 nvme-pci: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago
- eff4423 nvme-fabrics: remove memset in connect io q by Chaitanya Kulkarni · 3 years, 7 months ago
- bfa9d12 nvme-fabrics: remove memset in connect admin q by Chaitanya Kulkarni · 3 years, 7 months ago
- c22c272 nvme-fabrics: remove memset in nvmf_reg_write32() by Chaitanya Kulkarni · 3 years, 7 months ago
- 2796a8e nvme-fabrics: remove memset in nvmf_reg_read64() by Chaitanya Kulkarni · 3 years, 7 months ago
- 3b54064 nvme-tcp: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 8 months ago
- 253a0b7 nvme-pci: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 8 months ago
- b61678b nvme-fc: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 8 months ago
- 73eefc2 nvme: add a helper to check ctrl sgl support by Chaitanya Kulkarni · 3 years, 8 months ago
- cb1b10e nvme-pci: remove trailing lines for helpers by Chaitanya Kulkarni · 3 years, 8 months ago
- a0aac97 nvme-pci: fix var. type for increasing cq_head by JK Kim · 3 years, 7 months ago
- 522af60 nvme-tcp: fix error codes in nvme_tcp_setup_ctrl() by Dan Carpenter · 3 years, 8 months ago
- e7d4b54 nvme: factor out a nvme_validate_passthru_nsid helper by Chaitanya Kulkarni · 3 years, 8 months ago
- d399742 nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help text by Geert Uytterhoeven · 3 years, 7 months ago
- 2411424 nvme: remove superfluous bio_set_dev in nvme_requeue_work by Daniel Wagner · 3 years, 8 months ago
- 120bb36 nvme: verify MNAN value if ANA is enabled by Daniel Wagner · 3 years, 8 months ago
- 2744d7a ACPI: Check StorageD3Enable _DSD property in ACPI code by Mario Limonciello · 3 years, 8 months ago
- 3dbbca7 scsi: nvme: Added a new sysfs attribute appid_store by Muneendra Kumar · 3 years, 8 months ago
- f1cf35e nvme: remove nvme_{get,put}_ns_from_disk by Christoph Hellwig · 3 years, 8 months ago
- 8b4fb0f nvme: split nvme_report_zones by Christoph Hellwig · 3 years, 8 months ago
- d8ca66e nvme: move the CSI sanity check into nvme_ns_report_zones by Christoph Hellwig · 3 years, 8 months ago
- 85b790a nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctl by Christoph Hellwig · 3 years, 8 months ago
- 3e7d1a5 nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctl by Christoph Hellwig · 3 years, 8 months ago
- 86b4284 nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctl by Christoph Hellwig · 3 years, 8 months ago
- f423c85 nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctl by Christoph Hellwig · 3 years, 8 months ago
- 97ba693 nvme-fabrics: remove extra braces by Chaitanya Kulkarni · 3 years, 8 months ago
- 6f860c9 nvme-fabrics: remove an extra comment by Chaitanya Kulkarni · 3 years, 8 months ago
- 63d20f5 nvme-fabrics: remove extra new lines in the switch by Chaitanya Kulkarni · 3 years, 8 months ago
- 25e1de8 nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error() by Chaitanya Kulkarni · 3 years, 8 months ago
- 3ede8f7 nvme-tcp: allow selecting the network interface for connections by Martin Belanger · 3 years, 8 months ago
- e21e024 nvme-pci: look for StorageD3Enable on companion ACPI device instead by Mario Limonciello · 3 years, 8 months ago
- ebd8a93 nvme: extend and modify the APST configuration algorithm by Alexey Bogoslavsky · 3 years, 9 months ago
- 13ce7e625 nvme: remove redundant initialization of variable ret by Colin Ian King · 3 years, 8 months ago
- f165fb8 nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 8 months ago
- 0d1feb7 block: automatically enable GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 8 months ago
- 12b2aaa nvme-rdma: fix in-casule data send for chained sgls by Sagi Grimberg · 3 years, 8 months ago
- 042a3ea nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME by Sagi Grimberg · 3 years, 8 months ago
- 4d9442b nvme-fabrics: decode host pathing error for connect by Hannes Reinecke · 3 years, 8 months ago
- f25f8ef nvme-fc: short-circuit reconnect retries by Hannes Reinecke · 3 years, 8 months ago
- 3596a06 nvme: fix potential memory leaks in nvme_cdev_add by Guoqing Jiang · 3 years, 8 months ago
- a7d1391 nvme-fc: clear q_live at beginning of association teardown by James Smart · 3 years, 9 months ago
- a0fdd14 nvme-tcp: rerun io_work if req_list is not empty by Keith Busch · 3 years, 8 months ago
- 825619b nvme-tcp: fix possible use-after-completion by Sagi Grimberg · 3 years, 8 months ago
- e181811 nvmet: use new ana_log_size instead the old one by Hou Pu · 3 years, 8 months ago
- 5e1f689 nvme-multipath: fix double initialization of ANA state by Christoph Hellwig · 3 years, 9 months ago
- ce86dad nvme-multipath: reset bdev to ns head when failover by Daniel Wagner · 3 years, 9 months ago
- d4060d2 nvme-pci: fix controller reset hang when racing with nvme_timeout by Tao Chiu · 3 years, 9 months ago
- a971574 nvme: move the fabrics queue ready check routines to core by Tao Chiu · 3 years, 9 months ago
- 51ad06c nvme: avoid memset for passthrough requests by Kanchan Joshi · 3 years, 9 months ago
- 4c74d1f8 nvme: add nvme_get_ns helper by Kanchan Joshi · 3 years, 9 months ago
- 48145b6 nvme: fix controller ioctl through ns_head by Minwoo Im · 3 years, 9 months ago
- fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
- 6c00292 Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
- 2637bae nvme: introduce generic per-namespace chardev by Minwoo Im · 3 years, 9 months ago
- 60df5de9 nvme: cleanup nvme_configure_apst by Christoph Hellwig · 3 years, 10 months ago
- 53fe2a3 nvme: do not try to reconfigure APST when the controller is not live by Christoph Hellwig · 3 years, 10 months ago
- 74c2299 nvme: add 'kato' sysfs attribute by Hannes Reinecke · 3 years, 9 months ago
- a70b81b nvme: sanitize KATO setting by Hannes Reinecke · 3 years, 9 months ago
- d660908 nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/store by Gopal Tiwari · 3 years, 9 months ago
- a9e0e6b nvme: let namespace probing continue for unsupported features by Christoph Hellwig · 3 years, 10 months ago
- f5b9a51 nvme: factor out nvme_ns_open and nvme_ns_release helpers by Christoph Hellwig · 3 years, 10 months ago
- 1496bd4 nvme: move nvme_ns_head_ops to multipath.c by Christoph Hellwig · 3 years, 10 months ago
- 871ca3e nvme: factor out a nvme_tryget_ns_head helper by Christoph Hellwig · 3 years, 10 months ago
- 2405252 nvme: move the ioctl code to a separate file by Christoph Hellwig · 3 years, 10 months ago
- 3557a44 nvme: don't bother to look up a namespace for controller ioctls by Christoph Hellwig · 4 years, 5 months ago
- 2f907f7 nvme: simplify block device ioctl handling for the !multipath case by Christoph Hellwig · 4 years, 5 months ago
- 89b3d6e nvme: simplify the compat ioctl handling by Christoph Hellwig · 3 years, 10 months ago
- a5d737f nvme: factor out a nvme_ns_ioctl helper by Christoph Hellwig · 4 years, 5 months ago
- d7790d3 nvme: pass a user pointer to nvme_nvm_ioctl by Christoph Hellwig · 4 years, 5 months ago
- 9953ab0 nvme: cleanup setting the disk name by Christoph Hellwig · 3 years, 10 months ago
- 3089738 nvme: add a nvme_ns_head_multipath helper by Minwoo Im · 3 years, 10 months ago
- 95d54bd nvme: remove single trailing whitespace by Niklas Cassel · 3 years, 10 months ago
- e234f1f nvme-multipath: remove single trailing whitespace by Niklas Cassel · 3 years, 10 months ago
- 53dc180 nvme-pci: remove single trailing whitespace by Niklas Cassel · 3 years, 10 months ago
- e51183b nvme-pci: don't simple map sgl when sgls are disabled by Niklas Cassel · 3 years, 10 months ago
- 327e1d2 lightnvm: use kobj_to_dev() by Chaitanya Kulkarni · 3 years, 9 months ago
- 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 10 months ago
- 393bb12 block: stop calling blk_queue_bounce for passthrough requests by Christoph Hellwig · 3 years, 10 months ago
- 8609c63 nvme: fix handling of large MDTS values by Bart Van Assche · 3 years, 10 months ago
- 5befc7c nvme: implement non-mdts command limits by Keith Busch · 3 years, 10 months ago
- c881a23 nvme: disallow passthru cmd from targeting a nsid != nsid of the block dev by Niklas Cassel · 3 years, 10 months ago
- dd8f7fa nvme: retrigger ANA log update if group descriptor isn't found by Hannes Reinecke · 4 years, 2 months ago
- 09fbed6 nvme: export fast_io_fail_tmo to sysfs by Daniel Wagner · 3 years, 10 months ago
- 25a64e4 nvme: remove superfluous else in nvme_ctrl_loss_tmo_store by Daniel Wagner · 3 years, 10 months ago
- bff4bcf nvme: use sysfs_emit instead of sprintf by Daniel Wagner · 3 years, 10 months ago
- 8df1bff nvme-fc: check sgl supported by target by Max Gurtovoy · 3 years, 10 months ago
- 73ffcef nvme-tcp: check sgl supported by target by Max Gurtovoy · 3 years, 10 months ago
- 8b73b45 nvme-tcp: block BH in sk state_change sk callback by Sagi Grimberg · 3 years, 10 months ago
- ed4a854 nvme: warn of unhandled effects only once by Keith Busch · 3 years, 10 months ago