aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21block: remove __blk_get_queueGravatar Christoph Hellwig 1-6/+4
2022-07-14block: Use the new blk_opf_t typeGravatar Bart Van Assche 1-1/+1
2022-07-14block: Use enum req_op where appropriateGravatar Bart Van Assche 1-3/+3
2022-07-12block: Use try_cmpxchg in update_io_ticksGravatar Uros Bizjak 1-1/+1
2022-07-06block: simplify blk_check_zone_appendGravatar Christoph Hellwig 1-3/+2
2022-07-06block: simplify blk_mq_plugGravatar Christoph Hellwig 1-1/+1
2022-07-06block: use bdev_is_zoned instead of open coding itGravatar Christoph Hellwig 1-3/+3
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 1-37/+0
2022-06-28block: stop setting the nomerges flags in blk_cleanup_queueGravatar Christoph Hellwig 1-3/+0
2022-06-28block: remove QUEUE_FLAG_DEADGravatar Christoph Hellwig 1-3/+0
2022-06-27block: Directly use ida_alloc()/free()Gravatar Bo Liu 1-2/+2
2022-06-17block: disable the elevator int del_gendiskGravatar Christoph Hellwig 1-13/+0
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-05-28block: use bio_queue_enter instead of blk_queue_enter in bio_pollGravatar Christoph Hellwig 1-1/+1
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-51/+30
2022-05-16block: cleanup the VM accounting in submit_bioGravatar Christoph Hellwig 1-13/+5
2022-05-04block: improve the error message from bio_check_eodGravatar Christoph Hellwig 1-4/+3
2022-05-02Revert "block: release rq qos structures for queue without disk"Gravatar Ming Lei 1-4/+0
2022-04-18block: change exported IO accounting interface from gendisk to bdevGravatar Ming Lei 1-32/+20
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDGravatar Christoph Hellwig 1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-12/+1
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+9
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-161/+132
2022-03-14block: release rq qos structures for queue without diskGravatar Ming Lei 1-0/+4
2022-03-09block: add ->poll_bio to block_device_operationsGravatar Ming Lei 1-5/+9
2022-03-08block: move q_usage_counter release into blk_queue_releaseGravatar Ming Lei 1-2/+0
2022-03-08block: move blkcg initialization/destroy into disk allocation/release handlerGravatar Ming Lei 1-5/+0
2022-03-07block: remove handle_bad_sectorGravatar Christoph Hellwig 1-12/+5
2022-03-07block: fix and cleanup bio_check_roGravatar Christoph Hellwig 1-6/+2
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportGravatar Christoph Hellwig 1-12/+1
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingGravatar Christoph Hellwig 1-8/+2
2022-02-16block: merge submit_bio_checks() into submit_bio_noacctGravatar Ming Lei 1-108/+101
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnGravatar Ming Lei 1-13/+17
2022-02-16block: don't declare submit_bio_checks in local headerGravatar Ming Lei 1-1/+1
2022-02-16block: move blk_crypto_bio_prep() out of blk-mq.cGravatar Ming Lei 1-13/+8
2022-02-16block: move submit_bio_checks() into submit_bio_noacctGravatar Ming Lei 1-3/+3
2022-02-11block: partition include/linux/blk-cgroup.hGravatar Ming Lei 1-1/+1
2022-02-11block: move initialization of q->blkg_list into blkcg_init_queueGravatar Ming Lei 1-3/+0
2022-02-03block: return -ENODEV for BLK_STS_OFFLINEGravatar Song Liu 1-1/+1
2022-02-03block: introduce BLK_STS_OFFLINEGravatar Song Liu 1-0/+1
2022-02-02block: check that there is a plug in blk_flush_plugGravatar Christoph Hellwig 1-4/+3
2022-01-28block: add bio_start_io_acct_time() to control start_timeGravatar Mike Snitzer 1-6/+19
2022-01-09block: don't protect submit_bio_checks by q_usage_counterGravatar Ming Lei 1-5/+9
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueGravatar Ming Lei 1-5/+22
2021-11-29block: don't include <linux/part_stat.h> in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29block: don't include blk-mq-sched.h in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-29block: move io_context creation into where it's neededGravatar Jens Axboe 1-9/+0
2021-11-29block: don't include blk-mq headers in blk-core.cGravatar Christoph Hellwig 1-3/+0
2021-11-29block: move blk_print_req_error to blk-mq.cGravatar Christoph Hellwig 1-12/+3