aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+0
2020-12-07Revert "block: Fix a lockdep complaint triggered by request queue flushing"Ming Lei1-1/+0
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-1/+1
2020-12-01block: pass a block_device to blk_alloc_devtChristoph Hellwig1-1/+1
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-21/+0
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-1/+0
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig1-1/+0
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-53/+0
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-1/+1
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni1-12/+0
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig1-19/+0
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig1-0/+7
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig1-0/+8
2020-09-01block: remove the disk argument to delete_partitionChristoph Hellwig1-1/+1
2020-09-01block: Add a new helper to attempt to merge a bioBaolin Wang1-6/+15
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang1-0/+2
2020-07-17block: improve discard bio alignment in __blkdev_issue_discard()Coly Li1-0/+14
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei1-5/+0
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Jens Axboe1-0/+5
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+0
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-2/+1
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei1-5/+0
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig1-0/+2
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-2/+0
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig1-9/+0
2020-06-04block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish1-0/+2
2020-05-29blk-throttle: remove blk_throtl_drainGuoqing Jiang1-2/+0
2020-05-27block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov1-1/+1
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig1-1/+1
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig1-1/+0
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang1-1/+0
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig1-4/+0
2020-05-19block: mark blk_account_io_completion staticChristoph Hellwig1-1/+0
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig1-11/+0
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+2
2020-05-12block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig1-2/+2
2020-05-12block: don't hold part0's refcount in IO pathMing Lei1-7/+6
2020-04-25block: remove create_io_contextChristoph Hellwig1-20/+0
2020-04-20block: remove hd_struct_killChristoph Hellwig1-5/+0
2020-04-20block: cleanup hd_struct freeingChristoph Hellwig1-9/+1
2020-04-20block: pass a hd_struct to delete_partitionChristoph Hellwig1-1/+1
2020-04-20block: refactor blkpg_ioctlChristoph Hellwig1-3/+5
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-0/+4
2020-03-27block: simplify queue allocationChristoph Hellwig1-0/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig1-0/+116
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig1-0/+11
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang1-2/+2
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche1-0/+1