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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-17
/
+96
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
2009-12-10
dm snapshot: make bio optional in __origin_write
Mikulas Patocka
1
-5
/
+18
2009-12-10
dm mpath: reject messages when device is suspended
Kiyoshi Ueda
1
-0
/
+5
2009-12-10
dm: export suspended state to targets
Kiyoshi Ueda
2
-0
/
+12
2009-12-10
dm: rename dm_suspended to dm_suspended_md
Kiyoshi Ueda
5
-12
/
+16
2009-12-10
dm: swap target postsuspend call and setting suspended flag
Kiyoshi Ueda
1
-2
/
+2
2009-12-10
dm crypt: add plain64 iv
Milan Broz
1
-0
/
+18
2009-12-10
dm: trace request based remapping
Jun'ichi Nomura
1
-0
/
+2
2009-12-10
dm snapshot: allow live exception store handover between tables
Mike Snitzer
1
-27
/
+236
2009-12-10
dm: keep old table until after resume succeeded
Alasdair G Kergon
3
-22
/
+26
2009-12-10
dm: bind new table before destroying old
Alasdair G Kergon
2
-5
/
+14
2009-12-10
dm ioctl: retrieve status from inactive table
Mike Snitzer
2
-16
/
+67
2009-12-10
dm io: handle empty barriers
Mikulas Patocka
1
-3
/
+7
2009-12-10
dm mpath: prevent io from work queue while suspended
Mike Anderson
1
-0
/
+12
2009-12-10
dm mpath: add mutex to synchronize adding and flushing work
Mike Anderson
1
-21
/
+38
2009-12-10
dm ioctl: forbid messages to devices being deleted
Mike Anderson
1
-0
/
+6
2009-12-10
dm: add dm_deleting_md function
Mike Anderson
2
-2
/
+12
2009-12-10
dm mpath: flush workqueues before suspend completes
Kiyoshi Ueda
1
-4
/
+15
2009-12-10
dm: rename dm_get_table to dm_get_live_table
Alasdair G Kergon
3
-20
/
+20
2009-12-10
dm: add request based barrier support
Kiyoshi Ueda
1
-18
/
+196
2009-12-10
dm: move dm_end_request
Kiyoshi Ueda
1
-31
/
+31
2009-12-10
dm: refactor request based completion functions
Kiyoshi Ueda
1
-13
/
+24
2009-12-10
dm: use md pending for in flight IO counting
Kiyoshi Ueda
1
-28
/
+18
2009-12-10
dm: simplify request based suspend
Kiyoshi Ueda
1
-144
/
+14
2009-12-10
dm: abstract clone_rq
Kiyoshi Ueda
1
-17
/
+28
2009-12-10
dm: pass gfp_mask to alloc_rq_tio
Kiyoshi Ueda
1
-3
/
+4
2009-12-10
dm: use clone in map_request function
Kiyoshi Ueda
1
-3
/
+2
2009-12-10
dm: abstract dm_in_flight function
Kiyoshi Ueda
1
-2
/
+7
2009-12-10
dm kcopyd: accept zero size jobs
Mikulas Patocka
1
-1
/
+4
2009-12-10
dm snapshot: track suspended state in target
Mike Snitzer
1
-1
/
+16
2009-12-10
dm snapshot: move cow ref from exception store to snap core
Mike Snitzer
5
-57
/
+78
2009-12-10
dm snapshot: add allocated metadata to snapshot status
Mike Snitzer
4
-24
/
+41
2009-12-10
dm snapshot: rename exception functions
Jon Brassow
1
-33
/
+33
2009-12-10
dm snapshot: rename exception_table to dm_exception_table
Jon Brassow
1
-8
/
+9
2009-12-10
dm snapshot: rename dm_snap_exception to dm_exception
Jon Brassow
4
-28
/
+28
2009-12-10
dm snapshot: consolidate insert exception functions
Jon Brassow
1
-12
/
+4
2009-12-10
dm snapshot: abstract minimum_chunk_size fn
Mikulas Patocka
1
-12
/
+22
2009-12-10
dm snapshot: simplify sector_to_chunk expression
Mikulas Patocka
1
-1
/
+1
[next]