index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-24
md: move two macros into md.h
Ming Lei
3
-5
/
+5
2017-03-24
md: raid1/raid10: don't handle failure of bio_add_page()
Ming Lei
2
-47
/
+16
2017-03-23
md: fix several trivial typos in comments
Zhilong Liu
2
-4
/
+4
2017-03-23
md/raid10: refactor some codes from raid10_write_request
Guoqing Jiang
1
-100
/
+75
2017-03-23
raid5-ppl: silence a misleading warning message
Dan Carpenter
1
-1
/
+1
2017-03-22
MD: use per-cpu counter for writes_pending
NeilBrown
2
-24
/
+49
2017-03-22
md: close a race with setting mddev->in_sync
NeilBrown
1
-0
/
+7
2017-03-22
md: factor out set_in_sync()
NeilBrown
1
-34
/
+20
2017-03-22
md/raid5: don't test ->writes_pending in raid5_remove_disk
NeilBrown
1
-1
/
+4
2017-03-22
md/raid1: stop using bi_phys_segment
NeilBrown
1
-66
/
+23
2017-03-22
md/raid10: stop using bi_phys_segments
NeilBrown
1
-51
/
+25
2017-03-22
md/raid1, raid10: move rXbio accounting closer to allocation.
NeilBrown
2
-26
/
+20
2017-03-22
Revert "md/raid5: limit request size according to implementation limits"
NeilBrown
1
-9
/
+0
2017-03-22
md/raid5: remove over-loading of ->bi_phys_segments.
NeilBrown
2
-41
/
+13
2017-03-22
md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counter
NeilBrown
3
-62
/
+15
2017-03-22
md/raid5: call bio_endio() directly rather than queueing for later.
NeilBrown
4
-38
/
+16
2017-03-22
md/raid5: simplfy delaying of writes while metadata is updated.
NeilBrown
2
-26
/
+8
2017-03-22
md/raid5: use md_write_start to count stripes, not bios
NeilBrown
4
-15
/
+32
2017-03-20
dm cache metadata: fix metadata2 format's blocks_are_clean_separate_dirty
Joe Thornber
1
-3
/
+5
2017-03-16
md: move bitmap_destroy to the beginning of __md_stop
Guoqing Jiang
3
-11
/
+19
2017-03-16
md/r5cache: generate R5LOG_PAYLOAD_FLUSH
Song Liu
1
-3
/
+42
2017-03-16
md/r5cache: handle R5LOG_PAYLOAD_FLUSH in recovery
Song Liu
1
-6
/
+41
2017-03-16
raid5-ppl: runtime PPL enabling or disabling
Artur Paszkiewicz
4
-3
/
+68
2017-03-16
raid5-ppl: support disk hot add/remove with PPL
Artur Paszkiewicz
3
-2
/
+64
2017-03-16
raid5-ppl: load and recover the log
Artur Paszkiewicz
2
-1
/
+493
2017-03-16
md: add sysfs entries for PPL
Artur Paszkiewicz
1
-0
/
+115
2017-03-16
raid5-ppl: Partial Parity Log write logging implementation
Artur Paszkiewicz
5
-5
/
+798
2017-03-16
raid5: separate header for log functions
Artur Paszkiewicz
4
-69
/
+107
2017-03-16
md: superblock changes for PPL
Artur Paszkiewicz
4
-2
/
+31
2017-03-16
md/r5cache: improve recovery with read ahead page pool
Song Liu
1
-45
/
+174
2017-03-16
md/raid5: sort bios
Shaohua Li
2
-26
/
+126
2017-03-16
md/raid5-cache: bump flush stripe batch size
Shaohua Li
1
-3
/
+3
2017-03-16
md/raid5: prioritize stripes for writeback
Shaohua Li
2
-9
/
+41
2017-03-16
md-cluster: add the support for resize
Guoqing Jiang
3
-5
/
+93
2017-03-16
md-cluster: introduce cluster_check_sync_size
Guoqing Jiang
3
-10
/
+93
2017-03-16
md-cluster: add CHANGE_CAPACITY message type
Guoqing Jiang
1
-0
/
+5
2017-03-16
md-cluster: use sync way to handle METADATA_UPDATED msg
Guoqing Jiang
3
-23
/
+66
2017-03-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
6
-38
/
+72
2017-03-16
dm verity fec: limit error correction recursion
Sami Tolvanen
2
-1
/
+15
2017-03-14
md/raid1: fix a trivial typo in comments
Zhilong Liu
1
-1
/
+1
2017-03-14
md/r5cache: fix set_syndrome_sources() for data in cache
Song Liu
1
-1
/
+2
2017-03-11
blk: Ensure users for current->bio_list can see the full list.
NeilBrown
2
-13
/
+17
2017-03-10
md: fix incorrect use of lexx_to_cpu in does_sb_need_changing
Jason Yan
1
-1
/
+1
2017-03-10
md: fix super_offset endianness in super_1_rdev_size_change
Jason Yan
1
-1
/
+1
2017-03-09
drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h
Masanari Iida
1
-1
/
+0
2017-03-09
md/raid1/10: fix potential deadlock
Shaohua Li
2
-2
/
+41
2017-03-09
md: don't impose the MD_SB_DISKS limit on arrays without metadata.
NeilBrown
1
-4
/
+3
2017-03-09
md: move funcs from pers->resize to update_size
Guoqing Jiang
4
-10
/
+6
2017-03-09
md-cluster: remove useless memset from gather_all_resync_info
Guoqing Jiang
1
-1
/
+0
2017-03-09
md-cluster: free md_cluster_info if node leave cluster
Guoqing Jiang
1
-0
/
+1
[prev]
[next]