index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-21
md/raid5: validate discard support at request time
Yu Kuai
1
-0
/
+1
2026-06-04
buffer: Remove b_end_io
Matthew Wilcox (Oracle)
1
-3
/
+3
2026-03-23
md/raid5: remove stale md_raid5_kick_device() declaration
Chen Cheng
1
-1
/
+0
2026-01-26
md: remove recovery_disabled
Li Nan
1
-1
/
+0
2026-01-26
md/raid5: make sure max_sectors is not less than io_opt
Yu Kuai
1
-0
/
+1
2026-01-26
md/raid5: use mempool to allocate stripe_request_ctx
Yu Kuai
1
-0
/
+2
2025-01-13
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
1
-3
/
+0
2025-01-13
md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
Yu Kuai
1
-1
/
+0
2024-11-12
md/raid5: Increase r5conf.cache_name size
John Garry
1
-1
/
+1
2024-08-29
md/raid5: rename wait_for_overlap to wait_for_reshape
Artur Paszkiewicz
1
-1
/
+1
2023-11-27
md/raid5: remove rcu protection to access rdev from conf
Yu Kuai
1
-2
/
+2
2023-10-04
md/raid5: dynamically allocate the md-raid5 shrinker
Qi Zheng
1
-1
/
+1
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-06-13
md: protect md_thread with rcu
Yu Kuai
1
-1
/
+1
2023-05-30
md/raid5: Convert stripe_head's "dev" to flexible array member
Kees Cook
1
-1
/
+1
2022-09-22
md/raid5: Cleanup prototype of raid5_get_active_stripe()
Logan Gunthorpe
1
-1
/
+11
2022-09-22
md/raid5: Drop extern on function declarations in raid5.h
Logan Gunthorpe
1
-12
/
+10
2022-08-02
md/raid5: Ensure batch_last is released before sleeping for quiesce
Logan Gunthorpe
1
-1
/
+1
2022-04-25
md/raid5: Add __rcu annotation to struct disk_info
Logan Gunthorpe
1
-1
/
+2
2022-04-25
md/raid5: Un-nest struct raid5_percpu definition
Logan Gunthorpe
1
-9
/
+11
2022-01-06
md/raid5: play nice with PREEMPT_RT
Davidlohr Bueso
1
-1
/
+3
2020-09-24
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
1
-1
/
+27
2020-09-24
md/raid5: add a new member of offset into r5dev
Yufen Yu
1
-0
/
+1
2020-08-10
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2020-07-29
raid5: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-07-21
md/raid5: set default stripe_size as 4096
Yufen Yu
1
-3
/
+19
2020-07-21
md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
Yufen Yu
1
-17
/
+20
2019-09-13
raid5: use bio_end_sector in r5_next_bio
Guoqing Jiang
1
-3
/
+1
2019-09-13
raid5: remove STRIPE_OPS_REQ_PENDING
Guoqing Jiang
1
-1
/
+0
2019-03-12
md: convert to kvmalloc
Kent Overstreet
1
-4
/
+5
2018-06-09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-0
/
+1
2018-05-30
md: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-1
/
+1
2018-05-17
raid5: copy write hint from origin bio to stripe
Mariusz Dabrowski
1
-0
/
+1
2018-02-18
md: document lifetime of internal rdev pointer.
NeilBrown
1
-0
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-03
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+11
2017-04-11
md/raid5: make chunk_aligned_read() split bios more cleanly.
NeilBrown
1
-0
/
+1
2017-03-27
md: add raid4/5/6 journal mode switching API
Heinz Mauelshagen
1
-0
/
+11
2017-03-22
md/raid5: remove over-loading of ->bi_phys_segments.
NeilBrown
1
-29
/
+1
2017-03-22
md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...
NeilBrown
1
-16
/
+1
2017-03-22
md/raid5: call bio_endio() directly rather than queueing for later.
NeilBrown
1
-1
/
+0
2017-03-22
md/raid5: simplfy delaying of writes while metadata is updated.
NeilBrown
1
-3
/
+0
2017-03-16
raid5-ppl: Partial Parity Log write logging implementation
Artur Paszkiewicz
1
-1
/
+9
2017-03-16
raid5: separate header for log functions
Artur Paszkiewicz
1
-30
/
+0
2017-03-16
md/raid5: sort bios
Shaohua Li
1
-1
/
+13
2017-03-16
md/raid5: prioritize stripes for writeback
Shaohua Li
1
-0
/
+2
2017-02-13
md/raid5-cache: exclude reclaiming stripes in reclaim check
Shaohua Li
1
-0
/
+2
2017-02-13
md/r5cache: enable chunk_aligned_read with write back cache
Song Liu
1
-0
/
+1
2017-02-13
raid5: only dispatch IO from raid5d for harddisk raid
Shaohua Li
1
-0
/
+4
2017-01-24
md/r5cache: disable write back for degraded array
Song Liu
1
-0
/
+2
[next]