summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig
2024-04-17block: Do not special-case plugging of zone write operationsDamien Le Moal
2024-04-17block: Remove zone write lockingDamien Le Moal
2024-04-17block: Remove elevator required featuresDamien Le Moal
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal
2024-04-17block: Allow zero value of max_zone_append_sectors queue limitDamien Le Moal
2024-04-17block: Introduce zone write pluggingDamien Le Moal
2024-04-17block: Remember zone capacity when revalidating zonesDamien Le Moal
2024-04-17block: Introduce bio_straddles_zones() and bio_offset_from_zone_start()Damien Le Moal
2024-04-12scsi: block: Remove now unused queue limits helpersChristoph Hellwig
2024-04-11scsi: block: Add a helper to cancel atomic queue limit updatesChristoph Hellwig
2024-04-08md: Fix overflow in is_mddev_idleLi Nan
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-03-18fs,block: get holder during claimChristian Brauner
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-06Merge tag 'md-6.9-20240306' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2024-03-06block: remove disk_stack_limitsChristoph Hellwig
2024-03-06block: make block_class constantRicardo B. Marliere
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig
2024-03-01block: add a queue_limits_set helperChristoph Hellwig
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner
2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner
2024-02-25bdev: remove bdev_open_by_path()Christian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig
2024-02-13block: add a max_user_discard_sectors queue limitChristoph Hellwig
2024-02-13block: add an API to atomically update queue limitsChristoph Hellwig
2024-02-13block: move max_{open,active}_zones to struct queue_limitsChristoph Hellwig
2024-02-12block: support PI at non-zero offset within metadataKanchan Joshi
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe
2024-02-05block: cache current nsec time in struct blk_plugJens Axboe
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-01-08block: remove disk_clear_zonedChristoph Hellwig
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-26block: renumber QUEUE_FLAG_HW_WCChristoph Hellwig
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-12-15block: improve struct request_queue layoutJens Axboe
2023-11-27block: move a few definitions out of CONFIG_BLK_DEV_ZONEDChristoph Hellwig
2023-11-18fs: Block writes to mounted block devicesJan Kara
2023-11-18block: Add config option to not allow writing to mounted devicesJan Kara
2023-11-18block: Remove blkdev_get_by_*() functionsJan Kara
2023-11-18blkdev: comment fs_holder_opsChristian Brauner
2023-11-18bdev: add freeze and thaw holder operationsChristian Brauner
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner
2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Jan Kara
2023-10-28block: Provide bdev_open_* functionsJan Kara