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
2009-04-20
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
4
-25
/
+51
2009-04-20
md: support bitmaps on RAID10 arrays larger then 2 terabytes
NeilBrown
1
-3
/
+3
2009-04-17
md: update sync_completed and reshape_position even more often.
NeilBrown
2
-2
/
+4
2009-04-15
block: move bio list helpers into bio.h
Christoph Hellwig
9
-126
/
+0
2009-04-14
md: improve usefulness and accuracy of sysfs file md/sync_completed.
NeilBrown
3
-12
/
+27
2009-04-14
md: allow setting newly added device to 'in_sync' via sysfs.
NeilBrown
1
-1
/
+5
2009-04-14
md: tiny md.h cleanups
Christoph Hellwig
1
-8
/
+13
2009-04-09
dm kcopyd: fix callback race
Mikulas Patocka
1
-6
/
+11
2009-04-09
dm kcopyd: prepare for callback race fix
Mikulas Patocka
1
-2
/
+4
2009-04-09
dm: implement basic barrier support
Mikulas Patocka
1
-20
/
+68
2009-04-09
dm: remove dm_request loop
Mikulas Patocka
1
-15
/
+7
2009-04-09
dm: rework queueing and suspension
Mikulas Patocka
1
-8
/
+32
2009-04-09
dm: simplify dm_request loop
Alasdair G Kergon
1
-11
/
+7
2009-04-09
dm: split DMF_BLOCK_IO flag into two
Alasdair G Kergon
1
-9
/
+13
2009-04-09
dm: rearrange dm_wq_work
Alasdair G Kergon
1
-8
/
+9
2009-04-09
dm: remove limited barrier support
Mikulas Patocka
4
-26
/
+10
2009-04-09
dm: add integrity support
Martin K. Petersen
3
-0
/
+76
2009-04-06
md/raid1: fix build breakage
Alexander Beregalov
1
-1
/
+1
2009-04-06
md/raid1 - don't assume newly allocated bvecs are initialised.
NeilBrown
1
-3
/
+4
2009-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
17
-620
/
+877
2009-04-03
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
31
-837
/
+3324
2009-04-02
dm: set queue ordered mode
Mikulas Patocka
1
-0
/
+1
2009-04-02
dm: move wait queue declaration
Mikulas Patocka
1
-7
/
+7
2009-04-02
dm: merge pushback and deferred bio lists
Mikulas Patocka
1
-21
/
+16
2009-04-02
dm: allow uninterruptible wait for pending io
Mikulas Patocka
1
-4
/
+5
2009-04-02
dm: merge __flush_deferred_io into caller
Mikulas Patocka
1
-11
/
+7
2009-04-02
dm: move bio_io_error into __split_and_process_bio
Mikulas Patocka
1
-11
/
+10
2009-04-02
dm: rename __split_bio
Mikulas Patocka
1
-4
/
+4
2009-04-02
dm: remove unnecessary struct dm_wq_req
Mikulas Patocka
1
-17
/
+7
2009-04-02
dm: remove unnecessary work queue context field
Mikulas Patocka
1
-8
/
+5
2009-04-02
dm: remove unnecessary work queue type field
Mikulas Patocka
1
-17
/
+6
2009-04-02
dm: bio list add bio_list_add_head
Mikulas Patocka
1
-0
/
+10
2009-04-02
dm snapshot: persistent fix dtr cleanup
Jonathan Brassow
1
-5
/
+15
2009-04-02
dm snapshot: move status to exception store
Jonathan Brassow
4
-16
/
+29
2009-04-02
dm snapshot: move ctr parsing to exception store
Jonathan Brassow
3
-129
/
+132
2009-04-02
dm snapshot: use DMEMIT macro for status
Jonathan Brassow
1
-9
/
+10
2009-04-02
dm snapshot: remove dm_snap header
Jonathan Brassow
2
-87
/
+71
2009-04-02
dm snapshot: remove dm_snap header use
Jonathan Brassow
5
-57
/
+54
2009-04-02
dm exception store: move cow pointer
Jonathan Brassow
6
-23
/
+30
2009-04-02
dm exception store: move chunk_fields
Jonathan Brassow
6
-53
/
+67
2009-04-02
dm exception store: move dm_target pointer
Jonathan Brassow
4
-7
/
+7
2009-04-02
dm exception store: introduce registry
Jonathan Brassow
6
-49
/
+307
2009-04-02
dm raid1: add is_remote_recovering hook for clusters
Jonathan Brassow
1
-2
/
+23
2009-04-02
dm exception store: separate type from instance
Jonathan Brassow
4
-25
/
+35
2009-04-02
dm log: remove struct dm_dirty_log_internal
Mike Snitzer
1
-44
/
+14
2009-04-02
dm log: use standard kernel module refcount
Mike Snitzer
1
-16
/
+3
2009-04-02
dm crypt: use kzfree
Johannes Weiner
1
-4
/
+2
2009-04-02
dm target: remove struct tt_internal
Cheng Renquan
2
-61
/
+31
2009-04-02
dm table: fix upgrade mode race
Alasdair G Kergon
1
-12
/
+14
2009-04-02
dm: path selector use module refcount directly
Jun'ichi Nomura
1
-18
/
+3
[next]