Age | Commit message (Expand) | Author | Files | Lines |
2023-08-11 | Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linux | Linus Torvalds | 5 | -8/+13 |
2023-08-11 | nvme: core: don't hold rcu read lock in nvme_ns_chr_uring_cmd_iopoll | Ming Lei | 1 | -2/+0 |
2023-08-01 | nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G | August Wikerfors | 1 | -1/+2 |
2023-07-21 | nvme-rdma: fix potential unbalanced freeze & unfreeze | Ming Lei | 1 | -1/+2 |
2023-07-21 | nvme-tcp: fix potential unbalanced freeze & unfreeze | Ming Lei | 1 | -1/+2 |
2023-07-21 | nvme: fix possible hang when removing a controller during error recovery | Ming Lei | 1 | -3/+7 |
2023-07-14 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -5/+4 |
2023-07-14 | Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linux | Linus Torvalds | 7 | -24/+88 |
2023-07-13 | nvme-pci: fix DMA direction of unmapping integrity data | Ming Lei | 1 | -1/+1 |
2023-07-13 | nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices | Christoph Hellwig | 1 | -3/+33 |
2023-07-12 | nvme: ensure disabling pairs with unquiesce | Keith Busch | 1 | -8/+17 |
2023-07-12 | nvme-fc: fix race between error recovery and creating association | Michael Liang | 1 | -5/+16 |
2023-07-12 | nvme-fc: return non-zero status code when fails to create association | Michael Liang | 1 | -3/+15 |
2023-07-12 | nvme: fix parameter check in nvme_fault_inject_init() | Minjie Du | 1 | -1/+1 |
2023-07-12 | nvme: warn only once for legacy uuid attribute | Keith Busch | 1 | -1/+1 |
2023-07-11 | Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes | Martin K. Petersen | 1 | -5/+4 |
2023-07-10 | nvmet: use PAGE_SECTORS_SHIFT | Damien Le Moal | 2 | -3/+3 |
2023-07-10 | nvme: add BOGUS_NID quirk for Samsung SM953 | Pankaj Raghav | 1 | -0/+2 |
2023-07-05 | scsi: nvme: zns: Set zone limits before revalidating zones | Damien Le Moal | 1 | -5/+4 |
2023-07-05 | Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+1 |
2023-07-03 | Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linux | Linus Torvalds | 7 | -58/+40 |
2023-07-02 | nvme-tcp: Fix comma-related oops | David Howells | 1 | -1/+1 |
2023-06-30 | Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5 | Jens Axboe | 6 | -4/+20 |
2023-06-30 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -149/+319 |
2023-06-30 | nvme: disable controller on reset state failure | Keith Busch | 1 | -1/+2 |
2023-06-30 | nvme: sync timeout work on failed reset | Keith Busch | 1 | -0/+1 |
2023-06-30 | nvme: ensure unquiesce on teardown | Keith Busch | 1 | -0/+1 |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -39/+56 |
2023-06-28 | nvme: improved uring polling | Keith Busch | 3 | -54/+20 |
2023-06-27 | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
2023-06-27 | nvme-mpath: fix I/O failure with EAGAIN when failing over I/O | Sagi Grimberg | 1 | -0/+8 |
2023-06-27 | nvme: host: fix command name spelling | Damien Le Moal | 1 | -1/+1 |
2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 16 | -953/+944 |
2023-06-26 | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+2 |
2023-06-24 | nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage | David Howells | 1 | -17/+29 |
2023-06-24 | nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage | David Howells | 1 | -22/+27 |
2023-06-21 | nvmet: Reorder fields in 'struct nvmet_ns' | Christophe JAILLET | 1 | -1/+1 |
2023-06-21 | nvme: Print capabilities changes just once | Breno Leitao | 2 | -1/+6 |
2023-06-16 | nvme: forward port sysfs delete fix | Keith Busch | 1 | -0/+3 |
2023-06-12 | nvme: skip optional id ctrl csi if it failed | Keith Busch | 2 | -1/+5 |
2023-06-12 | nvme-core: use nvme_ns_head_multipath instead of ns->head->disk | Irvin Cote | 1 | -1/+1 |
2023-06-12 | nvmet-fcloop: Do not wait on completion when unregister fails | Daniel Wagner | 1 | -1/+2 |
2023-06-12 | nvme-fabrics: open code __nvmf_host_find() | Chaitanya Kulkarni | 1 | -48/+27 |
2023-06-12 | nvme-fabrics: error out to unlock the mutex | Chaitanya Kulkarni | 1 | -2/+4 |
2023-06-12 | nvme: Increase block size variable size to 32-bit | Daniel Gomez | 1 | -1/+1 |
2023-06-12 | nvme-fcloop: no need to return from void function | Chaitanya Kulkarni | 1 | -2/+0 |
2023-06-12 | nvmet-auth: remove unnecessary break after goto | Chaitanya Kulkarni | 1 | -4/+0 |
2023-06-12 | nvmet-auth: remove some dead code | Christophe JAILLET | 1 | -9/+0 |
2023-06-12 | nvme-core: remove redundant check from nvme_init_ns_head | Irvin Cote | 1 | -1/+1 |
2023-06-12 | nvme: move sysfs code to a dedicated sysfs.c file | Max Gurtovoy | 4 | -655/+672 |