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
*
[PATCH] Unlock md devices when stopping them on reboot.
Neil Brown
2006-05-26
1
-1
/
+3
*
[PATCH] md: fix possible oops when starting a raid0 array
NeilBrown
2006-05-23
1
-2
/
+3
*
[PATCH] md: Fix inverted test for 'repair' directive.
NeilBrown
2006-05-21
1
-1
/
+1
*
[PATCH] md: Fix 'rdev->nr_pending' count when retrying barrier requests
NeilBrown
2006-05-01
1
-5
/
+4
*
[PATCH] md: Improve detection of lack of barrier support in raid1
NeilBrown
2006-05-01
1
-5
/
+11
*
[PATCH] md: Change ENOTSUPP to EOPNOTSUPP
NeilBrown
2006-05-01
1
-2
/
+2
*
[PATCH] md: Fixed refcounting/locking when attempting read error correction i...
NeilBrown
2006-05-01
1
-14
/
+30
*
[PATCH] md: Avoid oops when attempting to fix read errors on raid10
NeilBrown
2006-05-01
1
-1
/
+1
*
[PATCH] md: locking fix
Ingo Molnar
2006-04-20
1
-12
/
+12
*
[PATCH] sysfs: Allow sysfs attribute files to be pollable
NeilBrown
2006-04-14
1
-0
/
+1
*
[PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit aligned
NeilBrown
2006-04-11
1
-5
/
+6
*
BUG_ON() Conversion in md/raid10.c
Eric Sesterhenn
2006-04-02
1
-4
/
+2
*
BUG_ON() Conversion in md/raid6main.c
Eric Sesterhenn
2006-04-02
1
-19
/
+10
*
BUG_ON() Conversion in md/raid5.c
Eric Sesterhenn
2006-04-02
1
-22
/
+12
*
BUG_ON() Conversion in md/raid1.c
Eric Sesterhenn
2006-04-01
1
-4
/
+2
*
BUG_ON() Conversion in md/dm-target.c
Eric Sesterhenn
2006-04-01
1
-2
/
+1
*
[PATCH] md: Raid-6 did not create sysfs entries for stripe cache
NeilBrown
2006-03-31
1
-0
/
+2
*
[PATCH] md: Remove some code that can sleep from under a spinlock
NeilBrown
2006-03-31
1
-5
/
+3
*
[PATCH] md: Don't clear bits in bitmap when writing to one device fails durin...
NeilBrown
2006-03-31
1
-1
/
+12
*
[PATCH] md: Convert reconfig_sem to reconfig_mutex
NeilBrown
2006-03-27
1
-7
/
+7
*
[PATCH] sem2mutex: drivers/md
Arjan van de Ven
2006-03-27
4
-24
/
+28
*
[PATCH] md: Restore 'remaining' count when retrying an write operation
NeilBrown
2006-03-27
1
-0
/
+3
*
[PATCH] md: Fix md grow/size code to correctly find the maximum available space
NeilBrown
2006-03-27
1
-1
/
+1
*
[PATCH] md: Remove bi_end_io call out from under a spinlock
NeilBrown
2006-03-27
1
-2
/
+4
*
[PATCH] md: Remove some stray semi-colons after functions called in macro..
NeilBrown
2006-03-27
1
-2
/
+2
*
[PATCH] md: Improve comments about locking situation in raid5 make_request
NeilBrown
2006-03-27
1
-1
/
+14
*
[PATCH] md: Support suspending of IO to regions of an md array
NeilBrown
2006-03-27
2
-0
/
+73
*
[PATCH] md: Make 'reshape' a possible sync_action action
NeilBrown
2006-03-27
1
-1
/
+8
*
[PATCH] md: Split reshape handler in check_reshape and start_reshape
NeilBrown
2006-03-27
3
-33
/
+56
*
[PATCH] md: Only checkpoint expansion progress occasionally
NeilBrown
2006-03-27
1
-11
/
+42
*
[PATCH] md: Checkpoint and allow restart of raid5 reshape
NeilBrown
2006-03-27
3
-23
/
+191
*
[PATCH] md: Final stages of raid5 expand code
NeilBrown
2006-03-27
3
-3
/
+152
*
[PATCH] md: Core of raid5 resize process
NeilBrown
2006-03-27
2
-25
/
+174
*
[PATCH] md: Infrastructure to allow normal IO to continue while array is expa...
NeilBrown
2006-03-27
1
-30
/
+58
*
[PATCH] md: Allow stripes to be expanded in preparation for expanding an array
NeilBrown
2006-03-27
3
-7
/
+130
*
[PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...
NeilBrown
2006-03-27
2
-6
/
+14
*
[PATCH] md: Update status_resync to handle LARGE devices
NeilBrown
2006-03-27
1
-6
/
+24
*
[PATCH] md: Fix the 'failed' count for version-0 superblocks
NeilBrown
2006-03-27
1
-3
/
+2
*
[PATCH] md: Add '4' to the list of levels for which bitmaps are supported
NeilBrown
2006-03-27
1
-1
/
+2
*
[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.
NeilBrown
2006-03-27
1
-0
/
+1
*
[PATCH] dm: remove unnecessary typecast
Kevin Corry
2006-03-27
1
-1
/
+1
*
[PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_disk
Jun'ichi Nomura
2006-03-27
1
-10
/
+10
*
[PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_disk
Jun'ichi Nomura
2006-03-27
1
-0
/
+2
*
[PATCH] dm store geometry
Darrick J. Wong
2006-03-27
3
-1
/
+104
*
[PATCH] dm table: store md
Mike Anderson
2006-03-27
4
-16
/
+39
*
[PATCH] dm: tidy mdptr
Alasdair G Kergon
2006-03-27
3
-12
/
+16
*
[PATCH] dm: store md name
Mike Anderson
2006-03-27
1
-0
/
+2
*
[PATCH] dm flush queue EINTR
Jun'ichi Nomura
2006-03-27
1
-1
/
+4
*
[PATCH] dm snapshot: fix kcopyd destructor
Alasdair G Kergon
2006-03-27
2
-2
/
+21
*
[PATCH] dm: make sure QUEUE_FLAG_CLUSTER is set properly
NeilBrown
2006-03-27
1
-0
/
+9
[next]