summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-041-2/+3
|\
| * block: move ->bio_split to the gendiskChristoph Hellwig2022-08-021-1/+2
| * block: change the blk_queue_split calling conventionChristoph Hellwig2022-08-021-1/+1
* | Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-08-031-0/+5
|\ \ | |/ |/|
| * block: add bdev_max_segments() helperNaohiro Aota2022-07-251-0/+5
* | block: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
* | block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-141-1/+1
* | block: Use enum req_op where appropriateBart Van Assche2022-07-141-3/+3
* | treewide: Rename enum req_opf into enum req_opBart Van Assche2022-07-141-1/+1
* | block: remove bdevnameChristoph Hellwig2022-07-141-1/+0
* | block: move zone related fields to struct gendiskChristoph Hellwig2022-07-061-49/+42
* | block: remove blk_queue_zone_sectorsChristoph Hellwig2022-07-061-8/+3
* | block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-061-2/+2
* | block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-061-4/+4
* | block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig2022-07-061-27/+10
* | block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-1/+1
* | block: remove a superflous ifdef in blkdev.hChristoph Hellwig2022-07-061-3/+0
* | block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig2022-06-291-6/+6
* | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+0
* | block: simplify disk shutdownChristoph Hellwig2022-06-281-3/+1
* | block: remove QUEUE_FLAG_DEADChristoph Hellwig2022-06-281-2/+0
* | block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig2022-06-271-13/+0
* | block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig2022-06-271-19/+0
* | block: factor out a chunk_size_left helperChristoph Hellwig2022-06-271-6/+13
* | block: relax direct io memory alignmentKeith Busch2022-06-271-0/+5
* | block: introduce bdev_iter_is_aligned helperKeith Busch2022-06-271-0/+7
* | block: introduce bdev_dma_alignment helperKeith Busch2022-06-271-0/+5
|/
* block: remove queue from struct blk_independent_access_rangeDamien Le Moal2022-06-191-1/+0
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-4/+4
* blk-mq: avoid to touch q->elevator without any protectionMing Lei2022-06-161-2/+2
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-0/+1
|\
| * block, loop: support partitions without scanningChristoph Hellwig2022-05-271-0/+1
* | Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-241-0/+1
|\ \
| * | block: add sync_blockdev_range()Yuezhang Mo2022-05-231-0/+1
* | | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-0/+15
|\ \ \ | | |/ | |/|
| * | block: turn bdev->bd_openers into an atomic_tChristoph Hellwig2022-04-181-1/+1
| * | block: add a disk_openers helperChristoph Hellwig2022-04-181-0/+15
* | | block: change exported IO accounting interface from gendisk to bdevMing Lei2022-04-181-3/+4
|/ /
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-11/+16
* | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-0/+5
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-2/+0
* | block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-171-0/+5
* | block: move {bdev,queue_limit}_discard_alignment out of lineChristoph Hellwig2022-04-171-33/+1
* | block: remove queue_discard_alignmentChristoph Hellwig2022-04-171-8/+0
* | block: move bdev_alignment_offset and queue_limit_alignment_offset out of lineChristoph Hellwig2022-04-171-20/+1
* | block: use bdev_alignment_offset in disk_alignment_offset_showChristoph Hellwig2022-04-171-8/+0
* | block: add a bdev_max_zone_append_sectors helperChristoph Hellwig2022-04-171-0/+6
* | block: add a bdev_stable_writes helperChristoph Hellwig2022-04-171-0/+6
* | block: add a bdev_fua helperChristoph Hellwig2022-04-171-1/+5
* | block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-0/+5