index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-settings.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
block: use int to store blk_stack_limits() return value
Qianfeng Rong
1
-1
/
+2
2025-09-09
block: add a queue_limits_commit_update_frozen helper
Christoph Hellwig
1
-0
/
+24
2025-08-20
block: avoid possible overflow for chunk_sectors check in blk_stack_limits()
John Garry
1
-1
/
+1
2025-08-15
block: ensure discard_granularity is zero when discard is not supported
Christoph Hellwig
1
-3
/
+10
2025-05-29
block: mark bounce buffering as incompatible with integrity
Christoph Hellwig
1
-0
/
+5
2025-05-02
block: never reduce ra_pages in blk_apply_bdi_limits
Christoph Hellwig
1
-1
/
+7
2024-12-05
blk-settings: round down io_opt to physical_block_size
Mikulas Patocka
1
-0
/
+7
2024-09-20
block: Remove unused blk_limits_io_{min,opt}
Dr. David Alan Gilbert
1
-42
/
+0
2024-07-09
block: Validate logical block size in blk_validate_limits()
John Garry
1
-0
/
+4
2024-07-01
block: don't reduce max_sectors based on io_opt
Christoph Hellwig
1
-1
/
+1
2024-07-01
block: remove a duplicate io_min check in blk_validate_limits
Christoph Hellwig
1
-2
/
+1
2024-06-26
block: move dma_pad_mask into queue_limits
Christoph Hellwig
1
-17
/
+0
2024-06-26
block: remove disk_update_readahead
Christoph Hellwig
1
-7
/
+1
2024-06-26
block: conding style fixup for blk_queue_max_guaranteed_bio
Christoph Hellwig
1
-2
/
+1
2024-06-26
block: rename BLK_FEAT_MISALIGNED
Christoph Hellwig
1
-9
/
+9
2024-06-21
block: Fix blk_validate_atomic_write_limits() build for arm32
John Garry
1
-2
/
+1
2024-06-20
block: Add core atomic write support
John Garry
1
-0
/
+88
2024-06-20
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
1
-24
/
+10
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
1
-4
/
+0
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
1
-10
/
+0
2024-06-20
block: move the misaligned flag into the features field
Christoph Hellwig
1
-10
/
+10
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
1
-28
/
+18
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
1
-1
/
+0
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
1
-3
/
+2
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
1
-4
/
+6
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
1
-0
/
+9
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
1
-24
/
+5
2024-06-16
block: Drop locking annotation for limits_lock
John Garry
1
-1
/
+0
2024-06-15
block: Improve checks on zone resource limits
Damien Le Moal
1
-0
/
+8
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
1
-6
/
+112
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
1
-41
/
+0
2024-06-14
block: remove unused queue limits API
Christoph Hellwig
1
-190
/
+0
2024-06-14
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
1
-0
/
+7
2024-05-28
block: check for max_hw_sectors underflow
Hannes Reinecke
1
-2
/
+6
2024-05-28
block: stack max_user_sectors
Christoph Hellwig
1
-0
/
+2
2024-05-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-245
/
+0
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-27
/
+19
2024-05-06
block: set default max segment size in case of virt_boundary
Ming Lei
1
-1
/
+4
2024-04-17
block: Remove elevator required features
Damien Le Moal
1
-16
/
+0
2024-04-17
block: Allow zero value of max_zone_append_sectors queue limit
Damien Le Moal
1
-11
/
+19
2024-04-12
scsi: block: Remove now unused queue limits helpers
Christoph Hellwig
1
-245
/
+0
2024-04-07
block: allow device to have both virt_boundary_mask and max segment size
Ming Lei
1
-10
/
+6
2024-03-26
block: don't reject too large max_user_sectors in blk_validate_limits
Christoph Hellwig
1
-2
/
+1
2024-03-14
block: fix mismatched kerneldoc function name
Jiapeng Chong
1
-1
/
+1
2024-03-11
Revert "dm: use queue_limits_set"
Linus Torvalds
1
-1
/
+1
2024-03-06
block: remove disk_stack_limits
Christoph Hellwig
1
-24
/
+0
2024-03-01
dm: use queue_limits_set
Christoph Hellwig
1
-1
/
+1
2024-03-01
block: add a queue_limits_stack_bdev helper
Christoph Hellwig
1
-0
/
+25
2024-03-01
block: add a queue_limits_set helper
Christoph Hellwig
1
-0
/
+18
2024-02-22
block: Clear zone limits for a non-zoned stacked queue
Damien Le Moal
1
-0
/
+4
[next]