summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
...
* blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-06-301-5/+0
* blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig2020-06-291-0/+2
* block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-241-2/+0
* blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-9/+0
* block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish2020-06-041-0/+2
* blk-throttle: remove blk_throtl_drainGuoqing Jiang2020-05-291-2/+0
* block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov2020-05-271-1/+1
* block: always use a percpu variable for disk statsChristoph Hellwig2020-05-271-1/+1
* block: move update_io_ticks to blk-core.cChristoph Hellwig2020-05-271-1/+0
* block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2020-05-191-1/+0
* block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig2020-05-191-4/+0
* block: mark blk_account_io_completion staticChristoph Hellwig2020-05-191-1/+0
* blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig2020-05-191-11/+0
* block: Inline encryption support for blk-mqSatya Tangirala2020-05-141-0/+2
* block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig2020-05-121-2/+2
* block: don't hold part0's refcount in IO pathMing Lei2020-05-121-7/+6
* block: remove create_io_contextChristoph Hellwig2020-04-251-20/+0
* block: remove hd_struct_killChristoph Hellwig2020-04-201-5/+0
* block: cleanup hd_struct freeingChristoph Hellwig2020-04-201-9/+1
* block: pass a hd_struct to delete_partitionChristoph Hellwig2020-04-201-1/+1
* block: refactor blkpg_ioctlChristoph Hellwig2020-04-201-3/+5
* block: move bio_map_* to blk-map.cChristoph Hellwig2020-03-271-0/+4
* block: simplify queue allocationChristoph Hellwig2020-03-271-0/+2
* block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
* block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-251-0/+116
* block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig2020-03-241-0/+11
* block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang2020-03-121-2/+2
* block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-201-0/+1
* block: fix memleak of bio integrity dataJustin Tee2019-12-051-0/+4
* block: account statistics for passthrough requestsLogan Gunthorpe2019-10-101-5/+2
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-09-271-0/+7
* blk-mq: move lockdep_assert_held() into elevator_exitMing Lei2019-09-261-0/+2
* block: Change elevator_init_mq() to always succeedDamien Le Moal2019-09-051-1/+1
* block: split .sysfs_lock into two locksMing Lei2019-08-271-1/+1
* block: mark blk_rq_bio_prep as inlineChristoph Hellwig2019-06-201-1/+12
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-201-1/+1
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-11/+12
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-061-1/+9
* block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-291-1/+0
* block: pass page to xen_biovec_phys_mergeableMing Lei2019-04-011-1/+1
* blk-mq: save queue mapping result into ctx directlyJianchao Wang2019-02-011-1/+1
* block: sum requests in the plug structureJens Axboe2018-11-261-2/+0
* block: Remove bio->bi_iocDamien Le Moal2018-11-191-16/+0
* Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-1/+11
|\
| * block: make sure discard bio is aligned with logical block sizeMing Lei2018-11-091-0/+10
| * block: respect virtual boundary mask in bvecsJohannes Thumshirn2018-11-071-1/+1
* | block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-151-13/+0
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-56/+0
* | block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-151-35/+0
* | block: remove req->timeout_listChristoph Hellwig2018-11-091-2/+0