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-settings.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Validate logical block size in blk_validate_limits()
John Garry
2024-07-09
1
-0
/
+4
*
block: don't reduce max_sectors based on io_opt
Christoph Hellwig
2024-07-01
1
-1
/
+1
*
block: remove a duplicate io_min check in blk_validate_limits
Christoph Hellwig
2024-07-01
1
-2
/
+1
*
block: move dma_pad_mask into queue_limits
Christoph Hellwig
2024-06-26
1
-17
/
+0
*
block: remove disk_update_readahead
Christoph Hellwig
2024-06-26
1
-7
/
+1
*
block: conding style fixup for blk_queue_max_guaranteed_bio
Christoph Hellwig
2024-06-26
1
-2
/
+1
*
block: rename BLK_FEAT_MISALIGNED
Christoph Hellwig
2024-06-26
1
-9
/
+9
*
block: Fix blk_validate_atomic_write_limits() build for arm32
John Garry
2024-06-21
1
-2
/
+1
*
block: Add core atomic write support
John Garry
2024-06-20
1
-0
/
+88
*
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
2024-06-20
1
-24
/
+10
|
\
|
*
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
2024-06-20
1
-4
/
+0
|
*
block: remove the discard_alignment flag
Christoph Hellwig
2024-06-20
1
-10
/
+0
|
*
block: move the misaligned flag into the features field
Christoph Hellwig
2024-06-20
1
-10
/
+10
*
|
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
2024-06-19
1
-28
/
+18
|
\
|
|
*
block: move the bounce flag into the features field
Christoph Hellwig
2024-06-19
1
-1
/
+0
|
*
block: move the zoned flag into the features field
Christoph Hellwig
2024-06-19
1
-3
/
+2
|
*
block: move the poll flag to queue_limits
Christoph Hellwig
2024-06-19
1
-4
/
+6
|
*
block: move the nowait flag to queue_limits
Christoph Hellwig
2024-06-19
1
-0
/
+9
|
*
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
1
-24
/
+5
*
|
block: Drop locking annotation for limits_lock
John Garry
2024-06-16
1
-1
/
+0
*
|
block: Improve checks on zone resource limits
Damien Le Moal
2024-06-15
1
-0
/
+8
|
/
*
block: move integrity information into queue_limits
Christoph Hellwig
2024-06-14
1
-6
/
+112
*
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
2024-06-14
1
-41
/
+0
*
block: remove unused queue limits API
Christoph Hellwig
2024-06-14
1
-190
/
+0
*
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
2024-06-14
1
-0
/
+7
*
block: check for max_hw_sectors underflow
Hannes Reinecke
2024-05-28
1
-2
/
+6
*
block: stack max_user_sectors
Christoph Hellwig
2024-05-28
1
-0
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2024-05-14
1
-245
/
+0
|
\
|
*
scsi: block: Remove now unused queue limits helpers
Christoph Hellwig
2024-04-12
1
-245
/
+0
*
|
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
1
-27
/
+19
|
\
\
|
*
|
block: Remove elevator required features
Damien Le Moal
2024-04-17
1
-16
/
+0
|
*
|
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
2024-04-17
1
-11
/
+19
*
|
|
block: set default max segment size in case of virt_boundary
Ming Lei
2024-05-06
1
-1
/
+4
*
|
|
block: allow device to have both virt_boundary_mask and max segment size
Ming Lei
2024-04-07
1
-10
/
+6
|
/
/
*
/
block: don't reject too large max_user_sectors in blk_validate_limits
Christoph Hellwig
2024-03-26
1
-2
/
+1
|
/
*
block: fix mismatched kerneldoc function name
Jiapeng Chong
2024-03-14
1
-1
/
+1
*
Revert "dm: use queue_limits_set"
Linus Torvalds
2024-03-11
1
-1
/
+1
*
block: remove disk_stack_limits
Christoph Hellwig
2024-03-06
1
-24
/
+0
*
dm: use queue_limits_set
Christoph Hellwig
2024-03-01
1
-1
/
+1
*
block: add a queue_limits_stack_bdev helper
Christoph Hellwig
2024-03-01
1
-0
/
+25
*
block: add a queue_limits_set helper
Christoph Hellwig
2024-03-01
1
-0
/
+18
*
block: Clear zone limits for a non-zoned stacked queue
Damien Le Moal
2024-02-22
1
-0
/
+4
*
block: fix virt_boundary handling in blk_validate_limits
Christoph Hellwig
2024-02-21
1
-10
/
+10
*
block: add a max_user_discard_sectors queue limit
Christoph Hellwig
2024-02-13
1
-3
/
+15
*
block: add an API to atomically update queue limits
Christoph Hellwig
2024-02-13
1
-36
/
+192
*
block: decouple blk_set_stacking_limits from blk_set_default_limits
Christoph Hellwig
2024-02-13
1
-4
/
+9
*
block: refactor disk_update_readahead
Christoph Hellwig
2024-02-13
1
-9
/
+12
*
block: floor the discard granularity to the physical block size
Christoph Hellwig
2024-01-04
1
-0
/
+3
*
block: default the discard granularity to sector size
Christoph Hellwig
2023-12-29
1
-1
/
+4
*
block: rename and document BLK_DEF_MAX_SECTORS
Christoph Hellwig
2023-12-27
1
-1
/
+1
[next]