summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2021-08-17blk-mq: fix kernel panic during iterating over flush requestMing Lei
2021-07-07block: fix the problem of io_ticks becoming smallerChunguang Xu
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-03block: Update blk_update_request() documentationBart Van Assche
2021-06-01block: unexport blk_alloc_queueChristoph Hellwig
2021-05-24block_dump: remove block_dump featurezhangyi (F)
2021-04-06block: refactor the bounce buffering codeChristoph Hellwig
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni
2021-01-25block: skip bio_check_eod for partition-remapped biosChristoph Hellwig
2021-01-24block: don't pass BIOSET_NEED_BVECS for q->bio_splitMing Lei
2021-01-24blk-mq: use ->bi_bdev for I/O accountingChristoph Hellwig
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig
2021-01-24block: simplify submit_bio_checks a bitChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2021-01-24block: add a hard-readonly flag to struct gendiskChristoph Hellwig
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-12-09scsi: block: Do not accept any requests while suspendedAlan Stern
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche
2020-12-09scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-10-13block: add zone specific block statusesKeith Busch
2020-10-08block: ratelimit handle_bad_sector() messageTetsuo Handa
2020-10-05block: make blk_crypto_rq_bio_prep() able to failEric Biggers
2020-09-25block: add QUEUE_FLAG_NOWAITMike Snitzer
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig
2020-09-11block: introduce part_[begin|end]_io_acctSong Liu
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry
2020-09-01block: better deal with the delayed not supported case in blk_cloned_rq_check...Ritika Srivastava
2020-09-01block: Return blk_status_t instead of errno codesRitika Srivastava
2020-09-01blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian
2020-09-01block: Move bio merge related functions into blk-merge.cBaolin Wang
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-07block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig
2020-07-02block: initialize current->bio_list[1] in __submit_bio_noacct_mqChristoph Hellwig
2020-07-01block: remove direct_make_requestChristoph Hellwig
2020-07-01block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig
2020-07-01block: refator submit_bio_noacctChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig