aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Gravatar Yufen Yu 1-0/+7
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitGravatar Ming Lei 1-0/+2
2019-09-05block: Change elevator_init_mq() to always succeedGravatar Damien Le Moal 1-1/+1
2019-08-27block: split .sysfs_lock into two locksGravatar Ming Lei 1-1/+1
2019-06-20block: mark blk_rq_bio_prep as inlineGravatar Christoph Hellwig 1-1/+12
2019-06-20block: simplify blk_recalc_rq_segmentsGravatar Christoph Hellwig 1-1/+1
2019-06-20block: remove the bi_phys_segments field in struct bioGravatar Christoph Hellwig 1-11/+12
2019-06-06block: free sched's request pool in blk_cleanup_queueGravatar Ming Lei 1-1/+9
2019-05-29block: move blk_exit_queue into __blk_release_queueGravatar Ming Lei 1-1/+0
2019-04-01block: pass page to xen_biovec_phys_mergeableGravatar Ming Lei 1-1/+1
2019-02-01blk-mq: save queue mapping result into ctx directlyGravatar Jianchao Wang 1-1/+1
2018-11-26block: sum requests in the plug structureGravatar Jens Axboe 1-2/+0
2018-11-19block: Remove bio->bi_iocGravatar Damien Le Moal 1-16/+0
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockGravatar Jens Axboe 1-1/+11
2018-11-15block: remove queue_lockdep_assert_heldGravatar Christoph Hellwig 1-13/+0
2018-11-15block: use atomic bitops for ->queue_flagsGravatar Christoph Hellwig 1-56/+0
2018-11-15block: remove deadline __deadline manipulation helpersGravatar Christoph Hellwig 1-35/+0
2018-11-09block: remove req->timeout_listGravatar Christoph Hellwig 1-2/+0
2018-11-09block: make sure discard bio is aligned with logical block sizeGravatar Ming Lei 1-0/+10
2018-11-07blk-mq: pass in request/bio flags to queue mappingGravatar Jens Axboe 1-3/+3
2018-11-07block: kill request slab cacheGravatar Jens Axboe 1-1/+0
2018-11-07block: remove request_list codeGravatar Jens Axboe 1-3/+0
2018-11-07block: kill legacy parts of timeout handlingGravatar Jens Axboe 1-1/+0
2018-11-07block: remove dead elevator codeGravatar Jens Axboe 1-51/+0
2018-11-07block: remove non mq parts from the flush codeGravatar Jens Axboe 1-3/+1
2018-11-07block: respect virtual boundary mask in bvecsGravatar Johannes Thumshirn 1-1/+1
2018-10-25block: Introduce blk_revalidate_disk_zones()Gravatar Damien Le Moal 1-0/+6
2018-10-25block: Improve zone reset executionGravatar Damien Le Moal 1-0/+2
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsGravatar Jianchao Wang 1-1/+1
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-5/+2
2018-09-24block: remove bvec_to_physGravatar Christoph Hellwig 1-2/+2
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableGravatar Christoph Hellwig 1-3/+9
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-0/+14
2018-09-24block: move req_gap_back_merge to blk.hGravatar Christoph Hellwig 1-0/+19
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hGravatar Christoph Hellwig 1-2/+33
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingGravatar Jianchao Wang 1-0/+2
2018-08-16block: change return type to boolGravatar Chengguang Xu 1-1/+1
2018-08-09block: Introduce blk_exit_queue()Gravatar Bart Van Assche 1-0/+1
2018-07-09block: introduce blk-iolatency io controllerGravatar Josef Bacik 1-0/+6
2018-06-01block: split the blk-mq case from elevator_initGravatar Christoph Hellwig 1-0/+1
2018-06-01block: remove the always unused name argument to elevator_initGravatar Christoph Hellwig 1-1/+1
2018-06-01block: unexport elevator_init/exitGravatar Christoph Hellwig 1-0/+2
2018-05-09block: consolidate struct request timestamp fieldsGravatar Omar Sandoval 1-1/+1
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Gravatar Bart Van Assche 1-0/+69
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+27
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Gravatar Bart Van Assche 1-0/+3
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitGravatar Jens Axboe 1-10/+9
2018-01-10block: add accessors for setting/querying request deadlineGravatar Jens Axboe 1-0/+15
2018-01-10block: remove REQ_ATOM_POLL_SLEPTGravatar Jens Axboe 1-2/+0
2018-01-09blk-mq: remove REQ_ATOM_STARTEDGravatar Tejun Heo 1-1/+0