aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13block: 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
2020-09-11block: introduce part_[begin|end]_io_acctSong Liu1-6/+33
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapJohn Garry1-0/+2
2020-09-01block: better deal with the delayed not supported case in blk_cloned_rq_check_limitsRitika Srivastava1-5/+22
2020-09-01block: Return blk_status_t instead of errno codesRitika Srivastava1-4/+4
2020-09-01blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian1-2/+2
2020-09-01block: Move bio merge related functions into blk-merge.cBaolin Wang1-156/+0
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe1-0/+1
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2020-07-07block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig1-2/+1
2020-07-02block: initialize current->bio_list[1] in __submit_bio_noacct_mqChristoph Hellwig1-4/+3
2020-07-01block: remove direct_make_requestChristoph Hellwig1-28/+0
2020-07-01block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig1-0/+30
2020-07-01block: refator submit_bio_noacctChristoph Hellwig1-68/+75
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-17/+15
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-34/+19
2020-07-01block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig1-2/+1
2020-07-01block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig1-11/+1
2020-07-01block: tidy up a warning in bio_check_roChristoph Hellwig1-2/+1
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig1-1/+6
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-7/+1
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain1-0/+8
2020-06-24block: clarify context for refcount increment helpersLuis Chamberlain1-0/+2
2020-06-24block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain1-0/+13
2020-06-21block: provide plug based way of signaling forced no-wait semanticsJens Axboe1-0/+6
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-106/+219
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)1-0/+1
2020-05-28Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe1-7/+4
2020-05-27block: reduce part_stat_lock() scopeChristoph Hellwig1-2/+3
2020-05-27block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov1-9/+16
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig1-0/+15
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig1-0/+34
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig1-16/+5
2020-05-19block: mark blk_account_io_completion staticChristoph Hellwig1-1/+1
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig1-13/+20
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-6/+21
2020-05-14block: move blk_io_schedule() out of header fileMing Lei1-0/+13
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+52
2020-05-12block: fix use-after-free on cached last_lookup partitionMing Lei1-12/+0
2020-05-09bdi: remove the name field in struct backing_dev_infoChristoph Hellwig1-1/+0
2020-05-09bdi: simplify bdi_allocChristoph Hellwig1-1/+1
2020-04-29block: add a bio_queue_enter helperChristoph Hellwig1-26/+24
2020-04-29block: cleanup the memory stall accounting in submit_bioChristoph Hellwig1-16/+14
2020-04-29block: improve the submit_bio and generic_make_request documentationChristoph Hellwig1-23/+12
2020-04-25block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig1-9/+17