index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
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
2010-01-11
DM: Fix device mapper topology stacking
Martin K. Petersen
1
-15
/
+5
2009-12-30
md: allow a resync that is waiting for other resync to complete, to be aborted.
NeilBrown
1
-2
/
+3
2009-12-30
md: remove unnecessary code from do_md_run
NeilBrown
1
-28
/
+0
2009-12-30
md: make recovery started by do_md_run() visible via sync_action
Dan Williams
1
-0
/
+1
2009-12-30
md: fix small irregularity with start_ro module parameter
NeilBrown
1
-1
/
+1
2009-12-30
md: Fix unfortunate interaction with evms
NeilBrown
1
-1
/
+7
2009-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
18
-874
/
+2274
2009-12-15
drivers/md/md.c: use %pU to print UUIDs
Joe Perches
1
-12
/
+4
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
2
-6
/
+4
2009-12-14
md: add 'recovery_start' per-device sysfs attribute
Dan Williams
1
-1
/
+40
2009-12-14
md: rcu_read_lock() walk of mddev->disks in md_do_sync()
Dan Williams
1
-2
/
+6
2009-12-14
md: integrate spares into array at earliest opportunity.
NeilBrown
1
-7
/
+6
2009-12-14
md: move compat_ioctl handling into md.c
Arnd Bergmann
1
-0
/
+23
2009-12-14
md: revise Kconfig help for MD_MULTIPATH
NeilBrown
1
-5
/
+4
2009-12-14
md: add MODULE_DESCRIPTION for all md related modules.
NeilBrown
9
-0
/
+9
2009-12-14
raid: improve MD/raid10 handling of correctable read errors.
Robert Becker
3
-0
/
+112
2009-12-14
md/raid10: print more useful messages on device failure.
Robert Becker
1
-3
/
+29
2009-12-14
md/bitmap: update dirty flag when bitmap bits are explicitly set.
NeilBrown
1
-0
/
+6
2009-12-14
md: Support write-intent bitmaps with externally managed metadata.
NeilBrown
3
-33
/
+121
2009-12-14
md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb
NeilBrown
1
-1
/
+1
2009-12-14
md: support updating bitmap parameters via sysfs.
NeilBrown
3
-2
/
+211
2009-12-14
md: factor out parsing of fixed-point numbers
NeilBrown
2
-23
/
+44
2009-12-14
md: support bitmap offset appropriate for external-metadata arrays.
NeilBrown
2
-5
/
+15
2009-12-14
md: remove needless setting of thread->timeout in raid10_quiesce
NeilBrown
2
-7
/
+1
2009-12-14
md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.
NeilBrown
2
-8
/
+8
2009-12-14
md: move offset, daemon_sleep and chunksize out of bitmap structure
NeilBrown
6
-32
/
+40
2009-12-14
md: collect bitmap-specific fields into one structure.
NeilBrown
3
-56
/
+63
2009-12-14
md/raid1: add takeover support for raid5->raid1
NeilBrown
2
-76
/
+120
2009-12-14
md: add honouring of suspend_{lo,hi} to raid1.
NeilBrown
1
-0
/
+22
2009-12-14
md/raid5: don't complete make_request on barrier until writes are scheduled
NeilBrown
1
-12
/
+39
2009-12-14
md: support barrier requests on all personalities.
NeilBrown
7
-7
/
+126
2009-12-14
md: don't reset curr_resync_completed after an interrupted resync
NeilBrown
1
-1
/
+3
2009-12-14
md: adjust resync_min usefully when resync aborts.
NeilBrown
1
-3
/
+7
2009-12-14
md: remove sparse warning:symbol XXX was not declared.
NeilBrown
1
-19
/
+0
2009-12-14
md/raid5: remove some sparse warnings.
NeilBrown
1
-2
/
+1
2009-12-14
md/bitmap: protect against bitmap removal while being updated.
NeilBrown
4
-8
/
+22
2009-12-10
dm snapshot: use merge origin if snapshot invalid
Mikulas Patocka
1
-5
/
+4
2009-12-10
dm snapshot: report merge failure in status
Mike Snitzer
1
-2
/
+28
2009-12-10
dm snapshot: merge consecutive chunks together
Mike Snitzer
1
-10
/
+21
2009-12-10
dm snapshot: trigger exceptions in remaining snapshots during merge
Mikulas Patocka
1
-0
/
+83
2009-12-10
dm snapshot: delay merging a chunk until writes to it complete
Mikulas Patocka
1
-1
/
+5
2009-12-10
dm snapshot: queue writes to chunks being merged
Mikulas Patocka
1
-13
/
+78
2009-12-10
dm snapshot: add merging
Mikulas Patocka
2
-6
/
+244
2009-12-10
dm snapshot: permit only one merge at once
Mikulas Patocka
1
-6
/
+27
2009-12-10
dm snapshot: support barriers in snapshot merge target
Mike Snitzer
1
-3
/
+18
2009-12-10
dm snapshot: avoid allocating exceptions in merge
Mikulas Patocka
1
-1
/
+56
2009-12-10
dm snapshot: rework writing to origin
Mikulas Patocka
1
-106
/
+49
2009-12-10
dm snapshot: add merge target
Mikulas Patocka
1
-12
/
+41
2009-12-10
dm exception store: add merge specific methods
Mikulas Patocka
2
-2
/
+129
2009-12-10
dm snapshot: create function for chunk_is_tracked wait
Mike Snitzer
1
-6
/
+12
[next]