summaryrefslogtreecommitdiff
path: root/contrib/webcscope/TODO
blob: 4e61555b647d29039524c482b560f41e3563cfb6 (plain)
1
2
3
4
5

- Better error checking and the like
- Add a more robust cookie mechanism
- More efficient way of searching 'all' databases
- Fix bugs
href='/cgit.cgi/linux/net-next.git/commit/?id=0ff9d4e1a284a9282a049bf064f123e27f838907'>0ff9d4e1a284a9282a049bf064f123e27f838907 (patch) treed37ba94c22fb1039c6e25f51f0479ec5afa3f72a parent9ec3bb2f994bda9c8817856fdcbfaebe8f62fbd3 (diff)
NVMe: Short-cut removal on surprise hot-unplug
This patch adds a new state that when set has the core automatically kill request queues prior to removing namespaces. If PCI device is not present at the time the nvme driver's remove is called, we can kill all IO queues immediately instead of waiting for the watchdog thread to do that at its polling interval. This improves scenarios where multiple hot plug events occur at the same time since it doesn't block the pci enumeration for as long. Signed-off-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat
idth: 0.0%;'/>
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefileock: fix raw_read_seqcount_latch()