index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-zoned.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-105
/
+21
|
\
|
*
block: Remove blk_alloc_zone_bitmap()
Damien Le Moal
2024-07-05
1
-10
/
+2
|
*
block: Remove REQ_OP_ZONE_RESET_ALL emulation
Damien Le Moal
2024-07-05
1
-73
/
+3
|
*
block: Define bdev_nr_zones() as an inline function
Damien Le Moal
2024-06-21
1
-18
/
+0
|
*
block: Improve checks on zone resource limits
Damien Le Moal
2024-06-15
1
-4
/
+16
*
|
block: Optimize disk zone resource cleanup
Damien Le Moal
2024-06-12
1
-0
/
+3
|
/
*
block: Fix zone write plugging handling of devices with a runt zone
Damien Le Moal
2024-05-30
1
-8
/
+27
*
block: Fix validation of zoned device with a runt zone
Damien Le Moal
2024-05-30
1
-5
/
+11
*
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
1
-2
/
+2
|
\
*
\
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
1
-2
/
+2
|
\
\
|
*
|
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-03
1
-2
/
+2
|
|
/
*
|
block: Cleanup blk_revalidate_zone_cb()
Damien Le Moal
2024-05-01
1
-52
/
+77
*
|
block: Simplify zone write plug BIO abort
Damien Le Moal
2024-05-01
1
-8
/
+7
*
|
block: Simplify blk_zone_write_plug_bio_endio()
Damien Le Moal
2024-05-01
1
-2
/
+1
*
|
block: Improve zone write request completion handling
Damien Le Moal
2024-05-01
1
-5
/
+6
*
|
block: Improve blk_zone_write_plug_bio_merged()
Damien Le Moal
2024-05-01
1
-2
/
+7
*
|
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
2024-05-01
1
-4
/
+8
*
|
block: Do not remove zone write plugs still in use
Damien Le Moal
2024-05-01
1
-8
/
+31
*
|
block: Unhash a zone write plug only if needed
Damien Le Moal
2024-05-01
1
-23
/
+32
*
|
block: Hold a reference on zone write plugs to schedule submission
Damien Le Moal
2024-05-01
1
-5
/
+21
*
|
block: Fix reference counting for zone write plugs in error state
Damien Le Moal
2024-05-01
1
-26
/
+49
*
|
block: Fix zone write plug initialization from blk_revalidate_zone_cb()
Damien Le Moal
2024-05-01
1
-3
/
+4
*
|
block: Exclude conventional zones when faking max open limit
Damien Le Moal
2024-05-01
1
-10
/
+28
*
|
block: check if zone_wplugs_hash exists in queue_zone_wplugs_show
Johannes Thumshirn
2024-04-25
1
-0
/
+3
*
|
block: use a per disk workqueue for zone write plugging
Damien Le Moal
2024-04-23
1
-8
/
+24
*
|
block: Remove zone write locking
Damien Le Moal
2024-04-17
1
-63
/
+3
*
|
block: Replace zone_wlock debugfs entry with zone_wplugs entry
Damien Le Moal
2024-04-17
1
-7
/
+24
*
|
block: Move zone related debugfs attribute to blk-zoned.c
Damien Le Moal
2024-04-17
1
-0
/
+20
*
|
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
1
-14
/
+7
*
|
block: Allow BIO-based drivers to use blk_revalidate_disk_zones()
Damien Le Moal
2024-04-17
1
-6
/
+24
*
|
block: Implement zone append emulation
Damien Le Moal
2024-04-17
1
-11
/
+53
*
|
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
2024-04-17
1
-1
/
+1
*
|
block: Fake max open zones limit when there is no limit
Damien Le Moal
2024-04-17
1
-6
/
+35
*
|
block: Introduce zone write plugging
Damien Le Moal
2024-04-17
1
-3
/
+1088
*
|
block: Remember zone capacity when revalidating zones
Damien Le Moal
2024-04-17
1
-0
/
+26
|
/
*
block: Do not include rbtree.h in blk-zoned.c
Damien Le Moal
2024-02-22
1
-1
/
+0
*
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
2024-02-12
1
-11
/
+8
*
block: Treat sequential write preferred zone type as invalid
Damien Le Moal
2024-01-08
1
-1
/
+1
*
block: remove disk_clear_zoned
Christoph Hellwig
2024-01-08
1
-21
/
+0
*
block: export disk_clear_zoned()
Jens Axboe
2023-12-20
1
-0
/
+1
*
block: simplify disk_set_zoned
Christoph Hellwig
2023-12-19
1
-1
/
+2
*
Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes
Martin K. Petersen
2023-07-11
1
-36
/
+50
|
\
|
*
scsi: block: Improve checks in blk_revalidate_disk_zones()
Damien Le Moal
2023-07-05
1
-36
/
+50
*
|
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-4
/
+4
*
|
block: remove unused fmode_t arguments from ioctl handlers
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
|
block: Introduce blk_rq_is_seq_zoned_write()
Bart Van Assche
2023-05-18
1
-4
/
+1
*
|
block: Simplify blk_req_needs_zone_write_lock()
Bart Van Assche
2023-05-18
1
-3
/
+0
|
/
*
block: remove more NULL checks after bdev_get_queue()
Juhyung Park
2023-02-21
1
-10
/
+0
*
block: add a new helper bdev_{is_zone_start, offset_from_zone_start}
Pankaj Raghav
2023-01-29
1
-2
/
+2
*
block: adapt blk_mq_plug() to not plug for writes that require a zone lock
Pankaj Raghav
2022-09-29
1
-6
/
+3
[next]