index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
2024-11-30
Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-29
block, bfq: fix bfqq uaf in bfq_limit_depth()
Yu Kuai
2024-11-27
block: Don't allow an atomic write be truncated in blkdev_write_iter()
John Garry
2024-11-26
mq-deadline: don't call req_get_ioprio from the I/O completion handler
Christoph Hellwig
2024-11-26
block: Prevent potential deadlock in blk_revalidate_disk_zones()
Damien Le Moal
2024-11-25
block: Remove extra part pointer NULLify in blk_rq_init()
John Garry
2024-11-19
block: req->bio is always set in the merge code
Christoph Hellwig
2024-11-19
block: don't bother checking the data direction for merges
Christoph Hellwig
2024-11-19
block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactor
Suraj Sonawane
2024-11-19
Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"
Zach Wade
2024-11-19
block: Support atomic writes limits for stacked devices
John Garry
2024-11-19
block: Add extra checks in blk_validate_atomic_write_limits()
John Garry
2024-11-19
block: Drop granularity check in queue_limit_discard_alignment()
John Garry
2024-11-18
block: fix uaf for flush rq while iterating tags
Yu Kuai
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-18
blk-settings: round down io_opt to physical_block_size
Mikulas Patocka
2024-11-18
Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-13
block/genhd: use seq_put_decimal_ull for diskstats decimal values
David Wang
2024-11-13
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
2024-11-13
block: add a rq_list type
Christoph Hellwig
2024-11-13
block: export blk_validate_limits
Christoph Hellwig
2024-11-12
block: remove the ioprio field from struct request
Christoph Hellwig
2024-11-12
block: remove the write_hint field from struct request
Christoph Hellwig
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-11-11
block: lift bio_is_zone_append to bio.h
Christoph Hellwig
2024-11-11
block: fix bio_split_rw_at to take zone_write_granularity into account
Christoph Hellwig
2024-11-11
block: take chunk_sectors into account in bio_split_write_zeroes
Christoph Hellwig
2024-11-11
block: Handle bio_split() errors in bio_submit_split()
John Garry
2024-11-11
block: Error an attempt to split an atomic write in bio_split()
John Garry
2024-11-11
block: Rework bio_split() return value
John Garry
2024-11-07
block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()
Ming Lei
2024-11-07
block: always verify unfreeze lock on the owner task
Ming Lei
2024-11-07
block: remove blk_freeze_queue()
Ming Lei
2024-11-07
block: Add a public bdev_zone_is_seq() helper
Damien Le Moal
2024-11-07
block: RCU protect disk->conv_zones_bitmap
Damien Le Moal
2024-11-07
block: Replace sprintf() with sysfs_emit()
zhangguopeng
2024-11-07
block: Switch to using refcount_t for zone write plugs
Damien Le Moal
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
2024-11-04
block: remove the max_zone_append_sectors check in blk_revalidate_disk_zones
Christoph Hellwig
2024-11-04
block: update blk_stack_limits documentation
Christoph Hellwig
2024-11-01
Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linux
Linus Torvalds
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
2024-10-31
block: remove zone append special casing from the direct I/O path
Christoph Hellwig
2024-10-30
blk-integrity: remove seed for user mapped buffers
Keith Busch
2024-10-29
block: add a bdev_limits helper
Christoph Hellwig
2024-10-28
block: fix queue limits checks in blk_rq_map_user_bvec for real
Christoph Hellwig
2024-10-27
Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linux
Linus Torvalds
2024-10-26
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
2024-10-26
blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
Ming Lei
[next]