index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
2025-03-13
Merge tag 'md-6.15-20250312' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jens Axboe
2025-03-12
block: fix adding folio to bio
Ming Lei
2025-03-12
block: remove unused parameter
Guixin Liu
2025-03-10
badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0
Coly Li
2025-03-10
block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone
Ming Lei
2025-03-10
block: protect hctx attributes/params using q->elevator_lock
Nilay Shroff
2025-03-10
block: protect read_ahead_kb using q->limits_lock
Nilay Shroff
2025-03-10
block: protect wbt_lat_usec using q->elevator_lock
Nilay Shroff
2025-03-10
block: protect nr_requests update using q->elevator_lock
Nilay Shroff
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
2025-03-10
block: remove q->sysfs_lock for attributes which don't need it
Nilay Shroff
2025-03-10
block: move q->sysfs_lock and queue-freeze under show/store method
Nilay Shroff
2025-03-10
block: acquire q->limits_lock while reading sysfs attributes
Nilay Shroff
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
2025-03-06
md: improve return types of badblocks handling functions
Zheng Qixing
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
2025-03-06
badblocks: fix missing bad blocks on retry in _badblocks_check()
Zheng Qixing
2025-03-06
badblocks: fix merge issue when new badblocks align with pre+1
Li Nan
2025-03-06
badblocks: try can_merge_front before overlap_front
Li Nan
2025-03-06
badblocks: fix the using of MAX_BADBLOCKS
Li Nan
2025-03-06
badblocks: return error if any badblock set fails
Li Nan
2025-03-06
badblocks: return error directly when setting badblocks exceeds 512
Li Nan
2025-03-06
badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
Li Nan
2025-03-06
badblocks: factor out a helper try_adjacent_combine
Li Nan
2025-03-06
badblocks: Fix error shitf ops
Li Nan
2025-03-06
block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY
Anuj Gupta
2025-03-06
block: ensure correct integrity capability propagation in stacked devices
Anuj Gupta
2025-03-06
md/raid10: wait barrier before returning discard request with REQ_NOWAIT
Xiao Ni
2025-03-05
blk-throttle: carry over directly
Ming Lei
2025-03-05
blk-throttle: don't take carryover for prioritized processing of metadata
Ming Lei
2025-03-05
blk-throttle: remove last_bytes_disp and last_ios_disp
Ming Lei
2025-03-05
blk-throttle: fix lower bps rate by throtl_trim_slice()
Yu Kuai
2025-03-05
md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb
Su Yue
2025-03-05
md/raid1,raid10: don't ignore IO flags
Yu Kuai
2025-03-05
md/raid5: merge reshape_progress checking inside get_reshape_loc()
Yu Kuai
2025-03-05
md: fix mddev uaf while iterating all_mddevs list
Yu Kuai
2025-03-05
md: switch md-cluster to use md_submodle_head
Yu Kuai
2025-03-05
md: don't export md_cluster_ops
Yu Kuai
2025-03-05
md/md-cluster: cleanup md_cluster_ops reference
Yu Kuai
2025-03-05
md: switch personalities to use md_submodule_head
Yu Kuai
2025-03-05
md: introduce struct md_submodule_head and APIs
Yu Kuai
2025-03-05
md: only include md-cluster.h if necessary
Yu Kuai
2025-03-05
md: merge common code into find_pers()
Yu Kuai
2025-03-04
ublk: enforce ublks_max only for unprivileged devices
Uday Shankar
2025-03-04
loop: Remove struct loop_func_table
Zhu Yanjun
2025-03-03
ublk: add DMA alignment limit
Ming Lei
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
2025-03-03
block: move the block layer auto-integrity code into a new file
Christoph Hellwig
2025-03-03
block: mark bounce buffering as incompatible with integrity
Christoph Hellwig
[next]