index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-zoned.c
Age
Commit message (
Expand
)
Author
2024-06-12
block: Optimize disk zone resource cleanup
Damien Le Moal
2024-05-30
block: Fix zone write plugging handling of devices with a runt zone
Damien Le Moal
2024-05-30
block: Fix validation of zoned device with a runt zone
Damien Le Moal
2024-05-21
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-03
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-01
block: Cleanup blk_revalidate_zone_cb()
Damien Le Moal
2024-05-01
block: Simplify zone write plug BIO abort
Damien Le Moal
2024-05-01
block: Simplify blk_zone_write_plug_bio_endio()
Damien Le Moal
2024-05-01
block: Improve zone write request completion handling
Damien Le Moal
2024-05-01
block: Improve blk_zone_write_plug_bio_merged()
Damien Le Moal
2024-05-01
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
2024-05-01
block: Do not remove zone write plugs still in use
Damien Le Moal
2024-05-01
block: Unhash a zone write plug only if needed
Damien Le Moal
2024-05-01
block: Hold a reference on zone write plugs to schedule submission
Damien Le Moal
2024-05-01
block: Fix reference counting for zone write plugs in error state
Damien Le Moal
2024-05-01
block: Fix zone write plug initialization from blk_revalidate_zone_cb()
Damien Le Moal
2024-05-01
block: Exclude conventional zones when faking max open limit
Damien Le Moal
2024-04-25
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
Johannes Thumshirn
2024-04-23
block: use a per disk workqueue for zone write plugging
Damien Le Moal
2024-04-17
block: Remove zone write locking
Damien Le Moal
2024-04-17
block: Replace zone_wlock debugfs entry with zone_wplugs entry
Damien Le Moal
2024-04-17
block: Move zone related debugfs attribute to blk-zoned.c
Damien Le Moal
2024-04-17
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
Damien Le Moal
2024-04-17
block: Implement zone append emulation
Damien Le Moal
2024-04-17
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
2024-04-17
block: Fake max open zones limit when there is no limit
Damien Le Moal
2024-04-17
block: Introduce zone write plugging
Damien Le Moal
2024-04-17
block: Remember zone capacity when revalidating zones
Damien Le Moal
2024-02-22
block: Do not include rbtree.h in blk-zoned.c
Damien Le Moal
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
2024-01-08
block: Treat sequential write preferred zone type as invalid
Damien Le Moal
2024-01-08
block: remove disk_clear_zoned
Christoph Hellwig
2023-12-20
block: export disk_clear_zoned()
Jens Axboe
2023-12-19
block: simplify disk_set_zoned
Christoph Hellwig
2023-07-11
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
2023-07-05
scsi: block: Improve checks in blk_revalidate_disk_zones()
Damien Le Moal
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
2023-05-18
block: Introduce blk_rq_is_seq_zoned_write()
Bart Van Assche
2023-05-18
block: Simplify blk_req_needs_zone_write_lock()
Bart Van Assche
2023-02-21
block: remove more NULL checks after bdev_get_queue()
Juhyung Park
2023-01-29
block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
Pankaj Raghav
2022-09-29
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
2022-07-06
block: use bdev based helpers in blkdev_zone_mgmt{,all}
Christoph Hellwig
2022-07-06
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
2022-07-06
block: pass a gendisk to blk_queue_free_zone_bitmaps
Christoph Hellwig
[next]