summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)Author
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
2020-07-01block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig
2020-07-01block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig
2020-07-01block: tidy up a warning in bio_check_roChristoph Hellwig
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain
2020-06-24block: clarify context for refcount increment helpersLuis Chamberlain
2020-06-24block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain
2020-06-21block: provide plug based way of signaling forced no-wait semanticsJens Axboe
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)
2020-05-28Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe
2020-05-27block: reduce part_stat_lock() scopeChristoph Hellwig
2020-05-27block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig
2020-05-19block: mark blk_account_io_completion staticChristoph Hellwig
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala
2020-05-14block: move blk_io_schedule() out of header fileMing Lei
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch
2020-05-12block: fix use-after-free on cached last_lookup partitionMing Lei
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig
2020-05-09bdi: simplify bdi_allocChristoph Hellwig
2020-04-29block: add a bio_queue_enter helperChristoph Hellwig
2020-04-29block: cleanup the memory stall accounting in submit_bioChristoph Hellwig
2020-04-29block: improve the submit_bio and generic_make_request documentationChristoph Hellwig
2020-04-25block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig
2020-04-25block: remove create_io_contextChristoph Hellwig
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig
2020-03-29block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-25block/diskstats: replace time_in_queue with sum of request timesKonstantin Khlebnikov
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksKonstantin Khlebnikov
2020-03-12block: cleanup for _blk/blk_rq_prep_cloneGuoqing Jiang
2020-03-12block: remove redundant setting of QUEUE_FLAG_DYINGGuoqing Jiang
2020-03-12block: use bio_{wouldblock,io}_error in direct_make_requestGuoqing Jiang
2020-03-12block: fix comment for blk_cloned_rq_check_limitsGuoqing Jiang
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner
2019-12-17block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev