aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+6
2020-07-07block: remove a bogus warning in __submit_bio_noacct_mqGravatar Christoph Hellwig 1-2/+1
2020-07-02block: initialize current->bio_list[1] in __submit_bio_noacct_mqGravatar Christoph Hellwig 1-4/+3
2020-07-01block: remove direct_make_requestGravatar Christoph Hellwig 1-28/+0
2020-07-01block: shortcut __submit_bio_noacct for blk-mq driversGravatar Christoph Hellwig 1-0/+30
2020-07-01block: refator submit_bio_noacctGravatar Christoph Hellwig 1-68/+75
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 1-17/+15
2020-07-01block: move ->make_request_fn to struct block_device_operationsGravatar Christoph Hellwig 1-34/+19
2020-07-01block: remove the nr_sectors variable in generic_make_request_checksGravatar Christoph Hellwig 1-2/+1
2020-07-01block: remove the NULL queue check in generic_make_request_checksGravatar Christoph Hellwig 1-11/+1
2020-07-01block: tidy up a warning in bio_check_roGravatar Christoph Hellwig 1-2/+1
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkGravatar Christoph Hellwig 1-1/+6
2020-06-24block: create the request_queue debugfs_dir on registrationGravatar Luis Chamberlain 1-7/+1
2020-06-24block: revert back to synchronous request_queue removalGravatar Luis Chamberlain 1-0/+8
2020-06-24block: clarify context for refcount increment helpersGravatar Luis Chamberlain 1-0/+2
2020-06-24block: add docs for gendisk / request_queue refcount helpersGravatar Luis Chamberlain 1-0/+13
2020-06-21block: provide plug based way of signaling forced no-wait semanticsGravatar Jens Axboe 1-0/+6
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-106/+219
2020-06-02mm: move readahead prototypes from mm.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2020-05-28Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Gravatar Jens Axboe 1-7/+4
2020-05-27block: reduce part_stat_lock() scopeGravatar Christoph Hellwig 1-2/+3
2020-05-27block: add a blk_account_io_merge_bio helperGravatar Konstantin Khlebnikov 1-9/+16
2020-05-27block: move update_io_ticks to blk-core.cGravatar Christoph Hellwig 1-0/+15
2020-05-27block: add disk/bio-based accounting helpersGravatar Christoph Hellwig 1-0/+34
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesGravatar Christoph Hellwig 1-16/+5
2020-05-19block: mark blk_account_io_completion staticGravatar Christoph Hellwig 1-1/+1
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceGravatar Christoph Hellwig 1-13/+20
2020-05-14block: Inline encryption support for blk-mqGravatar Satya Tangirala 1-6/+21
2020-05-14block: move blk_io_schedule() out of header fileGravatar Ming Lei 1-0/+13
2020-05-12block: Introduce REQ_OP_ZONE_APPENDGravatar Keith Busch 1-0/+52
2020-05-12block: fix use-after-free on cached last_lookup partitionGravatar Ming Lei 1-12/+0
2020-05-09bdi: remove the name field in struct backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2020-05-09bdi: simplify bdi_allocGravatar Christoph Hellwig 1-1/+1
2020-04-29block: add a bio_queue_enter helperGravatar Christoph Hellwig 1-26/+24
2020-04-29block: cleanup the memory stall accounting in submit_bioGravatar Christoph Hellwig 1-16/+14
2020-04-29block: improve the submit_bio and generic_make_request documentationGravatar Christoph Hellwig 1-23/+12
2020-04-25block: bypass ->make_request_fn for blk-mq driversGravatar Christoph Hellwig 1-9/+17
2020-04-25block: remove create_io_contextGravatar Christoph Hellwig 1-5/+6
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersGravatar Christoph Hellwig 1-1/+0
2020-03-29block: return NULL in blk_alloc_queue() on errorGravatar Chaitanya Kulkarni 1-1/+1
2020-03-27block: simplify queue allocationGravatar Christoph Hellwig 1-16/+23
2020-03-25block/diskstats: replace time_in_queue with sum of request timesGravatar Konstantin Khlebnikov 1-1/+0
2020-03-25block/diskstats: more accurate approximation of io_ticks for slow disksGravatar Konstantin Khlebnikov 1-2/+2
2020-03-12block: cleanup for _blk/blk_rq_prep_cloneGravatar Guoqing Jiang 1-20/+10
2020-03-12block: remove redundant setting of QUEUE_FLAG_DYINGGravatar Guoqing Jiang 1-1/+0
2020-03-12block: use bio_{wouldblock,io}_error in direct_make_requestGravatar Guoqing Jiang 1-3/+2
2020-03-12block: fix comment for blk_cloned_rq_check_limitsGravatar Guoqing Jiang 1-1/+1
2020-03-02block: Remove used kblockd_schedule_work_on()Gravatar Daniel Wagner 1-6/+0
2019-12-17block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITGravatar Roman Penyaev 1-4/+7
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+3