Age | Commit message (Expand) | Author | Files | Lines |
2020-08-03 | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block | Linus Torvalds | 9 | -36/+45 |
2020-07-29 | nvme: add a Identify Namespace Identification Descriptor list quirk | Christoph Hellwig | 3 | -12/+12 |
2020-07-26 | nvme-pci: prevent SK hynix PC400 from using Write Zeroes command | Kai-Heng Feng | 1 | -0/+2 |
2020-07-26 | nvme-tcp: fix possible hang waiting for icresp response | Sagi Grimberg | 1 | -0/+3 |
2020-07-16 | nvme: explicitly update mpath disk capacity on revalidation | Anthony Iliopoulos | 2 | -0/+14 |
2020-07-02 | nvme: fix a crash in nvme_mpath_add_disk | Christoph Hellwig | 1 | -3/+4 |
2020-07-02 | nvme: fix identify error status silent ignore | Sagi Grimberg | 1 | -3/+9 |
2020-07-01 | block: remove the bd_queue field from struct block_device | Christoph Hellwig | 1 | -1/+1 |
2020-07-01 | block: remove direct_make_request | Christoph Hellwig | 1 | -1/+1 |
2020-07-01 | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig | 1 | -1/+1 |
2020-07-01 | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 3 | -3/+4 |
2020-07-01 | block: remove the request_queue argument from blk_queue_split | Christoph Hellwig | 1 | -5/+4 |
2020-06-24 | nvme-multipath: fix bogus request queue reference put | Sagi Grimberg | 1 | -0/+8 |
2020-06-24 | nvme-multipath: fix deadlock due to head->lock | Anton Eidelman | 2 | -2/+4 |
2020-06-24 | nvme: don't protect ns mutation with ns->head->lock | Sagi Grimberg | 1 | -8/+4 |
2020-06-24 | nvme-multipath: fix deadlock between ana_work and scan_work | Anton Eidelman | 1 | -8/+16 |
2020-06-24 | nvme: fix possible deadlock when I/O is blocked | Sagi Grimberg | 1 | -1/+0 |
2020-06-24 | nvme-rdma: assign completion vector correctly | Max Gurtovoy | 1 | -1/+1 |
2020-06-24 | nvme-loop: initialize tagset numa value to the value of the ctrl | Max Gurtovoy | 1 | -2/+2 |
2020-06-24 | nvme-tcp: initialize tagset numa value to the value of the ctrl | Max Gurtovoy | 1 | -2/+2 |
2020-06-24 | nvme-pci: initialize tagset numa value to the value of the ctrl | Max Gurtovoy | 1 | -2/+2 |
2020-06-24 | nvme-pci: override the value of the controller's numa node | Max Gurtovoy | 1 | -0/+2 |
2020-06-24 | nvme: set initial value for controller's numa node | Max Gurtovoy | 1 | -0/+1 |
2020-06-24 | nvme-rdma: fix a missing completion with remove invalidation | Christoph Hellwig | 1 | -2/+3 |
2020-06-24 | nvme: use blk_mq_complete_request_remote to avoid an indirect function call | Christoph Hellwig | 6 | -9/+18 |
2020-06-24 | nvme-rdma: factor out a nvme_rdma_end_request helper | Christoph Hellwig | 1 | -19/+17 |
2020-06-24 | blk-mq: move failure injection out of blk_mq_complete_request | Christoph Hellwig | 2 | -2/+3 |
2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -2/+2 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
2020-06-12 | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -20/+37 |
2020-06-11 | nvmet: fail outstanding host posted AEN req | Chaitanya Kulkarni | 1 | -7/+20 |
2020-06-11 | nvme-pci: use simple suspend when a HMB is enabled | Christoph Hellwig | 1 | -0/+6 |
2020-06-11 | nvme-fc: don't call nvme_cleanup_cmd() for AENs | Daniel Wagner | 1 | -2/+3 |
2020-06-11 | nvmet-tcp: constify nvmet_tcp_ops | Max Gurtovoy | 1 | -2/+2 |
2020-06-11 | nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops | Rikard Falkeborn | 1 | -4/+4 |
2020-06-11 | nvme: do not call del_gendisk() on a disk that was never added | Niklas Cassel | 1 | -3/+1 |
2020-06-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -1/+3 |
2020-06-05 | block: remove the error argument to the block_bio_complete tracepoint | Christoph Hellwig | 1 | -2/+1 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2 | -89/+18 |
2020-06-03 | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 23 | -863/+2954 |
2020-06-03 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+2 |
2020-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+7 |
2020-05-29 | nvme: force complete cancelled requests | Keith Busch | 1 | -1/+1 |
2020-05-28 | ipv4: add ip_sock_set_tos | Christoph Hellwig | 2 | -19/+5 |
2020-05-28 | tcp: add tcp_sock_set_syncnt | Christoph Hellwig | 1 | -8/+1 |
2020-05-28 | tcp: add tcp_sock_set_nodelay | Christoph Hellwig | 2 | -18/+3 |
2020-05-28 | net: add sock_set_priority | Christoph Hellwig | 2 | -24/+6 |
2020-05-28 | net: add sock_no_linger | Christoph Hellwig | 2 | -13/+2 |
2020-05-28 | net: add sock_set_reuseaddr | Christoph Hellwig | 1 | -7/+1 |
2020-05-27 | RDMA/cma: Provide ECE reject reason | Leon Romanovsky | 1 | -1/+3 |