summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Improve blk_revalidate_disk_zones() checksDamien Le Moal2020-12-071-1/+15
* sbitmap: simplify wrap checkPavel Begunkov2020-12-071-3/+5
* sbitmap: replace CAS with atomic andPavel Begunkov2020-12-071-5/+3
* sbitmap: remove swap_lockPavel Begunkov2020-12-072-16/+3
* sbitmap: optimise sbitmap_deferred_clear()Pavel Begunkov2020-12-071-12/+12
* blk-mq: skip hybrid polling if iopoll doesn't spinPavel Begunkov2020-12-071-2/+3
* blk-iocost: Factor out the base vrate change into a separate functionBaolin Wang2020-12-071-45/+54
* blk-iocost: Factor out the active iocgs' state check into a separate functionBaolin Wang2020-12-071-40/+54
* blk-iocost: Move the usage ratio calculation to the correct placeBaolin Wang2020-12-071-21/+23
* blk-iocost: Remove unnecessary advance declarationBaolin Wang2020-12-071-2/+0
* blk-iocost: Fix some typos in commentsBaolin Wang2020-12-071-6/+6
* blktrace: fix up a kerneldoc commentChristoph Hellwig2020-12-071-1/+0
* block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-048-57/+39
* block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-0411-42/+28
* block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-044-13/+10
* block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-046-161/+48
* block: remove the unused block_sleeprq tracepointChristoph Hellwig2020-12-042-40/+0
* blk-throttle: don't check whether or not lower limit is valid if CONFIG_BLK_D...Yu Kuai2020-12-021-0/+6
* block: fix inflight statistics of part0Jeffle Xu2020-12-021-1/+2
* bio: optimise bvec iterationPavel Begunkov2020-12-022-4/+17
* block: optimise for_each_bvec() advancePavel Begunkov2020-12-021-5/+15
* block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-017-49/+13
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-0110-230/+108
* f2fs: remove a few bd_part checksChristoph Hellwig2020-12-012-13/+1
* block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-014-42/+42
* block: pass a block_device to invalidate_partitionChristoph Hellwig2020-12-011-10/+3
* block: pass a block_device to blk_alloc_devtChristoph Hellwig2020-12-013-9/+9
* block: remove the partno field from struct hd_structChristoph Hellwig2020-12-014-13/+11
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-0122-137/+122
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-0115-169/+61
* block: move the policy field to struct block_deviceChristoph Hellwig2020-12-016-10/+11
* block: move make_it_fail to struct block_deviceChristoph Hellwig2020-12-014-6/+7
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-015-13/+13
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-017-17/+16
* block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-018-25/+22
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-019-43/+39
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-0116-194/+67
* block: initialize struct block_device in bdev_allocChristoph Hellwig2020-12-011-13/+9
* block: simplify part_to_diskChristoph Hellwig2020-12-011-7/+3
* block: simplify the block device claiming interfaceChristoph Hellwig2020-12-013-44/+25
* block: remove ->bd_containsChristoph Hellwig2020-12-014-17/+13
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-019-319/+194
* block: remove i_bdevChristoph Hellwig2020-12-0118-252/+121
* block: opencode devcgroup_inode_permissionChristoph Hellwig2020-12-011-6/+4
* block: move bdput() to the callers of __blkdev_getChristoph Hellwig2020-12-011-2/+5
* block: refactor blkdev_getChristoph Hellwig2020-12-011-99/+86
* block: refactor __blkdev_putChristoph Hellwig2020-12-011-7/+7
* init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig2020-12-011-12/+6
* init: refactor devt_from_partuuidChristoph Hellwig2020-12-011-37/+31
* init: refactor name_to_dev_tChristoph Hellwig2020-12-012-99/+91