summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-05-16nvme-fabrics: add a request timeout helperChaitanya Kulkarni
2022-05-16nvme-pci: harden drive presence detect in nvme_dev_disable()Stefan Roese
2022-05-16nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)
2022-05-16nvme: mark internal passthru request RQF_QUIETChaitanya Kulkarni
2022-05-16nvme: remove unneeded include from constants fileMax Gurtovoy
2022-05-16nvme: add missing status values to verbose loggingMax Gurtovoy
2022-05-16nvme: set dma alignment to dwordKeith Busch
2022-05-16nvme: fix interpretation of DMRSLTom Yan
2022-05-10loop: remove most the top-of-file boilerplate commentChristoph Hellwig
2022-05-10loop: add a SPDX headerChristoph Hellwig
2022-05-10loop: remove loop.hChristoph Hellwig
2022-05-04block: null_blk: Improve device creation with configfsDamien Le Moal
2022-05-04block: null_blk: Cleanup messagesDamien Le Moal
2022-05-04block: null_blk: Cleanup device creation and deletionDamien Le Moal
2022-05-04block: null_blk: Fix code style issuesDamien Le Moal
2022-05-04xen-blkback: use bdev_discard_alignmentChristoph Hellwig
2022-05-03rnbd-srv: use bdev_discard_alignmentChristoph Hellwig
2022-05-03nvme: remove a spurious clear of discard_alignmentChristoph Hellwig
2022-05-03loop: remove a spurious clear of discard_alignmentChristoph Hellwig
2022-05-03dasd: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-03raid5: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-03dm-zoned: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-03virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-03nbd: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa
2022-04-27Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2022-04-25null-blk: save memory footprint for struct nullb_cmdYu Kuai
2022-04-25md: Replace role magic numbers with defined constantsDavid Sloan
2022-04-25md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg
2022-04-25md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe
2022-04-25md/raid5-ppl: Annotate with rcu_dereference_protected()Logan Gunthorpe
2022-04-25md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe
2022-04-25md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe
2022-04-25md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe
2022-04-25md/raid5: Un-nest struct raid5_percpu definitionLogan Gunthorpe
2022-04-25md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao
2022-04-25md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao
2022-04-25md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-04-25md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2022-04-25raid5: introduce MD_BROKENMariusz Tkaczyk
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2022-04-18block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usageJack Wang
2022-04-18loop: don't destroy lo->workqueue in __loop_clr_fdChristoph Hellwig
2022-04-18loop: remove lo_refcount and avoid lo_mutex in ->open / ->releaseChristoph Hellwig
2022-04-18loop: avoid loop_validate_mutex/lo_mutex in ->releaseTetsuo Handa
2022-04-18loop: suppress uevents while reconfiguring the deviceChristoph Hellwig
2022-04-18loop: implement ->free_diskChristoph Hellwig
2022-04-18loop: only freeze the queue in __loop_clr_fd when neededChristoph Hellwig