Age | Commit message (Expand) | Author |
2020-10-07 | nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_block | Christoph Hellwig |
2020-10-07 | nvme: lift the check for an unallocated namespace into nvme_identify_ns | Christoph Hellwig |
2020-10-07 | nvme: rename __nvme_revalidate_disk | Christoph Hellwig |
2020-10-07 | nvme: rename _nvme_revalidate_disk | Christoph Hellwig |
2020-10-07 | nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns | Christoph Hellwig |
2020-10-07 | nvme: remove the disk argument to nvme_update_zone_info | Christoph Hellwig |
2020-10-07 | nvme: fix initialization of the zone bitmaps | Christoph Hellwig |
2020-10-07 | nvme-loop: don't put ctrl on nvme_init_ctrl error | Chaitanya Kulkarni |
2020-10-07 | nvme-core: put ctrl ref when module ref get fail | Chaitanya Kulkarni |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-10-02 | nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() | Coly Li |
2020-09-27 | nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue | Jeffle Xu |
2020-09-27 | nvme: fix error handling in nvme_ns_report_zones | Christoph Hellwig |
2020-09-27 | nvmet-fc: fix missing check for no hostport struct | James Smart |
2020-09-27 | nvmet: add passthru ZNS support | Chaitanya Kulkarni |
2020-09-27 | nvmet: handle keep-alive timer when kato is modified by a set features cmd | Amit Engel |
2020-09-27 | nvmet-tcp: have queue io_work context run on sock incoming cpu | Mark Wunderlich |
2020-09-27 | nvme-pci: Move enumeration by class to be last in the table | Andy Shevchenko |
2020-09-27 | nvme: use an xarray to lookup the Commands Supported and Effects log | Chaitanya Kulkarni |
2020-09-27 | nvme: lift the file open code from nvme_ctrl_get_by_path | Chaitanya Kulkarni |
2020-09-26 | Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-24 | Merge branch 'for-5.10/block' into for-5.10/drivers | Jens Axboe |
2020-09-24 | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag | Christoph Hellwig |
2020-09-24 | block: lift setting the readahead size into the block layer | Christoph Hellwig |
2020-09-23 | nvme-core: don't use NVME_NSID_ALL for command effects and supported log | Chaitanya Kulkarni |
2020-09-22 | Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-22 | nvme-fc: fail new connections to a deleted host or remote port | James Smart |
2020-09-22 | nvme-pci: fix NULL req in completion handler | Xianting Tian |
2020-09-22 | nvme: return errors for hwmon init | Keith Busch |
2020-09-17 | nvmet: get transport reference for passthru ctrl | Christoph Hellwig |
2020-09-17 | nvme-core: get/put ctrl and transport module in nvme_dev_open/release() | Chaitanya Kulkarni |
2020-09-15 | nvme-tcp: fix kconfig dependency warning when !CRYPTO | Necip Fazil Yildiran |
2020-09-15 | nvme-pci: disable the write zeros command for Intel 600P/P3100 | David Milburn |
2020-09-11 | Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-09 | nvme-fabrics: allow to queue requests for live queues | Sagi Grimberg |
2020-09-08 | nvme-tcp: cancel async events before freeing event struct | David Milburn |
2020-09-08 | nvme-rdma: cancel async events before freeing event struct | David Milburn |
2020-09-08 | nvme-fc: cancel async events before freeing event struct | David Milburn |
2020-09-08 | nvme: Revert: Fix controller creation races with teardown flow | James Smart |
2020-09-04 | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-09-02 | nvme: opencode revalidate_disk in nvme_validate_ns | Christoph Hellwig |
2020-09-01 | nvme: don't call revalidate_disk from nvme_set_queue_dying | Christoph Hellwig |
2020-09-01 | block: replace bd_set_size with bd_set_nr_sectors | Christoph Hellwig |
2020-09-01 | Merge branch 'block-5.9' into for-5.10/block | Jens Axboe |
2020-08-28 | nvme-pci: cancel nvme device request before disabling | Tong Zhang |
2020-08-28 | nvme: only use power of two io boundaries | Keith Busch |
2020-08-28 | nvme: fix controller instance leak | Keith Busch |
2020-08-28 | nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()' | Christophe JAILLET |
2020-08-28 | nvme: Fix NULL dereference for pci nvme controllers | Sagi Grimberg |
2020-08-28 | nvme-rdma: fix reset hang if controller died in the middle of a reset | Sagi Grimberg |