summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
AgeCommit message (Expand)Author
2021-10-18block: cache inode size in bdevJens Axboe
2021-10-18block: move the SECTOR_SIZE related definitions to blk_types.hChristoph Hellwig
2021-10-18block: cache request queue in bdevPavel Begunkov
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_validChristoph Hellwig
2021-10-18blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internalChristoph Hellwig
2021-10-18blk-mq: factor out a blk_qc_to_hctx helperChristoph Hellwig
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-23bio: add allocation cache abstractionJens Axboe
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2021-08-09block: look up holders by bdevChristoph Hellwig
2021-08-09block: make the block holder code optionalChristoph Hellwig
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-04block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal
2021-06-01block: move bd_part_count to struct gendiskChristoph Hellwig
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-02-08block: use bi_max_vecs to find the bvec poolChristoph Hellwig
2021-01-24block: do not reassig ->bi_bdev when partition remappingChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: move the policy field to struct block_deviceChristoph Hellwig
2020-12-01block: move make_it_fail to struct block_deviceChristoph Hellwig
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-01block: remove ->bd_containsChristoph Hellwig
2020-12-01block: add a bdev_kobj helperChristoph Hellwig
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-10-13block: add zone specific block statusesKeith Busch
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-25block: remove unused BLK_QC_T_EAGAIN flagJeffle Xu
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-02block: rename bd_invalidatedChristoph Hellwig
2020-09-01block: remove an outdated comment on the bd_dev fieldChristoph Hellwig
2020-09-01block: remove the BIO_USER_MAPPED flagChristoph Hellwig
2020-09-01block: remove the BIO_NULL_MAPPED flagChristoph Hellwig
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-07-17block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbersColy Li
2020-07-01block: remove the all_bdevs listChristoph Hellwig
2020-07-01block: remove the unused bd_private field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig