aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cGravatar Christoph Hellwig 1-19/+0
2020-10-06block: remove the unused blk_integrity_merge_bio exportGravatar Christoph Hellwig 1-0/+7
2020-10-06block: remove the unused blk_integrity_merge_rq exportGravatar Christoph Hellwig 1-0/+8
2020-09-01block: remove the disk argument to delete_partitionGravatar Christoph Hellwig 1-1/+1
2020-09-01block: Add a new helper to attempt to merge a bioGravatar Baolin Wang 1-6/+15
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cGravatar Baolin Wang 1-0/+2
2020-07-17block: improve discard bio alignment in __blkdev_issue_discard()Gravatar Coly Li 1-0/+14
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagGravatar Ming Lei 1-5/+0
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Gravatar Jens Axboe 1-0/+5
2020-07-01block: move ->make_request_fn to struct block_device_operationsGravatar Christoph Hellwig 1-2/+0
2020-07-01block: remove the request_queue argument from blk_queue_splitGravatar Christoph Hellwig 1-2/+1
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagGravatar Ming Lei 1-5/+0
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkGravatar Christoph Hellwig 1-0/+2
2020-06-24block: create the request_queue debugfs_dir on registrationGravatar Luis Chamberlain 1-2/+0
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestGravatar Christoph Hellwig 1-9/+0
2020-06-04block: nr_sects_write(): Disable preemption on seqcount writeGravatar Ahmed S. Darwish 1-0/+2
2020-05-29blk-throttle: remove blk_throtl_drainGravatar Guoqing Jiang 1-2/+0
2020-05-27block: add a blk_account_io_merge_bio helperGravatar Konstantin Khlebnikov 1-1/+1
2020-05-27block: always use a percpu variable for disk statsGravatar Christoph Hellwig 1-1/+1
2020-05-27block: move update_io_ticks to blk-core.cGravatar Christoph Hellwig 1-1/+0
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueGravatar Baolin Wang 1-1/+0
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersGravatar Christoph Hellwig 1-4/+0
2020-05-19block: mark blk_account_io_completion staticGravatar Christoph Hellwig 1-1/+0
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceGravatar Christoph Hellwig 1-11/+0
2020-05-14block: Inline encryption support for blk-mqGravatar Satya Tangirala 1-0/+2
2020-05-12block: rename __bio_add_pc_page to bio_add_hw_pageGravatar Christoph Hellwig 1-2/+2
2020-05-12block: don't hold part0's refcount in IO pathGravatar Ming Lei 1-7/+6
2020-04-25block: remove create_io_contextGravatar Christoph Hellwig 1-20/+0
2020-04-20block: remove hd_struct_killGravatar Christoph Hellwig 1-5/+0
2020-04-20block: cleanup hd_struct freeingGravatar Christoph Hellwig 1-9/+1
2020-04-20block: pass a hd_struct to delete_partitionGravatar Christoph Hellwig 1-1/+1
2020-04-20block: refactor blkpg_ioctlGravatar Christoph Hellwig 1-3/+5
2020-03-27block: move bio_map_* to blk-map.cGravatar Christoph Hellwig 1-0/+4
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 1-0/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerGravatar Christoph Hellwig 1-0/+1
2020-03-25block: move block layer internals out of include/linux/genhd.hGravatar Christoph Hellwig 1-0/+116
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cGravatar Christoph Hellwig 1-0/+11
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGravatar Guoqing Jiang 1-2/+2
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingGravatar Bart Van Assche 1-0/+1
2019-12-05block: fix memleak of bio integrity dataGravatar Justin Tee 1-0/+4
2019-10-10block: account statistics for passthrough requestsGravatar Logan Gunthorpe 1-5/+2
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Gravatar Yufen Yu 1-0/+7
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitGravatar Ming Lei 1-0/+2
2019-09-05block: Change elevator_init_mq() to always succeedGravatar Damien Le Moal 1-1/+1
2019-08-27block: split .sysfs_lock into two locksGravatar Ming Lei 1-1/+1
2019-06-20block: mark blk_rq_bio_prep as inlineGravatar Christoph Hellwig 1-1/+12
2019-06-20block: simplify blk_recalc_rq_segmentsGravatar Christoph Hellwig 1-1/+1
2019-06-20block: remove the bi_phys_segments field in struct bioGravatar Christoph Hellwig 1-11/+12
2019-06-06block: free sched's request pool in blk_cleanup_queueGravatar Ming Lei 1-1/+9
2019-05-29block: move blk_exit_queue into __blk_release_queueGravatar Ming Lei 1-1/+0