summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * blktrace: Report pid with note messagesJan Kara2020-05-161-2/+2
| * block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig2020-05-161-2/+0
| * block: blk-crypto-fallback for Inline EncryptionSatya Tangirala2020-05-146-21/+752
| * block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala2020-05-144-0/+59
| * block: Inline encryption support for blk-mqSatya Tangirala2020-05-1414-7/+684
| * block: Keyslot Manager for Inline EncryptionSatya Tangirala2020-05-146-0/+550
| * Documentation: Document the blk-crypto frameworkSatya Tangirala2020-05-142-0/+264
| * iocost: don't let vrate run wild while there's no saturation signalTejun Heo2020-05-141-4/+24
| * block: move blk_io_schedule() out of header fileMing Lei2020-05-142-12/+15
| * zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn2020-05-131-8/+72
| * block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn2020-05-131-0/+2
| * null_blk: Support REQ_OP_ZONE_APPENDDamien Le Moal2020-05-131-8/+29
| * scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn2020-05-133-30/+392
| * scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn2020-05-131-11/+25
| * block: Modify revalidate zonesDamien Le Moal2020-05-133-3/+11
| * block: introduce blk_req_zone_write_trylockJohannes Thumshirn2020-05-132-0/+15
| * block: Introduce REQ_OP_ZONE_APPENDKeith Busch2020-05-138-4/+207
| * block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig2020-05-133-29/+45
| * block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_noJohannes Thumshirn2020-05-131-0/+10
| * block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-134-4/+16
| * block: don't hold part0's refcount in IO pathMing Lei2020-05-132-9/+8
| * block: re-organize fields of 'struct hd_part'Ming Lei2020-05-131-7/+8
| * block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei2020-05-133-2/+11
| * block: fix use-after-free on cached last_lookup partitionMing Lei2020-05-133-16/+23
| * block: reset mapping if failed to update hardware queue countWeiping Zhang2020-05-131-1/+1
| * bdi: fix up for "remove the name field in struct backing_dev_info"Stephen Rothwell2020-05-111-1/+0
| * hfs: stop using ioctl_by_bdevChristoph Hellwig2020-05-101-13/+19
| * bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-106-8/+1
| * bdi: simplify bdi_allocChristoph Hellwig2020-05-105-12/+7
| * bdi: remove bdi_register_ownerChristoph Hellwig2020-05-103-14/+8
| * bdi: unexport bdi_register_vaChristoph Hellwig2020-05-101-1/+0
| * driver core: remove device_create_vargsChristoph Hellwig2020-05-102-39/+2
| * block: rename blk_mq_alloc_rq_mapsWeiping Zhang2020-05-101-2/+2
| * block: rename __blk_mq_alloc_rq_mapWeiping Zhang2020-05-101-3/+4
| * block: alloc map and request for new hardware queueMing Lei2020-05-101-12/+12
| * block: save previous hardware queue count before udpateWeiping Zhang2020-05-101-1/+1
| * block: free both rq_map and requestWeiping Zhang2020-05-101-1/+1
| * Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-1020-131/+209
| |\
| * | udf: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-16/+13
| * | isofs: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-28/+26
| * | hfsplus: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-15/+18
| * | cdrom: factor out a cdrom_multisession helperChristoph Hellwig2020-05-042-16/+27
| * | cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig2020-05-042-17/+25
| * | ide-cd: rename cdrom_read_tocentryChristoph Hellwig2020-05-041-7/+7
| * | block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2020-05-047-8/+18
| * | iocost_monitor: drop string wrap around numbers when outputting jsonTejun Heo2020-04-301-21/+21
| * | iocost_monitor: exit successfully if interval is zeroTejun Heo2020-04-301-1/+5
| * | blk-iocost: account for IO size when testing latenciesTejun Heo2020-04-302-2/+32
| * | blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo2020-04-303-24/+48
| * | block: add a bio_queue_enter helperChristoph Hellwig2020-04-291-26/+24