summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2022-10-10Merge branch 'for-6.1/block' into block-6.1Jens Axboe
2022-10-10block: avoid sign extend problem with default queue flags maskBrian Foster
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig
2022-09-11vfs: support STATX_DIOALIGN on block devicesEric Biggers
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-07-25block: add bdev_max_segments() helperNaohiro Aota
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche
2022-07-14block: Use enum req_op where appropriateBart Van Assche
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig
2022-07-06block: remove a superflous ifdef in blkdev.hChristoph Hellwig
2022-06-29block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-28block: remove QUEUE_FLAG_DEADChristoph Hellwig
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig
2022-06-27block: factor out a chunk_size_left helperChristoph Hellwig
2022-06-27block: relax direct io memory alignmentblock-5.20-alKeith Busch
2022-06-27block: introduce bdev_iter_is_aligned helperKeith Busch
2022-06-27block: introduce bdev_dma_alignment helperKeith Busch
2022-06-19block: remove queue from struct blk_independent_access_rangeDamien Le Moal
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-27block, loop: support partitions without scanningChristoph Hellwig
2022-05-24Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23block: add sync_blockdev_range()Yuezhang Mo
2022-04-18block: turn bdev->bd_openers into an atomic_tChristoph Hellwig
2022-04-18block: add a disk_openers helperChristoph Hellwig
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig
2022-04-17block: remove queue_discard_alignmentChristoph Hellwig