index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
raid
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2002-09-07
[PATCH] (25/25) more cleanups of struct gendisk.
Alexander Viro
1
-1
/
+0
2002-08-22
[PATCH] md: Remove per-personality 'operational' and 'write_only' flags
Neil Brown
5
-16
/
+20
2002-08-22
[PATCH] md: Remove 'alias_device' flag.
Neil Brown
1
-1
/
+0
2002-08-22
[PATCH] md: Make spare handling simple ... personalities know less
Neil Brown
3
-9
/
+1
2002-08-22
[PATCH] md: Remove used_slot field from per-personality info
Neil Brown
3
-5
/
+0
2002-08-22
[PATCH] md: Keep track of number of pending requests on each component device...
Neil Brown
2
-1
/
+5
2002-08-22
[PATCH] md: MD error handers and md_sync_acct now get rdev instead of bdev
Neil Brown
2
-3
/
+3
2002-08-22
[PATCH] md: Store rdev instead of bdev in per-personality status arrays
Neil Brown
4
-8
/
+8
2002-07-23
[PATCH] MD - Remove get_spare declaration and associated warning
Neil Brown
1
-1
/
+0
2002-07-18
[PATCH] MD - Get rid of dev in rdev and use bdev exclusively.
Neil Brown
1
-2
/
+0
2002-07-18
[PATCH] MD - Remove the sb from the mddev
Neil Brown
1
-1
/
+0
2002-07-18
[PATCH] MD - Remove dependance on superblock
Neil Brown
1
-0
/
+13
2002-07-18
[PATCH] MD - Move persistent from superblock to mddev
Neil Brown
1
-0
/
+2
2002-07-18
[PATCH] MD - Remove number and raid_disk from personality arrays
Neil Brown
3
-6
/
+0
2002-07-18
[PATCH] MD - nr_disks is gone from multipath/raid1
Neil Brown
2
-2
/
+0
2002-07-18
[PATCH] MD - Remove old_dev field.
Neil Brown
1
-1
/
+0
2002-07-18
[PATCH] MD - Don't maintain disc status in superblock.
Neil Brown
1
-3
/
+3
2002-07-18
[PATCH] MD - Add "degraded" field to md device
Neil Brown
1
-0
/
+4
2002-07-18
[PATCH] MD - Add in_sync flag to each rdev
Neil Brown
1
-0
/
+2
2002-07-18
[PATCH] MD - Add raid_disk field to rdev
Neil Brown
1
-0
/
+1
2002-07-18
[PATCH] MD - Improve handling of spares in md
Neil Brown
1
-2
/
+2
2002-07-18
[PATCH] MD - Remove concept of 'spare' drive for multipath.
Neil Brown
1
-1
/
+0
2002-07-18
[PATCH] MD - Move md_update_sb calls
Neil Brown
1
-1
/
+0
2002-07-18
[PATCH] MD - Pass the correct bdev to md_error
Neil Brown
1
-0
/
+1
2002-07-18
[PATCH] MD - Rdev list cleanups.
Neil Brown
1
-13
/
+4
2002-07-18
[PATCH] MD - Use symbolic names for multipath (-4) and linear (-1)
Neil Brown
1
-4
/
+7
2002-07-18
[PATCH] MD - Embed bio in mp_bh rather than separate allocation.
Neil Brown
1
-7
/
+3
2002-07-18
[PATCH] MD - 27 - Remove state field from multipath mp_bh structure.
Neil Brown
1
-5
/
+0
2002-07-18
[PATCH] MD - Get multipath to use mempool
Neil Brown
1
-10
/
+1
2002-07-14
[PATCH] Typo in linux_include_linux_raid_md_k.h
James Mayer
1
-1
/
+1
2002-07-04
[PATCH] raid kdev_t cleanups - part 3
Alexander Viro
1
-1
/
+0
2002-07-04
[PATCH] raid kdev_t cleanups - part 2
Alexander Viro
3
-3
/
+1
2002-07-04
[PATCH] raid ->diskop() splitup
Alexander Viro
1
-22
/
+5
2002-07-04
[PATCH] raid kdev_t cleanups (part 1)
Alexander Viro
3
-3
/
+2
2002-06-18
Merge penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/md-merge
Linus Torvalds
4
-70
/
+17
2002-06-18
[PATCH] md 22 of 22 - Generalise md sync threads
Neil Brown
4
-11
/
+6
2002-06-18
[PATCH] md 21 of 22 - Improve handling of MD super blocks
Neil Brown
1
-1
/
+1
2002-06-18
[PATCH] md 20 of 22 - Provide SMP safe locking for all_mddevs list.
Neil Brown
1
-10
/
+0
2002-06-18
[PATCH] md 18 of 22 - More mddev tidyup - remove recovery_sem and resync_sem
Neil Brown
1
-2
/
+6
2002-06-18
[PATCH] md 17 of 22 - Strengthen the locking of mddev.
Neil Brown
1
-10
/
+0
2002-06-18
[PATCH] md 12 of 22 - Remove "data" from dev_mapping and tidy up
Neil Brown
2
-20
/
+0
2002-06-18
[PATCH] md 10 of 22 - Remove nb_dev from mddev_s
Neil Brown
2
-10
/
+0
2002-06-18
[PATCH] md 8 of 22 - Discard md_make_request in favour of per-personality mak...
Neil Brown
1
-1
/
+1
2002-06-18
[PATCH] md 6 of 22 - Discard "param" from mddev structure
Neil Brown
1
-1
/
+0
2002-06-18
[PATCH] md 2 of 22 - Make device plugging work for md/raid5
Neil Brown
2
-4
/
+3
2002-06-17
[PATCH] take bio.h out of highmem.h
Andrew Morton
1
-0
/
+1
2002-06-02
[PATCH] documentation and tq_disk removals
Jens Axboe
1
-2
/
+2
2002-05-19
[PATCH] get rid of <linux/locks.h>
Christoph Hellwig
1
-1
/
+0
2002-05-17
[PATCH] Initial md/raid5 support for 2.5 (with bio)
Neil Brown
2
-19
/
+27
2002-05-17
[PATCH] Tidy up raid5 code
Neil Brown
1
-2
/
+2
[prev]
[next]