aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blk_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig1-1/+0
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai1-1/+1
2022-07-14block: Introduce the type blk_opf_tBart Van Assche1-46/+51
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche1-2/+4
2022-07-14block: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-8/+8
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2022-05-27block: document BLK_STS_AGAIN usageHannes Reinecke1-0/+4
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-05-12block: Fix the bio.bi_opf commentBart Van Assche1-3/+2
2022-05-12block: reorder the REQ_ flagsChristoph Hellwig1-7/+8
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig1-1/+1
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer1-1/+2
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka1-0/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo1-1/+2
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-1/+0
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig1-2/+0
2022-02-03block: introduce BLK_STS_OFFLINESong Liu1-0/+7
2021-10-18block: cache inode size in bdevJens Axboe1-0/+1
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig1-0/+17
2021-10-18block: cache request queue in bdevPavel Begunkov1-0/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-7/+5
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-2/+2
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig1-5/+0
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig1-10/+0
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig1-5/+0
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig1-2/+0
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+1
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-08-23bio: add allocation cache abstractionJens Axboe1-0/+1
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni1-0/+1
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-1/+0
2021-08-09block: look up holders by bdevChristoph Hellwig1-3/+0
2021-08-09block: make the block holder code optionalChristoph Hellwig1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-3/+0
2021-06-04block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal1-0/+1
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig1-3/+0
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-1/+0
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig1-28/+1
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig1-0/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-2/+1
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-2/+6
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+1
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig1-0/+1
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig1-0/+3
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig1-0/+1