summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2019-07-11block: Limit zone array allocation sizeDamien Le Moal
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2019-07-10block: Fix potential overflow in blk_report_zones()Damien Le Moal
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig
2019-06-20blk-core: Remove blk_end_request*() declarationsPavel Begunkov
2019-06-20block: move tag field position in struct requestMinwoo Im
2019-05-23blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei
2019-04-30block: remove the unused blk_queue_dma_pad functionChristoph Hellwig
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-19block: kill all_q_node in request_queueHou Tao
2019-04-05block: add dma_map_bvec helperChristoph Hellwig
2019-04-05block: add a rq_dma_dir helperChristoph Hellwig
2019-04-05block: add a rq_integrity_vec helperChristoph Hellwig
2019-04-05block: add a req_bvec helperChristoph Hellwig
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei
2019-02-15block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei
2019-02-09block: queue flag cleanupJens Axboe
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe
2019-02-05scsi: block: remove bidi supportChristoph Hellwig
2019-02-05scsi: block: remove req->specialChristoph Hellwig
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig
2018-12-16blk-mq-debugfs: support rq_qosMing Lei
2018-12-07blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe
2018-12-04block: remove ->poll_fnChristoph Hellwig
2018-11-29block: improve logic around when to sort a plug listJens Axboe
2018-11-26block: sum requests in the plug structureJens Axboe
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe
2018-11-16block: remove the rq_alloc_data request_queue fieldChristoph Hellwig
2018-11-16block: add polled wakeup task helperJens Axboe
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig
2018-11-14block: remove dead queue membersJens Axboe
2018-11-09block: remove the BLKPREP_* values.Christoph Hellwig
2018-11-09block: remove req->timeout_listChristoph Hellwig
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe
2018-11-07blk-mq: kill q->mq_mapJens Axboe
2018-11-07block: kill request ->cpu memberJens Axboe