index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-08
md/raid5: fix oops during stripe resizing
Song Liu
1
-2
/
+2
2020-09-24
md/raid5: reallocate page array after setting new stripe_size
Yufen Yu
1
-0
/
+20
2020-09-24
md/raid5: resize stripe_head when reshape array
Yufen Yu
1
-0
/
+24
2020-09-24
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
1
-2
/
+87
2020-09-24
md/raid6: let async recovery function support different page offset
Yufen Yu
1
-2
/
+2
2020-09-24
md/raid6: let syndrome computor support different page offset
Yufen Yu
1
-12
/
+24
2020-09-24
md/raid5: convert to new xor compution interface
Yufen Yu
1
-9
/
+34
2020-09-24
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
1
-3
/
+5
2020-09-24
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-28
Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+5
2020-08-27
md/raid5: make sure stripe_size as power of two
Yufen Yu
1
-2
/
+5
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
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-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-02
md/raid5: Allow degraded raid6 to do rmw
ChangSyun Peng
1
-6
/
+16
2020-08-02
md/raid5: Fix Force reconstruct-write io stuck in degraded raid5
ChangSyun Peng
1
-1
/
+2
2020-08-02
raid5: don't duplicate code for different paths in handle_stripe
Guoqing Jiang
1
-6
/
+3
2020-08-02
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-22
md/raid5: use do_div() for 64 bit divisions in raid5_sync_request
Yufen Yu
1
-1
/
+1
2020-07-21
md/raid5: support config stripe_size by sysfs entry
Yufen Yu
1
-0
/
+72
2020-07-21
md/raid5: set default stripe_size as 4096
Yufen Yu
1
-0
/
+5
2020-07-21
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-15
md: raid5: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-14
md: fix deadlock causing by sysfs_notify
Junxiao Bi
1
-3
/
+3
2020-07-08
writeback: remove bdi->congested_fn
Christoph Hellwig
1
-25
/
+0
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
1
-5
/
+5
2020-05-13
raid5: update code comment of scribble_alloc()
Coly Li
1
-2
/
+5
2020-05-13
raid5: remove gfp flags from scribble_alloc()
Coly Li
1
-6
/
+9
2020-01-13
raid5: remove worker_cnt_per_group argument from alloc_thread_groups
Guoqing Jiang
1
-14
/
+7
2019-12-11
raid5: need to set STRIPE_HANDLE for batch head
Guoqing Jiang
1
-1
/
+1
2019-11-14
drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET
Eugene Syromiatnikov
1
-2
/
+2
2019-10-24
md: improve handling of bio with REQ_PREFLUSH in md_flush_request()
David Jeffery
1
-2
/
+2
2019-09-13
raid5: remove STRIPE_OPS_REQ_PENDING
Guoqing Jiang
1
-1
/
+0
2019-09-13
raid5: don't set STRIPE_HANDLE to stripe which is in batch list
Guoqing Jiang
1
-1
/
+2
2019-09-13
raid5: don't increment read_errors on EILSEQ return
Nigel Croxon
1
-1
/
+2
2019-09-03
md/raid5: use bio_end_sector to calculate last_sector
Guoqing Jiang
1
-1
/
+1
2019-08-27
raid5 improve too many read errors msg by adding limits
Nigel Croxon
1
-4
/
+10
2019-08-07
md/raid6: Set R5_ReadError when there is read failure on parity disk
Xiao Ni
1
-1
/
+3
2019-06-20
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
1
-1
/
+0
2019-06-15
raid5-cache: Need to do start() part job after adding journal device
Xiao Ni
1
-2
/
+9
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47
Thomas Gleixner
1
-9
/
+1
[next]