index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-07-22
1
-1
/
+3
|
\
\
|
*
|
md/raid5: missing error code in setup_conf()
Dan Carpenter
2022-07-19
1
-1
/
+3
|
|
/
*
|
dm raid: fix KASAN warning in raid5_add_disks
Mikulas Patocka
2022-06-29
1
-0
/
+1
*
|
dm raid: fix KASAN warning in raid5_remove_disk
Mikulas Patocka
2022-06-29
1
-1
/
+4
|
/
*
md: remove most calls to bdevname
Christoph Hellwig
2022-05-22
1
-21
/
+16
*
raid5: don't set the discard_alignment queue limit
Christoph Hellwig
2022-05-03
1
-1
/
+0
*
md/raid5: Annotate functions that hold device_lock with __must_hold
Logan Gunthorpe
2022-04-25
1
-5
/
+17
*
md/raid5: Annotate rdev/replacement access when mddev_lock is held
Logan Gunthorpe
2022-04-25
1
-22
/
+43
*
md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated
Logan Gunthorpe
2022-04-25
1
-9
/
+19
*
md/raid5: Add __rcu annotation to struct disk_info
Logan Gunthorpe
2022-04-25
1
-20
/
+26
*
md/raid5: Cleanup setup_conf() error returns
Logan Gunthorpe
2022-04-25
1
-7
/
+11
*
raid5: introduce MD_BROKEN
Mariusz Tkaczyk
2022-04-25
1
-25
/
+22
*
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-04-17
1
-8
/
+4
*
block: add a bdev_nonrot helper
Christoph Hellwig
2022-04-17
1
-1
/
+1
*
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-26
1
-6
/
+0
|
\
|
*
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
1
-6
/
+0
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
1
-1
/
+0
|
\
\
|
*
|
scsi: md: Remove WRITE_SAME support
Christoph Hellwig
2022-02-22
1
-1
/
+0
*
|
|
raid5: initialize the stripe_head embeeded bios as needed
Christoph Hellwig
2022-03-08
1
-17
/
+8
|
|
/
|
/
|
*
|
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-04
1
-2
/
+2
*
|
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-02-02
1
-4
/
+4
*
|
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
1
-2
/
+2
|
/
*
md: Move alloc/free acct bioset in to personality
Xiao Ni
2022-01-06
1
-11
/
+30
*
md: raid456 add nowait support
Vishal Verma
2022-01-06
1
-0
/
+15
*
md/raid5: play nice with PREEMPT_RT
Davidlohr Bueso
2022-01-06
1
-5
/
+6
*
md: remove unused argument from md_new_event
Guoqing Jiang
2021-10-18
1
-1
/
+1
*
md/raid5: call roundup_pow_of_two in raid5_run
Guoqing Jiang
2021-10-18
1
-4
/
+1
*
md/raid5: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-28
1
-2
/
+2
*
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-18
/
+45
|
\
|
*
md/raid5: avoid device_lock in read_one_chunk()
Gal Ofri
2021-06-14
1
-6
/
+23
|
*
md: Constify attribute_group structs
Rikard Falkeborn
2021-06-14
1
-1
/
+1
|
*
md/raid5: avoid redundant bio clone in raid5_read_one_chunk
Guoqing Jiang
2021-06-14
1
-14
/
+15
|
*
md/raid5: move checking badblock before clone bio in raid5_read_one_chunk
Guoqing Jiang
2021-06-14
1
-7
/
+7
|
*
md: add io accounting for raid0 and raid5
Guoqing Jiang
2021-06-14
1
-0
/
+9
*
|
md/raid5: remove an incorrect assert in in_chunk_boundary
Christoph Hellwig
2021-05-25
1
-2
/
+0
|
/
*
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-08
1
-1
/
+2
*
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-1
/
+1
|
\
|
*
md/raid5: cast chunk_sectors to sector_t value
Guoqing Jiang
2021-02-03
1
-1
/
+1
*
|
md/raid6: refactor raid5_read_one_chunk
Christoph Hellwig
2021-01-27
1
-63
/
+45
|
/
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-1
/
+1
*
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
2020-12-04
1
-8
/
+7
*
md/raid5: fix oops during stripe resizing
Song Liu
2020-10-08
1
-2
/
+2
*
md/raid5: reallocate page array after setting new stripe_size
Yufen Yu
2020-09-24
1
-0
/
+20
*
md/raid5: resize stripe_head when reshape array
Yufen Yu
2020-09-24
1
-0
/
+24
*
md/raid5: let multiple devices of stripe_head share page
Yufen Yu
2020-09-24
1
-2
/
+87
*
md/raid6: let async recovery function support different page offset
Yufen Yu
2020-09-24
1
-2
/
+2
*
md/raid6: let syndrome computor support different page offset
Yufen Yu
2020-09-24
1
-12
/
+24
*
md/raid5: convert to new xor compution interface
Yufen Yu
2020-09-24
1
-9
/
+34
*
md/raid5: make async_copy_data() to support different page offset
Yufen Yu
2020-09-24
1
-3
/
+5
*
md/raid5: add a new member of offset into r5dev
Yufen Yu
2020-09-24
1
-11
/
+39
[prev]
[next]