summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* blk-iocost: Remove unnecessary advance declarationBaolin Wang2020-12-071-2/+0
* blk-iocost: Fix some typos in commentsBaolin Wang2020-12-071-6/+6
* block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-043-6/+6
* block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-1/+1
* block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-1/+1
* block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-044-5/+5
* 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-021-2/+2
* block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-1/+0
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-014-141/+75
* block: switch disk_part_iter_* to use a struct block_deviceChristoph Hellwig2020-12-012-36/+36
* 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-012-11/+10
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-018-78/+78
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-016-125/+33
* block: move the policy field to struct block_deviceChristoph Hellwig2020-12-014-8/+8
* block: move make_it_fail to struct block_deviceChristoph Hellwig2020-12-012-3/+4
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-012-6/+7
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-013-13/+9
* block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-014-13/+15
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-015-22/+8
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-015-86/+49
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-015-238/+81
* block: remove i_bdevChristoph Hellwig2020-12-011-2/+1
* block: use put_device in put_diskChristoph Hellwig2020-12-011-1/+1
* block: use disk_part_iter_exit in disk_part_iter_nextChristoph Hellwig2020-12-011-2/+1
* block: remove a superflous check in blkpg_do_ioctlChristoph Hellwig2020-12-011-9/+0
* block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen2020-11-301-1/+0
* block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-8/+5
* block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig2020-11-161-1/+4
* block: switch gendisk lookup to a simple xarrayChristoph Hellwig2020-11-161-171/+37
* block: add an optional probe callback to major_namesChristoph Hellwig2020-11-161-3/+18
* block: rework requesting modules for unclaimed devicesChristoph Hellwig2020-11-161-10/+15
* block: split block_class_lockChristoph Hellwig2020-11-161-14/+15
* block: open code kobj_map into in block/genhd.cChristoph Hellwig2020-11-161-13/+117
* block: cleanup del_gendisk a bitChristoph Hellwig2020-11-161-7/+8
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-20/+5
* block: remove set_device_roChristoph Hellwig2020-11-162-8/+1
* block: don't call into the driver for BLKROSETChristoph Hellwig2020-11-161-23/+0
* block: add a new set_read_only methodChristoph Hellwig2020-11-161-0/+5
* block: don't call into the driver for BLKFLSBUFChristoph Hellwig2020-11-161-7/+0
* block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-121-1/+4
* blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei2020-10-301-0/+1
* block: advance iov_iter on bio_add_hw_page failureNaohiro Aota2020-10-281-4/+7
* blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi2020-10-261-2/+12
* blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi2020-10-261-0/+1
* Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-243-3/+7
|\
| * block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab2020-10-231-1/+1