summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: null_blk: Fix null_zone_write()Damien Le Moal2022-06-023-9/+10
* nvmet: fix typo in commentJulia Lawall2022-05-311-1/+1
* nvme: set controller enable bit in a separate writeNiklas Cassel2022-05-311-1/+9
* nvme-pci: disable namespace identifiers for the MAXIO MAP1001Christoph Hellwig2022-05-311-0/+2
* bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2022-05-282-10/+28
* nbd: use pr_err to output error messageYu Kuai2022-05-271-22/+18
* nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-05-271-11/+12
* nbd: fix io hung while disconnecting deviceYu Kuai2022-05-271-1/+1
* nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completedYu Kuai2022-05-271-4/+14
* nbd: fix race between nbd_alloc_config() and module removalYu Kuai2022-05-271-9/+19
* nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai2022-05-271-1/+6
* md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai2022-05-271-0/+6
* bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li2022-05-272-0/+2
* block, loop: support partitions without scanningChristoph Hellwig2022-05-271-4/+4
* bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li2022-05-243-5/+29
* bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li2022-05-241-28/+13
* bcache: improve multithreaded bch_sectors_dirty_init()Coly Li2022-05-242-38/+26
* bcache: improve multithreaded bch_btree_check()Coly Li2022-05-242-33/+27
* md: fix double free of io_acct_set biosetXiao Ni2022-05-221-4/+0
* md: Don't set mddev private to NULL in raid0 pers->freeXiao Ni2022-05-221-1/+0
* md: remove most calls to bdevnameChristoph Hellwig2022-05-229-200/+147
* md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-05-221-5/+10
* md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang2022-05-223-7/+11
* mtip32xx: fix typo in commentJulia Lawall2022-05-211-1/+1
* nvme: set non-mdts limits in nvme_scan_workChaitanya Kulkarni2022-05-191-4/+15
* nvme: add support for TP4084 - Time-to-Ready EnhancementsChristoph Hellwig2022-05-182-6/+71
* Merge tag 'nvme-5.19-2022-05-18' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-05-187-13/+24
|\
| * nvme-fabrics: add a request timeout helperChaitanya Kulkarni2022-05-163-8/+10
| * nvme-pci: harden drive presence detect in nvme_dev_disable()Stefan Roese2022-05-161-1/+1
| * nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)2022-05-161-0/+1
| * nvme: mark internal passthru request RQF_QUIETChaitanya Kulkarni2022-05-162-0/+3
| * nvme: remove unneeded include from constants fileMax Gurtovoy2022-05-161-1/+0
| * nvme: add missing status values to verbose loggingMax Gurtovoy2022-05-161-0/+3
| * nvme: set dma alignment to dwordKeith Busch2022-05-161-1/+1
| * nvme: fix interpretation of DMRSLTom Yan2022-05-162-2/+5
* | nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji2022-05-161-4/+9
|/
* loop: remove most the top-of-file boilerplate commentChristoph Hellwig2022-05-101-47/+0
* loop: add a SPDX headerChristoph Hellwig2022-05-101-2/+2
* loop: remove loop.hChristoph Hellwig2022-05-102-74/+54
* block: null_blk: Improve device creation with configfsDamien Le Moal2022-05-041-1/+27
* block: null_blk: Cleanup messagesDamien Le Moal2022-05-042-2/+10
* block: null_blk: Cleanup device creation and deletionDamien Le Moal2022-05-041-18/+30
* block: null_blk: Fix code style issuesDamien Le Moal2022-05-041-4/+6
* xen-blkback: use bdev_discard_alignmentChristoph Hellwig2022-05-041-3/+2
* rnbd-srv: use bdev_discard_alignmentChristoph Hellwig2022-05-031-1/+1
* nvme: remove a spurious clear of discard_alignmentChristoph Hellwig2022-05-031-1/+0
* loop: remove a spurious clear of discard_alignmentChristoph Hellwig2022-05-031-1/+0
* dasd: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* raid5: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* dm-zoned: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+1