summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-iocost: Correct comment in blk_iocost_initKemeng Shi2022-12-011-1/+1
* blk-iocost: Remove vrate member in struct ioc_nowKemeng Shi2022-12-011-3/+3
* blk-iocost: Trace vtime_base_rate instead of vtime_rateKemeng Shi2022-12-012-3/+3
* blk-iocost: Reset vtime_base_rate in ioc_refresh_paramsKemeng Shi2022-12-011-1/+3
* blk-iocost: Fix typo in commentKemeng Shi2022-12-011-1/+1
* block: Do not reread partition table on exclusively open deviceJan Kara2022-12-013-8/+13
* virtio-blk: replace ida_simple[get|remove] with ida_[alloc_range|free]Pankaj Raghav2022-11-301-4/+4
* block: mark blk_put_queue as potentially blockingChristoph Hellwig2022-11-301-4/+2
* block: untangle request_queue refcounting from sysfsChristoph Hellwig2022-11-308-87/+71
* block: fix error unwinding in blk_register_queueChristoph Hellwig2022-11-301-12/+16
* block: factor out a blk_debugfs_remove helperChristoph Hellwig2022-11-301-7/+14
* blk-crypto: pass a gendisk to blk_crypto_sysfs_{,un}registerChristoph Hellwig2022-11-303-9/+12
* Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe2022-11-303-35/+1
* block: use bool as the return type of elv_iosched_allow_bio_mergeJinlong Chen2022-11-291-2/+2
* block: replace "len+name" with "name+len" in elv_iosched_showJinlong Chen2022-11-291-1/+1
* block: always use 'e' when printing scheduler nameJinlong Chen2022-11-291-1/+1
* block: replace continue with else-if in elv_iosched_showJinlong Chen2022-11-291-4/+2
* block: include 'none' for initial elv_iosched_show callJinlong Chen2022-11-291-5/+4
* Merge tag 'nvme-6.2-2022-11-29' of git://git.infradead.org/nvme into for-6.2/...Jens Axboe2022-11-2917-510/+766
|\
| * nvmet: expose firmware revision to configfsAleksandr Miloserdov2022-11-214-3/+79
| * nvmet: expose IEEE OUI to configfsAleksandr Miloserdov2022-11-214-5/+54
| * nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-188-68/+68
| * nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| * nvme: return err on nvme_init_non_mdts_limits failJoel Granados2022-11-161-1/+1
| * nvme: avoid fallback to sequential scan due to transient issuesUday Shankar2022-11-161-4/+11
| * nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| * nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg2022-11-161-1/+1
| * nvme-auth: have dhchap_auth_work wait for queues auth to completeSagi Grimberg2022-11-161-7/+6
| * nvme-auth: remove redundant auth_work flushSagi Grimberg2022-11-161-6/+2
| * nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg2022-11-163-55/+69
| * nvme-auth: check chap ctrl_key once constructedSagi Grimberg2022-11-161-2/+2
| * nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg2022-11-163-18/+0
| * nvme-auth: remove redundant deallocationsSagi Grimberg2022-11-161-20/+0
| * nvme-auth: clear sensitive info right after authentication completesSagi Grimberg2022-11-161-0/+2
| * nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg2022-11-163-2/+43
| * nvme-auth: don't keep long lived 4k dhchap bufferSagi Grimberg2022-11-161-23/+24
| * nvme-auth: remove redundant if statementSagi Grimberg2022-11-161-1/+1
| * nvme-auth: don't override ctrl keys before validationSagi Grimberg2022-11-161-2/+10
| * nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg2022-11-163-7/+25
| * nvme-auth: remove redundant buffer deallocationsSagi Grimberg2022-11-161-4/+0
| * nvme-auth: don't re-authenticate if the controller is not LIVESagi Grimberg2022-11-161-0/+7
| * nvme-auth: remove symbol export from nvme_auth_resetSagi Grimberg2022-11-161-1/+0
| * nvme-auth: rename authentication work elementsSagi Grimberg2022-11-161-4/+4
| * nvme-auth: rename __nvme_auth_[reset|free] to nvme_auth[reset|free]_dhchapSagi Grimberg2022-11-161-6/+6
| * nvme-pci: don't unbind the driver on reset failureChristoph Hellwig2022-11-161-30/+10
| * nvme-pci: split the initial probe from the rest pathChristoph Hellwig2022-11-161-53/+80
| * nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig2022-11-161-5/+6
| * nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig2022-11-151-16/+16
| * nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig2022-11-151-5/+2
| * nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig2022-11-151-21/+17