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
2012-05-18
Merge tag 'dm-3.4-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-15
/
+17
2012-05-19
dm thin: fix table output when pool target disables discard passdown internally
Mike Snitzer
1
-15
/
+17
2012-05-18
Merge tag 'md-3.4-fixes' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+1
2012-05-19
md/raid10: fix transcription error in calc_sectors conversion.
NeilBrown
1
-1
/
+1
2012-05-17
Merge tag 'md-3.4-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-24
/
+34
2012-05-17
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
Jonathan Brassow
1
-0
/
+2
2012-05-17
md/raid10: set dev_sectors properly when resizing devices in array.
NeilBrown
1
-24
/
+32
2012-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2012-05-12
dm mpath: check if scsi_dh module already loaded before trying to load
Mike Snitzer
1
-2
/
+2
2012-05-12
dm thin: correct module description
Alasdair G Kergon
1
-1
/
+1
2012-05-12
dm thin: fix unprotected use of prepared_discards list
Mike Snitzer
1
-0
/
+5
2012-05-12
dm thin: reinstate missing mempool_free in cell_release_singleton
Mike Snitzer
1
-3
/
+6
2012-05-10
connector/userns: replace netlink uses of cap_raised() with capable()
Eric W. Biederman
1
-1
/
+1
2012-05-04
md/bitmap: fix calculation of 'chunks' - missing shift.
NeilBrown
2
-5
/
+1
2012-04-24
md: fix possible corruption of array metadata on shutdown.
NeilBrown
1
-1
/
+2
2012-04-24
md: don't call ->add_disk unless there is good reason.
NeilBrown
1
-2
/
+2
2012-04-24
DM RAID: Use safe version of rdev_for_each
Jonathan Brassow
1
-2
/
+2
2012-04-12
md/bitmap: prevent bitmap_daemon_work running while initialising bitmap
NeilBrown
1
-0
/
+2
2012-04-12
md/raid1,raid10: Fix calculation of 'vcnt' when processing error recovery.
majianpeng
2
-3
/
+4
2012-04-12
MD: Bitmap version cleanup.
Andrei Warkentin
1
-3
/
+0
2012-04-03
md/raid1,raid10: don't compare excess byte during consistency check.
NeilBrown
2
-2
/
+2
2012-04-03
md/raid5: Fix a bug about judging if the operation is syncing or replacing
majianpeng
1
-1
/
+3
2012-04-03
md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev).
majianpeng
1
-2
/
+1
2012-04-03
md: Avoid OOPS when reshaping raid1 to raid0
Jes Sorensen
1
-1
/
+17
2012-04-03
md/raid5: fix handling of bad blocks during recovery.
NeilBrown
1
-26
/
+29
2012-04-02
md/raid1: If md_integrity_register() failed,run() must free the mem
majianpeng
1
-1
/
+7
2012-04-02
md/raid0: If md_integrity_register() fails, raid0_run() must free the mem.
majianpeng
1
-1
/
+8
2012-04-02
md/linear: If md_integrity_register() fails, linear_run() must free the mem.
majianpeng
1
-1
/
+8
2012-03-28
dm: add verity target
Mikulas Patocka
3
-0
/
+934
2012-03-28
dm bufio: prefetch
Mikulas Patocka
2
-26
/
+90
2012-03-28
dm thin: add pool target flags to control discard
Joe Thornber
1
-27
/
+108
2012-03-28
dm thin: support discards
Joe Thornber
1
-14
/
+158
2012-03-28
dm thin: prepare to support discard
Joe Thornber
1
-53
/
+72
2012-03-28
dm thin: use dm_target_offset
Alasdair G Kergon
1
-1
/
+1
2012-03-28
dm thin: support read only external snapshot origins
Joe Thornber
1
-14
/
+71
2012-03-28
dm thin: relax hard limit on the maximum size of a metadata device
Mike Snitzer
3
-15
/
+20
2012-03-28
dm persistent data: remove space map ref_count entries if redundant
Joe Thornber
1
-3
/
+0
2012-03-28
dm thin: commit outstanding data every second
Joe Thornber
1
-2
/
+26
2012-03-28
dm: reject trailing characters in sccanf input
Mikulas Patocka
13
-25
/
+44
2012-03-28
dm raid: handle failed devices during start up
Jonathan E Brassow
1
-2
/
+51
2012-03-28
dm thin metadata: pass correct space map to dm_sm_root_size
Joe Thornber
1
-1
/
+1
2012-03-28
dm persistent data: remove redundant value_size arg from value_ptr
Joe Thornber
3
-33
/
+29
2012-03-28
dm mpath: detect invalid map_context
Jun'ichi Nomura
1
-14
/
+32
2012-03-28
dm: clear bi_end_io on remapping failure
Hannes Reinecke
1
-0
/
+1
2012-03-28
dm table: simplify call to free_devices
Hannes Reinecke
1
-2
/
+1
2012-03-28
dm thin: correct comments
Joe Thornber
1
-1
/
+1
2012-03-28
dm raid: no longer experimental
Alasdair G Kergon
1
-2
/
+2
2012-03-28
dm uevent: no longer experimental
Alasdair G Kergon
1
-2
/
+2
2012-03-28
dm persistent data: fix btree rebalancing after remove
Joe Thornber
1
-75
/
+99
2012-03-28
dm thin: fix stacked bi_next usage
Joe Thornber
1
-51
/
+73
[next]