summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2024-05-30block: Fix zone write plugging handling of devices with a runt zoneDamien Le Moal
2024-05-21Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig
2024-05-03block: move two helpers into bdev.cYu Kuai
2024-05-02bdev: move ->bd_read_only to ->__bd_flagsAl Viro
2024-05-02bdev: infrastructure for flagsAl Viro
2024-05-02wrapper for access to ->bd_partnoAl Viro
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-04-25Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2024-04-23block: use a per disk workqueue for zone write pluggingDamien Le Moal
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