summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-45/+56
|\
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-7/+23
| * block: move a few internal definitions out of blkdev.hChristoph Hellwig2023-06-121-27/+0
| * block: add a sb_open_mode helperChristoph Hellwig2023-06-121-0/+7
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
| * block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
| * block: pass a gendisk to ->openChristoph Hellwig2023-06-121-1/+1
| * block: pass a gendisk on bdev_check_media_changeChristoph Hellwig2023-06-121-1/+1
| * block: mark early_lookup_bdev as __initChristoph Hellwig2023-06-051-1/+1
| * block: move more code to early-lookup.cChristoph Hellwig2023-06-051-1/+0
| * init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-0/+5
| * block: add a mark_dead holder operationChristoph Hellwig2023-06-051-0/+1
| * block: introduce holder opsChristoph Hellwig2023-06-051-3/+8
| * block: constify struct part_type part_typeThomas Weißschuh2023-05-301-1/+1
| * block/rq_qos: protect rq_qos apis with a new lockYu Kuai2023-05-231-0/+1
| * blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig2023-05-191-0/+1
| * block: Introduce op_needs_zoned_write_locking()Bart Van Assche2023-05-181-4/+7
| * block: Fix the type of the second bdev_op_is_zoned_write() argumentBart Van Assche2023-05-181-1/+1
* | block: remove NFL4_UFLG_MASKChristoph Hellwig2023-05-201-2/+0
|/
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-3/+0
|\
| * blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh2023-04-261-3/+0
* | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-12/+0
|\|
| * blk-mq: remove hybrid pollingKeith Busch2023-03-201-12/+0
* | block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai2023-03-151-3/+2
|/
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-6/+1
|\
| * block: remove more NULL checks after bdev_get_queue()Juhyung Park2023-02-211-6/+1
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-5/+7
|\ \ | |/ |/|
| * block: remove ->rw_pageChristoph Hellwig2023-02-021-5/+7
* | Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig2023-02-141-6/+6
* | blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig2023-02-031-6/+6
* | blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai2023-01-291-0/+1
* | block: introduce bdev_zone_no helperPankaj Raghav2023-01-291-0/+5
* | block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav2023-01-291-0/+12
* | block: remove superfluous check for request queue in bdev_is_zoned()Pankaj Raghav2023-01-291-6/+1
* | block: save user max_sectors limitKeith Busch2023-01-291-0/+1
* | block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch2023-01-291-1/+2
|/
* Revert "block: remove devnode callback from struct block_device_operations"Jens Axboe2023-01-041-0/+1
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-26/+6
|\
| * block: remove devnode callback from struct block_device_operationsGreg Kroah-Hartman2022-12-031-1/+0
| * block: untangle request_queue refcounting from sysfsChristoph Hellwig2022-11-301-4/+2
| * block: remove delayed holder registrationChristoph Hellwig2022-11-161-5/+0
| * blk-mq: add tagset quiesce interfaceChao Leng2022-11-021-0/+3
| * blk-mq: move the srcu_struct used for quiescing to the tagsetChristoph Hellwig2022-11-021-9/+0
| * block: simplify blksize_bits() implementationDawei Li2022-10-311-6/+1
| * block: remove bio_start_io_acct_timeChristoph Hellwig2022-10-251-1/+0
* | block: make blk_set_default_limits() privateKeith Busch2022-11-161-1/+0
* | block: make dma_alignment a stacking queue_limitKeith Busch2022-11-161-7/+8
|/
* Merge branch 'for-6.1/block' into block-6.1Jens Axboe2022-10-101-3/+3
|\
| * block: avoid sign extend problem with default queue flags maskBrian Foster2022-10-101-3/+3
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+14
|\|