index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
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
*
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
2015-11-07
1
-3
/
+5
*
Merge tag 'md/4.4' of git://neil.brown.name/md
Linus Torvalds
2015-11-04
1
-130
/
+365
|
\
|
*
MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW
Song Liu
2015-11-01
1
-2
/
+25
|
*
MD: set journal disk ->raid_disk
Shaohua Li
2015-11-01
1
-5
/
+22
|
*
MD: kick out journal disk if it's not fresh
Song Liu
2015-11-01
1
-1
/
+2
|
*
MD: add new bit to indicate raid array with journal
Song Liu
2015-11-01
1
-3
/
+7
|
*
MD: fix info output for journal disk
Shaohua Li
2015-11-01
1
-5
/
+4
|
*
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
|
*
md: skip resync for raid array with journal
Shaohua Li
2015-11-01
1
-0
/
+4
|
*
md: override md superblock recovery_offset for journal device
Shaohua Li
2015-10-24
1
-0
/
+6
|
*
MD: add a new disk role to present write journal device
Song Liu
2015-10-24
1
-2
/
+21
|
*
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
1
-7
/
+18
|
*
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: Fix adding of new disk with new reload code
Goldwyn Rodrigues
2015-10-12
1
-22
/
+30
|
*
md-cluster: Perform resync/recovery under a DLM lock
Goldwyn Rodrigues
2015-10-12
1
-4
/
+25
|
*
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
1
-14
/
+107
|
*
md: remove_and_add_spares() to activate specific rdev
Goldwyn Rodrigues
2015-10-12
1
-10
/
+11
|
*
md-cluster: Use a small window for resync
Goldwyn Rodrigues
2015-10-12
1
-8
/
+0
|
*
md: Increment version for clustered bitmaps
Goldwyn Rodrigues
2015-10-12
1
-0
/
+3
*
|
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-04
1
-7
/
+4
|
\
\
|
*
|
md: suspend i/o during runtime blk_integrity_unregister
Dan Williams
2015-10-21
1
-0
/
+1
|
*
|
md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown
Dan Williams
2015-10-21
1
-1
/
+0
|
*
|
block: Inline blk_integrity in struct gendisk
Martin K. Petersen
2015-10-21
1
-6
/
+3
|
|
/
*
|
Revert "md: allow a partially recovered device to be hot-added to an array."
NeilBrown
2015-10-31
1
-2
/
+1
|
/
*
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
|
\
\
|
|
/
|
/
|
[next]