summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+2
|\
| * block: Add some exports for bcachefsKent Overstreet2023-08-141-0/+1
| * block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-07-171-0/+1
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-5/+10
|\ \
| * | block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig2023-08-211-2/+5
| * | block: call into the file system for bdev_mark_deadChristoph Hellwig2023-08-211-1/+1
| * | block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig2023-08-211-1/+1
| * | block: simplify the disk_force_media_change interfaceChristoph Hellwig2023-08-211-1/+1
| * | fs: export fs_holder_opsChristoph Hellwig2023-08-111-0/+2
| |/
* / block: get rid of unused plug->nowait flagJens Axboe2023-08-081-1/+0
|/
* 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