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.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-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: don't use flush_signals in userspace processes
Mikulas Patocka
2017-07-27
1
-1
/
+4
*
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
|
*
Merge branch 'md-next' of git://github.com/goldwynr/linux into for-next
NeilBrown
2015-10-14
1
-1
/
+32
|
|
\
|
|
*
md-cluster: Perform resync/recovery under a DLM lock
Goldwyn Rodrigues
2015-10-12
1
-2
/
+0
|
|
*
md-cluster: Improve md_reload_sb to be less error prone
Goldwyn Rodrigues
2015-10-12
1
-0
/
+9
|
|
*
md-cluster: Use a small window for resync
Goldwyn Rodrigues
2015-10-12
1
-1
/
+25
*
|
|
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-04
1
-0
/
+2
|
\
\
\
|
*
|
|
md: suspend i/o during runtime blk_integrity_unregister
Dan Williams
2015-10-21
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
md/raid1: don't clear bitmap bit when bad-block-list write fails.
NeilBrown
2015-10-24
1
-3
/
+8
*
|
|
md/raid1: submit_bio_wait() returns 0 on success
Jes Sorensen
2015-10-21
1
-1
/
+1
|
|
/
|
/
|
*
|
crash in md-raid1 and md-raid10 due to incorrect list manipulation
Mikulas Patocka
2015-10-09
1
-2
/
+2
|
/
*
md/raid1: Avoid raid1 resync getting stuck
Jes Sorensen
2015-10-02
1
-3
/
+2
*
md: drop null test before destroy functions
Julia Lawall
2015-10-02
1
-4
/
+2
*
Merge linux-block/for-4.3/core into md/for-linux
NeilBrown
2015-09-05
1
-86
/
+29
|
\
|
*
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
1
-86
/
+29
|
|
\
|
|
*
block: kill merge_bvec_fn() completely
Kent Overstreet
2015-08-13
1
-57
/
+1
|
|
*
block: manipulate bio->bi_flags through helpers
Jens Axboe
2015-07-29
1
-2
/
+2
|
|
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-27
/
+26
*
|
|
md/raid1: ensure device failure recorded before write request returns.
NeilBrown
2015-08-31
1
-1
/
+28
*
|
|
md: close some races between setting and checking sync_action.
NeilBrown
2015-08-31
1
-0
/
+1
|
/
/
*
|
md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...
NeilBrown
2015-08-03
1
-4
/
+6
*
|
Fix read-balancing during node failure
Goldwyn Rodrigues
2015-07-24
1
-3
/
+4
*
|
md/raid1: fix test for 'was read error from last working device'.
NeilBrown
2015-07-24
1
-1
/
+1
|
/
*
writeback: move backing_dev_info->state into bdi_writeback
Tejun Heo
2015-06-02
1
-2
/
+2
*
md: remove 'go_faster' option from ->sync_request()
NeilBrown
2015-04-22
1
-8
/
+1
*
Merge branch 'cluster' into for-next
NeilBrown
2015-04-22
1
-4
/
+16
|
\
|
*
Add new disk to clustered array
Goldwyn Rodrigues
2015-02-23
1
-0
/
+1
[next]