index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
md: remove unused argument from md_new_event
Guoqing Jiang
1
-1
/
+1
2021-10-18
md/raid5: call roundup_pow_of_two in raid5_run
Guoqing Jiang
1
-4
/
+1
2021-08-28
md/raid5: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-06-30
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+45
2021-06-15
md/raid5: avoid device_lock in read_one_chunk()
Gal Ofri
1
-6
/
+23
2021-06-15
md: Constify attribute_group structs
Rikard Falkeborn
1
-1
/
+1
2021-06-15
md/raid5: avoid redundant bio clone in raid5_read_one_chunk
Guoqing Jiang
1
-14
/
+15
2021-06-15
md/raid5: move checking badblock before clone bio in raid5_read_one_chunk
Guoqing Jiang
1
-7
/
+7
2021-06-15
md: add io accounting for raid0 and raid5
Guoqing Jiang
1
-0
/
+9
2021-05-26
md/raid5: remove an incorrect assert in in_chunk_boundary
Christoph Hellwig
1
-2
/
+0
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-04
md/raid5: cast chunk_sectors to sector_t value
Guoqing Jiang
1
-1
/
+1
2021-01-27
md/raid6: refactor raid5_read_one_chunk
Christoph Hellwig
1
-63
/
+45
2021-01-25
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-1
/
+1
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-8
/
+7
2020-10-09
md/raid5: fix oops during stripe resizing
Song Liu
1
-2
/
+2
2020-09-25
md/raid5: reallocate page array after setting new stripe_size
Yufen Yu
1
-0
/
+20
2020-09-25
md/raid5: resize stripe_head when reshape array
Yufen Yu
1
-0
/
+24
2020-09-25
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
1
-2
/
+87
2020-09-25
md/raid6: let async recovery function support different page offset
Yufen Yu
1
-2
/
+2
2020-09-25
md/raid6: let syndrome computor support different page offset
Yufen Yu
1
-12
/
+24
2020-09-25
md/raid5: convert to new xor compution interface
Yufen Yu
1
-9
/
+34
2020-09-25
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
1
-3
/
+5
2020-09-25
md/raid5: add a new member of offset into r5dev
Yufen Yu
1
-11
/
+39
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-4
/
+4
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
1
-12
/
+1
2020-09-24
md: update the optimal I/O size on reshape
Christoph Hellwig
1
-2
/
+8
2020-08-29
Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+5
2020-08-28
md/raid5: make sure stripe_size as power of two
Yufen Yu
1
-2
/
+5
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-11
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-140
/
+246
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-08-03
md/raid5: Allow degraded raid6 to do rmw
ChangSyun Peng
1
-6
/
+16
2020-08-03
md/raid5: Fix Force reconstruct-write io stuck in degraded raid5
ChangSyun Peng
1
-1
/
+2
2020-08-03
raid5: don't duplicate code for different paths in handle_stripe
Guoqing Jiang
1
-6
/
+3
2020-08-03
md/raid5: remove the redundant setting of STRIPE_HANDLE
Guoqing Jiang
1
-6
/
+2
2020-07-29
raid5: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-07-23
md/raid5: use do_div() for 64 bit divisions in raid5_sync_request
Yufen Yu
1
-1
/
+1
2020-07-22
md/raid5: support config stripe_size by sysfs entry
Yufen Yu
1
-0
/
+72
2020-07-22
md/raid5: set default stripe_size as 4096
Yufen Yu
1
-0
/
+5
2020-07-22
md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
Yufen Yu
1
-102
/
+123
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-16
raid5: remove the meaningless check in raid5_make_request
Guoqing Jiang
1
-2
/
+1
2020-07-16
raid5: put the comment of clear_batch_ready to the right place
Guoqing Jiang
1
-4
/
+4
2020-07-16
raid5: call clear_batch_ready before set STRIPE_ACTIVE
Guoqing Jiang
1
-5
/
+10
2020-07-16
md: raid5: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-15
md: fix deadlock causing by sysfs_notify
Junxiao Bi
1
-3
/
+3
2020-07-09
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-25
/
+0
[next]