aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-0/+3
2017-09-11block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe1-1/+6
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal1-4/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-51/+49
2017-08-18block: Relax a check in blk_start_queue()Bart Van Assche1-1/+1
2017-08-09blk-mq: enable checking two part inflight counts at the same timeJens Axboe1-13/+25
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe1-4/+4
2017-08-09block: pass in queue to inflight accountingJens Axboe1-10/+12
2017-07-24block: disable runtime-pm for blk-mqChristoph Hellwig1-0/+4
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-4/+1
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-5/+0
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig1-5/+5
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-0/+5
2017-06-27block: add support for write hints in a bioJens Axboe1-0/+1
2017-06-21block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche1-2/+2
2017-06-20block: Document what queue type each function is intended forBart Van Assche1-0/+33
2017-06-20block: Check locking assumptions at runtimeBart Van Assche1-24/+47
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche1-4/+13
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche1-6/+7
2017-06-20block: return on congested block deviceGoldwyn Rodrigues1-2/+20
2017-06-18blk: use non-rescuing bioset for q->bio_split.NeilBrown1-2/+1
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-1/+2
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-2/+8
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-7/+13
2017-06-09block: introduce new block status code typeChristoph Hellwig1-65/+91
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche1-2/+8
2017-05-11block: handle partial completions for special payload requestsChristoph Hellwig1-12/+12
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-7/+2
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval1-0/+1
2017-04-28blk-mq: unify hctx delay_work and run_workJens Axboe1-3/+1
2017-04-28block: add kblock_mod_delayed_work_on()Jens Axboe1-0/+7
2017-04-28blk-mq: unify hctx delayed_run_work and run_workJens Axboe1-1/+1
2017-04-26blk-mq: Unregister debugfs attributes earlierBart Van Assche1-2/+6
2017-04-20block: remove the errors field from struct requestChristoph Hellwig1-13/+1
2017-04-19block: Inline blk_rq_set_prio()Bart Van Assche1-1/+6
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche1-2/+3
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig1-1/+1
2017-04-19block: remove blk_end_request_curChristoph Hellwig1-18/+0
2017-04-19block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig1-39/+0
2017-04-07block: trace completion of all bios.NeilBrown1-1/+9
2017-04-04block: fix inheriting request priority from bioAdam Manzanares1-1/+1
2017-03-29block: block new I/O just after queue is set as dyingMing Lei1-3/+10
2017-03-29block: rename blk_mq_freeze_queue_start()Ming Lei1-1/+1
2017-03-29block: add a read barrier in blk_queue_enter()Ming Lei1-0/+9
2017-03-28block: track request size in blk_issue_statShaohua Li1-1/+1
2017-03-21block: fix stacked driver stats init and freeJens Axboe1-4/+6
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-1/+5
2017-03-21block: remove extra calls to wbt_exit()Omar Sandoval1-1/+0