index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Lines
2025-03-18
block: fix a comment in the queue_attrs[] array
Christoph Hellwig
-5
/
+0
2025-03-13
block: protect debugfs attribute method hctx_busy_show
Nilay Shroff
-0
/
+5
2025-03-13
block: remove unnecessary goto labels in debugfs attribute read methods
Nilay Shroff
-12
/
+8
2025-03-13
block: protect debugfs attrs using elevator_lock instead of sysfs_lock
Nilay Shroff
-8
/
+8
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
-3
/
+3
2025-03-12
block: fix adding folio to bio
Ming Lei
-4
/
+7
2025-03-12
block: remove unused parameter
Guixin Liu
-13
/
+10
2025-03-11
blk-cgroup: Simplify policy files registration
Michal Koutný
-18
/
+12
2025-03-11
cgroup/blkio: Add deprecation messages to reset_stats
Michal Koutný
-0
/
+1
2025-03-10
badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0
Coly Li
-2
/
+3
2025-03-10
block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone
Ming Lei
-0
/
+1
2025-03-10
block: protect hctx attributes/params using q->elevator_lock
Nilay Shroff
-2
/
+6
2025-03-10
block: protect read_ahead_kb using q->limits_lock
Nilay Shroff
-6
/
+10
2025-03-10
block: protect wbt_lat_usec using q->elevator_lock
Nilay Shroff
-12
/
+10
2025-03-10
block: protect nr_requests update using q->elevator_lock
Nilay Shroff
-5
/
+5
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
-42
/
+52
2025-03-10
block: remove q->sysfs_lock for attributes which don't need it
Nilay Shroff
-54
/
+29
2025-03-10
block: move q->sysfs_lock and queue-freeze under show/store method
Nilay Shroff
-68
/
+162
2025-03-10
block: acquire q->limits_lock while reading sysfs attributes
Nilay Shroff
-37
/
+65
2025-03-07
Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+1
2025-03-07
bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()
Luis Chamberlain
-0
/
+2
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
-12
/
+8
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
-21
/
+20
2025-03-06
badblocks: fix missing bad blocks on retry in _badblocks_check()
Zheng Qixing
-26
/
+24
2025-03-06
badblocks: fix merge issue when new badblocks align with pre+1
Li Nan
-2
/
+2
2025-03-06
badblocks: try can_merge_front before overlap_front
Li Nan
-26
/
+22
2025-03-06
badblocks: fix the using of MAX_BADBLOCKS
Li Nan
-2
/
+2
2025-03-06
badblocks: return error if any badblock set fails
Li Nan
-12
/
+5
2025-03-06
badblocks: return error directly when setting badblocks exceeds 512
Li Nan
-102
/
+19
2025-03-06
badblocks: attempt to merge adjacent badblocks during ack_all_badblocks
Li Nan
-0
/
+5
2025-03-06
badblocks: factor out a helper try_adjacent_combine
Li Nan
-14
/
+26
2025-03-06
badblocks: Fix error shitf ops
Li Nan
-6
/
+6
2025-03-06
block: Correctly initialize BLK_INTEGRITY_NOGENERATE and BLK_INTEGRITY_NOVERIFY
Anuj Gupta
-0
/
+1
2025-03-06
block: ensure correct integrity capability propagation in stacked devices
Anuj Gupta
-29
/
+21
2025-03-05
blk-throttle: carry over directly
Ming Lei
-30
/
+23
2025-03-05
blk-throttle: don't take carryover for prioritized processing of metadata
Ming Lei
-10
/
+5
2025-03-05
blk-throttle: remove last_bytes_disp and last_ios_disp
Ming Lei
-7
/
+1
2025-03-05
blk-throttle: fix lower bps rate by throtl_trim_slice()
Yu Kuai
-2
/
+11
2025-03-05
block: fix conversion of GPT partition name to 7-bit
Olivier Gayot
-1
/
+1
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
-118
/
+78
2025-03-03
block: move the block layer auto-integrity code into a new file
Christoph Hellwig
-160
/
+164
2025-03-03
block: mark bounce buffering as incompatible with integrity
Christoph Hellwig
-2
/
+5
2025-02-28
Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linux
Linus Torvalds
-14
/
+89
2025-02-28
block: fix 'kmem_cache of name 'bio-108' already exists'
Ming Lei
-1
/
+1
2025-02-25
block: Remove zone write plugs when handling native zone append writes
Damien Le Moal
-7
/
+69
2025-02-25
blk-wbt: Cleanup a comment in wb_timer_fn
Tang Yizhou
-3
/
+3
2025-02-25
blk-wbt: Fix some comments
Tang Yizhou
-7
/
+4
2025-02-25
block: make segment size limit workable for > 4K PAGE_SIZE
Ming Lei
-6
/
+19
2025-02-24
bdev: use bdev_io_min() for statx block size
Luis Chamberlain
-3
/
+2
2025-02-24
block/bdev: lift block size restrictions to 64k
Luis Chamberlain
-2
/
+1
[prev]
[next]