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
2010-08-10
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
21
-2012
/
+644
2010-08-10
Merge git://git.infradead.org/users/dwmw2/libraid-2.6 into for-linus
NeilBrown
14
-1605
/
+1
2010-08-09
Merge branch 'async' of macbook:git/btrfs-unstable
David Woodhouse
14
-1605
/
+1
2010-08-08
md: clean up do_md_stop
NeilBrown
1
-16
/
+9
2010-08-08
md: fix another deadlock with removing sysfs attributes.
NeilBrown
2
-14
/
+21
2010-08-08
md: move revalidate_disk() back outside open_mutex
Dan Williams
1
-2
/
+4
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
2
-0
/
+13
2010-08-07
block: remove q->prepare_flush_fn completely
FUJITA Tomonori
1
-1
/
+1
2010-08-07
dm: stop using q->prepare_flush_fn
FUJITA Tomonori
1
-14
/
+2
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
13
-48
/
+46
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-5
/
+5
2010-08-07
md/raid10: fix deadlock with unaligned read during resync
NeilBrown
1
-0
/
+18
2010-07-26
md/bitmap: separate out loading a bitmap from initialising the structures.
NeilBrown
3
-23
/
+60
2010-07-26
md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log.
NeilBrown
3
-39
/
+99
2010-07-26
md/bitmap: optimise scanning of empty bitmaps.
NeilBrown
1
-10
/
+13
2010-07-26
md/bitmap: clean up plugging calls.
NeilBrown
3
-3
/
+3
2010-07-26
md/bitmap: reduce dependence on sysfs.
NeilBrown
1
-3
/
+4
2010-07-26
md/bitmap: white space clean up and similar.
NeilBrown
2
-167
/
+136
2010-07-26
md/raid5: export raid5 unplugging interface.
NeilBrown
2
-19
/
+19
2010-07-26
md/plug: optionally use plugger to unplug an array during resync/recovery.
NeilBrown
3
-3
/
+15
2010-07-26
md/raid5: add simple plugging infrastructure.
NeilBrown
4
-14
/
+93
2010-07-26
md/raid5: export is_congested test
NeilBrown
2
-7
/
+17
2010-07-26
raid5: Don't set read-ahead when there is no queue
NeilBrown
1
-15
/
+17
2010-07-26
md: add support for raising dm events.
NeilBrown
2
-0
/
+3
2010-07-26
md: export various start/stop interfaces
NeilBrown
2
-8
/
+20
2010-07-26
md: split out md_rdev_init
NeilBrown
2
-15
/
+20
2010-07-26
md: be more careful setting MD_CHANGE_CLEAN
NeilBrown
2
-2
/
+4
2010-07-26
md/raid5: ensure we create a unique name for kmem_cache when mddev has no gen...
NeilBrown
2
-5
/
+9
2010-07-21
md/raid5: factor out code for changing size of stripe cache.
NeilBrown
2
-13
/
+27
2010-07-21
md: reduce dependence on sysfs.
NeilBrown
3
-59
/
+62
2010-06-24
md/raid5: don't include 'spare' drives when reshaping to fewer devices.
NeilBrown
1
-2
/
+7
2010-06-24
md/raid5: add a missing 'continue' in a loop.
NeilBrown
1
-1
/
+3
2010-06-24
md/raid5: Allow recovered part of partially recovered devices to be in-sync
NeilBrown
1
-12
/
+30
2010-06-24
md/raid5: More careful check for "has array failed".
NeilBrown
1
-4
/
+71
2010-06-24
md: Don't update ->recovery_offset when reshaping an array to fewer devices.
NeilBrown
2
-0
/
+3
2010-06-24
md/raid5: avoid oops when number of devices is reduced then increased.
NeilBrown
1
-9
/
+10
2010-06-24
md: enable raid4->raid0 takeover
Maciej Trela
1
-2
/
+6
2010-06-24
md: clear layout after ->raid0 takeover
Maciej Trela
1
-0
/
+2
2010-06-24
md: fix raid10 takeover: use new_layout for setup_conf
Maciej Trela
1
-8
/
+7
2010-06-24
md: fix handling of array level takeover that re-arranges devices.
NeilBrown
6
-35
/
+41
2010-06-24
md: raid10: Fix null pointer dereference in fix_read_error()
Prasanna S. Panchamukhi
1
-6
/
+6
2010-06-24
Restore partition detection of newly created md arrays.
NeilBrown
1
-0
/
+1
2010-05-27
md: convert cpu notifier to return encapsulate errno value
Akinobu Mita
1
-1
/
+1
2010-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2010-05-22
Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linus
NeilBrown
16
-38
/
+47
2010-05-21
sanitize vfs_fsync calling conventions
Christoph Hellwig
1
-1
/
+1
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
2
-5
/
+5
2010-05-18
md: don't insist on valid event count for spare devices.
NeilBrown
1
-6
/
+13
2010-05-18
md: simplify updating of event count to sometimes avoid updating spares.
NeilBrown
2
-20
/
+12
2010-05-18
md/raid6: Fix raid-6 read-error correction in degraded state
Gabriele A. Trombetti
1
-1
/
+1
[next]