summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: Limit zone array allocation sizeDamien Le Moal2019-07-121-0/+5
* block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-121-3/+2Star
* block: Fix potential overflow in blk_report_zones()Damien Le Moal2019-07-101-2/+2
* block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2019-06-201-0/+3
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0Star
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-201-1/+0Star
* blk-core: Remove blk_end_request*() declarationsPavel Begunkov2019-06-201-12/+0Star
* block: move tag field position in struct requestMinwoo Im2019-06-201-1/+1
* blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu2019-05-231-1/+6
* blk-mq: always free hctx after request queue is freedMing Lei2019-05-041-0/+7
* block: remove the unused blk_queue_dma_pad functionChristoph Hellwig2019-05-011-1/+0Star
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-1/+0Star
|\
| * block: kill all_q_node in request_queueHou Tao2019-04-191-1/+0Star
* | block: add dma_map_bvec helperChristoph Hellwig2019-04-051-0/+4
* | block: add a rq_dma_dir helperChristoph Hellwig2019-04-051-0/+3
* | block: add a rq_integrity_vec helperChristoph Hellwig2019-04-051-0/+16
* | block: add a req_bvec helperChristoph Hellwig2019-04-051-0/+11
|/
* block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-201-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-8/+0Star
|\
| * scsi: block: remove bidi supportChristoph Hellwig2019-02-061-6/+0Star
| * scsi: block: remove req->specialChristoph Hellwig2019-02-061-2/+0Star
* | block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-151-1/+0Star
* | block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei2019-02-151-0/+4
* | block: queue flag cleanupJens Axboe2019-02-091-31/+27Star
* | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-7/+0Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-6/+0Star
|\
| * scsi: block: remove the cluster flagChristoph Hellwig2018-12-191-6/+0Star
* | blk-mq-debugfs: support rq_qosMing Lei2018-12-171-0/+1
* | blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe2018-12-081-2/+1Star
* | block: remove ->poll_fnChristoph Hellwig2018-12-041-2/+0Star
* | block: improve logic around when to sort a plug listJens Axboe2018-11-291-0/+1
* | block: sum requests in the plug structureJens Axboe2018-11-261-0/+1
* | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-2/+2
* | blk-mq: when polling for IO, look for any completionJens Axboe2018-11-261-1/+1
* | blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei2018-11-211-1/+1
* | block: have ->poll_fn() return number of entries polledJens Axboe2018-11-191-1/+1
* | block: remove the rq_alloc_data request_queue fieldChristoph Hellwig2018-11-161-1/+0Star
* | block: add polled wakeup task helperJens Axboe2018-11-161-0/+13
* | block: add queue_is_mq() helperJens Axboe2018-11-161-5/+1Star
* | block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-7/+1Star
* | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-2/+1Star
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-1/+0Star
* | block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-151-3/+1Star
* | block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-151-3/+0Star
* | block: remove dead queue membersJens Axboe2018-11-141-3/+0Star
* | block: remove the BLKPREP_* values.Christoph Hellwig2018-11-101-10/+0Star
* | block: remove req->timeout_listChristoph Hellwig2018-11-091-2/+0Star
* | blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-0/+1
* | blk-mq: kill q->mq_mapJens Axboe2018-11-071-2/+0Star
* | block: kill request ->cpu memberJens Axboe2018-11-071-2/+0Star