summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig4-31/+37
2020-05-19blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctxChristoph Hellwig1-3/+0
2020-05-19blk-mq: remove a pointless queue enter pair in blk_mq_alloc_requestChristoph Hellwig1-3/+0
2020-05-19blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_requestChristoph Hellwig1-11/+16
2020-05-16blktrace: Report pid with note messagesJan Kara1-2/+2
2020-05-16block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig1-2/+0
2020-05-14block: blk-crypto-fallback for Inline EncryptionSatya Tangirala6-21/+752
2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala4-0/+59
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala14-7/+684
2020-05-14block: Keyslot Manager for Inline EncryptionSatya Tangirala6-0/+550
2020-05-14Documentation: Document the blk-crypto frameworkSatya Tangirala2-0/+264
2020-05-14iocost: don't let vrate run wild while there's no saturation signalTejun Heo1-4/+24
2020-05-14block: move blk_io_schedule() out of header fileMing Lei2-12/+15
2020-05-12zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn1-8/+72
2020-05-12block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn1-0/+2
2020-05-12null_blk: Support REQ_OP_ZONE_APPENDDamien Le Moal1-8/+29
2020-05-12scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn3-30/+392
2020-05-12scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn1-11/+25
2020-05-12block: Modify revalidate zonesDamien Le Moal3-3/+11
2020-05-12block: introduce blk_req_zone_write_trylockJohannes Thumshirn2-0/+15
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch8-4/+207
2020-05-12block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig3-29/+45
2020-05-12block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_noJohannes Thumshirn1-0/+10
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei4-4/+16
2020-05-12block: don't hold part0's refcount in IO pathMing Lei2-9/+8
2020-05-12block: re-organize fields of 'struct hd_part'Ming Lei1-7/+8
2020-05-12block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei3-2/+11
2020-05-12block: fix use-after-free on cached last_lookup partitionMing Lei3-16/+23
2020-05-12block: reset mapping if failed to update hardware queue countWeiping Zhang1-1/+1
2020-05-11bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell1-1/+0
2020-05-09hfs: stop using ioctl_by_bdevChristoph Hellwig1-13/+19
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig6-8/+1
2020-05-09bdi: simplify bdi_allocChristoph Hellwig5-12/+7
2020-05-09bdi: remove bdi_register_ownerChristoph Hellwig3-14/+8
2020-05-09bdi: unexport bdi_register_vaChristoph Hellwig1-1/+0
2020-05-09driver core: remove device_create_vargsChristoph Hellwig2-39/+2
2020-05-09block: rename blk_mq_alloc_rq_mapsWeiping Zhang1-2/+2
2020-05-09block: rename __blk_mq_alloc_rq_mapWeiping Zhang1-3/+4
2020-05-09block: alloc map and request for new hardware queueMing Lei1-12/+12
2020-05-09block: save previous hardware queue count before udpateWeiping Zhang1-1/+1
2020-05-09block: free both rq_map and requestWeiping Zhang1-1/+1
2020-05-09Merge branch 'block-5.7' into for-5.8/blockJens Axboe20-131/+209
2020-05-09nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg1-1/+1
2020-05-09nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-05-09bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2-2/+4
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu4-8/+10
2020-05-07bdi: move bdi_dev_name out of lineChristoph Hellwig2-9/+10
2020-05-07vboxsf: don't use the source name in the bdi nameChristoph Hellwig1-1/+1
2020-05-05iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2-47/+77
2020-05-04udf: stop using ioctl_by_bdevChristoph Hellwig1-16/+13