Age | Commit message (Expand) | Author | Files | Lines |
2019-08-20 | nvme: Add quirk for LiteON CL1 devices running FW 22301111 | Mario Limonciello | 1 | -0/+10 |
2019-08-20 | nvme: Fix cntlid validation when not using NVMEoF | Guilherme G. Piccoli | 1 | -1/+3 |
2019-07-31 | nvme: fix controller removal race with scan work | Sagi Grimberg | 1 | -0/+7 |
2019-07-31 | nvme: fix a possible deadlock when passthru commands sent to a multipath device | Sagi Grimberg | 1 | -0/+5 |
2019-07-31 | nvme-core: Fix extra device_put() call on error path | Logan Gunthorpe | 1 | -1/+1 |
2019-07-30 | nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_ns | Anthony Iliopoulos | 1 | -0/+1 |
2019-07-23 | nvme: fix memory leak caused by incorrect subsystem free | Logan Gunthorpe | 1 | -7/+5 |
2019-07-11 | nvme: fix NULL deref for fabrics options | Minwoo Im | 1 | -1/+1 |
2019-07-10 | nvme: fix regression upon hot device removal and insertion | Sagi Grimberg | 1 | -2/+2 |
2019-07-09 | nvme-tcp: set the STABLE_WRITES flag when data digests are enabled | Mikhail Skorzhinskii | 1 | -0/+5 |
2019-07-09 | nvme: set physical block size and optimal I/O size | Bart Van Assche | 1 | -2/+32 |
2019-06-21 | nvme: enable to inject errors into admin commands | Akinobu Mita | 1 | -0/+3 |
2019-06-21 | nvme: prepare for fault injection into admin commands | Akinobu Mita | 1 | -2/+2 |
2019-06-21 | nvme: export get and set features | Keith Busch | 1 | -3/+21 |
2019-06-21 | nvme: fix possible io failures when removing multipathed ns | Anton Eidelman | 1 | -6/+8 |
2019-06-06 | nvme: Fix u32 overflow in the number of namespace list calculation | Jaesoo Lee | 1 | -1/+2 |
2019-05-21 | nvme: copy MTFA field from identify controller | Laine Walker-Avina | 1 | -0/+1 |
2019-05-17 | nvme: fix memory leak for power latency tolerance | Yufen Yu | 1 | -0/+1 |
2019-05-17 | nvme: release namespace SRCU protection before performing controller ioctls | Christoph Hellwig | 1 | -5/+20 |
2019-05-17 | nvme: merge nvme_ns_ioctl into nvme_ioctl | Christoph Hellwig | 1 | -23/+24 |
2019-05-17 | nvme: remove the ifdef around nvme_nvm_ioctl | Christoph Hellwig | 1 | -2/+0 |
2019-05-17 | nvme: fix srcu locking on error return in nvme_get_ns_from_disk | Christoph Hellwig | 1 | -4/+9 |
2019-05-17 | nvme: Fix known effects | Keith Busch | 1 | -1/+1 |
2019-05-17 | nvme-pci: Sync queues on reset | Keith Busch | 1 | -0/+12 |
2019-05-16 | Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -39/+40 |
2019-05-14 | nvme: validate cntlid during controller initialisation | Christoph Hellwig | 1 | -17/+24 |
2019-05-14 | nvme: change locking for the per-subsystem controller list | Christoph Hellwig | 1 | -18/+14 |
2019-05-14 | nvme: trace all async notice events | Chaitanya Kulkarni | 1 | -3/+2 |
2019-05-13 | nvme-pci: add known admin effects to augument admin effects log page | Maxim Levitsky | 1 | -2/+1 |
2019-05-07 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+38 |
2019-05-01 | nvme: mark nvme_core_init and nvme_core_exit static | Christoph Hellwig | 1 | -2/+2 |
2019-05-01 | nvme: move command size checks to the core | Christoph Hellwig | 1 | -0/+27 |
2019-04-25 | nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE | Sagi Grimberg | 1 | -1/+6 |
2019-04-22 | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 1 | -1/+1 |
2019-04-18 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -1/+1 |
2019-04-10 | nvme: cancel request synchronously | Ming Lei | 1 | -1/+1 |
2019-04-05 | nvme: log the error status on Identify Namespace failure | Kenneth Heitke | 1 | -1/+1 |
2019-04-05 | nvme: avoid double dereference to convert le to cpu | Max Gurtovoy | 1 | -2/+2 |
2019-03-26 | srcu: Remove cleanup_srcu_struct_quiesced() | Paul E. McKenney | 1 | -1/+1 |
2019-03-13 | nvme: add proper write zeroes setup for the multipath device | Christoph Hellwig | 1 | -3/+3 |
2019-03-13 | nvme: add proper discard setup for the multipath device | Christoph Hellwig | 1 | -3/+3 |
2019-03-13 | nvme: remove nvme_ns_config_oncs | Christoph Hellwig | 1 | -7/+3 |
2019-03-13 | nvme: disable Write Zeroes for qemu controllers | Christoph Hellwig | 1 | -1/+2 |
2019-03-13 | nvme: update comment to make the code easier to read | Yufen Yu | 1 | -2/+2 |
2019-03-13 | nvme: put ns_head ref if namespace fails allocation | Sagi Grimberg | 1 | -0/+1 |
2019-03-13 | nvme: don't warn on block content change effects | Keith Busch | 1 | -1/+1 |
2019-02-20 | nvme: convert to SPDX identifiers | Christoph Hellwig | 1 | -9/+1 |
2019-02-20 | nvme: return error from nvme_alloc_ns() | Hannes Reinecke | 1 | -10/+21 |
2019-02-20 | nvme: avoid that deleting a controller triggers a circular locking complaint | Bart Van Assche | 1 | -2/+3 |
2019-02-20 | nvme: introduce a helper function for controller deletion | Bart Van Assche | 1 | -4/+9 |