index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md: clear CHANGE_PENDING in readonly array
Shaohua Li
2015-10-02
1
-0
/
+1
*
md: wait for pending superblock updates before switching to read-only
NeilBrown
2015-10-02
1
-0
/
+4
*
Merge linux-block/for-4.3/core into md/for-linux
NeilBrown
2015-09-05
1
-35
/
+11
|
\
|
*
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
1
-35
/
+11
|
|
\
|
|
*
block: kill merge_bvec_fn() completely
Kent Overstreet
2015-08-13
1
-26
/
+0
|
|
*
block: make generic_make_request handle arbitrarily sized bios
Kent Overstreet
2015-08-13
1
-0
/
+2
|
|
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-9
/
+9
*
|
|
md/raid1: ensure device failure recorded before write request returns.
NeilBrown
2015-08-31
1
-0
/
+1
*
|
|
md: extend spinlock protection in register_md_cluster_operations
NeilBrown
2015-08-31
1
-6
/
+10
*
|
|
md-cluster: transfer the resync ownership to another node
Guoqing Jiang
2015-08-31
1
-3
/
+3
*
|
|
md: setup safemode_timer before it's being used
Sasha Levin
2015-08-31
1
-5
/
+4
*
|
|
md: sync sync_completed has correct value as recovery finishes.
NeilBrown
2015-08-31
1
-0
/
+9
*
|
|
md: be careful when testing resync_max against curr_resync_completed.
NeilBrown
2015-08-31
1
-1
/
+2
*
|
|
md: set MD_RECOVERY_RECOVER when starting a degraded array.
NeilBrown
2015-08-31
1
-0
/
+6
*
|
|
md: close some races between setting and checking sync_action.
NeilBrown
2015-08-31
1
-0
/
+2
*
|
|
md: Keep /proc/mdstat reporting recovery until fully DONE.
NeilBrown
2015-08-31
1
-14
/
+24
*
|
|
md: simplify get_bitmap_file now that "file" is zeroed.
Benjamin Randazzo
2015-08-03
1
-10
/
+10
|
/
/
*
|
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
2015-08-03
1
-1
/
+1
*
|
Merge tag 'md/4.2-fixes' of git://neil.brown.name/md
Linus Torvalds
2015-07-25
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
md: Return error if request_module fails and returns positive value
Goldwyn Rodrigues
2015-07-24
1
-1
/
+1
|
*
md: flush ->event_work before stopping array.
NeilBrown
2015-07-22
1
-0
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-07-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
vfs: add file_path() helper
Miklos Szeredi
2015-06-23
1
-1
/
+1
*
|
Merge tag 'md/4.2' of git://neil.brown.name/md
Linus Torvalds
2015-06-29
1
-70
/
+97
|
\
\
|
*
|
md: clear Blocked flag on failed devices when array is read-only.
Neil Brown
2015-06-25
1
-0
/
+9
|
*
|
md: unlock mddev_lock on an error path.
NeilBrown
2015-06-25
1
-1
/
+3
|
*
|
md: clear mddev->private when it has been freed.
NeilBrown
2015-06-25
1
-0
/
+3
|
*
|
md: fix a build warning
Firo Yang
2015-06-17
1
-1
/
+1
|
*
|
md: convert to kstrto*()
Alexey Dobriyan
2015-06-17
1
-68
/
+81
*
|
|
drivers/md/md.c: use strreplace()
Rasmus Villemoes
2015-06-25
1
-3
/
+1
|
/
/
*
|
md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync
NeilBrown
2015-06-12
1
-0
/
+1
*
|
md: Close race when setting 'action' to 'idle'.
NeilBrown
2015-06-12
1
-5
/
+6
*
|
md: don't return 0 from array_state_store
NeilBrown
2015-06-12
1
-1
/
+1
*
|
Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md
Linus Torvalds
2015-05-29
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
md: fix race when unfreezing sync_action
NeilBrown
2015-05-28
1
-6
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-05-08
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
block: destroy bdi before blockdev is unregistered.
NeilBrown
2015-04-27
1
-2
/
+2
*
|
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
1
-3
/
+2
*
|
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
1
-53
/
+300
|
\
\
|
|
/
|
/
|
|
*
md-cluster: re-add capabilities
Goldwyn Rodrigues
2015-04-22
1
-2
/
+11
|
*
md: re-add a failed disk
Goldwyn Rodrigues
2015-04-22
1
-20
/
+37
|
*
md-cluster: remove capabilities
Goldwyn Rodrigues
2015-04-22
1
-1
/
+6
|
*
md: Export and rename find_rdev_nr_rcu
Goldwyn Rodrigues
2015-04-22
1
-4
/
+5
|
*
md: Export and rename kick_rdev_from_array
Goldwyn Rodrigues
2015-04-22
1
-8
/
+9
|
*
md: Fix stray --cluster-confirm crash
Goldwyn Rodrigues
2015-03-21
1
-2
/
+6
|
*
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
1
-3
/
+49
|
*
Suspend writes in RAID1 if within range
Goldwyn Rodrigues
2015-02-23
1
-0
/
+1
[next]