aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown1-12/+18
2017-03-08blk: improve order of bio handling in generic_make_request()NeilBrown1-4/+21
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-2/+0
2017-03-02block: Move bdi_unregister() to del_gendisk()Jan Kara1-1/+0
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-160/+165
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+27
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-36/+40
2017-02-03block: free merged request in the callerJens Axboe1-3/+9
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-0/+9
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-0/+1
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-14/+0
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara1-5/+3
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-7/+5
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-13/+14
2017-02-01block: queue lock must be acquired when iterating over rlsTahsin Erdogan1-0/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-4/+2
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-4/+4
2017-01-27block: don't assign cmd_flags in __blk_rq_prep_cloneChristoph Hellwig1-1/+0
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-31/+0
2017-01-27block: allow specifying size for extra command dataChristoph Hellwig1-12/+47
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig1-23/+15
2017-01-27block: fix elevator init checkChristoph Hellwig1-22/+4
2017-01-27block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe1-1/+1
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe1-1/+1
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-4/+4
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+3
2017-01-17block: move rq_ioc() to blk.hJens Axboe1-16/+0
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+3