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
2017-04-08
md: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-0
/
+1
2017-04-07
block: trace completion of all bios.
NeilBrown
1
-2
/
+0
2017-03-27
md/raid5: use consistency_policy to remove journal feature
Song Liu
1
-10
/
+36
2017-03-24
md: fix several trivial typos in comments
Zhilong Liu
1
-3
/
+3
2017-03-23
md/raid5: don't test ->writes_pending in raid5_remove_disk
NeilBrown
1
-1
/
+4
2017-03-23
Revert "md/raid5: limit request size according to implementation limits"
NeilBrown
1
-9
/
+0
2017-03-23
md/raid5: remove over-loading of ->bi_phys_segments.
NeilBrown
1
-12
/
+12
2017-03-23
md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...
NeilBrown
1
-44
/
+13
2017-03-23
md/raid5: call bio_endio() directly rather than queueing for later.
NeilBrown
1
-28
/
+10
2017-03-23
md/raid5: simplfy delaying of writes while metadata is updated.
NeilBrown
1
-23
/
+8
2017-03-23
md/raid5: use md_write_start to count stripes, not bios
NeilBrown
1
-14
/
+13
2017-03-17
raid5-ppl: runtime PPL enabling or disabling
Artur Paszkiewicz
1
-0
/
+53
2017-03-17
raid5-ppl: support disk hot add/remove with PPL
Artur Paszkiewicz
1
-1
/
+11
2017-03-17
raid5-ppl: load and recover the log
Artur Paszkiewicz
1
-1
/
+4
2017-03-17
raid5-ppl: Partial Parity Log write logging implementation
Artur Paszkiewicz
1
-3
/
+61
2017-03-17
raid5: separate header for log functions
Artur Paszkiewicz
1
-35
/
+13
2017-03-17
md/raid5: sort bios
Shaohua Li
1
-25
/
+113
2017-03-17
md/raid5: prioritize stripes for writeback
Shaohua Li
1
-9
/
+39
2017-03-14
md/r5cache: fix set_syndrome_sources() for data in cache
Song Liu
1
-1
/
+2
2017-03-09
md: move funcs from pers->resize to update_size
Guoqing Jiang
1
-2
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2017-02-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-24
/
+105
2017-02-18
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-6
/
+6
2017-02-17
md/raid5: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-4
/
+2
2017-02-15
md: fast clone bio in bio_clone_mddev()
Ming Lei
1
-2
/
+2
2017-02-13
md/raid5-cache: exclude reclaiming stripes in reclaim check
Shaohua Li
1
-0
/
+2
2017-02-13
md/r5cache: improve journal device efficiency
Song Liu
1
-9
/
+33
2017-02-13
md/r5cache: enable chunk_aligned_read with write back cache
Song Liu
1
-7
/
+13
2017-02-13
raid5: only dispatch IO from raid5d for harddisk raid
Shaohua Li
1
-2
/
+53
2017-02-02
block: Use pointer to backing_dev_info from request_queue
Jan Kara
1
-6
/
+6
2017-01-24
md/r5cache: disable write back for degraded array
Song Liu
1
-7
/
+8
2017-01-24
md/r5cache: shift complex rmw from read path to write path
Song Liu
1
-4
/
+45
2017-01-24
md/raid5: move comment of fetch_block to right location
Song Liu
1
-7
/
+6
2017-01-24
md/r5cache: read data into orig_page for prexor of cached data
Song Liu
1
-9
/
+35
2017-01-10
md/raid5: Use correct IS_ERR() variation on pointer check
Jes Sorensen
1
-1
/
+1
2017-01-05
md: cleanup mddev flag clear for takeover
Shaohua Li
1
-1
/
+4
2016-12-13
Merge branch 'md-next' into md-linus
Shaohua Li
1
-242
/
+381
2016-12-09
md: separate flags for superblock changes
Shaohua Li
1
-13
/
+13
2016-12-09
md: takeover should clear unrelated bits
Shaohua Li
1
-1
/
+5
2016-11-30
md/raid5: limit request size according to implementation limits
Konstantin Khlebnikov
1
-0
/
+9
2016-11-28
md/r5cache: handle alloc_page failure
Song Liu
1
-12
/
+66
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-7
/
+2
2016-11-19
md/r5cache: handle FLUSH and FUA
Song Liu
1
-0
/
+12
2016-11-19
md/r5cache: r5cache recovery: part 2
Song Liu
1
-1
/
+2
2016-11-19
md/r5cache: sysfs entry journal_mode
Song Liu
1
-0
/
+1
2016-11-19
md/r5cache: write-out phase and reclaim support
Song Liu
1
-0
/
+21
2016-11-19
md/r5cache: caching phase of r5cache
Song Liu
1
-22
/
+130
2016-11-19
md/r5cache: State machine for raid5-cache write back mode
Song Liu
1
-4
/
+41
2016-11-19
md/r5cache: move some code to raid5.h
Song Liu
1
-71
/
+0
2016-11-08
md/raid5: change printk() to pr_*()
NeilBrown
1
-121
/
+86
[prev]
[next]