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
2011-02-24
md: Fix - again - partition detection when array becomes active
NeilBrown
2
-1
/
+23
2011-02-21
md: avoid spinlock problem in blk_throtl_exit
NeilBrown
6
-9
/
+8
2011-02-16
md: correctly handle probe of an 'mdp' device.
NeilBrown
1
-0
/
+3
2011-02-16
md: don't set_capacity before array is active.
NeilBrown
1
-3
/
+3
2011-02-14
md: Fix raid1->raid0 takeover
Krzysztof Wojcik
1
-0
/
+1
2011-02-08
FIX: md: process hangs at wait_barrier after 0->10 takeover
Krzysztof Wojcik
1
-2
/
+4
2011-02-08
md_make_request: don't touch the bio after calling make_request
Chris Mason
1
-2
/
+7
2011-02-02
md: Don't allow slot_store while resync/recovery is happening.
NeilBrown
1
-0
/
+3
2011-01-31
md: don't clear curr_resync_completed at end of resync.
NeilBrown
1
-3
/
+0
2011-01-31
md: Don't use remove_and_add_spares to remove failed devices from a read-only...
NeilBrown
1
-2
/
+15
2011-01-31
Add raid1->raid0 takeover support
Krzysztof Wojcik
1
-0
/
+40
2011-01-31
md: Remove the AllReserved flag for component devices.
NeilBrown
2
-10
/
+5
2011-01-31
md: don't abort checking spares as soon as one cannot be added.
NeilBrown
1
-2
/
+1
2011-01-31
md: fix the test for finding spares in raid5_start_reshape.
NeilBrown
1
-2
/
+2
2011-01-31
md: simplify some 'if' conditionals in raid5_start_reshape.
NeilBrown
1
-27
/
+28
2011-01-31
md: revert change to raid_disks on failure.
NeilBrown
1
-0
/
+2
2011-01-14
block: restore multiple bd_link_disk_holder() support
Tejun Heo
2
-0
/
+2
2011-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
17
-292
/
+1581
2011-01-13
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
6
-116
/
+172
2011-01-14
md: Fix removal of extra drives when converting RAID6 to RAID5
NeilBrown
1
-1
/
+1
2011-01-14
md: range check slot number when manually adding a spare.
NeilBrown
1
-1
/
+6
2011-01-14
md/raid5: handle manually-added spares in start_reshape.
NeilBrown
1
-2
/
+7
2011-01-14
md: fix sync_completed reporting for very large drives (>2TB)
Rémi Rérolle
1
-2
/
+2
2011-01-14
md: allow suspend_lo and suspend_hi to decrease as well as increase.
NeilBrown
1
-12
/
+21
2011-01-14
md: Don't let implementation detail of curr_resync leak out through sysfs.
NeilBrown
3
-6
/
+5
2011-01-14
md: separate meta and data devs
Jonathan Brassow
3
-5
/
+17
2011-01-14
md-new-param-to_sync_page_io
Jonathan Brassow
5
-29
/
+28
2011-01-14
md-new-param-to-calc_dev_sboffset
Jonathan Brassow
1
-6
/
+6
2011-01-14
md: Be more careful about clearing flags bit in ->recovery
NeilBrown
1
-37
/
+49
2011-01-14
md: md_stop_writes requires mddev_lock.
NeilBrown
1
-3
/
+10
2011-01-14
md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer
Jonathan Brassow
1
-1
/
+1
2011-01-14
md: Ensure no IO request to get md device before it is properly initialised.
NeilBrown
2
-3
/
+8
2011-01-14
md: Fix single printks with multiple KERN_<level>s
Joe Perches
3
-5
/
+6
2011-01-14
md: fix regression resulting in delays in clearing bits in a bitmap
NeilBrown
1
-1
/
+2
2011-01-13
dm: raid456 basic support
NeilBrown
3
-0
/
+722
2011-01-13
dm: per target unplug callback support
NeilBrown
1
-0
/
+5
2011-01-13
dm: introduce target callbacks and congestion callback
NeilBrown
1
-0
/
+14
2011-01-13
dm mpath: delay activate_path retry on SCSI_DH_RETRY
Chandra Seetharaman
1
-10
/
+38
2011-01-13
dm: remove superfluous irq disablement in dm_request_fn
Kiyoshi Ueda
1
-2
/
+4
2011-01-13
dm log: use PTR_ERR value instead of ENOMEM
Dan Carpenter
1
-1
/
+1
2011-01-13
dm snapshot: avoid storing private suspended state
Mike Snitzer
1
-20
/
+4
2011-01-13
dm snapshot: persistent make metadata_wq multithreaded
Tejun Heo
1
-2
/
+2
2011-01-13
dm: use non reentrant workqueues if equivalent
Tejun Heo
3
-4
/
+7
2011-01-13
dm: convert workqueues to alloc_ordered
Tejun Heo
6
-7
/
+8
2011-01-13
dm stripe: switch from local workqueue to system_wq
Tejun Heo
1
-20
/
+7
2011-01-13
dm: dont use flush_scheduled_work
Tejun Heo
2
-2
/
+2
2011-01-13
dm snapshot: remove unused dm_snapshot queued_bios_work
Tejun Heo
1
-38
/
+0
2011-01-13
dm ioctl: suppress needless warning messages
Milan Broz
1
-4
/
+4
2011-01-13
dm crypt: add loop aes iv generator
Milan Broz
1
-1
/
+192
2011-01-13
dm crypt: add multi key capability
Milan Broz
1
-21
/
+64
[next]