summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Li3-13/+14
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-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-24md/raid10: improve discard request for far layoutXiao Ni2-23/+64
2020-09-24md/raid10: improve raid10 discard requestXiao Ni1-1/+255
2020-09-24md/raid10: pull codes that wait for blocked dev into one functionXiao Ni1-51/+67
2020-09-24md/raid10: extend r10bio devs to raid disksXiao Ni1-5/+4
2020-09-24md: add md_submit_discard_bio() for submitting discard bioXiao Ni3-12/+24
2020-09-24md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei1-4/+4
2020-09-24md/raid5: reallocate page array after setting new stripe_sizeYufen Yu1-0/+20
2020-09-24md/raid5: resize stripe_head when reshape arrayYufen Yu1-0/+24
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu2-3/+114
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu1-2/+2
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu1-12/+24
2020-09-24md/raid5: convert to new xor compution interfaceYufen Yu1-9/+34
2020-09-24md/raid5: make async_copy_data() to support different page offsetYufen Yu1-3/+5
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu2-11/+40
2020-09-24md: only calculate blocksize once and use i_blocksize()Xianting Tian1-3/+4
2020-09-24null_blk: Support shared tag bitmapJohn Garry1-0/+6
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe51-481/+251
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig8-22/+16
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig4-10/+13
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig8-66/+5
2020-09-24md: update the optimal I/O size on reshapeChristoph Hellwig2-10/+22
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-09-24aoe: set an optimal I/O sizeChristoph Hellwig1-2/+2
2020-09-24bcache: inherit the optimal I/O sizeChristoph Hellwig1-0/+2
2020-09-24drbd: remove dead code in device_to_statisticsChristoph Hellwig1-6/+0
2020-09-23dasd: cleanup dasd_scan_partitionsChristoph Hellwig1-11/+4
2020-09-23raw: don't keep unopened block device aroundChristoph Hellwig1-32/+19
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig1-3/+4
2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig1-14/+11
2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig1-65/+2
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2-5/+5