summaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2019-07-12Merge tag 'v4.14.126' into 4.14-2.0.x-imxMax Krummenacher
2019-06-15blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei
2019-02-12block: bio_check_eod() needs to consider partitionsChristoph Hellwig
2019-02-12block: fail op_is_write() requests to read-only partitionsIlya Dryomov
2019-02-12block: add a poll_fn callback to struct request_queueChristoph Hellwig
2019-02-12block: add a blk_steal_bios helperChristoph Hellwig
2019-02-12block: provide a direct_make_request helperChristoph Hellwig
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-09-26blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei
2018-09-09block: really disable runtime-pm for blk-mqMing Lei
2018-09-09block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin
2018-07-22block: do not use interruptible wait anywhereAlan Jenkins
2018-07-03block: Fix cloning of requests with a special payloadBart Van Assche
2018-04-26blk-mq: fix discard merge with scheduler attachedJens Axboe
2018-03-08block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue
2018-03-03block: drain queue before waiting for q_usage_counter becoming zeroMing Lei
2018-02-16blk-mq: quiesce queue before freeing queueMing Lei
2017-12-17blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche
2017-12-14block: wake up all tasks blocked in get_request()Ming Lei
2017-11-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2017-09-11block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-18block: Relax a check in blk_start_queue()Bart Van Assche
2017-08-09blk-mq: enable checking two part inflight counts at the same timeJens Axboe
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-07-24block: disable runtime-pm for blk-mqChristoph Hellwig
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig
2017-06-27block: add support for write hints in a bioJens Axboe
2017-06-21block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche
2017-06-20block: Document what queue type each function is intended forBart Van Assche
2017-06-20block: Check locking assumptions at runtimeBart Van Assche
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche
2017-06-20block: return on congested block deviceGoldwyn Rodrigues
2017-06-18blk: use non-rescuing bioset for q->bio_split.NeilBrown
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche
2017-05-11block: handle partial completions for special payload requestsChristoph Hellwig
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval