summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe1-0/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-26/+6
2022-12-03block: remove devnode callback from struct block_device_operationsGreg Kroah-Hartman1-1/+0
2022-11-30block: untangle request_queue refcounting from sysfsChristoph Hellwig1-4/+2
2022-11-17block: make blk_set_default_limits() privateKeith Busch1-1/+0
2022-11-17block: make dma_alignment a stacking queue_limitKeith Busch1-7/+8
2022-11-17block: remove delayed holder registrationChristoph Hellwig1-5/+0
2022-11-02blk-mq: add tagset quiesce interfaceChao Leng1-0/+3
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig1-9/+0
2022-10-31block: simplify blksize_bits() implementationDawei Li1-6/+1
2022-10-25block: remove bio_start_io_acct_timeChristoph Hellwig1-1/+0
2022-10-10Merge branch 'for-6.1/block' into block-6.1Jens Axboe1-3/+3
2022-10-10block: avoid sign extend problem with default queue flags maskBrian Foster1-3/+3
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+14
2022-09-29block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav1-0/+9
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-1/+5
2022-09-12vfs: support STATX_DIOALIGN on block devicesEric Biggers1-0/+4
2022-08-05Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2022-08-04Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-0/+5
2022-08-03block: move ->bio_split to the gendiskChristoph Hellwig1-1/+2
2022-08-03block: change the blk_queue_split calling conventionChristoph Hellwig1-1/+1
2022-07-25block: add bdev_max_segments() helperNaohiro Aota1-0/+5
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche1-1/+1
2022-07-14block: Use enum req_op where appropriateBart Van Assche1-3/+3
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche1-1/+1
2022-07-14block: remove bdevnameChristoph Hellwig1-1/+0
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig1-49/+42
2022-07-06block: remove blk_queue_zone_sectorsChristoph Hellwig1-8/+3
2022-07-06block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig1-2/+2
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig1-4/+4
2022-07-06block: remove queue_max_open_zones and queue_max_active_zonesChristoph Hellwig1-27/+10
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig1-1/+1
2022-07-06block: remove a superflous ifdef in blkdev.hChristoph Hellwig1-3/+0
2022-06-29block: move ->ia_ranges from the request_queue to the gendiskChristoph Hellwig1-6/+6
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig1-3/+1
2022-06-28block: remove QUEUE_FLAG_DEADChristoph Hellwig1-2/+0
2022-06-27block: move blk_queue_get_max_sectors to blk.hChristoph Hellwig1-13/+0
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig1-19/+0
2022-06-27block: factor out a chunk_size_left helperChristoph Hellwig1-6/+13
2022-06-27block: relax direct io memory alignmentKeith Busch1-0/+5
2022-06-27block: introduce bdev_iter_is_aligned helperKeith Busch1-0/+7
2022-06-27block: introduce bdev_dma_alignment helperKeith Busch1-0/+5
2022-06-20block: remove queue from struct blk_independent_access_rangeDamien Le Moal1-1/+0
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig1-4/+4
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei1-2/+2
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-05-27block, loop: support partitions without scanningChristoph Hellwig1-0/+1
2022-05-25Merge tag 'exfat-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1