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
*
d_path: Make seq_path() use a struct path argument
Jan Blunck
2008-02-14
1
-2
/
+1
*
md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...
NeilBrown
2008-02-06
1
-4
/
+4
*
md: change ITERATE_RDEV to rdev_for_each
NeilBrown
2008-02-06
1
-32
/
+32
*
md: change INTERATE_MDDEV to for_each_mddev
NeilBrown
2008-02-06
1
-6
/
+6
*
md: change a few 'int' to 'size_t' in md
NeilBrown
2008-02-06
1
-3
/
+3
*
md: fix use-after-free bug when dropping an rdev from an md array
NeilBrown
2008-02-06
1
-3
/
+5
*
md: allow an md array to appear with 0 drives if it has external metadata
NeilBrown
2008-02-06
1
-3
/
+4
*
md: lock address when changing attributes of component devices
NeilBrown
2008-02-06
1
-1
/
+7
*
md: allow devices to be shared between md arrays
NeilBrown
2008-02-06
1
-10
/
+78
*
md: set and test the ->persistent flag for md devices more consistently
NeilBrown
2008-02-06
1
-3
/
+6
*
md: allow a maximum extent to be set for resyncing
NeilBrown
2008-02-06
1
-10
/
+65
*
md: give userspace control over removing failed devices when external metdata...
NeilBrown
2008-02-06
1
-9
/
+34
*
md: support 'external' metadata for md arrays
NeilBrown
2008-02-06
1
-19
/
+58
*
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
2008-01-24
1
-1
/
+1
*
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
2008-01-24
1
-1
/
+1
*
Kobject: rename kobject_add_ng() to kobject_add()
Greg Kroah-Hartman
2008-01-24
1
-1
/
+1
*
Kobject: convert drivers/md/md.c to use kobject_init/add_ng()
Greg Kroah-Hartman
2008-01-24
1
-9
/
+4
*
Driver core: convert block from raw kobjects to core devices
Kay Sievers
2008-01-24
1
-4
/
+4
*
Kobject: change drivers/md/md.c to use kobject_init_and_add
Greg Kroah-Hartman
2008-01-24
1
-4
/
+6
*
Add UNPLUG traces to all appropriate places
Alan D. Brunelle
2007-11-09
1
-2
/
+2
*
Use helpers to obtain task pid in printks
Pavel Emelyanov
2007-10-19
1
-1
/
+1
*
md: expose the degraded status of an assembled array through sysfs
Iustin Pop
2007-10-17
1
-0
/
+7
*
md: 'sync_action' in sysfs returns wrong value for readonly arrays
NeilBrown
2007-10-17
1
-1
/
+1
*
md: software Raid autodetect dev list not array
Michael J. Evans
2007-10-17
1
-9
/
+33
*
block: convert blkdev_issue_flush() to use empty barriers
Jens Axboe
2007-10-16
1
-1
/
+0
*
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
2007-10-12
1
-2
/
+1
*
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-10-10
1
-17
/
+8
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
1
-1
/
+1
*
md: change bitmap_unplug and others to void functions
NeilBrown
2007-07-17
1
-2
/
+1
*
md: check that internal bitmap does not overlap other data
NeilBrown
2007-07-17
1
-1
/
+21
*
md: improve the is_mddev_idle test fix
NeilBrown
2007-07-17
1
-13
/
+22
*
md: improve message about invalid superblock during autodetect
NeilBrown
2007-07-17
1
-4
/
+6
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-1
/
+0
*
xor: make 'xor_blocks' a library routine for use with async_tx
Dan Williams
2007-07-13
1
-1
/
+1
*
md: fix bug with linear hot-add and elsewhere
NeilBrown
2007-05-23
1
-6
/
+14
*
md: improve the is_mddev_idle test
NeilBrown
2007-05-11
1
-1
/
+1
*
Revert "md: improve partition detection in md array"
Linus Torvalds
2007-05-09
1
-8
/
+18
*
md: improve partition detection in md array
NeilBrown
2007-05-09
1
-18
/
+8
*
md: allow reshape_position for md arrays to be set via sysfs
NeilBrown
2007-05-09
1
-7
/
+63
*
md: stop using csum_partial for checksum calculation in md
NeilBrown
2007-05-09
1
-2
/
+29
*
md: move test for whether level supports bitmap to correct place
NeilBrown
2007-05-09
1
-16
/
+26
*
md: cleanup: use seq_release_private() where appropriate
Martin Peschke
2007-05-09
1
-10
/
+1
*
drivers/md.c: Use ARRAY_SIZE macro when appropriate
Ahmed S. Darwish
2007-05-09
1
-3
/
+3
*
mm: remove destroy_dirty_buffers from invalidate_bdev()
Peter Zijlstra
2007-05-07
1
-1
/
+1
*
[PATCH] md: avoid a deadlock when removing a device from an md array via sysfs
NeilBrown
2007-04-04
1
-1
/
+15
*
[PATCH] md: convert compile time warnings into runtime warnings
NeilBrown
2007-03-27
1
-10
/
+31
*
[PATCH] md: clear the congested_fn when stopping a raid5
NeilBrown
2007-03-27
1
-0
/
+1
*
[PATCH] md: restart a (raid5) reshape that has been aborted due to a read/wri...
NeilBrown
2007-03-01
1
-29
/
+45
*
[PATCH] md: clean out unplug and other queue function on md shutdown
NeilBrown
2007-03-01
1
-0
/
+3
*
[PATCH] md: move warning about creating a raid array on partitions of the one...
NeilBrown
2007-03-01
1
-26
/
+37
[next]