summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev2019-12-171-4/+7
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-131-2/+3
|\
| * block: fix NULL pointer dereference in account statistics with IDELogan Gunthorpe2019-12-121-2/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* block: Remove partition support for zoned block devicesDamien Le Moal2019-11-121-5/+1
* block: add zone open, close and finish operationsAjay Joshi2019-11-071-3/+9
* block: Reduce sysfs_lock locking inside blk_cleanup_queue()Bart Van Assche2019-10-071-2/+0
* block: Remove "dying" checks from sysfs callbacksBart Van Assche2019-10-071-0/+2
* block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-0/+7
* block/rq_qos: add rq_qos_merge()Tejun Heo2019-08-281-0/+4
* block: split .sysfs_lock into two locksMing Lei2019-08-271-0/+1
* block: remove struct request_queue queue_headJunxiao Bi2019-08-191-1/+0
* block: annotate refault stalls from IO submissionJohannes Weiner2019-08-141-1/+22
* blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-041-0/+5
* block: Fix a comment in blk_cleanup_queue()Bart Van Assche2019-08-041-1/+2
* block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-101-1/+1
* blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-101-0/+3
* block: init flush rq ref count to 1Josef Bacik2019-07-101-0/+1
* block: update print_req_error()Chaitanya Kulkarni2019-06-201-4/+7
* block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2019-06-201-0/+36
* block: improve print_req_errorChristoph Hellwig2019-06-201-7/+9
* block: mark blk_rq_bio_prep as inlineChristoph Hellwig2019-06-201-11/+0
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-201-2/+2
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-18/+14
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-201-11/+0
* block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig2019-06-201-1/+1
* blk-core: Remove blk_end_request*() declarationsPavel Begunkov2019-06-201-1/+1
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-061-0/+13
* block: print offending values when cloned rq limits are exceededJohn Pittman2019-05-311-2/+5
* block: don't protect generic_make_request_checks with blk_queue_enterMing Lei2019-05-291-31/+6
* block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-291-37/+0
* blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu2019-05-231-1/+2
* block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei2019-05-041-12/+0
* blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei2019-05-041-8/+0
* blk-mq: free hw queue's resource in hctx's release handlerMing Lei2019-05-041-1/+1
* blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-05-041-1/+0
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche2019-04-051-3/+1
* mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-2/+1
* block: pass no-op callback to INIT_WORK().Tetsuo Handa2019-01-301-1/+5
* Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe2019-01-271-11/+0
* block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei2019-01-221-0/+11
* block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet2019-01-091-1/+0
* block: clarify documentation for blk_{start|finish}_plugJeff Moyer2019-01-081-0/+19
* block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig2018-12-161-0/+3
* blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang2018-12-161-1/+3
* block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-101-58/+4
* block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-19/+15
* block: remove ->poll_fnChristoph Hellwig2018-12-041-23/+0
* block: add cmd_flags to print_req_errorBalbir Singh2018-12-011-4/+5
OpenPOWER on IntegriCloud