summaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-23block: release rq qos structures for queue without diskMing Lei1-0/+4
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-8/+2
2022-02-01block: add bio_start_io_acct_time() to control start_timeMike Snitzer1-6/+19
2021-12-01blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei1-1/+3
2021-11-25blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu1-3/+1
2021-10-16block: drain file system I/O on del_gendiskChristoph Hellwig1-15/+12
2021-10-16block: split bio_queue_enter from blk_queue_enterChristoph Hellwig1-8/+25
2021-10-16block: factor out a blk_try_enter_queue helperChristoph Hellwig1-28/+32
2021-10-16block: call submit_bio_checks under q_usage_counterChristoph Hellwig1-22/+12
2021-08-31Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+3
2021-08-23block: provide bio_clear_hipri() helperJens Axboe1-5/+2
2021-08-23block: clear BIO_PERCPU_CACHE flag if polling isn't supportedJens Axboe1-1/+4
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei1-1/+0
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-10/+3
2021-08-09mm: hide laptop_mode_wb_timer entirely behind the BDI APIChristoph Hellwig1-5/+0
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu1-1/+1
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-2/+0
2021-06-03block: Update blk_update_request() documentationBart Van Assche1-8/+4
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig1-1/+0
2021-05-24block_dump: remove block_dump featurezhangyi (F)1-9/+0
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig1-4/+2
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni1-0/+1
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig1-5/+6
2021-01-25block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei1-1/+1
2021-01-25blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig1-1/+5
2021-01-25block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-10/+13
2021-01-25block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig1-2/+3
2021-01-25block: simplify submit_bio_checks a bitChristoph Hellwig1-25/+14
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-20/+17
2021-01-25block: add a hard-readonly flag to struct gendiskChristoph Hellwig1-3/+1
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-6/+7
2020-12-09scsi: block: Do not accept any requests while suspendedAlan Stern1-3/+4
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche1-4/+3
2020-12-09scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche1-3/+4
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-1/+1
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig1-1/+1
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig1-36/+30
2020-12-02block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-9/+7
2020-12-02block: move the policy field to struct block_deviceChristoph Hellwig1-1/+1
2020-12-02block: move make_it_fail to struct block_deviceChristoph Hellwig1-1/+2
2020-12-02block: move the start_sect field to struct block_deviceChristoph Hellwig1-2/+3
2020-12-02block: move disk stat accounting to struct block_deviceChristoph Hellwig1-2/+2
2020-12-02block: remove the nr_sects field in struct hd_structChristoph Hellwig1-1/+1
2020-10-14block: add zone specific block statusesKeith Busch1-0/+4
2020-10-08block: ratelimit handle_bad_sector() messageTetsuo Handa1-5/+4
2020-10-05block: make blk_crypto_rq_bio_prep() able to failEric Biggers1-3/+5
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer1-2/+2
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig1-1/+0
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-2/+0