aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-22block: get rid of the trace rq insert wrapperGravatar Chaitanya Kulkarni 1-0/+1
2021-01-25block: skip bio_check_eod for partition-remapped biosGravatar Christoph Hellwig 1-5/+6
2021-01-24block: don't pass BIOSET_NEED_BVECS for q->bio_splitGravatar Ming Lei 1-1/+1
2021-01-24blk-mq: use ->bi_bdev for I/O accountingGravatar Christoph Hellwig 1-1/+5
2021-01-24block: use ->bi_bdev for bio based I/O accountingGravatar Christoph Hellwig 1-10/+13
2021-01-24block: do not reassig ->bi_bdev when partition remappingGravatar Christoph Hellwig 1-2/+3
2021-01-24block: simplify submit_bio_checks a bitGravatar Christoph Hellwig 1-25/+14
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-20/+17
2021-01-24block: add a hard-readonly flag to struct gendiskGravatar Christoph Hellwig 1-3/+1
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-6/+7
2020-12-09scsi: block: Do not accept any requests while suspendedGravatar Alan Stern 1-3/+4
2020-12-09scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTGravatar Bart Van Assche 1-4/+3
2020-12-09scsi: block: Introduce BLK_MQ_REQ_PMGravatar Bart Van Assche 1-3/+4
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointGravatar Christoph Hellwig 1-1/+1
2020-12-04block: simplify and extend the block_bio_merge tracepoint classGravatar Christoph Hellwig 1-1/+1
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 1-36/+30
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 1-9/+7
2020-12-01block: move the policy field to struct block_deviceGravatar Christoph Hellwig 1-1/+1
2020-12-01block: move make_it_fail to struct block_deviceGravatar Christoph Hellwig 1-1/+2
2020-12-01block: move the start_sect field to struct block_deviceGravatar Christoph Hellwig 1-2/+3
2020-12-01block: move disk stat accounting to struct block_deviceGravatar Christoph Hellwig 1-2/+2
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-10-13block: add zone specific block statusesGravatar Keith Busch 1-0/+4
2020-10-08block: ratelimit handle_bad_sector() messageGravatar Tetsuo Handa 1-5/+4
2020-10-05block: make blk_crypto_rq_bio_prep() able to failGravatar Eric Biggers 1-3/+5
2020-09-25block: add QUEUE_FLAG_NOWAITGravatar Mike Snitzer 1-2/+2
2020-09-24bdi: remove BDI_CAP_CGROUP_WRITEBACKGravatar Christoph Hellwig 1-1/+0
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-2/+0
2020-09-11block: introduce part_[begin|end]_io_acctGravatar Song Liu 1-6/+33
2020-09-03blk-mq: Record nr_active_requests per queue for when using shared sbitmapGravatar John Garry 1-0/+2
2020-09-01block: better deal with the delayed not supported case in blk_cloned_rq_check...Gravatar Ritika Srivastava 1-5/+22
2020-09-01block: Return blk_status_t instead of errno codesGravatar Ritika Srivastava 1-4/+4
2020-09-01blk-mq: use BLK_MQ_NO_TAG for no tagGravatar Xianting Tian 1-2/+2
2020-09-01block: Move bio merge related functions into blk-merge.cGravatar Baolin Wang 1-156/+0
2020-09-01block: ensure bdi->io_pages is always initializedGravatar Jens Axboe 1-0/+1
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