index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'md/4.1' of git://neil.brown.name/md
Linus Torvalds
2015-04-24
13
-279
/
+2309
|
\
|
*
md/raid5: don't do chunk aligned read on degraded array.
Eric Mei
2015-04-22
1
-3
/
+12
|
*
md/raid5: allow the stripe_cache to grow and shrink.
NeilBrown
2015-04-22
2
-8
/
+71
|
*
md/raid5: change ->inactive_blocked to a bit-flag.
NeilBrown
2015-04-22
2
-8
/
+14
|
*
md/raid5: move max_nr_stripes management into grow_one_stripe and drop_one_st...
NeilBrown
2015-04-22
1
-33
/
+24
|
*
md/raid5: pass gfp_t arg to grow_one_stripe()
NeilBrown
2015-04-22
1
-7
/
+7
|
*
md/raid5: introduce configuration option rmw_level
Markus Stockhausen
2015-04-22
2
-0
/
+45
|
*
md/raid5: activate raid6 rmw feature
Markus Stockhausen
2015-04-22
2
-27
/
+96
|
*
raid5: handle expansion/resync case with stripe batching
shli@kernel.org
2015-04-22
2
-8
/
+21
|
*
raid5: handle io error of batch list
shli@kernel.org
2015-04-22
2
-0
/
+49
|
*
RAID5: batch adjacent full stripe write
shli@kernel.org
2015-04-22
2
-25
/
+336
|
*
raid5: track overwrite disk count
shli@kernel.org
2015-04-22
2
-1
/
+17
|
*
raid5: add a new flag to track if a stripe can be batched
shli@kernel.org
2015-04-22
2
-3
/
+10
|
*
raid5: use flex_array for scribble data
shli@kernel.org
2015-04-22
2
-38
/
+57
|
*
md raid0: access mddev->queue (request queue member) conditionally because it...
Heinz Mauelshagen
2015-04-22
1
-21
/
+27
|
*
md: allow resync to go faster when there is competing IO.
NeilBrown
2015-04-22
1
-2
/
+9
|
*
md: remove 'go_faster' option from ->sync_request()
NeilBrown
2015-04-22
5
-21
/
+6
|
*
md: don't require sync_min to be a multiple of chunk_size.
NeilBrown
2015-04-22
1
-11
/
+2
|
*
Merge branch 'cluster' into for-next
NeilBrown
2015-04-22
9
-82
/
+1525
|
|
\
|
|
*
md-cluster: re-add capabilities
Goldwyn Rodrigues
2015-04-22
5
-13
/
+71
|
|
*
md: re-add a failed disk
Goldwyn Rodrigues
2015-04-22
1
-20
/
+37
|
|
*
md-cluster: remove capabilities
Goldwyn Rodrigues
2015-04-22
3
-1
/
+37
|
|
*
md: Export and rename find_rdev_nr_rcu
Goldwyn Rodrigues
2015-04-22
2
-4
/
+6
|
|
*
md: Export and rename kick_rdev_from_array
Goldwyn Rodrigues
2015-04-22
2
-8
/
+10
|
|
*
md-cluster: correct the num for comparison
Guoqing Jiang
2015-04-22
1
-3
/
+3
|
|
*
md: Fix bitmap offset calculations
Goldwyn Rodrigues
2015-03-25
1
-4
/
+3
|
|
*
md/cluster: Communication Framework: fix semicolon.cocci warnings
kbuild test robot
2015-03-21
1
-1
/
+1
|
|
*
md: recover_bitmaps() can be static
kbuild test robot
2015-03-21
1
-1
/
+1
|
|
*
md: Fix stray --cluster-confirm crash
Goldwyn Rodrigues
2015-03-21
3
-4
/
+21
|
|
*
md/bitmap: use sector_div for sector_t divisions
Stephen Rothwell
2015-03-04
1
-2
/
+3
|
|
*
md/bitmap: fix incorrect DIV_ROUND_UP usage.
NeilBrown
2015-03-04
1
-2
/
+2
|
|
*
md: fix error paths from bitmap_create.
NeilBrown
2015-02-25
1
-2
/
+4
|
|
*
Add new disk to clustered array
Goldwyn Rodrigues
2015-02-23
5
-4
/
+162
|
|
*
Read from the first device when an area is resyncing
Goldwyn Rodrigues
2015-02-23
1
-1
/
+7
|
|
*
Suspend writes in RAID1 if within range
Goldwyn Rodrigues
2015-02-23
4
-3
/
+30
|
|
*
Resync start/Finish actions
Goldwyn Rodrigues
2015-02-23
1
-0
/
+46
|
|
*
Send RESYNCING while performing resync start/stop
Goldwyn Rodrigues
2015-02-23
3
-2
/
+36
|
|
*
Reload superblock if METADATA_UPDATED is received
Goldwyn Rodrigues
2015-02-23
3
-0
/
+24
|
|
*
metadata_update sends message to other nodes
Goldwyn Rodrigues
2015-02-23
3
-14
/
+106
|
|
*
Communication Framework: Sending functions
Goldwyn Rodrigues
2015-02-23
1
-0
/
+87
|
|
*
Communication Framework: Receiving
Goldwyn Rodrigues
2015-02-23
1
-0
/
+102
|
|
*
Perform resync for cluster node failure
Goldwyn Rodrigues
2015-02-23
1
-1
/
+11
|
|
*
Initiate recovery on node failure
Goldwyn Rodrigues
2015-02-23
1
-0
/
+58
|
|
*
Copy set bits from another slot
Goldwyn Rodrigues
2015-02-23
2
-1
/
+79
|
|
*
bitmap_create returns bitmap pointer
Goldwyn Rodrigues
2015-02-23
3
-31
/
+56
|
|
*
Gather on-going resync information of other nodes
Goldwyn Rodrigues
2015-02-23
3
-0
/
+120
|
|
*
Lock bitmap while joining the cluster
Goldwyn Rodrigues
2015-02-23
1
-0
/
+14
|
|
*
Use separate bitmaps for each nodes in the cluster
Goldwyn Rodrigues
2015-02-23
3
-10
/
+64
|
|
*
Add node recovery callbacks
Goldwyn Rodrigues
2015-02-23
6
-9
/
+64
|
|
*
Return MD_SB_CLUSTERED if mddev is clustered
Goldwyn Rodrigues
2015-02-23
1
-0
/
+3
[next]