summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig1-0/+2
2024-03-01block: add a queue_limits_set helperChristoph Hellwig1-0/+1
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+7
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig1-0/+1
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig1-0/+23
2024-02-13block: move max_{open,active}_zones to struct queue_limitsChristoph Hellwig1-6/+6
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi1-0/+1
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-1/+1
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe1-0/+16
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe1-0/+1
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-91/+68
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-8/+21
2024-01-08block: remove disk_clear_zonedChristoph Hellwig1-1/+0
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+8
2023-12-26block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig1-1/+1
2023-12-20block: simplify disk_set_zonedChristoph Hellwig1-1/+2
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig1-34/+3
2023-12-15block: improve struct request_queue layoutJens Axboe1-43/+46
2023-11-27block: move a few definitions out of CONFIG_BLK_DEV_ZONEDChristoph Hellwig1-13/+11
2023-11-18fs: Block writes to mounted block devicesJan Kara1-1/+2
2023-11-18block: Add config option to not allow writing to mounted devicesJan Kara1-0/+2
2023-11-18block: Remove blkdev_get_by_*() functionsJan Kara1-5/+0
2023-11-18blkdev: comment fs_holder_opsChristian Brauner1-0/+5
2023-11-18bdev: add freeze and thaw holder operationsChristian Brauner1-0/+10
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
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