aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-23block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig
2021-08-23block: pass a request_queue to __blk_alloc_diskChristoph Hellwig
2021-08-23block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig
2021-08-23block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig
2021-08-23block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig
2021-08-23sg: do not allocate a gendiskChristoph Hellwig
2021-08-23st: do not allocate a gendiskChristoph Hellwig
2021-08-23nvme: use blk_mq_alloc_diskChristoph Hellwig
2021-08-20block: add back the bd_holder_dir reference in bd_link_disk_holderChristoph Hellwig
2021-08-18block: fix default IO priority handlingDamien Le Moal
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-08-18block: fix IOPRIO_PRIO_CLASS() and IOPRIO_PRIO_VALUE() macrosDamien Le Moal
2021-08-18block: change ioprio_valid() to an inline functionDamien Le Moal
2021-08-18block: improve ioprio class description commentDamien Le Moal
2021-08-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal
2021-08-16block: unexport blk_register_queueChristoph Hellwig
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig
2021-08-16blk-cgroup: refactor blkcg_print_statChristoph Hellwig
2021-08-16nvme: use bvec_virtChristoph Hellwig
2021-08-16dcssblk: use bvec_virtChristoph Hellwig
2021-08-16dasd: use bvec_virtChristoph Hellwig
2021-08-16ps3vram: use bvec_virtChristoph Hellwig
2021-08-16ubd: use bvec_virtChristoph Hellwig
2021-08-16sd: use bvec_virtChristoph Hellwig
2021-08-16bcache: use bvec_virtChristoph Hellwig
2021-08-16virtio_blk: use bvec_virtChristoph Hellwig
2021-08-16rbd: use bvec_virtChristoph Hellwig
2021-08-16squashfs: use bvec_virtChristoph Hellwig
2021-08-16dm-integrity: use bvec_virtChristoph Hellwig
2021-08-16dm-ebs: use bvec_virtChristoph Hellwig
2021-08-16dm: make EBS depend on !HIGHMEMChristoph Hellwig
2021-08-16block: use bvec_virt in bio_integrity_{process,free}Christoph Hellwig
2021-08-16bvec: add a bvec_virt helperChristoph Hellwig
2021-08-16block: ensure the bdi is freed after inode_detach_wbChristoph Hellwig
2021-08-16block: free the extended dev_t minor laterChristoph Hellwig
2021-08-14blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu
2021-08-12block: pass a gendisk to bdev_resize_partitionChristoph Hellwig
2021-08-12block: pass a gendisk to bdev_del_partitionChristoph Hellwig
2021-08-12block: pass a gendisk to bdev_add_partitionChristoph Hellwig
2021-08-12block: store a gendisk in struct parsed_partitionsChristoph Hellwig
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig
2021-08-12bcache: move the del_gendisk call out of bcache_device_freeChristoph Hellwig
2021-08-12bcache: add proper error unwinding in bcache_device_initChristoph Hellwig
2021-08-12sx8: use the internal state machine to check if del_gendisk needs to be calledChristoph Hellwig
2021-08-12nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_diskChristoph Hellwig
2021-08-12nvme: remove the GENHD_FL_UP check in nvme_ns_removeChristoph Hellwig
2021-08-12mmc: block: cleanup gendisk creationChristoph Hellwig
2021-08-12mmc: block: let device_add_disk create disk attributesChristoph Hellwig
2021-08-11block: move some macros to blkdev.hGuoqing Jiang