summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-19nvme: set non-mdts limits in nvme_scan_workChaitanya Kulkarni1-4/+15
2022-05-18nvme: add support for TP4084 - Time-to-Ready EnhancementsChristoph Hellwig2-6/+71
2022-05-18Merge tag 'nvme-5.19-2022-05-18' of git://git.infradead.org/nvme into for-5.1...Jens Axboe7-13/+24
2022-05-16nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji1-4/+9
2022-05-16nvme-fabrics: add a request timeout helperChaitanya Kulkarni3-8/+10
2022-05-16nvme-pci: harden drive presence detect in nvme_dev_disable()Stefan Roese1-1/+1
2022-05-16nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)1-0/+1
2022-05-16nvme: mark internal passthru request RQF_QUIETChaitanya Kulkarni2-0/+3
2022-05-16nvme: remove unneeded include from constants fileMax Gurtovoy1-1/+0
2022-05-16nvme: add missing status values to verbose loggingMax Gurtovoy1-0/+3
2022-05-16nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-05-16nvme: fix interpretation of DMRSLTom Yan2-2/+5
2022-05-10loop: remove most the top-of-file boilerplate commentChristoph Hellwig1-47/+0
2022-05-10loop: add a SPDX headerChristoph Hellwig1-2/+2
2022-05-10loop: remove loop.hChristoph Hellwig2-74/+54
2022-05-04block: null_blk: Improve device creation with configfsDamien Le Moal1-1/+27
2022-05-04block: null_blk: Cleanup messagesDamien Le Moal2-2/+10
2022-05-04block: null_blk: Cleanup device creation and deletionDamien Le Moal1-18/+30
2022-05-04block: null_blk: Fix code style issuesDamien Le Moal1-4/+6
2022-05-04xen-blkback: use bdev_discard_alignmentChristoph Hellwig1-3/+2
2022-05-03rnbd-srv: use bdev_discard_alignmentChristoph Hellwig1-1/+1
2022-05-03nvme: remove a spurious clear of discard_alignmentChristoph Hellwig1-1/+0
2022-05-03loop: remove a spurious clear of discard_alignmentChristoph Hellwig1-1/+0
2022-05-03dasd: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-05-03raid5: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-05-03dm-zoned: don't set the discard_alignment queue limitChristoph Hellwig1-1/+1
2022-05-03virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig1-3/+4
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-05-03nbd: don't set the discard_alignment queue limitChristoph Hellwig1-3/+0
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa5-5/+15
2022-04-28Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe10-226/+321
2022-04-26null-blk: save memory footprint for struct nullb_cmdYu Kuai1-3/+5
2022-04-26md: Replace role magic numbers with defined constantsDavid Sloan1-5/+6
2022-04-26md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg1-15/+16
2022-04-26md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe1-5/+17
2022-04-26md/raid5-ppl: Annotate with rcu_dereference_protected()Logan Gunthorpe1-3/+10
2022-04-26md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe1-22/+43
2022-04-26md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe1-9/+19
2022-04-26md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe2-21/+28
2022-04-26md/raid5: Un-nest struct raid5_percpu definitionLogan Gunthorpe1-9/+11
2022-04-26md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe1-7/+11
2022-04-26md: replace deprecated strlcpy & remove duplicated lineHeming Zhao3-6/+5
2022-04-26md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao1-21/+23
2022-04-26md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong1-4/+6
2022-04-26md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong1-3/+5
2022-04-26raid5: introduce MD_BROKENMariusz Tkaczyk1-25/+22
2022-04-26md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk4-72/+100
2022-04-18block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usageJack Wang1-2/+12
2022-04-18loop: don't destroy lo->workqueue in __loop_clr_fdChristoph Hellwig1-13/+13
2022-04-18loop: remove lo_refcount and avoid lo_mutex in ->open / ->releaseChristoph Hellwig2-31/+7