Age | Commit message (Expand) | Author | Files | Lines |
2020-04-10 | Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 9 | -124/+242 |
2020-04-07 | nvmet-rdma: fix double free of rdma queue | Israel Rukshin | 1 | -12/+18 |
2020-04-04 | nvme-fc: Revert "add module to ops template to allow module references" | James Smart | 2 | -13/+2 |
2020-04-04 | nvme: fix deadlock caused by ANA update wrong locking | Sagi Grimberg | 1 | -2/+2 |
2020-04-04 | nvmet-rdma: fix bonding failover possible NULL deref | Sagi Grimberg | 1 | -56/+119 |
2020-04-03 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -14/+0 |
2020-04-02 | nvmet: fix NULL dereference when removing a referral | Sagi Grimberg | 1 | -1/+9 |
2020-04-02 | nvme: inherit stable pages constraint in the mpath stack device | Sagi Grimberg | 1 | -0/+7 |
2020-04-01 | nvme-tcp: fix possible crash in recv error flow | Sagi Grimberg | 1 | -1/+1 |
2020-03-31 | nvme-tcp: don't poll a non-live queue | Sagi Grimberg | 1 | -0/+3 |
2020-03-31 | nvme-tcp: fix possible crash in write_zeroes processing | Sagi Grimberg | 1 | -6/+7 |
2020-03-31 | nvmet-fc: fix typo in comment | James Smart | 1 | -1/+1 |
2020-03-31 | nvme-rdma: Replace comma with a semicolon | Israel Rukshin | 1 | -1/+1 |
2020-03-31 | nvme-fcloop: fix deallocation of working context | James Smart | 1 | -24/+52 |
2020-03-31 | nvme: fix compat address handling in several ioctls | Nick Bowler | 1 | -7/+20 |
2020-03-30 | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 16 | -235/+533 |
2020-03-30 | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -3/+3 |
2020-03-27 | block: simplify queue allocation | Christoph Hellwig | 1 | -2/+1 |
2020-03-25 | nvme: cleanup namespace identifier reporting in nvme_init_ns_head | Christoph Hellwig | 1 | -12/+10 |
2020-03-25 | nvme: rename __nvme_find_ns_head to nvme_find_ns_head | Christoph Hellwig | 1 | -2/+2 |
2020-03-25 | nvme: refactor nvme_identify_ns_descs error handling | Christoph Hellwig | 1 | -15/+13 |
2020-03-25 | nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl | Israel Rukshin | 1 | -1/+6 |
2020-03-25 | nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrl | Israel Rukshin | 1 | -1/+6 |
2020-03-25 | nvme: Fix controller creation races with teardown flow | Israel Rukshin | 2 | -0/+6 |
2020-03-25 | nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl | Israel Rukshin | 6 | -8/+2 |
2020-03-25 | nvme: Fix ctrl use-after-free during sysfs deletion | Israel Rukshin | 6 | -10/+6 |
2020-03-25 | nvme-pci: Re-order nvme_pci_free_ctrl | Israel Rukshin | 1 | -2/+2 |
2020-03-25 | nvme: Remove unused return code from nvme_delete_ctrl_sync | Israel Rukshin | 1 | -7/+2 |
2020-03-25 | nvme: Use nvme_state_terminal helper | Israel Rukshin | 1 | -2/+1 |
2020-03-25 | nvme: release ida resources | Max Gurtovoy | 1 | -0/+1 |
2020-03-25 | nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO | masahiro31.yamada@kioxia.com | 1 | -2/+43 |
2020-03-25 | nvmet-tcp: optimize tcp stack TX when data digest is used | Sagi Grimberg | 1 | -2/+5 |
2020-03-25 | nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -4/+4 |
2020-03-25 | nvme-multipath: do not reset on unknown status | John Meneghini | 3 | -18/+13 |
2020-03-25 | nvmet-rdma: allocate RW ctxs according to mdts | Max Gurtovoy | 1 | -2/+4 |
2020-03-25 | nvmet-rdma: Implement get_mdts controller op | Max Gurtovoy | 1 | -0/+9 |
2020-03-25 | nvmet: Add get_mdts op for controllers | Max Gurtovoy | 2 | -2/+7 |
2020-03-25 | nvme-pci: properly print controller address | Max Gurtovoy | 1 | -1/+1 |
2020-03-25 | nvme-tcp: break from io_work loop if recv failed | Sagi Grimberg | 1 | -0/+2 |
2020-03-25 | nvme-tcp: move send failure to nvme_tcp_try_send | Sagi Grimberg | 1 | -15/+11 |
2020-03-25 | nvmet-tcp: fix maxh2cdata icresp parameter | Sagi Grimberg | 1 | -1/+1 |
2020-03-25 | nvme-tcp: optimize queue io_cpu assignment for multiple queue maps | Sagi Grimberg | 1 | -6/+56 |
2020-03-25 | nvme-pci: Simplify nvme_poll_irqdisable | Keith Busch | 1 | -19/+11 |
2020-03-25 | nvme-pci: Remove two-pass completions | Keith Busch | 1 | -32/+10 |
2020-03-25 | nvme-pci: Remove tag from process cq | Keith Busch | 1 | -12/+11 |
2020-03-25 | nvme-pci: slimmer CQ head update | Alexey Dobriyan | 1 | -4/+2 |
2020-03-25 | nvmet: check ncqr & nsqr for set-features cmd | Amit Engel | 1 | -0/+9 |
2020-03-25 | nvme: Check for readiness more quickly, to speed up boot time | Josh Triplett | 1 | -1/+1 |
2020-03-25 | nvme: log additional message for controller status | Rupesh Girase | 1 | -2/+2 |
2020-03-25 | nvme: code cleanup nvme_identify_ns_desc() | Chaitanya Kulkarni | 1 | -36/+40 |