aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-09fs, block: remove bdev->bd_superGravatar Christoph Hellwig 1-1/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+8
2023-06-16block: remove BIO_PAGE_REFFEDGravatar Christoph Hellwig 1-1/+0
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-0/+2
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureGravatar David Howells 1-0/+1
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicGravatar Christoph Hellwig 1-1/+1
2023-05-22Merge patch series "Add Command Duration Limits support"Gravatar Martin K. Petersen 1-0/+6
2023-05-22scsi: block: Introduce BLK_STS_DURATION_LIMITGravatar Damien Le Moal 1-0/+6
2023-05-22Merge patch series "Use block pr_ops in LIO"Gravatar Martin K. Petersen 1-2/+2
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-8/+13
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsGravatar Christoph Hellwig 1-13/+5
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevGravatar Jens Axboe 1-0/+1
2023-04-16block: re-arrange the struct block_device fields for better layoutGravatar Jens Axboe 1-8/+12
2023-04-11block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTGravatar Mike Christie 1-2/+2
2022-12-07block: remove bio_set_op_attrsGravatar Christoph Hellwig 1-7/+0
2022-09-20block: remove PSI accounting from the bio layerGravatar Christoph Hellwig 1-1/+0
2022-09-12blk-throttle: fix that io throttle can only work for single bioGravatar Yu Kuai 1-1/+1
2022-07-14block: Introduce the type blk_opf_tGravatar Bart Van Assche 1-46/+51
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opGravatar Bart Van Assche 1-2/+4
2022-07-14block: Use enum req_op where appropriateGravatar Bart Van Assche 1-1/+1
2022-07-14treewide: Rename enum req_opf into enum req_opGravatar Bart Van Assche 1-8/+8
2022-06-03Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+4
2022-05-27block: document BLK_STS_AGAIN usageGravatar Hannes Reinecke 1-0/+4
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2022-05-12block: Fix the bio.bi_opf commentGravatar Bart Van Assche 1-3/+2
2022-05-12block: reorder the REQ_ flagsGravatar Christoph Hellwig 1-7/+8
2022-04-18block: turn bdev->bd_openers into an atomic_tGravatar Christoph Hellwig 1-1/+1
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetGravatar Mike Snitzer 1-1/+2
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaGravatar Mikulas Patocka 1-0/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+0
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Gravatar Tejun Heo 1-1/+2
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 1-1/+0
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportGravatar Christoph Hellwig 1-2/+0
2022-02-03block: introduce BLK_STS_OFFLINEGravatar Song Liu 1-0/+7
2021-10-18block: cache inode size in bdevGravatar Jens Axboe 1-0/+1
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hGravatar Christoph Hellwig 1-0/+17
2021-10-18block: cache request queue in bdevGravatar Pavel Begunkov 1-0/+1
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-7/+5
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDGravatar Christoph Hellwig 1-2/+2
2021-10-18blk-mq: remove blk_qc_t_validGravatar Christoph Hellwig 1-5/+0
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalGravatar Christoph Hellwig 1-10/+0
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperGravatar Christoph Hellwig 1-5/+0
2021-10-18block: move struct request to blk-mq.hGravatar Christoph Hellwig 1-2/+0
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-0/+1
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2021-08-23bio: add allocation cache abstractionGravatar Jens Axboe 1-0/+1
2021-08-23block: fix argument type of bio_trim()Gravatar Chaitanya Kulkarni 1-0/+1
2021-08-09block: remove the bd_bdi in struct block_deviceGravatar Christoph Hellwig 1-1/+0
2021-08-09block: look up holders by bdevGravatar Christoph Hellwig 1-3/+0