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
/
dm-thin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-27
dm: use bool bitfields in struct dm_target
Alasdair G Kergon
1
-4
/
+4
2012-07-27
dm thin: set flush_supported
Joe Thornber
1
-0
/
+1
2012-07-27
dm thin: avoid unnecessarily breaking sharing for flushes
Joe Thornber
1
-1
/
+1
2012-07-27
dm thin: fix memory leak in process_prepared_mapping error paths
Joe Thornber
1
-2
/
+3
2012-07-27
dm thin: optimize power of two block size
Mikulas Patocka
1
-7
/
+16
2012-07-27
dm thin: split discards on block boundary
Mikulas Patocka
1
-9
/
+7
2012-07-27
dm thin: support for non power of 2 pool blocksize
Mike Snitzer
1
-22
/
+37
2012-07-27
dm: support non power of two target max_io_len
Mike Snitzer
1
-1
/
+4
2012-07-27
dm thin: provide specific errors for two table load failure cases
Mike Snitzer
1
-2
/
+6
2012-07-27
dm thin: clean up compiler warning
Mike Snitzer
1
-1
/
+1
2012-07-27
dm thin: reduce endio_hook pool size
Alasdair G Kergon
1
-1
/
+1
2012-07-20
dm thin: do not send discards to shared blocks
Mikulas Patocka
1
-1
/
+5
2012-07-03
dm thin: commit metadata before creating metadata snapshot
Joe Thornber
1
-0
/
+7
2012-06-03
dm thin: provide userspace access to pool metadata
Joe Thornber
1
-2
/
+40
2012-06-03
dm thin: use slab mempools
Mike Snitzer
1
-62
/
+99
2012-05-19
dm thin: fix table output when pool target disables discard passdown internally
Mike Snitzer
1
-15
/
+17
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-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
1
-15
/
+4
2012-03-28
dm thin: commit outstanding data every second
Joe Thornber
1
-2
/
+26
2012-03-28
dm thin: correct comments
Joe Thornber
1
-1
/
+1
2012-03-28
dm thin: fix stacked bi_next usage
Joe Thornber
1
-51
/
+73
2011-10-31
dm: add thin provisioning target
Joe Thornber
1
-0
/
+2428