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
...
|
*
|
|
raid5-cache: simplify state machine when caches flushes are not needed
Christoph Hellwig
2015-11-01
1
-4
/
+29
|
*
|
|
raid5-cache: factor out a helper to run all stripes for an I/O unit
Christoph Hellwig
2015-11-01
1
-10
/
+13
|
*
|
|
raid5-cache: rename flushed_ios to finished_ios
Christoph Hellwig
2015-11-01
1
-7
/
+7
|
*
|
|
raid5-cache: free I/O units earlier
Christoph Hellwig
2015-11-01
1
-89
/
+54
|
*
|
|
raid5-cache: move reclaim stop to quiesce
Shaohua Li
2015-11-01
3
-12
/
+20
|
*
|
|
md: show journal for journal disk in disk state sysfs
Shaohua Li
2015-11-01
1
-0
/
+4
|
*
|
|
skip match_mddev_units check for special roles
Song Liu
2015-11-01
1
-2
/
+12
|
*
|
|
raid5-cache: don't delay stripe captured in log
Shaohua Li
2015-11-01
1
-0
/
+5
|
*
|
|
raid5-cache: check stripe finish out of order
Shaohua Li
2015-11-01
1
-0
/
+5
|
*
|
|
md: skip resync for raid array with journal
Shaohua Li
2015-11-01
2
-0
/
+5
|
*
|
|
raid5-cache: optimize FLUSH IO with log enabled
Shaohua Li
2015-11-01
3
-2
/
+28
|
*
|
|
raid5-cache: move functionality out of __r5l_set_io_unit_state
Christoph Hellwig
2015-11-01
1
-41
/
+38
|
*
|
|
raid5-cache: fix a user-after-free bug
Shaohua Li
2015-11-01
1
-11
/
+7
|
*
|
|
raid5-cache: switching to state machine for log disk cache flush
Shaohua Li
2015-11-01
2
-52
/
+71
|
*
|
|
raid5: enable log for raid array with cache disk
Shaohua Li
2015-11-01
1
-0
/
+11
|
*
|
|
raid5: don't allow resize/reshape with cache(log) support
Shaohua Li
2015-11-01
1
-0
/
+14
|
*
|
|
raid5: disable batch with log enabled
Shaohua Li
2015-11-01
1
-0
/
+4
|
*
|
|
raid5-cache: use crc32c checksum
Shaohua Li
2015-11-01
1
-10
/
+10
|
*
|
|
raid5: log recovery
Shaohua Li
2015-10-24
1
-3
/
+240
|
*
|
|
raid5: log reclaim support
Shaohua Li
2015-10-24
3
-1
/
+267
|
*
|
|
raid5: add basic stripe log
Shaohua Li
2015-10-24
4
-1
/
+622
|
*
|
|
raid5: add a new state for stripe log handling
Shaohua Li
2015-10-24
2
-0
/
+4
|
*
|
|
raid5: export some functions
Shaohua Li
2015-10-24
2
-51
/
+57
|
*
|
|
md: override md superblock recovery_offset for journal device
Shaohua Li
2015-10-24
2
-1
/
+13
|
*
|
|
MD: add a new disk role to present write journal device
Song Liu
2015-10-24
2
-2
/
+26
|
*
|
|
MD: replace special disk roles with macros
Song Liu
2015-10-24
1
-7
/
+7
|
*
|
|
md-cluster: Call update_raid_disks() if another node --grow's raid_disks
Goldwyn Rodrigues
2015-10-24
2
-10
/
+23
|
*
|
|
md-cluster: remove mddev arg from add_resync_info()
NeilBrown
2015-10-24
1
-3
/
+3
|
*
|
|
md-cluster: don't cast void pointers when assigning them.
NeilBrown
2015-10-24
1
-2
/
+2
|
*
|
|
md-cluster: discard unused sb_mutex.
NeilBrown
2015-10-24
1
-2
/
+0
|
*
|
|
md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__
Guoqing Jiang
2015-10-24
1
-10
/
+11
|
*
|
|
md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32
NeilBrown
2015-10-16
1
-4
/
+5
|
*
|
|
Merge branch 'md-next' of git://github.com/goldwynr/linux into for-next
NeilBrown
2015-10-14
10
-214
/
+419
|
|
\
\
\
|
|
*
|
|
md: check the return value for metadata_update_start
Guoqing Jiang
2015-10-12
1
-6
/
+9
|
|
*
|
|
md-cluster: only call kick_rdev_from_array after remove disk successfully
Guoqing Jiang
2015-10-12
1
-6
/
+9
|
|
*
|
|
md-cluster: Add 'SUSE' as author for md-cluster.c
Guoqing Jiang
2015-10-12
1
-0
/
+1
|
|
*
|
|
md-cluster: zero cmsg before it was sent
Guoqing Jiang
2015-10-12
1
-3
/
+3
|
|
*
|
|
md-cluster: make sure the node do not receive it's own msg
Guoqing Jiang
2015-10-12
1
-0
/
+3
|
|
*
|
|
md-cluster: remove unnecessary setting for slot
Guoqing Jiang
2015-10-12
1
-2
/
+0
|
|
*
|
|
md-cluster: make other members of cluster_msg is handled by little endian funcs
Guoqing Jiang
2015-10-12
1
-10
/
+14
|
|
*
|
|
md-cluster: Do not printk() every received message
Goldwyn Rodrigues
2015-10-12
1
-14
/
+0
|
|
*
|
|
md-cluster: Fix adding of new disk with new reload code
Goldwyn Rodrigues
2015-10-12
3
-35
/
+58
|
|
*
|
|
md-cluster: Perform resync/recovery under a DLM lock
Goldwyn Rodrigues
2015-10-12
4
-9
/
+53
|
|
*
|
|
md-cluster: Perform a lazy update
Goldwyn Rodrigues
2015-10-12
1
-44
/
+57
|
|
*
|
|
md-cluster: Improve md_reload_sb to be less error prone
Goldwyn Rodrigues
2015-10-12
4
-26
/
+133
|
|
*
|
|
md: remove_and_add_spares() to activate specific rdev
Goldwyn Rodrigues
2015-10-12
1
-10
/
+11
|
|
*
|
|
md-cluster: Wake up suspended process
Goldwyn Rodrigues
2015-10-12
1
-2
/
+5
|
|
*
|
|
md-cluster: send BITMAP_NEEDS_SYNC when node is leaving cluster
Guoqing Jiang
2015-10-12
1
-0
/
+20
|
|
*
|
|
md-cluster: Use a small window for resync
Goldwyn Rodrigues
2015-10-12
9
-53
/
+43
|
|
*
|
|
md: Increment version for clustered bitmaps
Goldwyn Rodrigues
2015-10-12
3
-6
/
+9
[prev]
[next]