summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-07nvme: rename __nvme_revalidate_diskChristoph Hellwig1-5/+4
2020-10-07nvme: rename _nvme_revalidate_diskChristoph Hellwig1-7/+6
2020-10-07nvme: rename nvme_validate_ns to nvme_validate_or_alloc_nsChristoph Hellwig1-3/+3
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig3-10/+5
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig3-23/+17
2020-10-07block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig1-1/+3
2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni1-2/+2
2020-10-06scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai2-13/+55
2020-10-06scsi: scsi_debug: Support host tagsetJohn Garry1-18/+10
2020-10-06scsi: hisi_sas: Switch v3 hw to MQJohn Garry3-70/+56
2020-10-06scsi: core: Show nr_hw_queues in sysfsJohn Garry1-0/+11
2020-10-06scsi: Add host and host template flag 'host_tagset'Hannes Reinecke3-1/+11
2020-10-03block: scsi_ioctl: Avoid the use of one-element arraysGustavo A. R. Silva2-4/+7
2020-10-03rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li11-59/+46
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li4-10/+7
2020-10-02bcache: remove can_attach_cache()Coly Li1-10/+0
2020-10-02bcache: don't check seq numbers in register_cache_set()Coly Li1-15/+0
2020-10-02bcache: only use bucket_bytes() on struct cacheColy Li2-2/+2
2020-10-02bcache: remove useless bucket_pages()Coly Li1-1/+0
2020-10-02bcache: remove useless alloc_bucket_pages()Coly Li1-3/+0
2020-10-02bcache: only use block_bytes() on struct cacheColy Li7-24/+24
2020-10-02bcache: add set_uuid in struct cache_setColy Li4-15/+16
2020-10-02bcache: remove for_each_cache()Coly Li6-294/+237
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li3-17/+12
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li4-24/+19
2020-10-02bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-13/+3
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang1-1/+1
2020-10-02bcache: share register sysfs with async registerColy Li1-5/+7
2020-09-29null_blk: add support for max open/active zone limit for zoned devicesNiklas Cassel3-58/+282
2020-09-28Merge tag 'nvme-5.10-2020-09-27' of git://git.infradead.org/nvme into for-5.1...Jens Axboe10-117/+93
2020-09-27nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueJeffle Xu1-17/+15
2020-09-27nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig1-25/+16
2020-09-27nvmet-fc: fix missing check for no hostport structJames Smart1-1/+1
2020-09-27nvmet: add passthru ZNS supportChaitanya Kulkarni1-0/+16
2020-09-27nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel3-2/+6
2020-09-27nvmet-tcp: have queue io_work context run on sock incoming cpuMark Wunderlich1-11/+10
2020-09-27nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko1-1/+2
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni2-28/+5
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni3-32/+22
2020-09-25Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe13-213/+967
2020-09-25md/raid10: improve discard request for far layoutXiao Ni2-23/+64
2020-09-25md/raid10: improve raid10 discard requestXiao Ni1-1/+255
2020-09-25md/raid10: pull codes that wait for blocked dev into one functionXiao Ni1-51/+67
2020-09-25md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+4
2020-09-25md: add md_submit_discard_bio() for submitting discard bioXiao Ni3-12/+24
2020-09-25md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei1-4/+4
2020-09-25md/raid5: reallocate page array after setting new stripe_sizeYufen Yu1-0/+20
2020-09-25md/raid5: resize stripe_head when reshape arrayYufen Yu1-0/+24
2020-09-25md/raid5: let multiple devices of stripe_head share pageYufen Yu2-3/+114