summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Jan Kara1-0/+1
2023-10-28block: Provide bdev_open_* functionsJan Kara1-0/+10
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+10
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig1-2/+5
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig1-1/+1
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-1/+1
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig1-1/+1
2023-08-15block: Add some exports for bcachefsKent Overstreet1-0/+1
2023-08-11fs: export fs_holder_opsChristoph Hellwig1-0/+2
2023-08-09block: get rid of unused plug->nowait flagJens Axboe1-1/+0
2023-07-17block: don't allow enabling a cache on devices that don't support itChristoph Hellwig1-0/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-45/+56
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-7/+23
2023-06-12block: move a few internal definitions out of blkdev.hChristoph Hellwig1-27/+0
2023-06-12block: add a sb_open_mode helperChristoph Hellwig1-0/+7
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-1/+1
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig1-1/+1
2023-06-05block: move more code to early-lookup.cChristoph Hellwig1-1/+0
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-0/+5
2023-06-05block: add a mark_dead holder operationChristoph Hellwig1-0/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-3/+8
2023-05-30block: constify struct part_type part_typeThomas Weißschuh1-1/+1
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai1-0/+1
2023-05-20block: remove NFL4_UFLG_MASKChristoph Hellwig1-2/+0
2023-05-20blk-mq: don't use the requeue list to queue flush commandsChristoph Hellwig1-0/+1
2023-05-19block: Introduce op_needs_zoned_write_locking()Bart Van Assche1-4/+7
2023-05-19block: Fix the type of the second bdev_op_is_zoned_write() argumentBart Van Assche1-1/+1
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-3/+0
2023-04-27blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh1-3/+0
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-12/+0
2023-03-21blk-mq: remove hybrid pollingKeith Busch1-12/+0
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai1-3/+2
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-6/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2023-02-21block: remove more NULL checks after bdev_get_queue()Juhyung Park1-6/+1
2023-02-15Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig1-6/+6
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig1-6/+6
2023-02-03block: remove ->rw_pageChristoph Hellwig1-5/+7
2023-01-30blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai1-0/+1
2023-01-30block: introduce bdev_zone_no helperPankaj Raghav1-0/+5
2023-01-30block: add a new helper bdev_{is_zone_start, offset_from_zone_start}Pankaj Raghav1-0/+12
2023-01-30block: remove superfluous check for request queue in bdev_is_zoned()Pankaj Raghav1-6/+1
2023-01-30block: save user max_sectors limitKeith Busch1-0/+1
2023-01-30block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-1/+2
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