index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-28
[PATCH] md: fix --re-add for raid1 and raid6
NeilBrown
2
-6
/
+12
2005-11-28
[PATCH] md: set default_bitmap_offset properly in set_array_info
NeilBrown
1
-1
/
+3
2005-11-28
[PATCH] md: fix problem with raid6 intent bitmap
NeilBrown
1
-2
/
+13
2005-11-28
[PATCH] md: fix locking problem in r5/r6
NeilBrown
2
-0
/
+4
2005-11-28
[PATCH] md: improve read speed to raid10 arrays using 'far copies'
NeilBrown
1
-1
/
+5
2005-11-22
[PATCH] device-mapper raid1: drop mark_region spinlock fix
Jonathan E Brassow
1
-11
/
+9
2005-11-22
[PATCH] device-mapper snapshot: bio_list fix
jblunck@suse.de
1
-0
/
+3
2005-11-22
[PATCH] device-mapper dm-mpath: endio spinlock fix
Stefan Bader
1
-6
/
+7
2005-11-22
[PATCH] device-mapper: mirror log bitset fix
Alasdair G Kergon
1
-2
/
+2
2005-11-22
[PATCH] device-mapper: list_versions fix
Alasdair G Kergon
1
-1
/
+1
2005-11-22
[PATCH] device-mapper dm-ioctl: missing put in table load error case
Kiyoshi Ueda
1
-0
/
+1
2005-11-18
[PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap...
NeilBrown
1
-4
/
+13
2005-11-18
[PATCH] md: don't pass a NULL file* into ->prepare_write()
Neil Brown
1
-2
/
+2
2005-11-15
[PATCH] md: make md threads interruptible again
NeilBrown
1
-4
/
+13
2005-11-15
[PATCH] md: mark START_ARRAY deprecated with a date
NeilBrown
1
-1
/
+1
2005-11-09
[PATCH] md: document sysfs usage of md, and make a couple of small refinements
NeilBrown
1
-1
/
+3
2005-11-09
[PATCH] md: improve 'scan_mode' and rename it to 'sync_action'
NeilBrown
1
-19
/
+28
2005-11-09
[PATCH] md: complete conversion of md to use kthreads
NeilBrown
1
-23
/
+10
2005-11-09
[PATCH] md: ignore auto-readonly flag for arrays where it isn't meaningful
NeilBrown
1
-0
/
+3
2005-11-09
[PATCH] md: only try to print recovery/resync status for personalities that s...
NeilBrown
1
-7
/
+9
2005-11-09
[PATCH] md: split off some md attributes in sysfs to a separate group
NeilBrown
1
-0
/
+14
2005-11-09
[PATCH] md: fix some locking and module refcounting issues with md's use of s...
NeilBrown
2
-46
/
+46
2005-11-09
[PATCH] md: make sure a user-request sync of raid5 ignores intent bitmap
NeilBrown
1
-0
/
+1
2005-11-09
[PATCH] md: make manual repair work for raid1
NeilBrown
1
-4
/
+6
2005-11-09
[PATCH] md: make sure /block link in /sys/.../md/ goes to correct devices
NeilBrown
1
-1
/
+6
2005-11-09
[PATCH] md: allow md arrays to be started read-only (module parameter).
NeilBrown
1
-8
/
+51
2005-11-09
[PATCH] md: Remove attempt to use dynamic names in sysfs for component device...
NeilBrown
1
-34
/
+6
2005-11-09
[PATCH] md: support BIO_RW_BARRIER for md/raid1
NeilBrown
3
-61
/
+177
2005-11-09
[PATCH] md: make md on-disk bitmaps not host-endian
NeilBrown
2
-5
/
+19
2005-11-09
[PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' field
NeilBrown
7
-140
/
+142
2005-11-09
[PATCH] md: improvements to raid5 handling of read errors
NeilBrown
2
-8
/
+18
2005-11-09
[PATCH] md: change raid5 sysfs attribute to not create a new directory
NeilBrown
2
-63
/
+15
2005-11-09
[PATCH] md: minor MD fixes
NeilBrown
1
-7
/
+7
2005-11-09
[PATCH] md: fix ref-counting problems with kobjects in md
NeilBrown
2
-3
/
+7
2005-11-09
[PATCH] md: provide proper rcu_dereference / rcu_assign_pointer annotations i...
Suzanne Wood
5
-36
/
+38
2005-11-09
[PATCH] md: teach raid5 the difference between 'check' and 'repair'.
NeilBrown
2
-2
/
+21
2005-11-09
[PATCH] md: allow a manual resync with md
NeilBrown
1
-9
/
+68
2005-11-09
[PATCH] md: add kobject/sysfs support to raid5
NeilBrown
1
-32
/
+151
2005-11-09
[PATCH] md: extend md sysfs support to component devices.
NeilBrown
1
-8
/
+160
2005-11-09
[PATCH] md: initial sysfs support for md
NeilBrown
1
-1
/
+85
2005-11-09
[PATCH] md: better handling of readerrors with raid5.
NeilBrown
1
-5
/
+56
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-11-07
[PATCH] drivers/md: fix-up schedule_timeout() usage
Nishanth Aravamudan
2
-4
/
+2
2005-11-01
[BLOCK] Unify the seperate read/write io stat fields into arrays
Jens Axboe
8
-54
/
+26
2005-10-30
[PATCH] Use sg_set_buf/sg_init_one where applicable
David Hardeman
1
-8
/
+4
2005-10-28
[PATCH] gfp_t: remaining bits of drivers/*
Al Viro
2
-2
/
+2
2005-10-26
[PATCH] md: make sure mdthreads will always respond to kthread_stop
NeilBrown
1
-4
/
+6
2005-10-19
[PATCH] Three one-liners in md.c
NeilBrown
1
-1
/
+3
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
6
-8
/
+8
2005-09-28
[PATCH] device-mapper: Fix queue_if_no_path initialisation
Alasdair G Kergon
1
-6
/
+10
[next]