summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nvme-5.7-rc1' of git://git.infradead.org/nvme into for-5.7/driversJens Axboe2020-03-2516-235/+533
|\
| * nvme: cleanup namespace identifier reporting in nvme_init_ns_headChristoph Hellwig2020-03-261-12/+10
| * nvme: rename __nvme_find_ns_head to nvme_find_ns_headChristoph Hellwig2020-03-261-2/+2
| * nvme: refactor nvme_identify_ns_descs error handlingChristoph Hellwig2020-03-261-15/+13
| * nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrlIsrael Rukshin2020-03-261-1/+6
| * nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrlIsrael Rukshin2020-03-261-1/+6
| * nvme: Fix controller creation races with teardown flowIsrael Rukshin2020-03-262-0/+6
| * nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin2020-03-266-8/+2
| * nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-266-10/+6
| * nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin2020-03-261-2/+2
| * nvme: Remove unused return code from nvme_delete_ctrl_syncIsrael Rukshin2020-03-261-7/+2
| * nvme: Use nvme_state_terminal helperIsrael Rukshin2020-03-261-2/+1
| * nvme: release ida resourcesMax Gurtovoy2020-03-261-0/+1
| * nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOmasahiro31.yamada@kioxia.com2020-03-261-2/+43
| * nvmet-tcp: optimize tcp stack TX when data digest is usedSagi Grimberg2020-03-261-2/+5
| * nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-261-4/+4
| * nvme-multipath: do not reset on unknown statusJohn Meneghini2020-03-263-18/+13
| * nvmet-rdma: allocate RW ctxs according to mdtsMax Gurtovoy2020-03-261-2/+4
| * nvmet-rdma: Implement get_mdts controller opMax Gurtovoy2020-03-261-0/+9
| * nvmet: Add get_mdts op for controllersMax Gurtovoy2020-03-262-2/+7
| * nvme-pci: properly print controller addressMax Gurtovoy2020-03-261-1/+1
| * nvme-tcp: break from io_work loop if recv failedSagi Grimberg2020-03-261-0/+2
| * nvme-tcp: move send failure to nvme_tcp_try_sendSagi Grimberg2020-03-261-15/+11
| * nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg2020-03-261-1/+1
| * nvme-tcp: optimize queue io_cpu assignment for multiple queue mapsSagi Grimberg2020-03-261-6/+56
| * nvme-pci: Simplify nvme_poll_irqdisableKeith Busch2020-03-261-19/+11
| * nvme-pci: Remove two-pass completionsKeith Busch2020-03-261-32/+10
| * nvme-pci: Remove tag from process cqKeith Busch2020-03-261-12/+11
| * nvme-pci: slimmer CQ head updateAlexey Dobriyan2020-03-261-4/+2
| * nvmet: check ncqr & nsqr for set-features cmdAmit Engel2020-03-261-0/+9
| * nvme: Check for readiness more quickly, to speed up boot timeJosh Triplett2020-03-261-1/+1
| * nvme: log additional message for controller statusRupesh Girase2020-03-261-2/+2
| * nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni2020-03-261-36/+40
| * nvme: Don't deter users from enabling hwmon supportJean Delvare2020-03-261-2/+0
| * nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
| * nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
| * nvmet-tcp: set SO_PRIORITY for accepted socketsWunderlich, Mark2020-03-041-0/+26
| * nvme-tcp: Set SO_PRIORITY for all host socketsWunderlich, Mark2020-03-041-0/+21
| * nvmet: check sscanf value for subsys serial attrChaitanya Kulkarni2020-03-041-2/+5
| * nvmet: make ctrl model configurableMark Ruijter2020-03-044-2/+90
| * nvmet: make ctrl-id configurableChaitanya Kulkarni2020-03-043-2/+70
| * nvmet: configfs code cleanupChaitanya Kulkarni2020-03-041-7/+4
| * nvme: remove unused return code from nvme_alloc_nsEdmund Nadolski2020-03-041-15/+6
* | bcache: remove dupplicated declaration from btree.hColy Li2020-03-241-7/+3
* | bcache: optimize barrier usage for atomic operationsColy Li2020-03-222-6/+6
* | bcache: optimize barrier usage for Rmw atomic bitopsDavidlohr Bueso2020-03-221-3/+3
* | bcache: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-221-1/+1
* | bcache: make bch_sectors_dirty_init() to be multithreadedColy Li2020-03-222-3/+174
* | bcache: make bch_btree_check() to be multithreadedColy Li2020-03-222-3/+188
* | bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li2020-03-222-9/+10