index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/raid1: fix a trivial typo in comments
Zhilong Liu
2017-03-14
1
-1
/
+1
*
md/raid1/10: fix potential deadlock
Shaohua Li
2017-03-09
1
-2
/
+23
*
md: move funcs from pers->resize to update_size
Guoqing Jiang
2017-03-09
1
-2
/
+0
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+3
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-02-24
1
-230
/
+366
|
\
|
*
md/raid1: fix write behind issues introduced by bio_clone_bioset_partial
Shaohua Li
2017-02-23
1
-4
/
+11
|
*
md/raid1: handle flush request correctly
Shaohua Li
2017-02-23
1
-3
/
+7
|
*
md/raid1: fix a use-after-free bug
Shaohua Li
2017-02-19
1
-1
/
+2
|
*
RAID1: avoid unnecessary spin locks in I/O barrier code
colyli@suse.de
2017-02-19
1
-51
/
+114
|
*
RAID1: a new I/O barrier implementation to remove resync window
colyli@suse.de
2017-02-19
1
-212
/
+261
|
*
md: fast clone bio in bio_clone_mddev()
Ming Lei
2017-02-15
1
-4
/
+6
|
*
md/raid1: use bio_clone_bioset_partial() in case of write behind
Ming Lei
2017-02-15
1
-5
/
+15
*
|
block: Use pointer to backing_dev_info from request_queue
Jan Kara
2017-02-02
1
-2
/
+2
*
|
md: cleanup bio op / flags handling in raid1_write_request
Christoph Hellwig
2017-01-27
1
-5
/
+2
|
/
*
md: cleanup mddev flag clear for takeover
Shaohua Li
2017-01-05
1
-2
/
+6
*
md/raid1: Refactor raid1_make_request
Robert LeBlanc
2017-01-03
1
-128
/
+139
*
md: separate flags for superblock changes
Shaohua Li
2016-12-08
1
-6
/
+6
*
md: takeover should clear unrelated bits
Shaohua Li
2016-12-08
1
-1
/
+4
*
md/raid1: add failfast handling for writes.
NeilBrown
2016-11-22
1
-1
/
+25
*
md/raid1: add failfast handling for reads.
NeilBrown
2016-11-22
1
-10
/
+42
*
md: Use REQ_FAILFAST_* on metadata writes where appropriate
NeilBrown
2016-11-22
1
-0
/
+1
*
md/raid1, raid10: add blktrace records when IO is delayed
NeilBrown
2016-11-18
1
-0
/
+8
*
md: add block tracing for bio_remapping
NeilBrown
2016-11-18
1
-2
/
+24
*
md/raid1: fix: IO can block resync indefinitely
NeilBrown
2016-11-09
1
-1
/
+1
*
md/raid1: abort delayed writes when device fails.
NeilBrown
2016-11-07
1
-5
/
+15
*
md/raid1: change printk() to pr_*()
NeilBrown
2016-11-07
1
-58
/
+41
*
raid1: handle read error also in readonly mode
Tomasz Majchrzak
2016-10-28
1
-9
/
+10
*
RAID1: ignore discard error
Shaohua Li
2016-10-24
1
-2
/
+5
*
block: export bio_free_pages to other modules
Guoqing Jiang
2016-09-22
1
-6
/
+2
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-3
/
+3
*
Merge branch 'mymd/for-next' into mymd/for-linus
Shaohua Li
2016-07-28
1
-63
/
+67
|
\
|
*
md: reduce the number of synchronize_rcu() calls when multiple devices fail.
NeilBrown
2016-06-13
1
-7
/
+10
|
*
md/raid1: add rcu protection to rdev in fix_read_error
NeilBrown
2016-06-13
1
-20
/
+32
|
*
md/raid1: small code cleanup in end_sync_write
NeilBrown
2016-06-13
1
-10
/
+4
|
*
md/raid1: small cleanup in raid1_end_read/write_request
NeilBrown
2016-06-13
1
-20
/
+15
|
*
md/raid1, raid10: don't recheck "Faulty" flag in read-balance.
NeilBrown
2016-06-13
1
-7
/
+0
|
*
raid1/raid10: slow down resync if there is non-resync activity pending
Tomasz Majchrzak
2016-06-13
1
-0
/
+7
*
|
block: get rid of bio_rw and READA
Christoph Hellwig
2016-07-20
1
-1
/
+1
*
|
block: add a separate operation type for secure erase
Christoph Hellwig
2016-06-09
1
-2
/
+1
*
|
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
2016-06-07
1
-1
/
+2
*
|
md: use bio op accessors
Mike Christie
2016-06-07
1
-17
/
+15
*
|
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-06-07
1
-1
/
+2
|
/
*
md: set MD_CHANGE_PENDING in a atomic region
Guoqing Jiang
2016-05-09
1
-2
/
+2
*
md:raid1: fix a dead loop when read from a WriteMostly disk
Wei Fang
2016-03-31
1
-1
/
+1
*
raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
Nate Dailey
2016-03-17
1
-2
/
+5
*
md/raid1: remove unnecessary BUG_ON
Guoqing Jiang
2016-03-14
1
-1
/
+0
*
MD: rename some functions
Shaohua Li
2016-01-20
1
-10
/
+11
*
md/raid: only permit hot-add of compatible integrity profiles
Dan Williams
2016-01-14
1
-3
/
+3
*
Merge tag 'md/4.4' of git://neil.brown.name/md
Linus Torvalds
2015-11-04
1
-4
/
+37
|
\
|
*
md-cluster: Call update_raid_disks() if another node --grow's raid_disks
Goldwyn Rodrigues
2015-10-24
1
-3
/
+5
[next]