Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cc7b8819212f437fc82f0f9cdc24deb0fb5d775f
/
drivers
/
md
/
raid5.c
d47648f
raid5: avoid finding "discard" stripe
by Shaohua Li
· 11 years ago
37c61ff
raid5: set bio bi_vcnt 0 for discard request
by Shaohua Li
· 11 years ago
bfc90cb
raid5: only wakeup necessary threads
by Shaohua Li
· 11 years ago
4d77e3b
md/raid5: flush out all pending requests before proceeding with reshape.
by NeilBrown
· 11 years ago
c46501b
md/raid5: use seqcount to protect access to shape in make_request.
by NeilBrown
· 11 years ago
b721420
raid5: sysfs entry to control worker thread number
by Shaohua Li
· 11 years ago
851c30c
raid5: offload stripe handle to workqueue
by Shaohua Li
· 11 years ago
d265d9d
raid5: fix stripe release order
by Shaohua Li
· 11 years ago
773ca82
raid5: make release_stripe lockless
by Shaohua Li
· 11 years ago
f94c0b6
md/raid5: fix interaction of 'replace' and 'recovery'.
by NeilBrown
· 11 years ago
fdcfbbb
md/raid5: allow 5-device RAID6 to be reshaped to 4-device.
by NeilBrown
· 11 years ago
b29bebd
md: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
82ea4be
Merge tag 'md-3.10-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 11 years ago
5026d7a
md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in place
by H. Peter Anvin
· 11 years ago
4997b72
raid5: Initialize bi_vcnt
by Kent Overstreet
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
c0b3297
md/raid5: avoid an extra write when writing to a known-bad-block.
by NeilBrown
· 12 years ago
6f60804
md/raid5: Change or of some order to improve efficiency.
by majianpeng
· 12 years ago
0a82a8d
Revert "block: add missing block_bio_complete() tracepoint"
by Linus Torvalds
· 12 years ago
64f8de4
Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core
by Jens Axboe
· 12 years ago
22c3f2f
Merge tag 'md-3.9-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
2f6db2a
raid5: use bio_reset()
by Kent Overstreet
· 12 years ago
aa8b57a
block: Use bio_sectors() more consistently
by Kent Overstreet
· 12 years ago
f73a1c7
block: Add bio_end_sector()
by Kent Overstreet
· 12 years ago
f8dfcff
md/raid5: ensure sync and DISCARD don't happen at the same time.
by NeilBrown
· 12 years ago
e3620a3
MD RAID5: Avoid accessing gendisk or queue structs when not available
by Jonathan Brassow
· 12 years ago
ce7d363
md/raid5: schedule_construction should abort if nothing to do.
by NeilBrown
· 12 years ago
a5e0d73
Merge tag 'md-3.9' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
51acbce
md: remove CONFIG_MULTICORE_RAID456
by NeilBrown
· 12 years ago
3a366e6
block: add missing block_bio_complete() tracepoint
by Tejun Heo
· 12 years ago
ea88eea
Merge tag 'md-3.8' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
a9add5d
md/raid5: add blktrace calls
by NeilBrown
· 12 years ago
9228ff9
Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
749586b
md/raid5: use async_tx_quiesce() instead of open-coding it.
by NeilBrown
· 12 years ago
eed8c02
wait: add wait_event_lock_irq() interface
by Lukas Czerner
· 12 years ago
ca64cae
md/raid5: Make sure we clear R5_Discard when discard is finished.
by NeilBrown
· 12 years ago
ef5b7c6
md/raid5: move resolving of reconstruct_state earlier in stripe_handle.
by NeilBrown
· 12 years ago
4ac6875
md/raid5: round discard alignment up to power of 2.
by NeilBrown
· 12 years ago
83f0d77
md: Fix typo in drivers/md
by Masanari Iida
· 12 years ago
9db9088
Merge tag 'md-3.7' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
e56108d6
md/raid5: be careful not to resize_stripes too big.
by NeilBrown
· 12 years ago
7f7583d
Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races
by Jianpeng Ma
· 12 years ago
1ed850f
md/raid5: make sure to_read and to_write never go negative.
by NeilBrown
· 12 years ago
a785448
md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.
by Alexander Lyakas
· 12 years ago
b97390a
md/raid5: protect debug message against NULL derefernce.
by NeilBrown
· 12 years ago
143c4d0
md/raid5: add some missing locking in handle_failed_stripe.
by NeilBrown
· 12 years ago
9e444768
MD: raid5 avoid unnecessary zero page for trim
by Shaohua Li
· 12 years ago
620125f
MD: raid5 trim support
by Shaohua Li
· 12 years ago
4ed8731
MD: change the parameter of md thread
by Shaohua Li
· 12 years ago
cb13ff6
md/raid5: add missing spin_lock_init.
by NeilBrown
· 12 years ago
e5c8647
md/raid5: fix calculate of 'degraded' when a replacement becomes active.
by NeilBrown
· 12 years ago
a852d7b
Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE."
by NeilBrown
· 12 years ago
25aa6a7
Merge tag 'md-3.6' of git://neil.brown.name/md
by Linus Torvalds
· 12 years ago
46a0640
raid5: raid5d handle stripe in batch way
by Shaohua Li
· 12 years ago
8811b59
raid5: make_request use batch stripe release
by Shaohua Li
· 12 years ago
eff0d13
Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
0021b7b
md: remove plug_cnt feature of plugging.
by NeilBrown
· 12 years ago
895e3c5
md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.
by majianpeng
· 12 years ago
3f9e7c1
raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layer
by majianpeng
· 12 years ago
b17459c
raid5: add a per-stripe lock
by Shaohua Li
· 12 years ago
7eaf7e8
raid5: remove unnecessary bitmap write optimization
by Shaohua Li
· 12 years ago
e7836bd6
raid5: lockless access raid5 overrided bi_phys_segments
by Shaohua Li
· 12 years ago
4eb788d
raid5: reduce chance release_stripe() taking device_lock
by Shaohua Li
· 12 years ago
b357f04
md: fix up plugging (again).
by NeilBrown
· 12 years ago
fab363b
raid5: delayed stripe fix
by Shaohua Li
· 12 years ago
2e8ac303
md/raid456: When read error cannot be recovered, record bad block
by majianpeng
· 12 years ago
0232605
md: make 'name' arg to md_register_thread non-optional.
by NeilBrown
· 12 years ago
5f066c6
md/raid5: fix refcount problem when blocked_rdev is set.
by NeilBrown
· 12 years ago
1850753
md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdev
by majianpeng
· 12 years ago
6c0544e
md/raid5: Do not add data_offset before call to is_badblock
by majianpeng
· 12 years ago
5cfb22a
md/raid5: prefer replacing failed devices over want-replacement devices.
by NeilBrown
· 12 years ago
da7613b
md/raid5: improve removal of extra devices after reshape.
by NeilBrown
· 12 years ago
30b6764
md/raid5: Allow reshape while a bitmap is present.
by NeilBrown
· 12 years ago
a4a6125
md: allow array to be resized while bitmap is present.
by NeilBrown
· 12 years ago
bc0934f
raid5: support sync request
by Shaohua Li
· 12 years ago
cceeca4
raid5: remove unused variables
by Shaohua Li
· 12 years ago
b5254dd
md/raid5: allow for change in data_offset while managing a reshape.
by NeilBrown
· 12 years ago
05616be
md/raid5: Use correct data_offset for all IO.
by NeilBrown
· 12 years ago
c6563a8
md: add possibility to change data-offset for devices.
by NeilBrown
· 12 years ago
2c810cd
md: allow a reshape operation to be reversed.
by NeilBrown
· 12 years ago
c6d2e08
md/raid5: Fix a bug about judging if the operation is syncing or replacing
by majianpeng
· 13 years ago
18b9837
md/raid5: fix handling of bad blocks during recovery.
by NeilBrown
· 13 years ago
dafb20f
md: tidy up rdev_for_each usage.
by NeilBrown
· 13 years ago
dc10c64
md: allow re-add to failed arrays.
by NeilBrown
· 13 years ago
41fe75f
md/raid5: use atomic_dec_return() instead of atomic_dec() and atomic_read().
by majianpeng
· 13 years ago
9d4c7d8
md/raid5: removed unused 'added_devices' variable.
by NeilBrown
· 13 years ago
1e3fa9b
md/raid5: make sure reshape_position is cleared on error path.
by NeilBrown
· 13 years ago
3a6de29
md/raid5: Mark device want_replacement when we see a write error.
by NeilBrown
· 13 years ago
7bfec5f
md/raid5: If there is a spare and a want_replacement device, start replacement.
by NeilBrown
· 13 years ago
17045f5
md/raid5: recognise replacements when assembling array.
by NeilBrown
· 13 years ago
dd054fc
md/raid5: handle activation of replacement device when recovery completes.
by NeilBrown
· 13 years ago
9a3e110
md/raid5: detect and handle replacements during recovery.
by NeilBrown
· 13 years ago
977df36
md/raid5: writes should get directed to replacement as well as original.
by NeilBrown
· 13 years ago
657e3e4
md/raid5: allow removal for failed replacement devices.
by NeilBrown
· 13 years ago
14a75d3
md/raid5: preferentially read from replacement device if possible.
by NeilBrown
· 13 years ago
995c427
md/raid5: remove redundant bio initialisations.
by NeilBrown
· 13 years ago
671488c
md/raid5: allow each slot to have an extra replacement device
by NeilBrown
· 13 years ago
Next »