aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-09block: make the block holder code optionalGravatar Christoph Hellwig 1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+0
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Gravatar Christoph Hellwig 1-3/+0
2021-06-04block: introduce BIO_ZONE_WRITE_LOCKED bio flagGravatar Damien Le Moal 1-0/+1
2021-06-01block: move bd_part_count to struct gendiskGravatar Christoph Hellwig 1-3/+0
2021-06-01block: move bd_mutex to struct gendiskGravatar Christoph Hellwig 1-1/+0
2021-02-08block: use bi_max_vecs to find the bvec poolGravatar Christoph Hellwig 1-28/+1
2021-01-24block: do not reassig ->bi_bdev when partition remappingGravatar Christoph Hellwig 1-0/+1
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-2/+1
2020-12-01block: merge struct block_device and struct hd_structGravatar Christoph Hellwig 1-2/+6
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeGravatar Christoph Hellwig 1-1/+1
2020-12-01block: move the policy field to struct block_deviceGravatar Christoph Hellwig 1-0/+1
2020-12-01block: move make_it_fail to struct block_deviceGravatar Christoph Hellwig 1-0/+3
2020-12-01block: move holder_dir to struct block_deviceGravatar Christoph Hellwig 1-0/+1
2020-12-01block: move the partition_meta_info to struct block_deviceGravatar Christoph Hellwig 1-0/+2
2020-12-01block: move the start_sect field to struct block_deviceGravatar Christoph Hellwig 1-0/+1
2020-12-01block: move disk stat accounting to struct block_deviceGravatar Christoph Hellwig 1-0/+2
2020-12-01block: remove ->bd_containsGravatar Christoph Hellwig 1-1/+3
2020-12-01block: add a bdev_kobj helperGravatar Christoph Hellwig 1-0/+3
2020-12-01fs: simplify freeze_bdev/thaw_bdevGravatar Christoph Hellwig 1-0/+1
2020-10-13block: add zone specific block statusesGravatar Keith Busch 1-0/+18
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+3
2020-09-25block: remove unused BLK_QC_T_EAGAIN flagGravatar Jeffle Xu 1-2/+1
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskGravatar Christoph Hellwig 1-3/+1
2020-09-02block: rename bd_invalidatedGravatar Christoph Hellwig 1-1/+3
2020-09-01block: remove an outdated comment on the bd_dev fieldGravatar Christoph Hellwig 1-1/+1
2020-09-01block: remove the BIO_USER_MAPPED flagGravatar Christoph Hellwig 1-1/+0