summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
AgeCommit message (Expand)Author
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
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